Trace number 3439048

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
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.17 5000.13

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_512.cnf
MD5SUMc1f047ec179094963b21d7b90509d2b9
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 variables510
Number of clauses4492
Sum of the clauses size17968
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44492
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3439048-1306904023/watcher-3439048-1306904023 -o /tmp/evaluation-result-3439048-1306904023/solver-3439048-1306904023 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439048-1306904023.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.00 2/508 12489
/proc/meminfo: memFree=6910956/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=12928 CPUtime=0 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 660 0 0 0 0 0 0 0 22 0 1 0 782818478 13238272 599 33554432000 4194304 4394578 140737480124656 18446744073709551615 255106429637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 3232 599 267 49 0 373 0

[startup+0.0610359 s]
/proc/loadavg: 2.02 2.04 2.00 2/508 12489
/proc/meminfo: memFree=6910956/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=13588 CPUtime=0.05 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 839 0 0 0 5 0 0 0 22 0 1 0 782818478 13914112 778 33554432000 4194304 4394578 140737480124656 18446744073709551615 4313484 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 3397 778 267 49 0 538 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13588

[startup+0.101038 s]
/proc/loadavg: 2.02 2.04 2.00 2/508 12489
/proc/meminfo: memFree=6910956/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=13852 CPUtime=0.09 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 913 0 0 0 9 0 0 0 22 0 1 0 782818478 14184448 852 33554432000 4194304 4394578 140737480124656 18446744073709551615 4295608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 3463 852 267 49 0 604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13852

[startup+0.300994 s]
/proc/loadavg: 2.02 2.04 2.00 2/508 12489
/proc/meminfo: memFree=6910956/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=14512 CPUtime=0.29 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 1066 0 0 0 29 0 0 0 23 0 1 0 782818478 14860288 1005 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 3628 1005 267 49 0 769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14512

[startup+0.700923 s]
/proc/loadavg: 2.02 2.04 2.00 2/508 12489
/proc/meminfo: memFree=6910956/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=15720 CPUtime=0.69 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 1374 0 0 0 69 0 0 0 25 0 1 0 782818478 16097280 1313 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 3930 1313 267 49 0 1071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15720

[startup+1.50078 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6869392/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=17316 CPUtime=1.49 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 1764 0 0 0 149 0 0 0 25 0 1 0 782818478 17731584 1703 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298857 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 4329 1703 267 49 0 1470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17316

[startup+3.1005 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6859220/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=20108 CPUtime=3.09 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 2435 0 0 0 309 0 0 0 25 0 1 0 782818478 20590592 2374 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 5027 2374 267 49 0 2168 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20108

[startup+6.30094 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6841424/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=23976 CPUtime=6.29 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 3410 0 0 0 629 0 0 0 25 0 1 0 782818478 24551424 3349 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 5994 3349 267 49 0 3135 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23976

[startup+12.7008 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 12496
/proc/meminfo: memFree=6825616/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=31052 CPUtime=12.66 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 5145 0 0 0 1266 0 0 0 25 0 1 0 782818478 31797248 5084 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 7 0 0 0
/proc/12489/statm: 7763 5084 267 49 0 4904 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 31052

[startup+25.5006 s]
/proc/loadavg: 2.02 2.03 2.00 3/512 12497
/proc/meminfo: memFree=6801692/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=42704 CPUtime=25.41 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 7981 0 0 0 2540 1 0 0 25 0 1 0 782818478 43728896 7920 33554432000 4194304 4394578 140737480124656 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 10676 7920 267 49 0 7817 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 42704

[startup+51.1011 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 12497
/proc/meminfo: memFree=6770336/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=59316 CPUtime=51.01 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 12050 0 0 0 5099 2 0 0 25 0 1 0 782818478 60739584 11989 33554432000 4194304 4394578 140737480124656 18446744073709551615 4300307 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 14829 11989 267 49 0 11970 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 59316

[startup+102.318 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12499
/proc/meminfo: memFree=6685980/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=96240 CPUtime=102.23 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 21134 0 0 0 10219 4 0 0 25 0 1 0 782818478 98549760 21073 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 24060 21073 267 49 0 21201 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 96240

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12500
/proc/meminfo: memFree=6602584/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=140208 CPUtime=162.22 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 32052 0 0 0 16215 7 0 0 25 0 1 0 782818478 143572992 31991 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 35052 31991 267 49 0 32193 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 140208

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 12502
/proc/meminfo: memFree=6545340/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=166792 CPUtime=222.22 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 38688 0 0 0 22213 9 0 0 25 0 1 0 782818478 170795008 38627 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 41698 38627 267 49 0 38839 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 166792

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 12503
/proc/meminfo: memFree=6480956/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=195056 CPUtime=282.22 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 45770 0 0 0 28211 11 0 0 25 0 1 0 782818478 199737344 45709 33554432000 4194304 4394578 140737480124656 18446744073709551615 4274120 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 48764 45709 267 49 0 45905 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 195056

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 12505
/proc/meminfo: memFree=6379976/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=235980 CPUtime=342.22 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 56009 0 0 0 34209 13 0 0 25 0 1 0 782818478 241643520 55948 33554432000 4194304 4394578 140737480124656 18446744073709551615 4290860 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 58995 55948 267 49 0 56136 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 235980

[startup+402.3 s]
/proc/loadavg: 2.27 2.06 2.02 3/512 12507
/proc/meminfo: memFree=6320012/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=270624 CPUtime=402.22 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 64658 0 0 0 40207 15 0 0 25 0 1 0 782818478 277118976 64597 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 67656 64597 267 49 0 64797 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 270624

[startup+462.301 s]
/proc/loadavg: 2.22 2.08 2.02 3/512 12517
/proc/meminfo: memFree=6253400/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=311260 CPUtime=462.22 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 74812 0 0 0 46205 17 0 0 25 0 1 0 782818478 318730240 74751 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 77815 74751 267 49 0 74956 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 311260

[startup+522.3 s]
/proc/loadavg: 2.08 2.06 2.02 3/512 12519
/proc/meminfo: memFree=6243136/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=311412 CPUtime=522.22 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 74873 0 0 0 52205 17 0 0 25 0 1 0 782818478 318885888 74812 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 77853 74812 267 49 0 74994 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 311412

[startup+582.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/512 12520
/proc/meminfo: memFree=6196448/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=349424 CPUtime=582.23 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 84382 0 0 0 58203 20 0 0 25 0 1 0 782818478 357810176 84321 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 87356 84321 267 49 0 84497 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 349424

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.01 2.05 2.01 3/512 12625
/proc/meminfo: memFree=3196856/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2295408 CPUtime=4062.33 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 570807 0 0 0 406113 120 0 0 25 0 1 0 782818478 2350497792 570746 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 573852 570746 267 49 0 570993 0
Current children cumulated CPU time (s) 4062.33
Current children cumulated vsize (KiB) 2295408

[startup+4122.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/512 12627
/proc/meminfo: memFree=3121520/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2350676 CPUtime=4122.31 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 584631 0 0 0 412108 123 0 0 25 0 1 0 782818478 2407092224 584570 33554432000 4194304 4394578 140737480124656 18446744073709551615 4291813 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 587669 584570 267 49 0 584810 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 2350676

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 12628
/proc/meminfo: memFree=3073984/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2383800 CPUtime=4182.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 592927 0 0 0 418107 125 0 0 25 0 1 0 782818478 2441011200 592866 33554432000 4194304 4394578 140737480124656 18446744073709551615 4296492 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 595950 592866 267 49 0 593091 0
Current children cumulated CPU time (s) 4182.32
Current children cumulated vsize (KiB) 2383800

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12630
/proc/meminfo: memFree=3047404/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2398904 CPUtime=4242.31 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 596695 0 0 0 424106 125 0 0 25 0 1 0 782818478 2456477696 596634 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 599726 596634 267 49 0 596867 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 2398904

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12632
/proc/meminfo: memFree=2987088/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2453308 CPUtime=4302.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 610281 0 0 0 430103 129 0 0 25 0 1 0 782818478 2512187392 610220 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 613327 610220 267 49 0 610468 0
Current children cumulated CPU time (s) 4302.32
Current children cumulated vsize (KiB) 2453308

[startup+4362.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/512 12633
/proc/meminfo: memFree=2911284/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2497332 CPUtime=4362.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 621266 0 0 0 436101 131 0 0 25 0 1 0 782818478 2557267968 621205 33554432000 4194304 4394578 140737480124656 18446744073709551615 4299019 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 624333 621205 267 49 0 621474 0
Current children cumulated CPU time (s) 4362.32
Current children cumulated vsize (KiB) 2497332

[startup+4422.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/512 12635
/proc/meminfo: memFree=2844272/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2551440 CPUtime=4422.31 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 634791 0 0 0 442098 133 0 0 25 0 1 0 782818478 2612674560 634730 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 637860 634730 267 49 0 635001 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 2551440

[startup+4482.3 s]
/proc/loadavg: 2.19 2.08 2.02 3/512 12636
/proc/meminfo: memFree=2792016/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2583320 CPUtime=4482.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 642763 0 0 0 448097 135 0 0 25 0 1 0 782818478 2645319680 642702 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 645830 642702 267 49 0 642971 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 2583320

[startup+4542.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/512 12638
/proc/meminfo: memFree=2721920/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2633976 CPUtime=4542.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 655429 0 0 0 454094 138 0 0 25 0 1 0 782818478 2697191424 655368 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298342 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 658494 655368 267 49 0 655635 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 2633976

[startup+4602.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/512 12640
/proc/meminfo: memFree=2640400/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2684256 CPUtime=4602.33 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 667998 0 0 0 460093 140 0 0 25 0 1 0 782818478 2748678144 667937 33554432000 4194304 4394578 140737480124656 18446744073709551615 4308965 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 671064 667937 267 49 0 668205 0
Current children cumulated CPU time (s) 4602.33
Current children cumulated vsize (KiB) 2684256

[startup+4662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 12641
/proc/meminfo: memFree=2583424/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2735956 CPUtime=4662.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 680898 0 0 0 466089 143 0 0 25 0 1 0 782818478 2801618944 680837 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 683989 680837 267 49 0 681130 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 2735956

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 12643
/proc/meminfo: memFree=2533660/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2783812 CPUtime=4722.34 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 692880 0 0 0 472089 145 0 0 25 0 1 0 782818478 2850623488 692819 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 695953 692819 267 49 0 693094 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 2783812

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12644
/proc/meminfo: memFree=2529900/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2783944 CPUtime=4782.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 692888 0 0 0 478087 145 0 0 25 0 1 0 782818478 2850758656 692827 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 695986 692827 267 49 0 693127 0
Current children cumulated CPU time (s) 4782.32
Current children cumulated vsize (KiB) 2783944

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 12646
/proc/meminfo: memFree=2525512/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2783944 CPUtime=4842.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 692899 0 0 0 484087 145 0 0 25 0 1 0 782818478 2850758656 692838 33554432000 4194304 4394578 140737480124656 18446744073709551615 4292123 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 695986 692838 267 49 0 693127 0
Current children cumulated CPU time (s) 4842.32
Current children cumulated vsize (KiB) 2783944

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 12648
/proc/meminfo: memFree=2499556/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2783944 CPUtime=4902.32 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 692903 0 0 0 490087 145 0 0 25 0 1 0 782818478 2850758656 692842 33554432000 4194304 4394578 140737480124656 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 695986 692842 267 49 0 693127 0
Current children cumulated CPU time (s) 4902.32
Current children cumulated vsize (KiB) 2783944

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 12649
/proc/meminfo: memFree=2482644/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2783944 CPUtime=4962.33 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 692915 0 0 0 496087 146 0 0 25 0 1 0 782818478 2850758656 692854 33554432000 4194304 4394578 140737480124656 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 695986 692854 267 49 0 693127 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 2783944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.19 2.05 2.01 4/512 12650
/proc/meminfo: memFree=2477044/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=2783944 CPUtime=5000.05 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4202496 692915 0 0 0 499859 146 0 0 25 0 1 0 782818478 2850758656 692854 33554432000 4194304 4394578 140737480124656 18446744073709551615 4287877 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/12489/statm: 695986 692854 267 49 0 693127 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 2783944

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

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

[startup+5000.12 s]
/proc/loadavg: 2.19 2.05 2.01 4/512 12650
/proc/meminfo: memFree=2477044/32951124 swapFree=67111204/67111528
[pid=12489] ppid=12487 vsize=0 CPUtime=5000.15 cores=1,3,5,7
/proc/12489/stat : 12489 (SApperloT2010) R 12487 12489 10497 0 -1 4203524 692915 0 0 0 499859 156 0 0 25 0 1 0 782818478 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 1 0 0 0
/proc/12489/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.17
CPU user time (s): 4998.6
CPU system time (s): 1.57476
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2783944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.6
system time used= 1.57476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 692915
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= 9
involuntary context switches= 5582

runsolver used 23.6014 second user time and 57.1483 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-01 06:53:44
IDJOB=3439048
IDBENCH=83247
IDSOLVER=1933
FILE ID=node144/3439048-1306904023
RUNJOBID= node144-1306904023-12476
PBS_JOBID= 13488432
Free space on /tmp= 7480 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_512.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439048-1306904023/watcher-3439048-1306904023 -o /tmp/evaluation-result-3439048-1306904023/solver-3439048-1306904023 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439048-1306904023.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c1f047ec179094963b21d7b90509d2b9
RANDOM SEED=1677542135

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6911672 kB
Buffers:        102760 kB
Cached:       10245344 kB
SwapCached:        140 kB
Active:       19491468 kB
Inactive:      6021648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6911672 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:              16 kB
Writeback:           0 kB
AnonPages:    15164760 kB
Mapped:          41816 kB
Slab:           387064 kB
PageTables:      69760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157749896 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= 7476 MiB
End job on node144 at 2011-06-01 08:17:06