Trace number 3438643

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.16 5000.04

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s73223945-unsat.cnf
MD5SUMebbfc0ffb6aa4fcba0d5ce3964018543
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 variables161
Number of clauses332
Sum of the clauses size996
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3332
Number of clauses of size 40
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-3438643-1306894541/watcher-3438643-1306894541 -o /tmp/evaluation-result-3438643-1306894541/solver-3438643-1306894541 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438643-1306894541.cnf 

running on 4 cores: 0,2,4,6

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.15 2.05 2.01 4/473 9363
/proc/meminfo: memFree=4504008/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=11904 CPUtime=0 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 422 0 0 0 0 0 0 0 25 0 1 0 801053728 12189696 360 33554432000 4194304 4394578 140733773281488 18446744073709551615 4290887 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 2976 360 266 49 0 117 0

[startup+0.108648 s]
/proc/loadavg: 2.15 2.05 2.01 4/473 9363
/proc/meminfo: memFree=4504008/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=12564 CPUtime=0.1 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 569 0 0 0 10 0 0 0 25 0 1 0 801053728 12865536 507 33554432000 4194304 4394578 140733773281488 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 3141 507 266 49 0 282 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12564

[startup+0.200634 s]
/proc/loadavg: 2.15 2.05 2.01 4/473 9363
/proc/meminfo: memFree=4504008/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=12828 CPUtime=0.19 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 648 0 0 0 19 0 0 0 25 0 1 0 801053728 13135872 586 33554432000 4194304 4394578 140733773281488 18446744073709551615 4290879 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 3207 586 266 49 0 348 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12828

[startup+0.300613 s]
/proc/loadavg: 2.15 2.05 2.01 4/473 9363
/proc/meminfo: memFree=4504008/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=13092 CPUtime=0.29 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 717 0 0 0 29 0 0 0 25 0 1 0 801053728 13406208 655 33554432000 4194304 4394578 140733773281488 18446744073709551615 4285658 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 3273 655 266 49 0 414 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13092

[startup+0.700547 s]
/proc/loadavg: 2.15 2.05 2.01 4/473 9363
/proc/meminfo: memFree=4504008/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=14148 CPUtime=0.69 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 974 0 0 0 69 0 0 0 25 0 1 0 801053728 14487552 912 33554432000 4194304 4394578 140733773281488 18446744073709551615 4287897 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 3537 912 267 49 0 678 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14148

[startup+1.5004 s]
/proc/loadavg: 2.15 2.05 2.01 4/474 9364
/proc/meminfo: memFree=4499808/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=15996 CPUtime=1.49 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 1444 0 0 0 149 0 0 0 25 0 1 0 801053728 16379904 1382 33554432000 4194304 4394578 140733773281488 18446744073709551615 4309146 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 3999 1382 267 49 0 1140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15996

[startup+3.10112 s]
/proc/loadavg: 2.15 2.05 2.01 5/474 9364
/proc/meminfo: memFree=4496832/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=18900 CPUtime=3.09 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 2148 0 0 0 309 0 0 0 25 0 1 0 801053728 19353600 2086 33554432000 4194304 4394578 140733773281488 18446744073709551615 4292087 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 4725 2086 267 49 0 1866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18900

[startup+6.30056 s]
/proc/loadavg: 2.13 2.05 2.01 5/474 9364
/proc/meminfo: memFree=4490988/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=24044 CPUtime=6.29 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 3435 0 0 0 629 0 0 0 25 0 1 0 801053728 24621056 3373 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 6011 3373 267 49 0 3152 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24044

[startup+12.7004 s]
/proc/loadavg: 2.12 2.05 2.01 5/474 9364
/proc/meminfo: memFree=4481720/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=31552 CPUtime=12.69 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 5335 0 0 0 1268 1 0 0 25 0 1 0 801053728 32309248 5273 33554432000 4194304 4394578 140733773281488 18446744073709551615 4299019 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 7888 5273 267 49 0 5029 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31552

[startup+25.5012 s]
/proc/loadavg: 2.10 2.05 2.01 5/474 9364
/proc/meminfo: memFree=4471176/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=42348 CPUtime=25.49 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 8028 0 0 0 2548 1 0 0 25 0 1 0 801053728 43364352 7966 33554432000 4194304 4394578 140733773281488 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 10587 7966 267 49 0 7728 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42348

[startup+51.1006 s]
/proc/loadavg: 2.14 2.06 2.01 5/474 9365
/proc/meminfo: memFree=4451448/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=63380 CPUtime=51.1 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 13273 0 0 0 5107 3 0 0 25 0 1 0 801053728 64901120 13211 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 15845 13211 267 49 0 12986 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 63380

[startup+102.301 s]
/proc/loadavg: 2.06 2.05 2.01 5/474 9366
/proc/meminfo: memFree=4412364/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=100368 CPUtime=102.3 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 22532 0 0 0 10225 5 0 0 25 0 1 0 801053728 102776832 22470 33554432000 4194304 4394578 140733773281488 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 25092 22470 267 49 0 22233 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 100368

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.00 5/474 9368
/proc/meminfo: memFree=4358388/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=154204 CPUtime=162.29 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 35978 0 0 0 16222 7 0 0 25 0 1 0 801053728 157904896 35916 33554432000 4194304 4394578 140733773281488 18446744073709551615 4287670 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 38551 35917 267 49 0 35692 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 154204

[startup+222.318 s]
/proc/loadavg: 2.01 2.03 2.00 5/474 9370
/proc/meminfo: memFree=4325720/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=186004 CPUtime=222.31 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 43953 0 0 0 22221 10 0 0 25 0 1 0 801053728 190468096 43891 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 46501 43891 267 49 0 43642 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 186004

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 5/474 9371
/proc/meminfo: memFree=4274216/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=239196 CPUtime=282.3 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 57235 0 0 0 28216 14 0 0 25 0 1 0 801053728 244936704 57173 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 59799 57173 267 49 0 56940 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 239196

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/474 9373
/proc/meminfo: memFree=4223948/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=287672 CPUtime=342.3 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 69363 0 0 0 34212 18 0 0 25 0 1 0 801053728 294576128 69301 33554432000 4194304 4394578 140733773281488 18446744073709551615 4296760 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 71918 69301 267 49 0 69059 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 287672

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 5/474 9374
/proc/meminfo: memFree=4172440/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=339004 CPUtime=402.3 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 82201 0 0 0 40208 22 0 0 25 0 1 0 801053728 347140096 82139 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 84751 82139 267 49 0 81892 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 339004

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/474 9376
/proc/meminfo: memFree=4165072/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=345832 CPUtime=462.3 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 83894 0 0 0 46208 22 0 0 25 0 1 0 801053728 354131968 83832 33554432000 4194304 4394578 140733773281488 18446744073709551615 4290832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 86458 83832 267 49 0 83599 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 345832

[startup+522.301 s]
/proc/loadavg: 2.11 2.03 2.01 5/474 9378
/proc/meminfo: memFree=4109220/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=400800 CPUtime=522.3 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 97637 0 0 0 52205 25 0 0 25 0 1 0 801053728 410419200 97575 33554432000 4194304 4394578 140733773281488 18446744073709551615 4285636 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 100200 97575 267 49 0 97341 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 400800

[startup+582.3 s]
/proc/loadavg: 2.09 2.04 2.01 5/474 9379
/proc/meminfo: memFree=4059692/32950928 swapFree=62386516/67111528
[pid=9363] ppid=9361 vsize=446980 CPUtime=582.31 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 109179 0 0 0 58203 28 0 0 25 0 1 0 801053728 457707520 109117 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 111745 109117 267 49 0 108886 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 446980

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/474 9518
/proc/meminfo: memFree=94508/32950928 swapFree=62343256/67111528
[pid=9363] ppid=9361 vsize=2683028 CPUtime=4062.39 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 668209 0 0 0 406079 160 0 0 25 0 1 0 801053728 2747420672 668147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 670757 668147 267 49 0 667898 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 2683028

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/474 9520
/proc/meminfo: memFree=95344/32950928 swapFree=62306048/67111528
[pid=9363] ppid=9361 vsize=2683028 CPUtime=4122.39 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 668209 0 0 0 412079 160 0 0 25 0 1 0 801053728 2747420672 668147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4290876 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 670757 668147 267 49 0 667898 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 2683028

[startup+4182.32 s]
/proc/loadavg: 2.14 2.06 2.01 3/474 9521
/proc/meminfo: memFree=96064/32950928 swapFree=62281208/67111528
[pid=9363] ppid=9361 vsize=2683028 CPUtime=4182.41 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 668209 0 0 0 418081 160 0 0 25 0 1 0 801053728 2747420672 668147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 670757 668147 267 49 0 667898 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 2683028

[startup+4242.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/474 9523
/proc/meminfo: memFree=92732/32950928 swapFree=62212180/67111528
[pid=9363] ppid=9361 vsize=2683028 CPUtime=4242.39 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 668209 0 0 0 424079 160 0 0 25 0 1 0 801053728 2747420672 668147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4315653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 670757 668147 267 49 0 667898 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 2683028

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/474 9524
/proc/meminfo: memFree=96472/32950928 swapFree=62146272/67111528
[pid=9363] ppid=9361 vsize=2683028 CPUtime=4302.39 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 668209 0 0 0 430079 160 0 0 25 0 1 0 801053728 2747420672 668147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4285758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 670757 668147 267 49 0 667898 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 2683028

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/474 9526
/proc/meminfo: memFree=98616/32950928 swapFree=62146272/67111528
[pid=9363] ppid=9361 vsize=2683028 CPUtime=4362.4 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 668209 0 0 0 436080 160 0 0 25 0 1 0 801053728 2747420672 668147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 670757 668147 267 49 0 667898 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 2683028

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 9528
/proc/meminfo: memFree=92516/32950928 swapFree=62101248/67111528
[pid=9363] ppid=9361 vsize=2683028 CPUtime=4422.4 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 668209 0 0 0 442080 160 0 0 25 0 1 0 801053728 2747420672 668147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4296323 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 670757 668147 267 49 0 667898 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 2683028

[startup+4482.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/474 9529
/proc/meminfo: memFree=92144/32950928 swapFree=62051208/67111528
[pid=9363] ppid=9361 vsize=2716540 CPUtime=4482.4 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 676579 0 0 0 448078 162 0 0 25 0 1 0 801053728 2781736960 676517 33554432000 4194304 4394578 140733773281488 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 679135 676517 267 49 0 676276 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 2716540

[startup+4542.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/474 9531
/proc/meminfo: memFree=94400/32950928 swapFree=62003676/67111528
[pid=9363] ppid=9361 vsize=2767404 CPUtime=4542.4 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 689279 0 0 0 454074 166 0 0 25 0 1 0 801053728 2833821696 689217 33554432000 4194304 4394578 140733773281488 18446744073709551615 4315643 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 691851 689217 267 49 0 688992 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 2767404

[startup+4602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/474 9532
/proc/meminfo: memFree=96072/32950928 swapFree=61915104/67111528
[pid=9363] ppid=9361 vsize=2815516 CPUtime=4602.4 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 701312 0 0 0 460072 168 0 0 25 0 1 0 801053728 2883088384 701250 33554432000 4194304 4394578 140733773281488 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 703879 701250 267 49 0 701020 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 2815516

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 9534
/proc/meminfo: memFree=95564/32950928 swapFree=61858400/67111528
[pid=9363] ppid=9361 vsize=2851652 CPUtime=4662.4 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 710342 0 0 0 466069 171 0 0 25 0 1 0 801053728 2920091648 710280 33554432000 4194304 4394578 140733773281488 18446744073709551615 4323474 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 712913 710280 267 49 0 710054 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2851652

[startup+4722.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/474 9536
/proc/meminfo: memFree=93140/32950928 swapFree=61858088/67111528
[pid=9363] ppid=9361 vsize=2904388 CPUtime=4722.41 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 723548 0 0 0 472067 174 0 0 25 0 1 0 801053728 2974093312 723486 33554432000 4194304 4394578 140733773281488 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 726097 723486 267 49 0 723238 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 2904388

[startup+4782.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/474 9537
/proc/meminfo: memFree=95408/32950928 swapFree=61858088/67111528
[pid=9363] ppid=9361 vsize=2951100 CPUtime=4782.41 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 735209 0 0 0 478065 176 0 0 25 0 1 0 801053728 3021926400 735147 33554432000 4194304 4394578 140733773281488 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 737775 735147 267 49 0 734916 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2951100

[startup+4842.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/474 9539
/proc/meminfo: memFree=94752/32950928 swapFree=61858088/67111528
[pid=9363] ppid=9361 vsize=3005856 CPUtime=4842.42 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 748887 0 0 0 484062 180 0 0 25 0 1 0 801053728 3077996544 748825 33554432000 4194304 4394578 140733773281488 18446744073709551615 4291895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 751464 748825 267 49 0 748605 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 3005856

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 9540
/proc/meminfo: memFree=100044/32950928 swapFree=61858088/67111528
[pid=9363] ppid=9361 vsize=3022144 CPUtime=4902.41 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 752964 0 0 0 490060 181 0 0 25 0 1 0 801053728 3094675456 752902 33554432000 4194304 4394578 140733773281488 18446744073709551615 4296335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 755536 752902 267 49 0 752677 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 3022144

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 9542
/proc/meminfo: memFree=93744/32950928 swapFree=61858088/67111528
[pid=9363] ppid=9361 vsize=3065508 CPUtime=4962.4 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 763828 0 0 0 496057 183 0 0 25 0 1 0 801053728 3139080192 763766 33554432000 4194304 4394578 140733773281488 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 766377 763766 267 49 0 763518 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 3065508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 9543
/proc/meminfo: memFree=95480/32950928 swapFree=61858088/67111528
[pid=9363] ppid=9361 vsize=3104432 CPUtime=5000.01 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4202496 773560 0 0 0 499815 186 0 0 25 0 1 0 801053728 3178938368 773498 33554432000 4194304 4394578 140733773281488 18446744073709551615 4296335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9363/statm: 776108 773498 267 49 0 773249 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 3104432

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

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

[startup+5000.02 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 9543
/proc/meminfo: memFree=95480/32950928 swapFree=61858088/67111528
[pid=9363] ppid=9361 vsize=0 CPUtime=5000.12 cores=0,2,4,6
/proc/9363/stat : 9363 (SApperloT2010) R 9361 9363 8442 0 -1 4203524 773568 0 0 0 499816 196 0 0 25 0 1 0 801053728 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 4 0 0 0
/proc/9363/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.16
CPU user time (s): 4998.17
CPU system time (s): 1.9937
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3104432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.17
system time used= 1.9937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 773568
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= 10
involuntary context switches= 5158

runsolver used 23.4024 second user time and 49.5645 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-01 04:15:41
IDJOB=3438643
IDBENCH=83144
IDSOLVER=1933
FILE ID=node125/3438643-1306894541
RUNJOBID= node125-1306884535-8460
PBS_JOBID= 13488451
Free space on /tmp= 59004 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s73223945-unsat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438643-1306894541/watcher-3438643-1306894541 -o /tmp/evaluation-result-3438643-1306894541/solver-3438643-1306894541 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438643-1306894541.cnf

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

MD5SUM BENCH= ebbfc0ffb6aa4fcba0d5ce3964018543
RANDOM SEED=1540687989

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:       4504164 kB
Buffers:        313752 kB
Cached:       18019464 kB
SwapCached:       6896 kB
Active:       15793428 kB
Inactive:     11985652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4504164 kB
SwapTotal:    67111528 kB
SwapFree:     62386516 kB
Dirty:               8 kB
Writeback:           0 kB
AnonPages:     9439948 kB
Mapped:          34276 kB
Slab:           537196 kB
PageTables:      63300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130625868 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= 59004 MiB
End job on node125 at 2011-06-01 05:39:03