Trace number 3291532

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

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.01	c Find Units :          2
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :       2107 AvgFaninNum: 2
0.00/0.01	c Find Xors  :       2107 AvgFaninNum: 2
0.00/0.02	c Find Ite   :          4
0.00/0.02	c UnDirect variable: 1678
0.00/0.02	c UnDirect to Direct Gate: 2091
0.00/0.02	c Forced Direct Gate: 87 Unuse unDirect Gate: 85
0.00/0.02	c Break Cycle : 5
0.00/0.02	c Total Root : 2 Undef Var: 69
0.00/0.02	c After covering, Total Root: 1 Leaf: 68
0.00/0.02	c Variable( cover/uncovered/unused ): 4263 1 0
0.00/0.02	c Unit Clauses: 2
0.00/0.02	c Binary Clauses( cover/uncovered ): 4214 0
0.00/0.02	c Clauses( cover/uncovered ): 10459 76
0.00/0.02	c Total Clauses( cover/uncovered ): 14675 76 99.4848%
0.00/0.02	c Covered Ands: 2107 Invs: 0 Xors: 2088 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 3 max size: 3
0.00/0.02	c Final circuit: i/l/o/s      68       0      77      7600
0.00/0.02	c cover rate 99.4848
0.00/0.02	c rocky end  0.02 total 0.02
0.04/0.08	c covering time  0.05 total 0.07
1300.03/1300.00	c interrupt  1299.96 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: 977)

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-3291532-1307668650/watcher-3291532-1307668650 -o /tmp/evaluation-result-3291532-1307668650/solver-3291532-1307668650 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3291532-1307668650.cnf 1253382026 

running on 2 cores: 0,2

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: 1.00 1.02 1.58 4/177 9140
/proc/meminfo: memFree=32378712/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=29720 CPUtime=0 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 2019 0 0 0 0 0 0 0 22 0 1 0 859280957 30433280 1957 33554432000 4194304 4947581 140736579819328 18446744073709551615 4283938 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9140/statm: 7430 1960 322 184 0 2305 0

[startup+0.0547079 s]
/proc/loadavg: 1.00 1.02 1.58 4/177 9140
/proc/meminfo: memFree=32378712/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=35824 CPUtime=0.04 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 3599 0 0 0 4 0 0 0 22 0 1 0 859280957 36683776 3534 33554432000 4194304 4947581 140736579819328 18446744073709551615 4840244 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 8956 3534 409 184 0 3831 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35824

[startup+0.100735 s]
/proc/loadavg: 1.00 1.02 1.58 4/177 9140
/proc/meminfo: memFree=32378712/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=48124 CPUtime=0.09 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 4594 0 0 0 8 1 0 0 22 0 1 0 859280957 49278976 4529 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399336 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 12031 4529 433 184 0 6906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48124

[startup+0.300711 s]
/proc/loadavg: 1.00 1.02 1.58 4/177 9140
/proc/meminfo: memFree=32378712/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=49148 CPUtime=0.29 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 5006 0 0 0 28 1 0 0 23 0 1 0 859280957 50327552 4941 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399798 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 12287 4941 466 184 0 7162 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49148

[startup+0.700625 s]
/proc/loadavg: 1.00 1.02 1.58 4/177 9140
/proc/meminfo: memFree=32378712/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=66372 CPUtime=0.69 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 5551 0 0 0 68 1 0 0 25 0 1 0 859280957 67964928 5486 33554432000 4194304 4947581 140736579819328 18446744073709551615 4352069 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 16593 5486 466 184 0 11468 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66372

[startup+1.50048 s]
/proc/loadavg: 1.24 1.07 1.59 5/181 9151
/proc/meminfo: memFree=32274224/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=84168 CPUtime=1.49 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 6425 0 0 0 148 1 0 0 25 0 1 0 859280957 86188032 6360 33554432000 4194304 4947581 140736579819328 18446744073709551615 220815933084 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 21042 6360 469 184 0 15917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84168

[startup+3.10018 s]
/proc/loadavg: 1.24 1.07 1.59 5/184 9161
/proc/meminfo: memFree=32018580/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=102268 CPUtime=3.09 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 9377 0 0 0 307 2 0 0 25 0 1 0 859280957 104722432 9305 33554432000 4194304 4947581 140736579819328 18446744073709551615 4398697 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 25567 9305 471 184 0 20442 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102268

[startup+6.30062 s]
/proc/loadavg: 1.24 1.07 1.59 5/187 9171
/proc/meminfo: memFree=31494644/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=111712 CPUtime=6.29 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 10304 0 0 0 627 2 0 0 25 0 1 0 859280957 114393088 10232 33554432000 4194304 4947581 140736579819328 18446744073709551615 4346248 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 27928 10232 471 184 0 22803 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111712

[startup+12.7004 s]
/proc/loadavg: 1.66 1.17 1.62 5/187 9171
/proc/meminfo: memFree=30247984/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=111712 CPUtime=12.69 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 13998 0 0 0 1267 2 0 0 25 0 1 0 859280957 114393088 13922 33554432000 4194304 4947581 140736579819328 18446744073709551615 4346291 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 27928 13922 471 184 0 22803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111712

[startup+25.5011 s]
/proc/loadavg: 2.02 1.26 1.64 5/187 9172
/proc/meminfo: memFree=29028820/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=111712 CPUtime=25.49 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 17018 0 0 0 2546 3 0 0 25 0 1 0 859280957 114393088 16942 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 27928 16942 471 184 0 22803 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111712

[startup+51.1004 s]
/proc/loadavg: 2.70 1.48 1.70 5/187 9172
/proc/meminfo: memFree=27427264/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=132224 CPUtime=51.09 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 21202 0 0 0 5105 4 0 0 25 0 1 0 859280957 135397376 21125 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 33056 21125 471 184 0 27931 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132224

[startup+102.307 s]
/proc/loadavg: 3.54 1.92 1.84 5/187 9174
/proc/meminfo: memFree=25939540/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=143748 CPUtime=102.3 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 28082 0 0 0 10224 6 0 0 25 0 1 0 859280957 147197952 27996 33554432000 4194304 4947581 140736579819328 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 35937 27996 474 184 0 30812 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 143748

[startup+162.301 s]
/proc/loadavg: 3.83 2.29 1.97 5/187 9175
/proc/meminfo: memFree=25630396/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=216384 CPUtime=162.29 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 33925 0 0 0 16222 7 0 0 25 0 1 0 859280957 221577216 33837 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 54096 33837 472 184 0 48971 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 216384

[startup+222.301 s]
/proc/loadavg: 3.93 2.60 2.10 5/187 9177
/proc/meminfo: memFree=23767324/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=216384 CPUtime=222.3 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 39690 0 0 0 22221 9 0 0 25 0 1 0 859280957 221577216 39602 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399783 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 54096 39602 472 184 0 48971 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 216384

[startup+282.301 s]
/proc/loadavg: 3.97 2.85 2.21 5/187 9179
/proc/meminfo: memFree=23500052/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=268396 CPUtime=282.3 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 41417 0 0 0 28221 9 0 0 25 0 1 0 859280957 274837504 38889 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 67099 38889 472 184 0 61974 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 268396

[startup+342.301 s]
/proc/loadavg: 3.99 3.06 2.32 5/187 9180
/proc/meminfo: memFree=23139172/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=320856 CPUtime=342.3 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 46528 0 0 0 34220 10 0 0 25 0 1 0 859280957 328556544 44000 33554432000 4194304 4947581 140736579819328 18446744073709551615 4343405 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 80214 44000 472 184 0 75089 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 320856

[startup+402.301 s]
/proc/loadavg: 3.99 3.23 2.42 5/187 9182
/proc/meminfo: memFree=22867188/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=320856 CPUtime=402.29 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 47036 0 0 0 40219 10 0 0 25 0 1 0 859280957 328556544 44508 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399860 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 80214 44508 472 184 0 75089 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 320856

[startup+462.301 s]
/proc/loadavg: 3.99 3.37 2.52 5/187 9186
/proc/meminfo: memFree=22726396/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=320856 CPUtime=462.3 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 48813 0 0 0 46219 11 0 0 25 0 1 0 859280957 328556544 46285 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 80214 46285 472 184 0 75089 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 320856

[startup+522.301 s]
/proc/loadavg: 3.99 3.48 2.61 5/187 9188
/proc/meminfo: memFree=22555436/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=320856 CPUtime=522.3 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 48945 0 0 0 52219 11 0 0 25 0 1 0 859280957 328556544 46417 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 80214 46417 472 184 0 75089 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 320856

[startup+582.3 s]
/proc/loadavg: 3.47 3.43 2.64 4/181 9214
/proc/meminfo: memFree=24649084/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=320856 CPUtime=582.3 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 59933 0 0 0 58216 14 0 0 25 0 1 0 859280957 328556544 57405 33554432000 4194304 4947581 140736579819328 18446744073709551615 4353897 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 80214 57405 472 184 0 75089 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 320856

[startup+642.3 s]
/proc/loadavg: 3.17 3.35 2.66 4/181 9215
/proc/meminfo: memFree=24458452/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=320856 CPUtime=642.31 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 64847 0 0 0 64216 15 0 0 25 0 1 0 859280957 328556544 62313 33554432000 4194304 4947581 140736579819328 18446744073709551615 4360471 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 80214 62313 473 184 0 75089 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 320856

[startup+702.3 s]
/proc/loadavg: 3.06 3.28 2.68 4/181 9217
/proc/meminfo: memFree=24385488/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=320856 CPUtime=702.31 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 65046 0 0 0 70215 16 0 0 25 0 1 0 859280957 328556544 62511 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 80214 62511 472 184 0 75089 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 320856

[startup+762.306 s]
/proc/loadavg: 3.02 3.23 2.70 4/181 9218
/proc/meminfo: memFree=24296900/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=762.31 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 66655 0 0 0 76215 16 0 0 25 0 1 0 859280957 391286784 64120 33554432000 4194304 4947581 140736579819328 18446744073709551615 4491876 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 64120 472 184 0 90404 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 382116

[startup+822.3 s]
/proc/loadavg: 3.01 3.19 2.72 4/181 9220
/proc/meminfo: memFree=24246984/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=822.31 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 69834 0 0 0 82214 17 0 0 25 0 1 0 859280957 391286784 67299 33554432000 4194304 4947581 140736579819328 18446744073709551615 4346003 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 67299 472 184 0 90404 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 382116

[startup+882.301 s]
/proc/loadavg: 3.00 3.15 2.73 4/181 9222
/proc/meminfo: memFree=24194348/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=882.31 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 69860 0 0 0 88214 17 0 0 25 0 1 0 859280957 391286784 67325 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 67325 472 184 0 90404 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 382116

[startup+942.301 s]
/proc/loadavg: 3.00 3.12 2.74 4/181 9223
/proc/meminfo: memFree=24061484/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=942.31 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 69873 0 0 0 94214 17 0 0 25 0 1 0 859280957 391286784 67338 33554432000 4194304 4947581 140736579819328 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 67338 472 184 0 90404 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 382116

[startup+1002.3 s]
/proc/loadavg: 3.09 3.12 2.77 4/181 9225
/proc/meminfo: memFree=24051140/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=1002.32 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 69938 0 0 0 100214 18 0 0 25 0 1 0 859280957 391286784 67403 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399816 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 67403 472 184 0 90404 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 382116

[startup+1062.3 s]
/proc/loadavg: 3.03 3.10 2.78 4/181 9226
/proc/meminfo: memFree=24001228/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=1062.32 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 69991 0 0 0 106214 18 0 0 25 0 1 0 859280957 391286784 67456 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 67456 472 184 0 90404 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 382116

[startup+1122.3 s]
/proc/loadavg: 3.09 3.10 2.79 4/181 9228
/proc/meminfo: memFree=23958264/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=1122.32 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 70048 0 0 0 112214 18 0 0 25 0 1 0 859280957 391286784 67513 33554432000 4194304 4947581 140736579819328 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 67513 472 184 0 90404 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 382116

[startup+1182.3 s]
/proc/loadavg: 3.03 3.08 2.81 4/181 9230
/proc/meminfo: memFree=23914188/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=382116 CPUtime=1182.32 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 72529 0 0 0 118213 19 0 0 25 0 1 0 859280957 391286784 69994 33554432000 4194304 4947581 140736579819328 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 95529 69994 472 184 0 90404 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 382116

[startup+1242.3 s]
/proc/loadavg: 3.01 3.06 2.82 4/181 9231
/proc/meminfo: memFree=23767824/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=450828 CPUtime=1242.32 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 82840 0 0 0 124212 20 0 0 25 0 1 0 859280957 461647872 80305 33554432000 4194304 4947581 140736579819328 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 112707 80305 472 184 0 107582 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 450828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.05 2.82 4/181 9233
/proc/meminfo: memFree=23742220/32951124 swapFree=67062492/67111528
[pid=9140] ppid=9138 vsize=519100 CPUtime=1300.03 cores=0,2
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8779 0 -1 4202496 87926 0 0 0 129980 23 0 0 25 0 1 0 859280957 531558400 85391 33554432000 4194304 4947581 140736579819328 18446744073709551615 4419141 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9140/statm: 129775 85391 472 184 0 124650 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 519100

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.81
CPU system time (s): 0.244962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 519100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87931
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= 3905

runsolver used 2.31565 second user time and 4.77527 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-10 03:17:30
IDJOB=3291532
IDBENCH=84237
IDSOLVER=1571
FILE ID=node147/3291532-1307668650
RUNJOBID= node147-1307668650-9112
PBS_JOBID= 13549470
Free space on /tmp= 74072 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291532-1307668650/watcher-3291532-1307668650 -o /tmp/evaluation-result-3291532-1307668650/solver-3291532-1307668650 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3291532-1307668650.cnf 1253382026

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=1253382026

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.82
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      32381232 kB
Buffers:         75236 kB
Cached:         331552 kB
SwapCached:      10248 kB
Active:         128028 kB
Inactive:       306560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32381232 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:            4272 kB
Writeback:           0 kB
AnonPages:       25892 kB
Mapped:           9500 kB
Slab:            71404 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   164320 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= 73988 MiB
End job on node147 at 2011-06-10 03:39:13