Trace number 3265533

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
synit_sat 2011-03-03? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          1
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :         67 AvgFaninNum: 3
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 135
0.00/0.01	c UnDirect to Direct Gate: 42
0.00/0.01	c Forced Direct Gate: 42 Unuse unDirect Gate: 68
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 18 Undef Var: 93
0.00/0.01	c After covering, Total Root: 18 Leaf: 70
0.00/0.01	c Variable( cover/uncovered/unused ): 112 23 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 2 0
0.00/0.01	c Clauses( cover/uncovered ): 328 342
0.00/0.01	c Total Clauses( cover/uncovered ): 330 342 49.1071%
0.00/0.01	c Covered Ands: 0 Invs: 1 Xors: 41 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 4 max size: 4
0.00/0.01	c Final circuit: i/l/o/s      93       0     342       970
0.00/0.01	c cover rate 49.1071
0.00/0.01	c rocky end  0 total 0
0.00/0.01	c covering time  0 total 0
1300.03/1300.00	c interrupt  1300.03 total 1300.03
1300.03/1300.00	c INTERRUPTED ... 
1300.03/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265533-1303579178/watcher-3265533-1303579178 -o /tmp/evaluation-result-3265533-1303579178/solver-3265533-1303579178 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3265533-1303579178.cnf 1769072597 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 4.02 3.94 5/189 23506
/proc/meminfo: memFree=23588024/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=11800 CPUtime=0 cores=5,7
/proc/23506/stat : 23506 (runsolver) R 23504 23506 23178 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 548148452 12083200 52 33554432000 4194304 5434984 140735763819952 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/23506/statm: 2950 52 31 303 0 2644 0

[startup+0.0777461 s]
/proc/loadavg: 4.02 4.02 3.94 5/189 23506
/proc/meminfo: memFree=23588024/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=39928 CPUtime=0.06 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 2653 0 0 0 6 0 0 0 25 0 1 0 548148452 40886272 2585 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399336 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 9982 2585 463 184 0 4857 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 39928

[startup+0.10074 s]
/proc/loadavg: 4.02 4.02 3.94 5/189 23506
/proc/meminfo: memFree=23588024/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=39928 CPUtime=0.09 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 2700 0 0 0 9 0 0 0 25 0 1 0 548148452 40886272 2632 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 9982 2632 463 184 0 4857 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39928

[startup+0.300706 s]
/proc/loadavg: 4.02 4.02 3.94 5/189 23506
/proc/meminfo: memFree=23588024/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=48404 CPUtime=0.29 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 3026 0 0 0 29 0 0 0 25 0 1 0 548148452 49565696 2958 33554432000 4194304 4947581 140735165123632 18446744073709551615 4343467 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 12101 2958 463 184 0 6976 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48404

[startup+0.700634 s]
/proc/loadavg: 4.02 4.02 3.94 5/189 23506
/proc/meminfo: memFree=23588024/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=65936 CPUtime=0.68 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 3675 0 0 0 68 0 0 0 25 0 1 0 548148452 67518464 3607 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 16484 3607 463 184 0 11359 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65936

[startup+1.50049 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 23507
/proc/meminfo: memFree=23561108/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=83924 CPUtime=1.48 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 6272 0 0 0 148 0 0 0 25 0 1 0 548148452 85938176 6204 33554432000 4194304 4947581 140735165123632 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 20981 6204 469 184 0 15856 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83924

[startup+3.1002 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 23507
/proc/meminfo: memFree=23540664/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=93188 CPUtime=3.09 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 7096 0 0 0 308 1 0 0 25 0 1 0 548148452 95424512 7028 33554432000 4194304 4947581 140735165123632 18446744073709551615 4515848 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 23297 7028 470 184 0 18172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93188

[startup+6.30061 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 23507
/proc/meminfo: memFree=23522944/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=93188 CPUtime=6.28 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 9350 0 0 0 627 1 0 0 25 0 1 0 548148452 95424512 9282 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 23297 9282 470 184 0 18172 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 93188

[startup+12.7004 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 23507
/proc/meminfo: memFree=23456104/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=102888 CPUtime=12.68 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 12128 0 0 0 1267 1 0 0 25 0 1 0 548148452 105357312 12059 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 25722 12059 469 184 0 20597 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 102888

[startup+25.5011 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 23508
/proc/meminfo: memFree=23435024/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=113188 CPUtime=25.48 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 16415 0 0 0 2546 2 0 0 25 0 1 0 548148452 115904512 16346 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 28297 16346 469 184 0 23172 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 113188

[startup+51.1004 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 23508
/proc/meminfo: memFree=23418104/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=123936 CPUtime=51.09 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 19983 0 0 0 5105 4 0 0 25 0 1 0 548148452 126910464 19914 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399970 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 30984 19914 469 184 0 25859 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 123936

[startup+102.307 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 23510
/proc/meminfo: memFree=23281540/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=146412 CPUtime=102.29 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 25303 0 0 0 10225 4 0 0 25 0 1 0 548148452 149925888 25230 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399798 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 36603 25230 469 184 0 31478 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 146412

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23511
/proc/meminfo: memFree=23123532/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=158636 CPUtime=162.29 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 31639 0 0 0 16224 5 0 0 25 0 1 0 548148452 162443264 31566 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 39659 31566 469 184 0 34534 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 158636

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23513
/proc/meminfo: memFree=23077368/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=171848 CPUtime=222.29 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 35553 0 0 0 22223 6 0 0 25 0 1 0 548148452 175972352 35480 33554432000 4194304 4947581 140735165123632 18446744073709551615 4515873 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 42962 35480 469 184 0 37837 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 171848

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 23515
/proc/meminfo: memFree=23025124/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=223736 CPUtime=282.29 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 45826 0 0 0 28221 8 0 0 25 0 1 0 548148452 229105664 42979 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 55934 42979 469 184 0 50809 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 223736

[startup+342.3 s]
/proc/loadavg: 4.05 4.01 3.94 5/190 23516
/proc/meminfo: memFree=22984544/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=277296 CPUtime=342.29 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 49922 0 0 0 34220 9 0 0 25 0 1 0 548148452 283951104 47075 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399798 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 69324 47075 469 184 0 64199 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 277296

[startup+402.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 23518
/proc/meminfo: memFree=22919896/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=277296 CPUtime=402.29 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 51642 0 0 0 40220 9 0 0 25 0 1 0 548148452 283951104 48795 33554432000 4194304 4947581 140735165123632 18446744073709551615 4547506 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 69324 48795 469 184 0 64199 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 277296

[startup+462.3 s]
/proc/loadavg: 4.04 4.02 3.95 5/190 23519
/proc/meminfo: memFree=22881044/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=277296 CPUtime=462.3 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 52466 0 0 0 46220 10 0 0 25 0 1 0 548148452 283951104 49619 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 69324 49619 469 184 0 64199 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 277296

[startup+522.3 s]
/proc/loadavg: 4.05 4.03 3.95 5/190 23521
/proc/meminfo: memFree=22805996/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=522.3 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 67101 0 0 0 52217 13 0 0 25 0 1 0 548148452 342712320 64254 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 64254 469 184 0 78545 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 334680

[startup+582.3 s]
/proc/loadavg: 4.02 4.02 3.95 5/190 23523
/proc/meminfo: memFree=22732660/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=582.3 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 67913 0 0 0 58216 14 0 0 25 0 1 0 548148452 342712320 65066 33554432000 4194304 4947581 140735165123632 18446744073709551615 4343459 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 65066 469 184 0 78545 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 334680

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/190 23524
/proc/meminfo: memFree=22726680/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=642.31 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 68809 0 0 0 64217 14 0 0 25 0 1 0 548148452 342712320 65962 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 65962 469 184 0 78545 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 334680

[startup+702.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 23526
/proc/meminfo: memFree=22720696/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=702.31 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 68840 0 0 0 70217 14 0 0 25 0 1 0 548148452 342712320 65993 33554432000 4194304 4947581 140735165123632 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 65993 469 184 0 78545 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 334680

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 23527
/proc/meminfo: memFree=22716928/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=762.32 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 69363 0 0 0 76218 14 0 0 25 0 1 0 548148452 342712320 66516 33554432000 4194304 4947581 140735165123632 18446744073709551615 4491819 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 66516 469 184 0 78545 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 334680

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 23529
/proc/meminfo: memFree=22715528/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=822.31 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 69640 0 0 0 82217 14 0 0 25 0 1 0 548148452 342712320 66793 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 66793 469 184 0 78545 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 334680

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 3.96 5/190 23531
/proc/meminfo: memFree=22706684/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=882.31 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 70521 0 0 0 88217 14 0 0 25 0 1 0 548148452 342712320 67664 33554432000 4194304 4947581 140735165123632 18446744073709551615 4491850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 67664 469 184 0 78545 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 334680

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.96 5/190 23532
/proc/meminfo: memFree=22655696/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=942.31 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 70521 0 0 0 94217 14 0 0 25 0 1 0 548148452 342712320 67664 33554432000 4194304 4947581 140735165123632 18446744073709551615 4491819 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 67664 469 184 0 78545 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 334680

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/190 23534
/proc/meminfo: memFree=22488512/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=334680 CPUtime=1002.31 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 71046 0 0 0 100217 14 0 0 25 0 1 0 548148452 342712320 68189 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 83670 68189 469 184 0 78545 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 334680

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 23535
/proc/meminfo: memFree=22422620/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=463216 CPUtime=1062.32 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 74257 0 0 0 106217 15 0 0 25 0 1 0 548148452 474333184 71400 33554432000 4194304 4947581 140735165123632 18446744073709551615 4491864 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 115804 71400 469 184 0 110679 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 463216

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 23537
/proc/meminfo: memFree=22350792/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=463216 CPUtime=1122.32 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 74383 0 0 0 112217 15 0 0 25 0 1 0 548148452 474333184 71526 33554432000 4194304 4947581 140735165123632 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 115804 71526 469 184 0 110679 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 463216

[startup+1182.3 s]
/proc/loadavg: 3.13 3.79 3.89 2/172 23596
/proc/meminfo: memFree=25820716/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=463216 CPUtime=1182.32 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 74671 0 0 0 118217 15 0 0 25 0 1 0 548148452 474333184 71814 33554432000 4194304 4947581 140735165123632 18446744073709551615 4343405 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 115804 71814 469 184 0 110679 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 463216

[startup+1242.3 s]
/proc/loadavg: 1.78 3.28 3.70 2/172 23597
/proc/meminfo: memFree=25820996/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=463216 CPUtime=1242.32 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 74683 0 0 0 124217 15 0 0 25 0 1 0 548148452 474333184 71826 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 115804 71826 469 184 0 110679 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 463216



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.28 2.86 3.53 2/172 23599
/proc/meminfo: memFree=25820692/32950928 swapFree=67071984/67111528
[pid=23506] ppid=23504 vsize=463216 CPUtime=1300.03 cores=5,7
/proc/23506/stat : 23506 (synit_sat) R 23504 23506 23178 0 -1 4202496 74720 0 0 0 129988 15 0 0 25 0 1 0 548148452 474333184 71863 33554432000 4194304 4947581 140735165123632 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/23506/statm: 115804 71863 469 184 0 110679 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 463216

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.89
CPU system time (s): 0.166974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 463216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74725
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 1695

runsolver used 1.9737 second user time and 5.01724 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 19:19:38
IDJOB=3265533
IDBENCH=85780
IDSOLVER=1571
FILE ID=node116/3265533-1303579178
RUNJOBID= node116-1303577726-23199
PBS_JOBID= 13150332
Free space on /tmp= 72572 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265533-1303579178/watcher-3265533-1303579178 -o /tmp/evaluation-result-3265533-1303579178/solver-3265533-1303579178 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3265533-1303579178.cnf 1769072597

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=1769072597

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23588428 kB
Buffers:       1820720 kB
Cached:        4613596 kB
SwapCached:       9728 kB
Active:        5440000 kB
Inactive:      3504420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23588428 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            5852 kB
Writeback:           0 kB
AnonPages:     2503516 kB
Mapped:          16040 kB
Slab:           349312 kB
PageTables:      10480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3060616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72612 MiB
End job on node116 at 2011-04-23 19:41:20