Trace number 3381307

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
claspmt 2.0-R4095-patched (fixed)SAT 2431.6 304.873

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_110.shuffled.cnf
MD5SUM34f8b747bfe8e7b589b8832e56ae8363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses1892
Sum of the clauses size9308
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33
Number of clauses of size 4146
Number of clauses of size 51743
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...511858/instance-3381307-1305511858.cnf
0.00/0.00	c Solving...
2431.08/304.86	c Answer: 1
2431.08/304.86	v 1 -2 3 -4 -5 6 -7 -8 -9 10 -11 -12 13 -14 15 16 -17 -18 19 20 -21 -22 -23
2431.08/304.86	v -24 25 -26 27 28 -29 -30 31 -32 33 34 -35 36 -37 -38 -39 -40 -41 -42 -43
2431.08/304.86	v -44 -45 46 -47 48 -49 50 -51 52 -53 -54 -55 -56 -57 -58 -59 60 -61 -62
2431.08/304.86	v 63 -64 -65 66 67 68 -69 -70 71 72 -73 74 -75 76 77 78 79 80 -81 82 -83
2431.08/304.86	v 84 85 -86 87 -88 89 90 91 -92 -93 -94 -95 -96 97 98 -99 -100 -101 102 -103
2431.08/304.86	v -104 105 -106 -107 108 -109 110 0
2431.08/304.87	s SATISFIABLE
2431.08/304.87	
2431.08/304.87	c Models        : 1+    
2431.08/304.87	c Time          : 304.861s (Solving: 304.86s 1st Model: 304.86s Unsat: 0.00s)
2431.08/304.87	c CPU Time      : 2431.580s

Verifier Data

OK

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-3381307-1305511858/watcher-3381307-1305511858 -o /tmp/evaluation-result-3381307-1305511858/solver-3381307-1305511858 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381307-1305511858.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: 8.06 8.04 8.00 2/429 982
/proc/meminfo: memFree=23547196/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=20872 CPUtime=0 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 489 0 0 0 0 0 0 0 25 0 1 0 741416448 21372928 419 33554432000 4194304 4964800 140737389094112 18446744073709551615 4226752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/982/statm: 5218 423 359 189 0 92 0
[pid=982/tid=983] ppid=980 vsize=185048 CPUtime=0 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 8 0 741416449 189489152 974 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670378 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=185048 CPUtime=0 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 68 0 0 0 0 0 0 0 25 0 8 0 741416449 189489152 975 33554432000 4194304 4964800 140737389094112 18446744073709551615 4658618 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=185048 CPUtime=0 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 57 0 0 0 0 0 0 0 25 0 8 0 741416449 189489152 975 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=185048 CPUtime=0 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 34 0 0 0 0 0 0 0 25 0 8 0 741416449 189489152 975 33554432000 4194304 4964800 140737389094112 18446744073709551615 251379372725 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=987] ppid=980 vsize=185048 CPUtime=0 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 8 0 741416449 189489152 975 33554432000 4194304 4964800 140737389094112 18446744073709551615 251379362713 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=982/tid=988] ppid=980 vsize=185048 CPUtime=0 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) S 980 982 32714 0 -1 4202560 37 0 0 0 0 0 0 0 25 0 8 0 741416449 189489152 975 33554432000 4194304 4964800 140737389094112 18446744073709551615 251379362713 0 0 4096 18946 18446604443609219264 0 0 -1 4 0 0 0
[pid=982/tid=989] ppid=980 vsize=185048 CPUtime=0 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 86 0 0 0 0 0 0 0 18 0 8 0 741416449 189489152 975 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 4 0 0 0

[startup+0.11376 s]
/proc/loadavg: 8.06 8.04 8.00 2/429 982
/proc/meminfo: memFree=23547196/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=316388 CPUtime=0.95 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 1654 0 0 0 94 1 0 0 18 0 8 0 741416448 323981312 1583 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/982/statm: 79132 1629 464 189 0 73481 0
[pid=982/tid=983] ppid=980 vsize=316660 CPUtime=0.18 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 162 0 0 0 18 0 0 0 18 0 8 0 741416449 324259840 1777 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670361 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=316660 CPUtime=0.18 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 221 0 0 0 18 0 0 0 25 0 8 0 741416449 324259840 1777 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=316792 CPUtime=0.21 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 153 0 0 0 21 0 0 0 25 0 8 0 741416449 324395008 1851 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=316792 CPUtime=0.21 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 111 0 0 0 21 0 0 0 25 0 8 0 741416449 324395008 1904 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=982/tid=987] ppid=980 vsize=316792 CPUtime=0.25 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 113 0 0 0 25 0 0 0 18 0 8 0 741416449 324395008 1942 33554432000 4194304 4964800 140737389094112 18446744073709551615 4332108 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=316924 CPUtime=0.25 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) S 980 982 32714 0 -1 4202560 147 0 0 0 25 0 0 0 18 0 8 0 741416449 324530176 1997 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651822 0 0 4096 18946 18446604443609219264 0 0 -1 7 0 0 0
[pid=982/tid=989] ppid=980 vsize=316924 CPUtime=0.3 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 233 0 0 0 30 0 0 0 18 0 8 0 741416449 324530176 2099 33554432000 4194304 4964800 140737389094112 18446744073709551615 4653136 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 316388

[startup+0.638553 s]
/proc/loadavg: 8.06 8.04 8.00 2/429 982
/proc/meminfo: memFree=23547196/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=317436 CPUtime=5.27 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 2811 0 0 0 524 3 0 0 18 0 8 0 741416448 325054464 2740 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320966 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/982/statm: 79359 2784 464 189 0 73708 0
[pid=982/tid=983] ppid=980 vsize=317436 CPUtime=0.74 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 335 0 0 0 74 0 0 0 19 0 8 0 741416449 325054464 2845 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=317564 CPUtime=0.8 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 477 0 0 0 80 0 0 0 25 0 8 0 741416449 325185536 2909 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=317660 CPUtime=0.9 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 244 0 0 0 90 0 0 0 25 0 8 0 741416449 325283840 3026 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=317660 CPUtime=0.9 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) S 980 982 32714 0 -1 4202560 315 0 0 0 90 0 0 0 25 0 8 0 741416449 325283840 3047 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651822 0 0 4096 18946 18446604443609219264 0 0 -1 3 0 0 0
[pid=982/tid=987] ppid=980 vsize=317660 CPUtime=0.92 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 160 0 0 0 92 0 0 0 19 0 8 0 741416449 325283840 3047 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=317660 CPUtime=0.94 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) S 980 982 32714 0 -1 4202560 237 0 0 0 94 0 0 0 18 0 8 0 741416449 325283840 3065 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651822 0 0 4096 18946 18446604443609219264 0 0 -1 7 0 0 0
[pid=982/tid=989] ppid=980 vsize=317660 CPUtime=0.99 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 366 0 0 0 99 0 0 0 18 0 8 0 741416449 325283840 3101 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 317436

[startup+1.19838 s]
/proc/loadavg: 8.06 8.04 8.00 2/429 982
/proc/meminfo: memFree=23547196/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=317792 CPUtime=9.66 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 3365 0 0 0 961 5 0 0 19 0 8 0 741416448 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320970 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/982/statm: 79448 3294 464 189 0 73797 0
[pid=982/tid=983] ppid=980 vsize=317792 CPUtime=1.2 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 403 0 0 0 120 0 0 0 19 0 8 0 741416449 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321050 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=317792 CPUtime=1.2 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 585 0 0 0 120 0 0 0 18 0 8 0 741416449 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670282 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=317792 CPUtime=1.21 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 249 0 0 0 121 0 0 0 18 0 8 0 741416449 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=317792 CPUtime=1.17 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 351 0 0 0 117 0 0 0 25 0 8 0 741416449 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 4660155 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=982/tid=987] ppid=980 vsize=317792 CPUtime=1.19 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 171 0 0 0 119 0 0 0 19 0 8 0 741416449 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=317792 CPUtime=1.19 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 264 0 0 0 119 0 0 0 19 0 8 0 741416449 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 4332080 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=989] ppid=980 vsize=317792 CPUtime=1.2 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 398 0 0 0 120 0 0 0 18 0 8 0 741416449 325419008 3294 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 317792

[startup+1.24389 s]
/proc/loadavg: 8.06 8.04 8.00 2/429 982
/proc/meminfo: memFree=23547196/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=317924 CPUtime=9.97 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 3393 0 0 0 992 5 0 0 19 0 8 0 741416448 325554176 3322 33554432000 4194304 4964800 140737389094112 18446744073709551615 4362240 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/982/statm: 79481 3337 464 189 0 73830 0
[pid=982/tid=983] ppid=980 vsize=317924 CPUtime=1.28 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 416 0 0 0 128 0 0 0 19 0 8 0 741416449 325554176 3349 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651822 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=317924 CPUtime=1.3 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 592 0 0 0 130 0 0 0 18 0 8 0 741416449 325554176 3352 33554432000 4194304 4964800 140737389094112 18446744073709551615 4653172 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=317924 CPUtime=1.31 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 250 0 0 0 131 0 0 0 18 0 8 0 741416449 325554176 3352 33554432000 4194304 4964800 140737389094112 18446744073709551615 4660422 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=317924 CPUtime=1.27 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 371 0 0 0 127 0 0 0 18 0 8 0 741416449 325554176 3352 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=982/tid=987] ppid=980 vsize=317924 CPUtime=1.29 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 171 0 0 0 129 0 0 0 19 0 8 0 741416449 325554176 3352 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=317924 CPUtime=1.29 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 271 0 0 0 129 0 0 0 19 0 8 0 741416449 325554176 3352 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=989] ppid=980 vsize=317924 CPUtime=1.3 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 404 0 0 0 130 0 0 0 18 0 8 0 741416449 325554176 3352 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 317924

[startup+1.58717 s]
/proc/loadavg: 8.06 8.04 8.00 2/429 982
/proc/meminfo: memFree=23547196/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=318060 CPUtime=12.85 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 3680 0 0 0 1279 6 0 0 20 0 8 0 741416448 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/982/statm: 79515 3609 464 189 0 73864 0
[pid=982/tid=983] ppid=980 vsize=318060 CPUtime=1.6 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 458 0 0 0 160 0 0 0 20 0 8 0 741416449 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=318060 CPUtime=1.6 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 647 0 0 0 160 0 0 0 18 0 8 0 741416449 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=318060 CPUtime=1.6 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 285 0 0 0 160 0 0 0 18 0 8 0 741416449 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4363332 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=318060 CPUtime=1.57 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 426 0 0 0 157 0 0 0 18 0 8 0 741416449 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=982/tid=987] ppid=980 vsize=318060 CPUtime=1.6 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 179 0 0 0 159 1 0 0 20 0 8 0 741416449 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4374881 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=318060 CPUtime=1.59 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 282 0 0 0 159 0 0 0 19 0 8 0 741416449 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4363491 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=989] ppid=980 vsize=318060 CPUtime=1.6 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 434 0 0 0 160 0 0 0 19 0 8 0 741416449 325693440 3609 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 318060

[startup+3.10071 s]
/proc/loadavg: 8.06 8.04 8.00 9/437 990
/proc/meminfo: memFree=23533936/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=318828 CPUtime=24.57 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 4397 0 0 0 2448 9 0 0 25 0 8 0 741416448 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/982/statm: 79707 4326 464 189 0 74056 0
[pid=982/tid=983] ppid=980 vsize=318828 CPUtime=3.06 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 561 0 0 0 306 0 0 0 18 0 8 0 741416449 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=318828 CPUtime=3.07 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 782 0 0 0 306 1 0 0 21 0 8 0 741416449 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 4332070 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=318828 CPUtime=3.07 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 337 0 0 0 307 0 0 0 19 0 8 0 741416449 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 4361278 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=318828 CPUtime=3.05 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 568 0 0 0 304 1 0 0 20 0 8 0 741416449 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=982/tid=987] ppid=980 vsize=318828 CPUtime=3.06 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 194 0 0 0 305 1 0 0 19 0 8 0 741416449 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=318828 CPUtime=3.05 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 331 0 0 0 304 1 0 0 19 0 8 0 741416449 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=989] ppid=980 vsize=318828 CPUtime=3.07 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 600 0 0 0 306 1 0 0 19 0 8 0 741416449 326479872 4326 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 318828

[startup+6.30112 s]
/proc/loadavg: 8.13 8.05 8.01 9/437 991
/proc/meminfo: memFree=23527372/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=319648 CPUtime=50.06 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 5638 0 0 0 4990 16 0 0 19 0 8 0 741416448 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/982/statm: 79912 5567 464 189 0 74261 0
[pid=982/tid=983] ppid=980 vsize=319648 CPUtime=6.25 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 797 0 0 0 624 1 0 0 25 0 8 0 741416449 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321029 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=319648 CPUtime=6.26 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 1026 0 0 0 624 2 0 0 20 0 8 0 741416449 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4660425 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=319648 CPUtime=6.27 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 414 0 0 0 626 1 0 0 18 0 8 0 741416449 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=986] ppid=980 vsize=319648 CPUtime=6.24 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 776 0 0 0 623 1 0 0 18 0 8 0 741416449 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=982/tid=987] ppid=980 vsize=319648 CPUtime=6.26 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 234 0 0 0 624 2 0 0 18 0 8 0 741416449 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320872 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=319648 CPUtime=6.19 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 413 0 0 0 617 2 0 0 18 0 8 0 741416449 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=989] ppid=980 vsize=319648 CPUtime=6.27 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 847 0 0 0 625 2 0 0 18 0 8 0 741416449 327319552 5567 33554432000 4194304 4964800 140737389094112 18446744073709551615 4342186 0 0 4096 18946 0 0 0 -1 4 0 0 0

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

/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1542 0 0 0 28159 35 0 0 25 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670434 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=390988 CPUtime=280.15 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1380 0 0 0 27979 36 0 0 18 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=390988 CPUtime=281.75 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1785 0 0 0 28137 38 0 0 18 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670403 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2251.57
Current children cumulated vsize (KiB) 390988

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

[startup+283.001 s]
/proc/loadavg: 8.06 8.07 8.01 9/437 998
/proc/meminfo: memFree=23492720/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=390988 CPUtime=2257.18 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 14202 0 0 0 225420 298 0 0 25 0 8 0 741416448 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/982/statm: 97747 14131 464 189 0 92096 0
[pid=982/tid=983] ppid=980 vsize=390988 CPUtime=282.5 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 2044 0 0 0 28209 41 0 0 18 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320942 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=390988 CPUtime=282.53 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 2339 0 0 0 28215 38 0 0 25 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=390988 CPUtime=281.51 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 1250 0 0 0 28117 34 0 0 25 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=986] ppid=980 vsize=390988 CPUtime=282.51 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 1922 0 0 0 28217 34 0 0 25 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=987] ppid=980 vsize=390988 CPUtime=282.65 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1542 0 0 0 28230 35 0 0 25 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=390988 CPUtime=280.86 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1380 0 0 0 28050 36 0 0 19 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=390988 CPUtime=282.46 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1785 0 0 0 28208 38 0 0 19 0 8 0 741416449 400371712 14131 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2257.18
Current children cumulated vsize (KiB) 390988

[startup+295.801 s]
/proc/loadavg: 8.05 8.07 8.01 9/437 998
/proc/meminfo: memFree=23492716/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=391140 CPUtime=2359.27 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 14277 0 0 0 235619 308 0 0 20 0 8 0 741416448 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/982/statm: 97785 14206 464 189 0 92134 0
[pid=982/tid=983] ppid=980 vsize=391140 CPUtime=295.27 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 2053 0 0 0 29484 43 0 0 20 0 8 0 741416449 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367205685 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=391140 CPUtime=295.3 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 2355 0 0 0 29491 39 0 0 18 0 8 0 741416449 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 4324701 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=391140 CPUtime=294.13 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 1267 0 0 0 29377 36 0 0 25 0 8 0 741416449 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 4644832 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=986] ppid=980 vsize=391140 CPUtime=295.29 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 1923 0 0 0 29493 36 0 0 18 0 8 0 741416449 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 4325338 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=987] ppid=980 vsize=391140 CPUtime=295.43 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1551 0 0 0 29506 37 0 0 18 0 8 0 741416449 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=391140 CPUtime=293.63 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1395 0 0 0 29325 38 0 0 18 0 8 0 741416449 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=391140 CPUtime=295.23 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1786 0 0 0 29484 39 0 0 18 0 8 0 741416449 400527360 14206 33554432000 4194304 4964800 140737389094112 18446744073709551615 4627170 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2359.27
Current children cumulated vsize (KiB) 391140

[startup+299.001 s]
/proc/loadavg: 8.05 8.07 8.01 9/437 998
/proc/meminfo: memFree=23492716/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=391140 CPUtime=2384.8 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 14278 0 0 0 238168 312 0 0 25 0 8 0 741416448 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320984 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/982/statm: 97785 14207 464 189 0 92134 0
[pid=982/tid=983] ppid=980 vsize=391140 CPUtime=298.46 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 2053 0 0 0 29803 43 0 0 20 0 8 0 741416449 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=391140 CPUtime=298.5 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 2355 0 0 0 29810 40 0 0 25 0 8 0 741416449 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4332324 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=391140 CPUtime=297.28 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 1267 0 0 0 29692 36 0 0 25 0 8 0 741416449 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320984 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=986] ppid=980 vsize=391140 CPUtime=298.48 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 1923 0 0 0 29812 36 0 0 25 0 8 0 741416449 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=987] ppid=980 vsize=391140 CPUtime=298.63 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1552 0 0 0 29825 38 0 0 25 0 8 0 741416449 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320942 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=391140 CPUtime=296.83 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1395 0 0 0 29644 39 0 0 23 0 8 0 741416449 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=391140 CPUtime=298.43 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1786 0 0 0 29803 40 0 0 25 0 8 0 741416449 400527360 14207 33554432000 4194304 4964800 140737389094112 18446744073709551615 4366629 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2384.8
Current children cumulated vsize (KiB) 391140

[startup+302.2 s]
/proc/loadavg: 8.05 8.07 8.01 9/437 998
/proc/meminfo: memFree=23492588/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=391140 CPUtime=2410.32 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 14293 0 0 0 240717 315 0 0 19 0 8 0 741416448 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4660165 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/982/statm: 97785 14222 464 189 0 92134 0
[pid=982/tid=983] ppid=980 vsize=391140 CPUtime=301.65 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 2053 0 0 0 30122 43 0 0 19 0 8 0 741416449 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=391140 CPUtime=301.69 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 2370 0 0 0 30129 40 0 0 25 0 8 0 741416449 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=391140 CPUtime=300.43 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 1267 0 0 0 30007 36 0 0 18 0 8 0 741416449 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=986] ppid=980 vsize=391140 CPUtime=301.68 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 1923 0 0 0 30132 36 0 0 25 0 8 0 741416449 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=987] ppid=980 vsize=391140 CPUtime=301.83 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1552 0 0 0 30145 38 0 0 21 0 8 0 741416449 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=391140 CPUtime=300.03 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1395 0 0 0 29964 39 0 0 25 0 8 0 741416449 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=391140 CPUtime=301.62 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1786 0 0 0 30122 40 0 0 21 0 8 0 741416449 400527360 14222 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2410.32
Current children cumulated vsize (KiB) 391140

[startup+303.801 s]
/proc/loadavg: 8.04 8.07 8.01 9/437 998
/proc/meminfo: memFree=23492588/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=391140 CPUtime=2423.1 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 14301 0 0 0 241993 317 0 0 23 0 8 0 741416448 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/982/statm: 97785 14230 464 189 0 92134 0
[pid=982/tid=983] ppid=980 vsize=391140 CPUtime=303.26 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 2053 0 0 0 30282 44 0 0 23 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4660236 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=391140 CPUtime=303.29 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 2370 0 0 0 30288 41 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=391140 CPUtime=302.02 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 1275 0 0 0 30165 37 0 0 20 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321143 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=986] ppid=980 vsize=391140 CPUtime=303.28 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 1923 0 0 0 30292 36 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=987] ppid=980 vsize=391140 CPUtime=303.42 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1552 0 0 0 30304 38 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4334301 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=391140 CPUtime=301.62 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1395 0 0 0 30123 39 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=391140 CPUtime=303.22 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1786 0 0 0 30282 40 0 0 18 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2423.1
Current children cumulated vsize (KiB) 391140

[startup+304.601 s]
/proc/loadavg: 8.04 8.07 8.01 9/437 998
/proc/meminfo: memFree=23492588/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=391140 CPUtime=2429.48 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 14301 0 0 0 242631 317 0 0 25 0 8 0 741416448 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/982/statm: 97785 14230 464 189 0 92134 0
[pid=982/tid=983] ppid=980 vsize=391140 CPUtime=304.05 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 2053 0 0 0 30361 44 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4362223 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=391140 CPUtime=304.09 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 2370 0 0 0 30368 41 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=391140 CPUtime=302.8 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 1275 0 0 0 30243 37 0 0 22 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=986] ppid=980 vsize=391140 CPUtime=304.08 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 1923 0 0 0 30372 36 0 0 18 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=987] ppid=980 vsize=391140 CPUtime=304.22 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1552 0 0 0 30384 38 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=391140 CPUtime=302.42 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1395 0 0 0 30203 39 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4653328 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=391140 CPUtime=304.02 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1786 0 0 0 30362 40 0 0 19 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2429.48
Current children cumulated vsize (KiB) 391140

[startup+304.801 s]
/proc/loadavg: 8.04 8.07 8.01 9/437 998
/proc/meminfo: memFree=23492588/32950928 swapFree=38710900/67111528
[pid=982] ppid=980 vsize=391140 CPUtime=2431.08 cores=0-7
/proc/982/stat : 982 (claspmt) R 980 982 32714 0 -1 4202496 14301 0 0 0 242790 318 0 0 25 0 8 0 741416448 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321065 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/982/statm: 97785 14230 464 189 0 92134 0
[pid=982/tid=983] ppid=980 vsize=391140 CPUtime=304.25 cores=0-7
/proc/982/task/983/stat : 983 (claspmt) R 980 982 32714 0 -1 4202560 2053 0 0 0 30381 44 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=982/tid=984] ppid=980 vsize=391140 CPUtime=304.29 cores=0-7
/proc/982/task/984/stat : 984 (claspmt) R 980 982 32714 0 -1 4202560 2370 0 0 0 30388 41 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320984 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=982/tid=985] ppid=980 vsize=391140 CPUtime=303 cores=0-7
/proc/982/task/985/stat : 985 (claspmt) R 980 982 32714 0 -1 4202560 1275 0 0 0 30263 37 0 0 23 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=982/tid=986] ppid=980 vsize=391140 CPUtime=304.27 cores=0-7
/proc/982/task/986/stat : 986 (claspmt) R 980 982 32714 0 -1 4202560 1923 0 0 0 30391 36 0 0 19 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4636477 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=982/tid=987] ppid=980 vsize=391140 CPUtime=304.42 cores=0-7
/proc/982/task/987/stat : 987 (claspmt) R 980 982 32714 0 -1 4202560 1552 0 0 0 30404 38 0 0 25 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4320897 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=982/tid=988] ppid=980 vsize=391140 CPUtime=302.62 cores=0-7
/proc/982/task/988/stat : 988 (claspmt) R 980 982 32714 0 -1 4202560 1395 0 0 0 30223 39 0 0 18 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 251367651871 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=982/tid=989] ppid=980 vsize=391140 CPUtime=304.22 cores=0-7
/proc/982/task/989/stat : 989 (claspmt) R 980 982 32714 0 -1 4202560 1786 0 0 0 30382 40 0 0 19 0 8 0 741416449 400527360 14230 33554432000 4194304 4964800 140737389094112 18446744073709551615 4321116 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2431.08
Current children cumulated vsize (KiB) 391140

Child status: 10
Real time (s): 304.873
CPU time (s): 2431.6
CPU user time (s): 2428.41
CPU system time (s): 3.18451
CPU usage (%): 797.578
Max. virtual memory (cumulated for all children) (KiB): 391140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2428.41
system time used= 3.18452
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14315
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= 523195
involuntary context switches= 11016

runsolver used 1.21781 second user time and 2.93255 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-16 04:10:58
IDJOB=3381307
IDBENCH=87455
IDSOLVER=1865
FILE ID=node113/3381307-1305511858
RUNJOBID= node113-1305506844-32728
PBS_JOBID= 13325505
Free space on /tmp= 73460 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_110.shuffled.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3381307-1305511858/watcher-3381307-1305511858 -o /tmp/evaluation-result-3381307-1305511858/solver-3381307-1305511858 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381307-1305511858.cnf

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

MD5SUM BENCH= 34f8b747bfe8e7b589b8832e56ae8363
RANDOM SEED=2062975836

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23547724 kB
Buffers:        298796 kB
Cached:        3264432 kB
SwapCached:      93704 kB
Active:        2132028 kB
Inactive:      6977380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23547724 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:             788 kB
Writeback:           0 kB
AnonPages:     5464224 kB
Mapped:          22332 kB
Slab:           124004 kB
PageTables:     101788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 129959856 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= 73460 MiB
End job on node113 at 2011-05-16 04:16:03