Trace number 3310107

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
Plingeling 587UNSAT 140.6 33.7346

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.38633
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

140.55/33.72	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3310107-1304019390/watcher-3310107-1304019390 -o /tmp/evaluation-result-3310107-1304019390/solver-3310107-1304019390 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3310107-1304019390.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.53 4.82 2.14 2/170 10635
/proc/meminfo: memFree=15060780/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=16492 CPUtime=0 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 1754 1251 0 0 0 0 0 0 18 0 1 0 494354664 16887808 1684 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726099037 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 4123 1698 138 55 0 2009 0

[startup+0.0584419 s]
/proc/loadavg: 6.53 4.82 2.14 2/170 10635
/proc/meminfo: memFree=15060780/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=117140 CPUtime=0.04 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 25814 1251 0 0 2 2 0 0 18 0 1 0 494354664 119951360 25745 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726099037 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 29285 25771 148 55 0 27171 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 117140

[startup+0.100437 s]
/proc/loadavg: 6.53 4.82 2.14 2/170 10635
/proc/meminfo: memFree=15060780/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=170716 CPUtime=0.09 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 40772 1251 0 0 5 4 0 0 18 0 1 0 494354664 174813184 40702 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 42679 40702 148 55 0 40565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 170716

[startup+0.3004 s]
/proc/loadavg: 6.53 4.82 2.14 2/170 10635
/proc/meminfo: memFree=15060780/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=321748 CPUtime=0.29 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 78547 1251 0 0 21 8 0 0 19 0 1 0 494354664 329469952 78460 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 80437 78460 148 55 0 78323 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 321748

[startup+0.70032 s]
/proc/loadavg: 6.53 4.82 2.14 2/170 10635
/proc/meminfo: memFree=15060780/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=403056 CPUtime=0.69 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 98875 1251 0 0 58 11 0 0 19 0 1 0 494354664 412729344 98787 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 100764 98787 148 55 0 98650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 403056

[startup+1.50017 s]
/proc/loadavg: 6.53 4.82 2.14 2/171 10641
/proc/meminfo: memFree=14632244/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=493688 CPUtime=1.49 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 121565 1251 0 0 135 14 0 0 21 0 1 0 494354664 505536512 121445 33554432000 4194304 4417332 140733246716800 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 123422 121445 148 55 0 121308 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 493688

[startup+3.10087 s]
/proc/loadavg: 6.53 4.82 2.14 2/171 10641
/proc/meminfo: memFree=14390816/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=807432 CPUtime=3.08 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 200097 1251 0 0 285 23 0 0 25 0 1 0 494354664 826810368 199881 33554432000 4194304 4417332 140733246716800 18446744073709551615 4231504 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 201858 199881 148 55 0 199744 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 807432

[startup+6.30026 s]
/proc/loadavg: 6.08 4.76 2.13 2/171 10641
/proc/meminfo: memFree=13926716/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=1303564 CPUtime=6.28 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 324130 1251 0 0 590 38 0 0 25 0 1 0 494354664 1334849536 323914 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726404864 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 325891 323914 148 55 0 323777 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1303564

[startup+12.7011 s]
/proc/loadavg: 5.68 4.70 2.13 2/171 10641
/proc/meminfo: memFree=12773104/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=2294796 CPUtime=12.68 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 571938 1251 0 0 1203 65 0 0 25 0 1 0 494354664 2349871104 571722 33554432000 4194304 4417332 140733246716800 18446744073709551615 4232654 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/10635/statm: 573699 571722 148 55 0 571585 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2294796

[startup+25.5006 s]
/proc/loadavg: 5.72 4.75 2.18 9/179 10649
/proc/meminfo: memFree=12437484/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=2698024 CPUtime=94.46 cores=0-7
/proc/10635/stat : 10635 (plingeling) S 10633 10635 10402 0 -1 4202496 1084783 1251 0 0 9270 176 0 0 18 0 9 0 494354664 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10635/statm: 674506 646520 174 55 0 672392 0
[pid=10635/tid=10642] ppid=10633 vsize=2698024 CPUtime=9.85 cores=0-7
/proc/10635/task/10642/stat : 10642 (plingeling) R 10633 10635 10402 0 -1 4202560 59806 1251 0 0 972 13 0 0 25 0 9 0 494356225 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4276255 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10635/tid=10643] ppid=10633 vsize=2698024 CPUtime=9.86 cores=0-7
/proc/10635/task/10643/stat : 10643 (plingeling) R 10633 10635 10402 0 -1 4202560 81885 1251 0 0 970 16 0 0 25 0 9 0 494356225 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10635/tid=10644] ppid=10633 vsize=2698024 CPUtime=9.81 cores=0-7
/proc/10635/task/10644/stat : 10644 (plingeling) R 10633 10635 10402 0 -1 4202560 78819 1251 0 0 963 18 0 0 25 0 9 0 494356225 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10635/tid=10645] ppid=10633 vsize=2698024 CPUtime=9.86 cores=0-7
/proc/10635/task/10645/stat : 10645 (plingeling) R 10633 10635 10402 0 -1 4202560 39187 1251 0 0 976 10 0 0 25 0 9 0 494356225 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10635/tid=10646] ppid=10633 vsize=2698024 CPUtime=9.85 cores=0-7
/proc/10635/task/10646/stat : 10646 (plingeling) R 10633 10635 10402 0 -1 4202560 57763 1251 0 0 975 10 0 0 25 0 9 0 494356225 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10635/tid=10647] ppid=10633 vsize=2698024 CPUtime=9.86 cores=0-7
/proc/10635/task/10647/stat : 10647 (plingeling) R 10633 10635 10402 0 -1 4202560 78756 1251 0 0 970 16 0 0 25 0 9 0 494356225 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4281899 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10635/tid=10648] ppid=10633 vsize=2698024 CPUtime=9.85 cores=0-7
/proc/10635/task/10648/stat : 10648 (plingeling) R 10633 10635 10402 0 -1 4202560 58300 1251 0 0 974 11 0 0 25 0 9 0 494356226 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4277618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10635/tid=10649] ppid=10633 vsize=2698024 CPUtime=9.86 cores=0-7
/proc/10635/task/10649/stat : 10649 (plingeling) R 10633 10635 10402 0 -1 4202560 58313 1251 0 0 975 11 0 0 25 0 9 0 494356226 2762776576 646520 33554432000 4194304 4417332 140733246716800 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 94.46
Current children cumulated vsize (KiB) 2698024

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

[startup+28.701 s]
/proc/loadavg: 5.90 4.80 2.21 9/179 10650
/proc/meminfo: memFree=12269840/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=2955552 CPUtime=119.91 cores=0-7
/proc/10635/stat : 10635 (plingeling) S 10633 10635 10402 0 -1 4202496 1458789 1251 0 0 11758 233 0 0 18 0 9 0 494354664 3026485248 692520 33554432000 4194304 4417332 140733246716800 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10635/statm: 738888 692549 176 55 0 736774 0
[pid=10635/tid=10642] ppid=10633 vsize=2955552 CPUtime=13.04 cores=0-7
/proc/10635/task/10642/stat : 10642 (plingeling) R 10633 10635 10402 0 -1 4202560 104176 1251 0 0 1285 19 0 0 25 0 9 0 494356225 3026485248 692561 33554432000 4194304 4417332 140733246716800 18446744073709551615 4277644 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10635/tid=10643] ppid=10633 vsize=2955552 CPUtime=13.05 cores=0-7
/proc/10635/task/10643/stat : 10643 (plingeling) R 10633 10635 10402 0 -1 4202560 121202 1251 0 0 1282 23 0 0 25 0 9 0 494356225 3026485248 692576 33554432000 4194304 4417332 140733246716800 18446744073709551615 4265940 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10635/tid=10644] ppid=10633 vsize=2955552 CPUtime=12.99 cores=0-7
/proc/10635/task/10644/stat : 10644 (plingeling) R 10633 10635 10402 0 -1 4202560 145190 1251 0 0 1270 29 0 0 25 0 9 0 494356225 3026485248 692590 33554432000 4194304 4417332 140733246716800 18446744073709551615 4265900 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10635/tid=10645] ppid=10633 vsize=2955552 CPUtime=13.05 cores=0-7
/proc/10635/task/10645/stat : 10645 (plingeling) R 10633 10635 10402 0 -1 4202560 44307 1251 0 0 1294 11 0 0 25 0 9 0 494356225 3026485248 692605 33554432000 4194304 4417332 140733246716800 18446744073709551615 4281949 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10635/tid=10646] ppid=10633 vsize=2955552 CPUtime=13.01 cores=0-7
/proc/10635/task/10646/stat : 10646 (plingeling) R 10633 10635 10402 0 -1 4202560 115451 1251 0 0 1283 18 0 0 25 0 9 0 494356225 3026485248 692618 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726099037 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=10635/tid=10647] ppid=10633 vsize=2955552 CPUtime=13 cores=0-7
/proc/10635/task/10647/stat : 10647 (plingeling) R 10633 10635 10402 0 -1 4202560 120276 1251 0 0 1277 23 0 0 25 0 9 0 494356225 3026485248 692632 33554432000 4194304 4417332 140733246716800 18446744073709551615 4274358 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10635/tid=10648] ppid=10633 vsize=2955552 CPUtime=13.04 cores=0-7
/proc/10635/task/10648/stat : 10648 (plingeling) R 10633 10635 10402 0 -1 4202560 118706 1251 0 0 1283 21 0 0 25 0 9 0 494356226 3026485248 692646 33554432000 4194304 4417332 140733246716800 18446744073709551615 4265940 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10635/tid=10649] ppid=10633 vsize=2955552 CPUtime=13.05 cores=0-7
/proc/10635/task/10649/stat : 10649 (plingeling) R 10633 10635 10402 0 -1 4202560 117626 1251 0 0 1288 17 0 0 25 0 9 0 494356226 3026485248 692661 33554432000 4194304 4417332 140733246716800 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 119.91
Current children cumulated vsize (KiB) 2955552

[startup+31.9064 s]
/proc/loadavg: 5.90 4.80 2.21 3/173 10650
/proc/meminfo: memFree=12481556/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=2713896 CPUtime=138.16 cores=0-7
/proc/10635/stat : 10635 (plingeling) S 10633 10635 10402 0 -1 4202496 1752274 1251 0 0 13540 276 0 0 18 0 3 0 494354664 2779029504 651410 33554432000 4194304 4417332 140733246716800 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10635/statm: 678474 651410 177 55 0 676360 0
[pid=10635/tid=10642] ppid=10633 vsize=2713896 CPUtime=16.25 cores=0-7
/proc/10635/task/10642/stat : 10642 (plingeling) R 10633 10635 10402 0 -1 4202560 185747 1251 0 0 1593 32 0 0 20 0 3 0 494356225 2779029504 651410 33554432000 4194304 4417332 140733246716800 18446744073709551615 4255615 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10635/tid=10648] ppid=10633 vsize=2713896 CPUtime=16.24 cores=0-7
/proc/10635/task/10648/stat : 10648 (plingeling) R 10633 10635 10402 0 -1 4202560 165941 1251 0 0 1598 26 0 0 25 0 3 0 494356226 2779029504 651410 33554432000 4194304 4417332 140733246716800 18446744073709551615 4301760 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 138.16
Current children cumulated vsize (KiB) 2713896

[startup+32.7003 s]
/proc/loadavg: 5.90 4.80 2.21 3/173 10650
/proc/meminfo: memFree=12481556/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=2597096 CPUtime=139.55 cores=0-7
/proc/10635/stat : 10635 (plingeling) S 10633 10635 10402 0 -1 4202496 1773045 1251 0 0 13676 279 0 0 18 0 2 0 494354664 2659426304 621435 33554432000 4194304 4417332 140733246716800 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10635/statm: 649274 621435 177 55 0 647160 0
[pid=10635/tid=10642] ppid=10633 vsize=2597096 CPUtime=17.04 cores=0-7
/proc/10635/task/10642/stat : 10642 (plingeling) R 10633 10635 10402 0 -1 4202560 206518 1251 0 0 1670 34 0 0 23 0 2 0 494356225 2659426304 621435 33554432000 4194304 4417332 140733246716800 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 139.55
Current children cumulated vsize (KiB) 2597096

[startup+33.5011 s]
/proc/loadavg: 5.90 4.80 2.21 2/172 10650
/proc/meminfo: memFree=12569484/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=2662632 CPUtime=140.35 cores=0-7
/proc/10635/stat : 10635 (plingeling) S 10633 10635 10402 0 -1 4202496 1790820 1251 0 0 13754 281 0 0 18 0 2 0 494354664 2726535168 627360 33554432000 4194304 4417332 140733246716800 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/10635/statm: 665658 627360 177 55 0 663544 0
[pid=10635/tid=10642] ppid=10633 vsize=2662632 CPUtime=17.84 cores=0-7
/proc/10635/task/10642/stat : 10642 (plingeling) R 10633 10635 10402 0 -1 4202560 224293 1251 0 0 1748 36 0 0 25 0 2 0 494356225 2726535168 627360 33554432000 4194304 4417332 140733246716800 18446744073709551615 4265828 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 140.35
Current children cumulated vsize (KiB) 2662632

[startup+33.7011 s]
/proc/loadavg: 5.90 4.80 2.21 2/172 10650
/proc/meminfo: memFree=12569484/32951124 swapFree=67111528/67111528
[pid=10635] ppid=10633 vsize=756396 CPUtime=140.55 cores=0-7
/proc/10635/stat : 10635 (plingeling) R 10633 10635 10402 0 -1 4202496 1790820 1251 0 0 13764 291 0 0 18 0 1 0 494354664 774549504 157110 33554432000 4194304 4417332 140733246716800 18446744073709551615 264726448263 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10635/statm: 189099 157110 177 55 0 186985 0
Current children cumulated CPU time (s) 140.55
Current children cumulated vsize (KiB) 756396

Child status: 20
Real time (s): 33.7346
CPU time (s): 140.6
CPU user time (s): 137.648
CPU system time (s): 2.95155
CPU usage (%): 416.782
Max. virtual memory (cumulated for all children) (KiB): 3197860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.648
system time used= 2.95155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1792074
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= 1134
involuntary context switches= 610

runsolver used 0.042993 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-28 21:36:31
IDJOB=3310107
IDBENCH=88172
IDSOLVER=1695
FILE ID=node141/3310107-1304019390
RUNJOBID= node141-1304019068-10416
PBS_JOBID= 13170277
Free space on /tmp= 71308 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310107-1304019390/watcher-3310107-1304019390 -o /tmp/evaluation-result-3310107-1304019390/solver-3310107-1304019390 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3310107-1304019390.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=1907542103

node141.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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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	: 5362.96
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15060812 kB
Buffers:       1621276 kB
Cached:       15615732 kB
SwapCached:          0 kB
Active:        7966352 kB
Inactive:      9336364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15060812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          121652 kB
Writeback:           0 kB
AnonPages:       65596 kB
Mapped:          14568 kB
Slab:           521616 kB
PageTables:       4384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183856 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= 71308 MiB
End job on node141 at 2011-04-28 21:37:04