Trace number 3379615

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) 1300.06 1300.05

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: 961)

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-3379615-1305457488/watcher-3379615-1305457488 -o /tmp/evaluation-result-3379615-1305457488/solver-3379615-1305457488 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379615-1305457488.cnf 

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.33 1.87 2.39 4/352 6452
/proc/meminfo: memFree=17235108/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=11796 CPUtime=0 cores=1,3
/proc/6452/stat : 6452 (runsolver) R 6450 6452 30479 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 657348446 12079104 49 33554432000 4194304 5432360 140736446531872 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/6452/statm: 2949 49 30 303 0 2643 0

[startup+0.0919341 s]
/proc/loadavg: 1.33 1.87 2.39 4/352 6452
/proc/meminfo: memFree=17235108/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=13720 CPUtime=0.07 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 879 0 0 0 7 0 0 0 25 0 1 0 657348446 14049280 818 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 3430 818 267 49 0 571 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13720

[startup+0.100931 s]
/proc/loadavg: 1.33 1.87 2.39 4/352 6452
/proc/meminfo: memFree=17235108/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=13852 CPUtime=0.08 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 891 0 0 0 8 0 0 0 25 0 1 0 657348446 14184448 830 33554432000 4194304 4394578 140736156616448 18446744073709551615 4291528 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 3463 830 267 49 0 604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13852

[startup+0.300896 s]
/proc/loadavg: 1.33 1.87 2.39 4/352 6452
/proc/meminfo: memFree=17235108/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=14512 CPUtime=0.28 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 1061 0 0 0 28 0 0 0 25 0 1 0 657348446 14860288 1000 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 3628 1000 267 49 0 769 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 14512

[startup+0.700826 s]
/proc/loadavg: 1.33 1.87 2.39 4/352 6452
/proc/meminfo: memFree=17235108/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=15720 CPUtime=0.67 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 1367 0 0 0 67 0 0 0 25 0 1 0 657348446 16097280 1306 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 3930 1306 267 49 0 1071 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 15720

[startup+1.50069 s]
/proc/loadavg: 1.33 1.87 2.39 5/353 6453
/proc/meminfo: memFree=17194592/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=17316 CPUtime=1.47 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 1760 0 0 0 147 0 0 0 25 0 1 0 657348446 17731584 1699 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 4329 1699 267 49 0 1470 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17316

[startup+3.1004 s]
/proc/loadavg: 1.33 1.87 2.39 5/353 6453
/proc/meminfo: memFree=17178224/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=19976 CPUtime=3.08 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 2415 0 0 0 307 1 0 0 25 0 1 0 657348446 20455424 2354 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 4994 2354 267 49 0 2135 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19976

[startup+6.30084 s]
/proc/loadavg: 1.54 1.91 2.39 5/353 6453
/proc/meminfo: memFree=17148280/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=23976 CPUtime=6.28 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 3409 0 0 0 627 1 0 0 25 0 1 0 657348446 24551424 3348 33554432000 4194304 4394578 140736156616448 18446744073709551615 4287218 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 5994 3348 267 49 0 3135 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23976

[startup+12.7007 s]
/proc/loadavg: 1.74 1.94 2.40 5/353 6454
/proc/meminfo: memFree=17113924/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=31052 CPUtime=12.68 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 5145 0 0 0 1267 1 0 0 25 0 1 0 657348446 31797248 5084 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 7763 5084 267 49 0 4904 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31052

[startup+25.5005 s]
/proc/loadavg: 2.24 2.04 2.43 5/353 6454
/proc/meminfo: memFree=17055672/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=42704 CPUtime=25.48 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 7982 0 0 0 2546 2 0 0 25 0 1 0 657348446 43728896 7921 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 10676 7921 267 49 0 7817 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42704

[startup+51.101 s]
/proc/loadavg: 2.84 2.20 2.47 5/353 6455
/proc/meminfo: memFree=16974664/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=59580 CPUtime=51.08 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 12093 0 0 0 5105 3 0 0 25 0 1 0 657348446 61009920 12032 33554432000 4194304 4394578 140736156616448 18446744073709551615 4287252 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 14895 12032 267 49 0 12036 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59580

[startup+102.312 s]
/proc/loadavg: 2.97 2.33 2.50 4/347 6473
/proc/meminfo: memFree=16885412/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=96240 CPUtime=102.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 21134 0 0 0 10224 5 0 0 25 0 1 0 657348446 98549760 21073 33554432000 4194304 4394578 140736156616448 18446744073709551615 4294220 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 24060 21073 267 49 0 21201 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 96240

[startup+162.3 s]
/proc/loadavg: 2.99 2.45 2.53 4/347 6475
/proc/meminfo: memFree=16776988/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=140208 CPUtime=162.28 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 32052 0 0 0 16221 7 0 0 25 0 1 0 657348446 143572992 31991 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 35052 31991 267 49 0 32193 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 140208

[startup+222.301 s]
/proc/loadavg: 3.10 2.58 2.56 4/347 6476
/proc/meminfo: memFree=16714944/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=166792 CPUtime=222.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 38688 0 0 0 22219 10 0 0 25 0 1 0 657348446 170795008 38627 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 41698 38627 267 49 0 38839 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 166792

[startup+282.3 s]
/proc/loadavg: 3.13 2.68 2.60 4/347 6478
/proc/meminfo: memFree=16656484/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=195056 CPUtime=282.28 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 45767 0 0 0 28217 11 0 0 25 0 1 0 657348446 199737344 45706 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 48764 45706 267 49 0 45905 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 195056

[startup+342.301 s]
/proc/loadavg: 3.05 2.74 2.62 4/347 6479
/proc/meminfo: memFree=16550420/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=235980 CPUtime=342.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 56009 0 0 0 34215 14 0 0 25 0 1 0 657348446 241643520 55948 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 58995 55948 267 49 0 56136 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 235980

[startup+402.3 s]
/proc/loadavg: 3.02 2.78 2.64 4/347 6481
/proc/meminfo: memFree=16470276/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=270096 CPUtime=402.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 64534 0 0 0 40214 15 0 0 25 0 1 0 657348446 276578304 64473 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 67524 64473 267 49 0 64665 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 270096

[startup+462.301 s]
/proc/loadavg: 3.00 2.82 2.66 4/347 6483
/proc/meminfo: memFree=16411332/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=311260 CPUtime=462.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 74812 0 0 0 46211 18 0 0 25 0 1 0 657348446 318730240 74751 33554432000 4194304 4394578 140736156616448 18446744073709551615 4291995 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 77815 74751 267 49 0 74956 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 311260

[startup+522.301 s]
/proc/loadavg: 3.00 2.85 2.68 4/347 6484
/proc/meminfo: memFree=16382492/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=311412 CPUtime=522.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 74873 0 0 0 52211 18 0 0 25 0 1 0 657348446 318885888 74812 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 77853 74812 267 49 0 74994 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 311412

[startup+582.3 s]
/proc/loadavg: 3.00 2.87 2.70 4/347 6486
/proc/meminfo: memFree=16318584/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=349424 CPUtime=582.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 84382 0 0 0 58208 21 0 0 25 0 1 0 657348446 357810176 84321 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 87356 84321 267 49 0 84497 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 349424

[startup+642.301 s]
/proc/loadavg: 3.00 2.89 2.71 4/347 6487
/proc/meminfo: memFree=16273908/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=385712 CPUtime=642.3 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 93426 0 0 0 64207 23 0 0 25 0 1 0 657348446 394969088 93365 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 96428 93365 267 49 0 93569 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 385712

[startup+702.3 s]
/proc/loadavg: 3.00 2.91 2.73 4/347 6489
/proc/meminfo: memFree=16212852/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=425012 CPUtime=702.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 103275 0 0 0 70204 25 0 0 25 0 1 0 657348446 435212288 103214 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 106253 103214 267 49 0 103394 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 425012

[startup+762.312 s]
/proc/loadavg: 3.00 2.92 2.74 4/347 6491
/proc/meminfo: memFree=16148696/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=461948 CPUtime=762.31 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 112516 0 0 0 76203 28 0 0 25 0 1 0 657348446 473034752 112455 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 115487 112455 267 49 0 112628 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 461948

[startup+822.3 s]
/proc/loadavg: 3.24 3.00 2.78 4/347 6492
/proc/meminfo: memFree=16103768/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=493344 CPUtime=822.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 120380 0 0 0 82200 29 0 0 25 0 1 0 657348446 505184256 120319 33554432000 4194304 4394578 140736156616448 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 123336 120319 267 49 0 120477 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 493344

[startup+882.301 s]
/proc/loadavg: 3.09 3.00 2.79 4/347 6494
/proc/meminfo: memFree=16022380/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=537436 CPUtime=882.29 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 131372 0 0 0 88198 31 0 0 25 0 1 0 657348446 550334464 131311 33554432000 4194304 4394578 140736156616448 18446744073709551615 4296302 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 134359 131311 267 49 0 131500 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 537436

[startup+942.3 s]
/proc/loadavg: 3.03 3.00 2.80 4/347 6495
/proc/meminfo: memFree=15970876/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=572668 CPUtime=942.3 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 140203 0 0 0 94196 34 0 0 25 0 1 0 657348446 586412032 140142 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298829 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 143167 140142 267 49 0 140308 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 572668

[startup+1002.3 s]
/proc/loadavg: 3.01 3.00 2.81 4/347 6497
/proc/meminfo: memFree=15894800/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=614348 CPUtime=1002.3 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 150600 0 0 0 100194 36 0 0 25 0 1 0 657348446 629092352 150539 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 153587 150539 267 49 0 150728 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 614348

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 2.82 4/347 6499
/proc/meminfo: memFree=15867584/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=615428 CPUtime=1062.31 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 150877 0 0 0 106194 37 0 0 25 0 1 0 657348446 630198272 150816 33554432000 4194304 4394578 140736156616448 18446744073709551615 4296777 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 153857 150816 267 49 0 150998 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 615428

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 2.83 4/347 6500
/proc/meminfo: memFree=15826980/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=615428 CPUtime=1122.31 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 150901 0 0 0 112194 37 0 0 25 0 1 0 657348446 630198272 150840 33554432000 4194304 4394578 140736156616448 18446744073709551615 4296451 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 153857 150840 267 49 0 150998 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 615428

[startup+1182.3 s]
/proc/loadavg: 3.00 3.00 2.83 4/347 6502
/proc/meminfo: memFree=15779192/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=641684 CPUtime=1182.3 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 157478 0 0 0 118192 38 0 0 25 0 1 0 657348446 657084416 157417 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 160421 157417 267 49 0 157562 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 641684

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 2.84 4/347 6503
/proc/meminfo: memFree=15715420/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=681688 CPUtime=1242.31 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 167465 0 0 0 124190 41 0 0 25 0 1 0 657348446 698048512 167404 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 170422 167404 267 49 0 167563 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 681688



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.00 2.84 2/343 6507
/proc/meminfo: memFree=16572500/32950928 swapFree=67111348/67111528
[pid=6452] ppid=6450 vsize=719436 CPUtime=1300.02 cores=1,3
/proc/6452/stat : 6452 (SApperloT2010) R 6450 6452 30479 0 -1 4202496 176902 0 0 0 129959 43 0 0 25 0 1 0 657348446 736702464 176841 33554432000 4194304 4394578 140736156616448 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/6452/statm: 179859 176841 267 49 0 177000 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 719436

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.06
CPU user time (s): 1299.6
CPU system time (s): 0.464929
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 719436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.6
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176902
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= 5
involuntary context switches= 1370

runsolver used 4.00339 second user time and 9.60754 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 13:04:48
IDJOB=3379615
IDBENCH=83247
IDSOLVER=1862
FILE ID=node125/3379615-1305457488
RUNJOBID= node125-1305457487-6304
PBS_JOBID= 13324855
Free space on /tmp= 73192 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-3379615-1305457488/watcher-3379615-1305457488 -o /tmp/evaluation-result-3379615-1305457488/solver-3379615-1305457488 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379615-1305457488.cnf

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

MD5SUM BENCH= c1f047ec179094963b21d7b90509d2b9
RANDOM SEED=1279451545

node125.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	: 5266.55
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.84
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.74
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.74
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.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.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:     32950928 kB
MemFree:      17235140 kB
Buffers:        287780 kB
Cached:        4620780 kB
SwapCached:          0 kB
Active:       11654400 kB
Inactive:      3677376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17235140 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7736 kB
Writeback:           8 kB
AnonPages:    10422880 kB
Mapped:          34056 kB
Slab:           279092 kB
PageTables:      39776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70979488 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= 73200 MiB
End job on node125 at 2011-05-15 13:26:30