Trace number 3263421

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/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
Bench CategoryCRAFTED (crafted 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 variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :        660 AvgFaninNum: 29
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 638
0.00/0.03	c Total Root : 0 Undef Var: 638
0.00/0.03	c After covering, Total Root: 22 Leaf: 638
0.00/0.03	c Variable( cover/uncovered/unused ): 660 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 638 55994
0.00/0.03	c Clauses( cover/uncovered ): 22 0
0.00/0.03	c Total Clauses( cover/uncovered ): 660 55994 1.16497%
0.00/0.03	c Covered Ands: 22 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     638       0   55994     56610
0.00/0.04	c cover rate 1.16497
0.00/0.04	c rocky end  0.03 total 0.03
0.04/0.09	c covering time  0.05 total 0.08
1300.02/1300.00	c interrupt  1299.94 total 1300.02
1300.02/1300.00	c INTERRUPTED ... 
1300.02/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-3263421-1303567790/watcher-3263421-1303567790 -o /tmp/evaluation-result-3263421-1303567790/solver-3263421-1303567790 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3263421-1303567790.cnf 126932930 

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: 2.76 3.06 3.45 3/177 14541
/proc/meminfo: memFree=14459836/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=29716 CPUtime=0 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 2012 0 0 0 0 0 0 0 24 0 1 0 468376987 30429184 1950 33554432000 4194304 4947581 140733604217616 18446744073709551615 228244344756 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14541/statm: 7430 1953 322 184 0 2305 0

[startup+0.0477661 s]
/proc/loadavg: 2.76 3.06 3.45 3/177 14541
/proc/meminfo: memFree=14459836/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=38360 CPUtime=0.04 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 4113 0 0 0 4 0 0 0 24 0 1 0 468376987 39280640 4048 33554432000 4194304 4947581 140733604217616 18446744073709551615 4826483 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 9590 4048 386 184 0 4465 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38360

[startup+0.100749 s]
/proc/loadavg: 2.76 3.06 3.45 3/177 14541
/proc/meminfo: memFree=14459836/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=54252 CPUtime=0.09 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 8108 0 0 0 9 0 0 0 24 0 1 0 468376987 55554048 8026 33554432000 4194304 4947581 140733604217616 18446744073709551615 4379026 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 13563 8026 420 184 0 8438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54252

[startup+0.300716 s]
/proc/loadavg: 2.76 3.06 3.45 3/177 14541
/proc/meminfo: memFree=14459836/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=76572 CPUtime=0.29 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 11802 0 0 0 28 1 0 0 25 0 1 0 468376987 78409728 11720 33554432000 4194304 4947581 140733604217616 18446744073709551615 4720263 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 19143 11720 457 184 0 14018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76572

[startup+0.70065 s]
/proc/loadavg: 2.76 3.06 3.45 3/177 14541
/proc/meminfo: memFree=14459836/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=85484 CPUtime=0.69 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 12219 0 0 0 68 1 0 0 25 0 1 0 468376987 87535616 12137 33554432000 4194304 4947581 140733604217616 18446744073709551615 228244045506 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 21371 12137 457 184 0 16246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85484

[startup+1.5005 s]
/proc/loadavg: 2.86 3.07 3.45 5/190 14563
/proc/meminfo: memFree=14196528/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=104028 CPUtime=1.49 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 13241 0 0 0 148 1 0 0 25 0 1 0 468376987 106524672 13159 33554432000 4194304 4947581 140733604217616 18446744073709551615 4352309 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 26007 13159 457 184 0 20882 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104028

[startup+3.10022 s]
/proc/loadavg: 2.86 3.07 3.45 5/190 14563
/proc/meminfo: memFree=14058764/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=113420 CPUtime=3.09 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 15072 0 0 0 308 1 0 0 25 0 1 0 468376987 116142080 14990 33554432000 4194304 4947581 140733604217616 18446744073709551615 4518104 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 28355 14990 467 184 0 23230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113420

[startup+6.30066 s]
/proc/loadavg: 2.86 3.07 3.45 5/190 14563
/proc/meminfo: memFree=13879512/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=123000 CPUtime=6.29 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 16671 0 0 0 628 1 0 0 25 0 1 0 468376987 125952000 16589 33554432000 4194304 4947581 140733604217616 18446744073709551615 4517564 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 30750 16589 467 184 0 25625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123000

[startup+12.7005 s]
/proc/loadavg: 3.03 3.10 3.46 5/190 14563
/proc/meminfo: memFree=13808616/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=133016 CPUtime=12.69 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 18666 0 0 0 1268 1 0 0 25 0 1 0 468376987 136208384 18584 33554432000 4194304 4947581 140733604217616 18446744073709551615 4518012 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 33254 18584 467 184 0 28129 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133016

[startup+25.5003 s]
/proc/loadavg: 3.18 3.13 3.46 5/190 14564
/proc/meminfo: memFree=13661388/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=143716 CPUtime=25.49 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 23513 0 0 0 2547 2 0 0 25 0 1 0 468376987 147165184 23431 33554432000 4194304 4947581 140733604217616 18446744073709551615 4400008 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 35929 23431 467 184 0 30804 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143716

[startup+51.1008 s]
/proc/loadavg: 3.46 3.20 3.47 5/190 14564
/proc/meminfo: memFree=13585212/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=155320 CPUtime=51.09 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 28427 0 0 0 5105 4 0 0 25 0 1 0 468376987 159047680 28345 33554432000 4194304 4947581 140733604217616 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 38830 28345 467 184 0 33705 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155320

[startup+102.307 s]
/proc/loadavg: 3.78 3.33 3.50 5/190 14566
/proc/meminfo: memFree=13551728/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=167972 CPUtime=102.29 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 31330 0 0 0 10225 4 0 0 25 0 1 0 468376987 172003328 31248 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 41993 31248 467 184 0 36868 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 167972

[startup+162.3 s]
/proc/loadavg: 3.92 3.45 3.53 5/190 14567
/proc/meminfo: memFree=13485848/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=181584 CPUtime=162.29 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 36741 0 0 0 16224 5 0 0 25 0 1 0 468376987 185942016 36653 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 45396 36653 474 184 0 40271 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 181584

[startup+222.301 s]
/proc/loadavg: 4.02 3.56 3.56 5/190 14569
/proc/meminfo: memFree=13404092/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=210120 CPUtime=222.29 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 43562 0 0 0 22222 7 0 0 25 0 1 0 468376987 215162880 43468 33554432000 4194304 4947581 140733604217616 18446744073709551615 4400033 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 52530 43468 468 184 0 47405 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 210120

[startup+282.3 s]
/proc/loadavg: 4.01 3.64 3.59 5/190 14571
/proc/meminfo: memFree=13311796/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=331408 CPUtime=282.3 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 60149 0 0 0 28219 11 0 0 25 0 1 0 468376987 339361792 56844 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 82852 56844 468 184 0 77727 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 331408

[startup+342.301 s]
/proc/loadavg: 4.00 3.70 3.61 5/190 14572
/proc/meminfo: memFree=13240084/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=394476 CPUtime=342.29 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 64015 0 0 0 34218 11 0 0 25 0 1 0 468376987 403943424 60710 33554432000 4194304 4947581 140733604217616 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 98619 60710 468 184 0 93494 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 394476

[startup+402.3 s]
/proc/loadavg: 4.00 3.75 3.63 5/190 14574
/proc/meminfo: memFree=13187228/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=394476 CPUtime=402.29 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 70905 0 0 0 40216 13 0 0 25 0 1 0 468376987 403943424 67600 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 98619 67600 468 184 0 93494 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 394476

[startup+462.301 s]
/proc/loadavg: 4.03 3.81 3.66 5/190 14575
/proc/meminfo: memFree=13150860/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=394476 CPUtime=462.3 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 79129 0 0 0 46215 15 0 0 25 0 1 0 468376987 403943424 75824 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 98619 75824 468 184 0 93494 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 394476

[startup+522.301 s]
/proc/loadavg: 4.01 3.84 3.67 5/190 14577
/proc/meminfo: memFree=13108796/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=394476 CPUtime=522.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 80102 0 0 0 52215 16 0 0 25 0 1 0 468376987 403943424 76797 33554432000 4194304 4947581 140733604217616 18446744073709551615 4352451 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 98619 76797 468 184 0 93494 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 394476

[startup+582.301 s]
/proc/loadavg: 4.00 3.87 3.69 5/190 14579
/proc/meminfo: memFree=13085100/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=469748 CPUtime=582.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 80103 0 0 0 58215 16 0 0 25 0 1 0 468376987 481021952 76798 33554432000 4194304 4947581 140733604217616 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 117437 76798 468 184 0 112312 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 469748

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.71 5/190 14580
/proc/meminfo: memFree=13082452/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=469748 CPUtime=642.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 80103 0 0 0 64215 16 0 0 25 0 1 0 468376987 481021952 76798 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 117437 76798 468 184 0 112312 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 469748

[startup+702.3 s]
/proc/loadavg: 4.00 3.91 3.73 5/190 14582
/proc/meminfo: memFree=13043488/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=469748 CPUtime=702.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 83900 0 0 0 70214 17 0 0 25 0 1 0 468376987 481021952 80595 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 117437 80595 468 184 0 112312 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 469748

[startup+762.307 s]
/proc/loadavg: 4.07 3.94 3.74 5/190 14583
/proc/meminfo: memFree=13016924/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=469748 CPUtime=762.32 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 84070 0 0 0 76215 17 0 0 25 0 1 0 468376987 481021952 80765 33554432000 4194304 4947581 140733604217616 18446744073709551615 4491850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 117437 80765 468 184 0 112312 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 469748

[startup+822.3 s]
/proc/loadavg: 4.02 3.95 3.76 5/190 14585
/proc/meminfo: memFree=13006716/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=469748 CPUtime=822.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 84500 0 0 0 82214 17 0 0 25 0 1 0 468376987 481021952 81195 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 117437 81195 468 184 0 112312 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 469748

[startup+882.301 s]
/proc/loadavg: 4.01 3.95 3.77 5/190 14587
/proc/meminfo: memFree=13005068/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=469748 CPUtime=882.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 84500 0 0 0 88214 17 0 0 25 0 1 0 468376987 481021952 81195 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 117437 81195 468 184 0 112312 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 469748

[startup+942.3 s]
/proc/loadavg: 4.05 3.97 3.78 5/190 14588
/proc/meminfo: memFree=12986184/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=469748 CPUtime=942.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 85187 0 0 0 94214 17 0 0 25 0 1 0 468376987 481021952 81882 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 117437 81882 468 184 0 112312 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 469748

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.80 5/190 14590
/proc/meminfo: memFree=12962216/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=553608 CPUtime=1002.32 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 88172 0 0 0 100213 19 0 0 25 0 1 0 468376987 566894592 84867 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 138402 84867 468 184 0 133277 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 553608

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 14591
/proc/meminfo: memFree=12928324/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=553608 CPUtime=1062.32 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 88198 0 0 0 106213 19 0 0 25 0 1 0 468376987 566894592 84878 33554432000 4194304 4947581 140733604217616 18446744073709551615 4491850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 138402 84878 468 184 0 133277 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 553608

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 14593
/proc/meminfo: memFree=12891464/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=553608 CPUtime=1122.32 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 88198 0 0 0 112213 19 0 0 25 0 1 0 468376987 566894592 84865 33554432000 4194304 4947581 140733604217616 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 138402 84865 468 184 0 133277 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 553608

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 14595
/proc/meminfo: memFree=12888700/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=553608 CPUtime=1182.32 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 88300 0 0 0 118213 19 0 0 25 0 1 0 468376987 566894592 84950 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 138402 84950 468 184 0 133277 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 553608

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.83 5/190 14596
/proc/meminfo: memFree=12861876/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=553608 CPUtime=1242.31 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 89401 0 0 0 124212 19 0 0 25 0 1 0 468376987 566894592 86009 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 138402 86009 468 184 0 133277 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 553608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.84 5/190 14598
/proc/meminfo: memFree=12859988/32951124 swapFree=67111524/67111528
[pid=14541] ppid=14538 vsize=553608 CPUtime=1300.02 cores=1,3
/proc/14541/stat : 14541 (synit_sat) R 14538 14541 13486 0 -1 4202496 89422 0 0 0 129983 19 0 0 25 0 1 0 468376987 566894592 85996 33554432000 4194304 4947581 140733604217616 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14541/statm: 138402 85996 468 184 0 133277 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 553608

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.84
CPU system time (s): 0.215967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 553608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89427
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= 37
involuntary context switches= 1753

runsolver used 2.06968 second user time and 5.03423 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-23 16:09:50
IDJOB=3263421
IDBENCH=83976
IDSOLVER=1571
FILE ID=node136/3263421-1303567790
RUNJOBID= node136-1303567790-14522
PBS_JOBID= 13150284
Free space on /tmp= 71632 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263421-1303567790/watcher-3263421-1303567790 -o /tmp/evaluation-result-3263421-1303567790/solver-3263421-1303567790 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3263421-1303567790.cnf 126932930

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

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=126932930

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14460356 kB
Buffers:       1699848 kB
Cached:       16159320 kB
SwapCached:          4 kB
Active:        9424200 kB
Inactive:      8502704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14460356 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5956 kB
Writeback:           0 kB
AnonPages:       67440 kB
Mapped:          14484 kB
Slab:           500592 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191508 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= 71620 MiB
End job on node136 at 2011-04-23 16:31:32