Trace number 3257305

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.11 1300.06

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.0956
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.00/0.00	c start  0 total 0
0.08/0.11	c Find Units :          0
0.08/0.11	c Find Invs  :         44
0.08/0.13	c Find Ands  :        880 AvgFaninNum: 3
0.08/0.13	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.15	c Find Ite   :          0
0.08/0.17	c UnDirect variable: 88
0.08/0.17	c UnDirect to Direct Gate: 1
0.08/0.17	c Forced Direct Gate: 1 Unuse unDirect Gate: 44
0.08/0.17	c Break Cycle : 660
0.08/0.17	c Total Root : 1 Undef Var: 12363
0.08/0.17	c After covering, Total Root: 221 Leaf: 661
0.08/0.17	c Variable( cover/uncovered/unused ): 882 11702 0
0.08/0.17	c Unit Clauses: 0
0.08/0.17	c Binary Clauses( cover/uncovered ): 662 16742
0.08/0.17	c Clauses( cover/uncovered ): 220 129288
0.08/0.17	c Total Clauses( cover/uncovered ): 882 146030 0.600359%
0.08/0.17	c Covered Ands: 220 Invs: 1 Xors: 0 Ites: 0
0.18/0.29	c Uncover Clauses avg size: 3.39188 max size: 100
0.18/0.29	c Final circuit: i/l/o/s   12363       0  146030    247526
0.18/0.29	c cover rate 0.600359
0.18/0.29	c rocky end  0.28 total 0.28
0.59/0.62	c covering time  0.33 total 0.61
1300.04/1300.00	c interrupt  1299.44 total 1300.05
1300.04/1300.00	c INTERRUPTED ... 
1300.04/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-3257305-1303467394/watcher-3257305-1303467394 -o /tmp/evaluation-result-3257305-1303467394/solver-3257305-1303467394 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3257305-1303467394.cnf 677425920 

running on 2 cores: 1,3

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.88 2.52 2.66 4/184 1162
/proc/meminfo: memFree=13897084/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=23572 CPUtime=0 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4194304 460 0 0 0 0 0 0 0 21 0 1 0 458341721 24137728 399 33554432000 4194304 4947581 140734683157648 18446744073709551615 4285888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1162/statm: 5893 399 256 184 0 768 0

[startup+0.015637 s]
/proc/loadavg: 1.88 2.52 2.66 4/184 1162
/proc/meminfo: memFree=13897084/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=32736 CPUtime=0.01 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 3043 0 0 0 1 0 0 0 21 0 1 0 458341721 33521664 2978 33554432000 4194304 4947581 140734683157648 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 8184 2980 376 184 0 3059 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 32736

[startup+0.100625 s]
/proc/loadavg: 1.88 2.52 2.66 4/184 1162
/proc/meminfo: memFree=13897084/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=48096 CPUtime=0.08 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 6926 0 0 0 8 0 0 0 21 0 1 0 458341721 49250304 6861 33554432000 4194304 4947581 140734683157648 18446744073709551615 4824560 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 12024 6861 376 184 0 6899 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48096

[startup+0.300587 s]
/proc/loadavg: 1.88 2.52 2.66 4/184 1162
/proc/meminfo: memFree=13897084/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=62072 CPUtime=0.29 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 10193 0 0 0 28 1 0 0 22 0 1 0 458341721 63561728 10128 33554432000 4194304 4947581 140734683157648 18446744073709551615 4225502 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 15518 10128 389 184 0 10393 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62072

[startup+0.700524 s]
/proc/loadavg: 1.88 2.52 2.66 4/184 1162
/proc/meminfo: memFree=13897084/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=178984 CPUtime=0.68 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 37883 0 0 0 64 4 0 0 23 0 1 0 458341721 183279616 37815 33554432000 4194304 4947581 140734683157648 18446744073709551615 4400356 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 44746 37815 423 184 0 39621 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 178984

[startup+1.50036 s]
/proc/loadavg: 1.88 2.52 2.66 5/190 1173
/proc/meminfo: memFree=13702184/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=199128 CPUtime=1.49 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 41197 0 0 0 144 5 0 0 25 0 1 0 458341721 203907072 41129 33554432000 4194304 4947581 140734683157648 18446744073709551615 4519775 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 49782 41129 448 184 0 44657 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 199128

[startup+3.10107 s]
/proc/loadavg: 1.88 2.52 2.66 5/190 1173
/proc/meminfo: memFree=13573100/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=242708 CPUtime=3.09 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 47201 0 0 0 303 6 0 0 25 0 1 0 458341721 248532992 47133 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 60677 47133 461 184 0 55552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 242708

[startup+6.30045 s]
/proc/loadavg: 2.05 2.55 2.67 5/190 1173
/proc/meminfo: memFree=13510232/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=264652 CPUtime=6.29 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 54173 0 0 0 622 7 0 0 25 0 1 0 458341721 271003648 54105 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 66163 54105 465 184 0 61038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 264652

[startup+12.7002 s]
/proc/loadavg: 2.21 2.57 2.68 5/190 1174
/proc/meminfo: memFree=13353444/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=437664 CPUtime=12.69 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 81466 0 0 0 1258 11 0 0 25 0 1 0 458341721 448167936 81398 33554432000 4194304 4947581 140734683157648 18446744073709551615 4491952 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 109416 81398 470 184 0 104291 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 437664

[startup+25.5008 s]
/proc/loadavg: 2.60 2.64 2.70 5/190 1174
/proc/meminfo: memFree=13210988/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=462692 CPUtime=25.49 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 89127 0 0 0 2537 12 0 0 25 0 1 0 458341721 473796608 89059 33554432000 4194304 4947581 140734683157648 18446744073709551615 4491840 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 115673 89059 470 184 0 110548 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 462692

[startup+51.101 s]
/proc/loadavg: 3.08 2.75 2.73 5/190 1175
/proc/meminfo: memFree=13011524/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=667488 CPUtime=51.09 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 107254 0 0 0 5094 15 0 0 25 0 1 0 458341721 683507712 103535 33554432000 4194304 4947581 140734683157648 18446744073709551615 212435713803 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 166872 103535 470 184 0 161747 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 667488

[startup+102.307 s]
/proc/loadavg: 3.60 2.94 2.79 5/190 1176
/proc/meminfo: memFree=12785592/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=777344 CPUtime=102.3 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 127719 0 0 0 10211 19 0 0 25 0 1 0 458341721 796000256 124000 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 194336 124000 470 184 0 189211 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 777344

[startup+162.301 s]
/proc/loadavg: 3.85 3.13 2.87 5/190 1177
/proc/meminfo: memFree=12693076/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=777344 CPUtime=162.29 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 128854 0 0 0 16209 20 0 0 25 0 1 0 458341721 796000256 125135 33554432000 4194304 4947581 140734683157648 18446744073709551615 4400027 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 194336 125135 470 184 0 189211 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 777344

[startup+222.301 s]
/proc/loadavg: 3.94 3.29 2.93 5/190 1179
/proc/meminfo: memFree=12565688/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1020436 CPUtime=222.29 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 157634 0 0 0 22204 25 0 0 25 0 1 0 458341721 1044926464 153915 33554432000 4194304 4947581 140734683157648 18446744073709551615 4350928 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 255109 153915 470 184 0 249984 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1020436

[startup+282.3 s]
/proc/loadavg: 3.98 3.41 3.00 5/190 1181
/proc/meminfo: memFree=12498696/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1020436 CPUtime=282.3 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 165086 0 0 0 28202 28 0 0 25 0 1 0 458341721 1044926464 161367 33554432000 4194304 4947581 140734683157648 18446744073709551615 4352966 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 255109 161367 470 184 0 249984 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1020436

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.06 5/190 1182
/proc/meminfo: memFree=12391408/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=342.3 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 178584 0 0 0 34200 30 0 0 25 0 1 0 458341721 1315713024 174855 33554432000 4194304 4947581 140734683157648 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 174855 470 184 0 316094 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1284876

[startup+402.301 s]
/proc/loadavg: 3.99 3.60 3.11 5/190 1184
/proc/meminfo: memFree=12300360/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=402.3 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 181066 0 0 0 40199 31 0 0 25 0 1 0 458341721 1315713024 177183 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 177183 470 184 0 316094 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1284876

[startup+462.3 s]
/proc/loadavg: 3.99 3.67 3.17 5/190 1186
/proc/meminfo: memFree=12215752/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=462.3 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 198857 0 0 0 46197 33 0 0 25 0 1 0 458341721 1315713024 194763 33554432000 4194304 4947581 140734683157648 18446744073709551615 4547496 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 194763 470 184 0 316094 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1284876

[startup+522.301 s]
/proc/loadavg: 3.99 3.73 3.22 5/190 1187
/proc/meminfo: memFree=12077724/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=522.31 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 213275 0 0 0 52195 36 0 0 25 0 1 0 458341721 1315713024 208954 33554432000 4194304 4947581 140734683157648 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 208954 470 184 0 316094 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1284876

[startup+582.301 s]
/proc/loadavg: 3.99 3.77 3.26 5/190 1189
/proc/meminfo: memFree=11947372/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=582.31 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 236919 0 0 0 58192 39 0 0 25 0 1 0 458341721 1315713024 232598 33554432000 4194304 4947581 140734683157648 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 232598 470 184 0 316094 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1284876

[startup+642.3 s]
/proc/loadavg: 3.99 3.81 3.31 5/190 1190
/proc/meminfo: memFree=12041464/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=642.31 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 236966 0 0 0 64192 39 0 0 25 0 1 0 458341721 1315713024 221454 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399862 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 221454 470 184 0 316094 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1284876

[startup+702.301 s]
/proc/loadavg: 3.99 3.84 3.35 5/190 1192
/proc/meminfo: memFree=12012916/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=702.31 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 240979 0 0 0 70191 40 0 0 25 0 1 0 458341721 1315713024 225467 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 225467 470 184 0 316094 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1284876

[startup+762.307 s]
/proc/loadavg: 4.07 3.89 3.39 5/190 1194
/proc/meminfo: memFree=11890012/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1284876 CPUtime=762.33 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 264725 0 0 0 76189 44 0 0 25 0 1 0 458341721 1315713024 249213 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321219 249213 470 184 0 316094 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1284876

[startup+822.3 s]
/proc/loadavg: 4.02 3.90 3.42 5/190 1195
/proc/meminfo: memFree=11849300/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1285004 CPUtime=822.31 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 273518 0 0 0 82186 45 0 0 25 0 1 0 458341721 1315844096 258006 33554432000 4194304 4947581 140734683157648 18446744073709551615 4515752 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 321251 258006 470 184 0 316126 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1285004

[startup+882.301 s]
/proc/loadavg: 4.01 3.92 3.46 5/190 1197
/proc/meminfo: memFree=11765932/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1482844 CPUtime=882.32 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 285796 0 0 0 88183 49 0 0 25 0 1 0 458341721 1518432256 270284 33554432000 4194304 4947581 140734683157648 18446744073709551615 4354315 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 370711 270284 470 184 0 365586 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1482844

[startup+942.301 s]
/proc/loadavg: 4.00 3.93 3.49 5/190 1198
/proc/meminfo: memFree=11706752/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1685508 CPUtime=942.32 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 290004 0 0 0 94182 50 0 0 25 0 1 0 458341721 1725960192 274492 33554432000 4194304 4947581 140734683157648 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 421377 274492 470 184 0 416252 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1685508

[startup+1002.3 s]
/proc/loadavg: 4.04 3.95 3.52 5/190 1200
/proc/meminfo: memFree=11652792/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1685508 CPUtime=1002.32 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 290991 0 0 0 100182 50 0 0 25 0 1 0 458341721 1725960192 275469 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 421377 275469 470 184 0 416252 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1685508

[startup+1062.3 s]
/proc/loadavg: 4.07 3.97 3.56 5/190 1201
/proc/meminfo: memFree=11628212/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1685508 CPUtime=1062.33 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 296334 0 0 0 106181 52 0 0 25 0 1 0 458341721 1725960192 280786 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 421377 280786 470 184 0 416252 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1685508

[startup+1122.3 s]
/proc/loadavg: 4.06 3.99 3.59 5/190 1203
/proc/meminfo: memFree=11460892/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1685508 CPUtime=1122.33 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 324199 0 0 0 112176 57 0 0 25 0 1 0 458341721 1725960192 308584 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399891 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 421377 308584 470 184 0 416252 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1685508

[startup+1182.3 s]
/proc/loadavg: 4.02 3.99 3.61 5/190 1205
/proc/meminfo: memFree=11281424/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1685508 CPUtime=1182.33 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 339006 0 0 0 118173 60 0 0 25 0 1 0 458341721 1725960192 323354 33554432000 4194304 4947581 140734683157648 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 421377 323354 470 184 0 416252 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1685508

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.63 5/190 1206
/proc/meminfo: memFree=11182432/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1685508 CPUtime=1242.34 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 351828 0 0 0 124172 62 0 0 25 0 1 0 458341721 1725960192 336156 33554432000 4194304 4947581 140734683157648 18446744073709551615 4514993 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 421377 336156 470 184 0 416252 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1685508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.66 3/186 1210
/proc/meminfo: memFree=11565600/32951124 swapFree=67111528/67111528
[pid=1162] ppid=1160 vsize=1685508 CPUtime=1300.04 cores=1,3
/proc/1162/stat : 1162 (synit_sat) R 1160 1162 1112 0 -1 4202496 352526 0 0 0 129942 62 0 0 25 0 1 0 458341721 1725960192 336809 33554432000 4194304 4947581 140734683157648 18446744073709551615 4515736 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/1162/statm: 421377 336809 470 184 0 416252 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1685508

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.06
CPU time (s): 1300.11
CPU user time (s): 1299.43
CPU system time (s): 0.677896
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1685508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.43
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352531
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= 6
involuntary context switches= 2051

runsolver used 2.05069 second user time and 5.05423 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-22 12:16:34
IDJOB=3257305
IDBENCH=70908
IDSOLVER=1571
FILE ID=node102/3257305-1303467394
RUNJOBID= node102-1303467393-1132
PBS_JOBID= 13107187
Free space on /tmp= 70920 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257305-1303467394/watcher-3257305-1303467394 -o /tmp/evaluation-result-3257305-1303467394/solver-3257305-1303467394 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3257305-1303467394.cnf 677425920

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=677425920

node102.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.828
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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:      13897248 kB
Buffers:       1208464 kB
Cached:       17208204 kB
SwapCached:          0 kB
Active:        9028868 kB
Inactive:      9484840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13897248 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10956 kB
Writeback:           8 kB
AnonPages:       97048 kB
Mapped:          16380 kB
Slab:           473564 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   302776 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= 70912 MiB
End job on node102 at 2011-04-22 12:38:16