Trace number 3381085

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 1491.41 187.053

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_443.cnf
MD5SUM91ac0151536835225f21cbe5a3574a2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.438932
Satisfiable
(Un)Satisfiability was proved
Number of variables222
Number of clauses26201
Sum of the clauses size115467
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2294
Number of clauses of size 323935
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51972

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...503768/instance-3381085-1305503768.cnf
0.09/0.17	c Solving...
1490.62/186.87	c Answer: 1
1490.62/186.87	v 1 2 3 -4 5 6 7 8 9 10 11 12 -13 14 15 16 17 18 19 20 -21 22 -23 24 25 26
1490.62/186.87	v 27 28 29 -30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 -50
1490.62/186.87	v 51 52 53 54 55 56 57 58 -59 60 61 62 63 64 65 66 -67 68 -69 70 71 72 73
1490.62/186.87	v 74 75 76 77 78 79 80 81 -82 83 84 85 86 87 88 89 -90 91 -92 93 94 95 96
1490.62/186.87	v 97 98 99 100 -101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
1490.62/186.87	v 116 117 -118 -119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
1490.62/186.87	v 134 135 -136 137 138 139 140 141 -142 143 144 -145 146 -147 148 149 150
1490.62/186.87	v 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 -168
1490.62/186.87	v 169 -170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
1490.62/186.87	v -187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
1490.62/186.87	v 205 206 -207 208 209 210 -211 212 213 -214 215 -216 217 218 219 220 221
1490.62/186.87	v 222 0
1491.36/187.05	s SATISFIABLE
1491.36/187.05	
1491.36/187.05	c Models        : 1+    
1491.36/187.05	c Time          : 186.975s (Solving: 186.81s 1st Model: 186.70s Unsat: 0.00s)
1491.36/187.05	c CPU Time      : 1491.330s

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-3381085-1305503768/watcher-3381085-1305503768 -o /tmp/evaluation-result-3381085-1305503768/solver-3381085-1305503768 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381085-1305503768.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.05 8.02 8.00 2/358 20332
/proc/meminfo: memFree=21435872/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=22680 CPUtime=0.01 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 1023 0 0 0 1 0 0 0 25 0 1 0 117986230 23224320 917 33554432000 4194304 4964800 140735394303184 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20332/statm: 5670 917 397 189 0 544 0

[startup+0.0488341 s]
/proc/loadavg: 8.05 8.02 8.00 2/358 20332
/proc/meminfo: memFree=21435872/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=23372 CPUtime=0.04 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 1191 0 0 0 4 0 0 0 25 0 1 0 117986230 23932928 1085 33554432000 4194304 4964800 140735394303184 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20332/statm: 5843 1085 399 189 0 717 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23372

[startup+0.100836 s]
/proc/loadavg: 8.05 8.02 8.00 2/358 20332
/proc/meminfo: memFree=21435872/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=23372 CPUtime=0.09 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 1191 0 0 0 9 0 0 0 25 0 1 0 117986230 23932928 1085 33554432000 4194304 4964800 140735394303184 18446744073709551615 4607513 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/20332/statm: 5843 1085 399 189 0 717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23372

[startup+0.311916 s]
/proc/loadavg: 8.05 8.02 8.00 2/358 20332
/proc/meminfo: memFree=21435872/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=253096 CPUtime=1.52 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 2879 0 0 0 151 1 0 0 18 0 8 0 117986230 259170304 2718 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 63274 2719 464 189 0 57623 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 253096

[startup+0.700655 s]
/proc/loadavg: 8.05 8.02 8.00 2/358 20332
/proc/meminfo: memFree=21435872/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=255412 CPUtime=4.31 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 4835 0 0 0 429 2 0 0 18 0 8 0 117986230 261541888 4674 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627320 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 63853 4674 464 189 0 58202 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 255412

[startup+1.50052 s]
/proc/loadavg: 8.05 8.02 8.00 9/366 20340
/proc/meminfo: memFree=21418208/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=255680 CPUtime=10.69 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 5554 0 0 0 1066 3 0 0 19 0 8 0 117986230 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670546 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 63920 5393 464 189 0 58269 0
[pid=20332/tid=20334] ppid=20330 vsize=255680 CPUtime=1.31 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 458 0 0 0 131 0 0 0 19 0 8 0 117986248 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4320961 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=255680 CPUtime=1.31 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 696 0 0 0 131 0 0 0 19 0 8 0 117986248 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=255680 CPUtime=1.31 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 476 0 0 0 131 0 0 0 19 0 8 0 117986248 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=255680 CPUtime=1.31 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 560 0 0 0 131 0 0 0 19 0 8 0 117986248 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=255680 CPUtime=1.32 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 481 0 0 0 132 0 0 0 19 0 8 0 117986248 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=255680 CPUtime=1.28 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 529 0 0 0 128 0 0 0 22 0 8 0 117986248 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=255680 CPUtime=1.31 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 632 0 0 0 131 0 0 0 19 0 8 0 117986248 261816320 5393 33554432000 4194304 4964800 140735394303184 18446744073709551615 4366010 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 255680

[startup+3.10124 s]
/proc/loadavg: 8.05 8.02 8.00 9/366 20340
/proc/meminfo: memFree=21411760/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=258172 CPUtime=23.48 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 7866 0 0 0 2344 4 0 0 25 0 8 0 117986230 264368128 7705 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668773 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 64543 7705 466 189 0 58892 0
[pid=20332/tid=20334] ppid=20330 vsize=258172 CPUtime=2.91 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 765 0 0 0 291 0 0 0 24 0 8 0 117986248 264368128 7705 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=258172 CPUtime=2.91 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 1328 0 0 0 291 0 0 0 24 0 8 0 117986248 264368128 7705 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=258172 CPUtime=2.91 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 662 0 0 0 291 0 0 0 24 0 8 0 117986248 264368128 7706 33554432000 4194304 4964800 140735394303184 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=258172 CPUtime=2.91 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 806 0 0 0 291 0 0 0 25 0 8 0 117986248 264368128 7706 33554432000 4194304 4964800 140735394303184 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=258172 CPUtime=2.92 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 671 0 0 0 292 0 0 0 24 0 8 0 117986248 264368128 7706 33554432000 4194304 4964800 140735394303184 18446744073709551615 218880608439 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=258172 CPUtime=2.87 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 780 0 0 0 287 0 0 0 25 0 8 0 117986248 264368128 7707 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=258172 CPUtime=2.91 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 927 0 0 0 291 0 0 0 24 0 8 0 117986248 264368128 7707 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.48
Current children cumulated vsize (KiB) 258172

[startup+6.30068 s]
/proc/loadavg: 8.04 8.02 8.00 9/366 20340
/proc/meminfo: memFree=21398740/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=261220 CPUtime=49.02 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 10260 0 0 0 4898 4 0 0 25 0 8 0 117986230 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668715 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 65305 10099 466 189 0 59654 0
[pid=20332/tid=20334] ppid=20330 vsize=261220 CPUtime=6.11 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 1024 0 0 0 611 0 0 0 25 0 8 0 117986248 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627218 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=261220 CPUtime=6.11 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 1867 0 0 0 611 0 0 0 25 0 8 0 117986248 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=261220 CPUtime=6.1 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 821 0 0 0 610 0 0 0 25 0 8 0 117986248 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=261220 CPUtime=6.11 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 1218 0 0 0 611 0 0 0 25 0 8 0 117986248 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=261220 CPUtime=6.11 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 894 0 0 0 611 0 0 0 25 0 8 0 117986248 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=261220 CPUtime=6.03 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 1000 0 0 0 603 0 0 0 25 0 8 0 117986248 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=261220 CPUtime=6.11 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 1315 0 0 0 611 0 0 0 25 0 8 0 117986248 267489280 10099 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.02
Current children cumulated vsize (KiB) 261220

[startup+12.7006 s]
/proc/loadavg: 8.04 8.02 8.00 9/366 20340
/proc/meminfo: memFree=21381668/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=265020 CPUtime=100.12 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 14588 0 0 0 10005 7 0 0 25 0 8 0 117986230 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4683709 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 66255 14225 466 189 0 60604 0
[pid=20332/tid=20334] ppid=20330 vsize=265020 CPUtime=12.51 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 1611 0 0 0 1250 1 0 0 25 0 8 0 117986248 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=265020 CPUtime=12.51 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 3031 0 0 0 1250 1 0 0 19 0 8 0 117986248 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=265020 CPUtime=12.5 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 1202 0 0 0 1250 0 0 0 25 0 8 0 117986248 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627309 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=265020 CPUtime=12.5 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 1658 0 0 0 1250 0 0 0 25 0 8 0 117986248 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=265020 CPUtime=12.51 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 1245 0 0 0 1251 0 0 0 25 0 8 0 117986248 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=265020 CPUtime=12.34 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 1384 0 0 0 1234 0 0 0 25 0 8 0 117986248 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=265020 CPUtime=12.51 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 1909 0 0 0 1250 1 0 0 25 0 8 0 117986248 271380480 14225 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.12
Current children cumulated vsize (KiB) 265020

[startup+25.5003 s]
/proc/loadavg: 8.03 8.02 8.00 9/366 20340
/proc/meminfo: memFree=21361780/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=270744 CPUtime=202.35 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 19677 0 0 0 20225 10 0 0 25 0 8 0 117986230 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 67686 19200 466 189 0 62035 0
[pid=20332/tid=20334] ppid=20330 vsize=270744 CPUtime=25.3 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 2468 0 0 0 2529 1 0 0 25 0 8 0 117986248 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=270744 CPUtime=25.3 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 4294 0 0 0 2529 1 0 0 25 0 8 0 117986248 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=270744 CPUtime=25.31 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 1539 0 0 0 2530 1 0 0 25 0 8 0 117986248 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=270744 CPUtime=25.3 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 2244 0 0 0 2530 0 0 0 25 0 8 0 117986248 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=270744 CPUtime=25.31 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 1853 0 0 0 2531 0 0 0 25 0 8 0 117986248 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=270744 CPUtime=24.98 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 1833 0 0 0 2498 0 0 0 25 0 8 0 117986248 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=270744 CPUtime=25.3 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 2540 0 0 0 2529 1 0 0 25 0 8 0 117986248 277241856 19200 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.35
Current children cumulated vsize (KiB) 270744

[startup+51.1009 s]
/proc/loadavg: 8.02 8.01 8.00 9/366 20341
/proc/meminfo: memFree=21338676/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=277352 CPUtime=406.8 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 25533 0 0 0 40665 15 0 0 25 0 8 0 117986230 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 69338 24980 466 189 0 63687 0
[pid=20332/tid=20334] ppid=20330 vsize=277352 CPUtime=50.89 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 3502 0 0 0 5087 2 0 0 25 0 8 0 117986248 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=277352 CPUtime=50.88 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 5393 0 0 0 5087 1 0 0 25 0 8 0 117986248 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=277352 CPUtime=50.9 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 1960 0 0 0 5089 1 0 0 25 0 8 0 117986248 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=277352 CPUtime=50.89 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 3220 0 0 0 5088 1 0 0 25 0 8 0 117986248 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4321023 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=277352 CPUtime=50.91 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 2477 0 0 0 5090 1 0 0 25 0 8 0 117986248 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=277352 CPUtime=50.28 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 2448 0 0 0 5027 1 0 0 25 0 8 0 117986248 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=277352 CPUtime=50.9 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 3223 0 0 0 5087 3 0 0 19 0 8 0 117986248 284008448 24980 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.8

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

[pid=20332/tid=20337] ppid=20330 vsize=351892 CPUtime=162.09 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 4512 0 0 0 16206 3 0 0 25 0 8 0 117986248 360337408 37714 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627272 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=351892 CPUtime=162.09 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 4501 0 0 0 16206 3 0 0 25 0 8 0 117986248 360337408 37714 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=351892 CPUtime=160.16 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 3540 0 0 0 16013 3 0 0 24 0 8 0 117986248 360337408 37714 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=351892 CPUtime=162.07 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4780 0 0 0 16202 5 0 0 23 0 8 0 117986248 360337408 37714 33554432000 4194304 4964800 140735394303184 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1294.93
Current children cumulated vsize (KiB) 351892

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

[startup+166.301 s]
/proc/loadavg: 8.09 8.03 8.01 9/366 20344
/proc/meminfo: memFree=21285424/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=352144 CPUtime=1326.87 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 39008 0 0 0 132655 32 0 0 25 0 8 0 117986230 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670534 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 88036 37994 466 189 0 82385 0
[pid=20332/tid=20334] ppid=20330 vsize=352144 CPUtime=166.06 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 5872 0 0 0 16602 4 0 0 25 0 8 0 117986248 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4362287 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=352144 CPUtime=166.04 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 8417 0 0 0 16600 4 0 0 25 0 8 0 117986248 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=352144 CPUtime=166.08 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 3049 0 0 0 16606 2 0 0 25 0 8 0 117986248 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=352144 CPUtime=166.09 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 4562 0 0 0 16606 3 0 0 25 0 8 0 117986248 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4644876 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=352144 CPUtime=166.09 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 4583 0 0 0 16606 3 0 0 25 0 8 0 117986248 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=352144 CPUtime=164.11 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 3564 0 0 0 16408 3 0 0 25 0 8 0 117986248 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=352144 CPUtime=166.08 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4802 0 0 0 16602 6 0 0 25 0 8 0 117986248 360595456 37994 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1326.87
Current children cumulated vsize (KiB) 352144

[startup+179.101 s]
/proc/loadavg: 8.07 8.03 8.00 9/366 20344
/proc/meminfo: memFree=21282560/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=352524 CPUtime=1429.11 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 39667 0 0 0 142878 33 0 0 25 0 8 0 117986230 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 88131 38622 466 189 0 82480 0
[pid=20332/tid=20334] ppid=20330 vsize=352524 CPUtime=178.86 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 5935 0 0 0 17882 4 0 0 25 0 8 0 117986248 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=352524 CPUtime=178.83 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 8499 0 0 0 17879 4 0 0 25 0 8 0 117986248 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=352524 CPUtime=178.88 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 3071 0 0 0 17886 2 0 0 25 0 8 0 117986248 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=352524 CPUtime=178.88 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 4610 0 0 0 17885 3 0 0 25 0 8 0 117986248 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=352524 CPUtime=178.89 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 4829 0 0 0 17886 3 0 0 25 0 8 0 117986248 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627272 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=352524 CPUtime=176.76 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 3589 0 0 0 17673 3 0 0 25 0 8 0 117986248 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=352524 CPUtime=178.87 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4951 0 0 0 17881 6 0 0 25 0 8 0 117986248 360984576 38622 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1429.11
Current children cumulated vsize (KiB) 352524

[startup+182.301 s]
/proc/loadavg: 8.07 8.03 8.00 9/366 20344
/proc/meminfo: memFree=21282060/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=352524 CPUtime=1454.68 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 39839 0 0 0 145434 34 0 0 25 0 8 0 117986230 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670295 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 88131 38763 466 189 0 82480 0
[pid=20332/tid=20334] ppid=20330 vsize=352524 CPUtime=182.05 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 6002 0 0 0 18201 4 0 0 25 0 8 0 117986248 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670407 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=352524 CPUtime=182.03 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 8513 0 0 0 18199 4 0 0 25 0 8 0 117986248 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=352524 CPUtime=182.08 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 3077 0 0 0 18206 2 0 0 25 0 8 0 117986248 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668721 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=352524 CPUtime=182.08 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 4678 0 0 0 18205 3 0 0 25 0 8 0 117986248 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=352524 CPUtime=182.09 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 4834 0 0 0 18206 3 0 0 25 0 8 0 117986248 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4654506 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=352524 CPUtime=179.93 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 3591 0 0 0 17990 3 0 0 25 0 8 0 117986248 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668797 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=352524 CPUtime=182.07 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4951 0 0 0 18201 6 0 0 25 0 8 0 117986248 360984576 38763 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1454.68
Current children cumulated vsize (KiB) 352524

[startup+185.5 s]
/proc/loadavg: 8.07 8.03 8.00 9/366 20344
/proc/meminfo: memFree=21281688/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=352524 CPUtime=1480.23 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 39953 0 0 0 147989 34 0 0 25 0 8 0 117986230 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 88131 38877 466 189 0 82480 0
[pid=20332/tid=20334] ppid=20330 vsize=352524 CPUtime=185.25 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 6028 0 0 0 18521 4 0 0 25 0 8 0 117986248 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4359729 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=352524 CPUtime=185.23 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 8573 0 0 0 18519 4 0 0 25 0 8 0 117986248 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=352524 CPUtime=185.29 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 3093 0 0 0 18526 3 0 0 25 0 8 0 117986248 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=352524 CPUtime=185.28 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 4686 0 0 0 18525 3 0 0 25 0 8 0 117986248 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=352524 CPUtime=185.28 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 4834 0 0 0 18525 3 0 0 25 0 8 0 117986248 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=352524 CPUtime=183.09 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 3591 0 0 0 18306 3 0 0 25 0 8 0 117986248 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=352524 CPUtime=185.27 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4951 0 0 0 18521 6 0 0 25 0 8 0 117986248 360984576 38877 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1480.23
Current children cumulated vsize (KiB) 352524

[startup+186.301 s]
/proc/loadavg: 8.07 8.03 8.00 9/366 20344
/proc/meminfo: memFree=21281564/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=352524 CPUtime=1486.62 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 40018 0 0 0 148628 34 0 0 25 0 8 0 117986230 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 88131 38942 466 189 0 82480 0
[pid=20332/tid=20334] ppid=20330 vsize=352524 CPUtime=186.05 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 6040 0 0 0 18601 4 0 0 25 0 8 0 117986248 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=352524 CPUtime=186.03 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 8574 0 0 0 18599 4 0 0 25 0 8 0 117986248 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=352524 CPUtime=186.09 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 3093 0 0 0 18606 3 0 0 25 0 8 0 117986248 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=352524 CPUtime=186.08 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 4686 0 0 0 18605 3 0 0 25 0 8 0 117986248 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=352524 CPUtime=186.09 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 4834 0 0 0 18606 3 0 0 25 0 8 0 117986248 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=352524 CPUtime=183.87 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 3591 0 0 0 18384 3 0 0 25 0 8 0 117986248 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=352524 CPUtime=186.07 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4976 0 0 0 18601 6 0 0 25 0 8 0 117986248 360984576 38942 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1486.62
Current children cumulated vsize (KiB) 352524

[startup+186.701 s]
/proc/loadavg: 8.07 8.03 8.00 9/366 20344
/proc/meminfo: memFree=21281564/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=352740 CPUtime=1489.82 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 40040 0 0 0 148948 34 0 0 25 0 8 0 117986230 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670313 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 88185 38964 466 189 0 82534 0
[pid=20332/tid=20334] ppid=20330 vsize=352740 CPUtime=186.45 cores=0-7
/proc/20332/task/20334/stat : 20334 (claspmt) R 20330 20332 20053 0 -1 4202560 6040 0 0 0 18641 4 0 0 25 0 8 0 117986248 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=20332/tid=20335] ppid=20330 vsize=352740 CPUtime=186.43 cores=0-7
/proc/20332/task/20335/stat : 20335 (claspmt) R 20330 20332 20053 0 -1 4202560 8574 0 0 0 18639 4 0 0 25 0 8 0 117986248 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=20332/tid=20336] ppid=20330 vsize=352740 CPUtime=186.49 cores=0-7
/proc/20332/task/20336/stat : 20336 (claspmt) R 20330 20332 20053 0 -1 4202560 3093 0 0 0 18646 3 0 0 25 0 8 0 117986248 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4669532 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=20332/tid=20337] ppid=20330 vsize=352740 CPUtime=186.48 cores=0-7
/proc/20332/task/20337/stat : 20337 (claspmt) R 20330 20332 20053 0 -1 4202560 4686 0 0 0 18645 3 0 0 25 0 8 0 117986248 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4673998 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=20332/tid=20338] ppid=20330 vsize=352740 CPUtime=186.49 cores=0-7
/proc/20332/task/20338/stat : 20338 (claspmt) R 20330 20332 20053 0 -1 4202560 4834 0 0 0 18646 3 0 0 25 0 8 0 117986248 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=20332/tid=20339] ppid=20330 vsize=352740 CPUtime=184.27 cores=0-7
/proc/20332/task/20339/stat : 20339 (claspmt) R 20330 20332 20053 0 -1 4202560 3613 0 0 0 18424 3 0 0 25 0 8 0 117986248 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4627504 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=20332/tid=20340] ppid=20330 vsize=352740 CPUtime=186.47 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4976 0 0 0 18641 6 0 0 25 0 8 0 117986248 361205760 38964 33554432000 4194304 4964800 140735394303184 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1489.82
Current children cumulated vsize (KiB) 352740

[startup+186.901 s]
/proc/loadavg: 8.07 8.03 8.00 2/360 20345
/proc/meminfo: memFree=21281240/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=352740 CPUtime=1491.26 cores=0-7
/proc/20332/stat : 20332 (claspmt) S 20330 20332 20053 0 -1 4202496 40043 0 0 0 149092 34 0 0 25 0 2 0 117986230 361205760 38967 33554432000 4194304 4964800 140735394303184 18446744073709551615 218892367845 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/20332/statm: 88185 38967 468 189 0 82534 0
[pid=20332/tid=20340] ppid=20330 vsize=352740 CPUtime=186.68 cores=0-7
/proc/20332/task/20340/stat : 20340 (claspmt) R 20330 20332 20053 0 -1 4202560 4977 0 0 0 18662 6 0 0 25 0 2 0 117986248 361205760 38967 33554432000 4194304 4964800 140735394303184 18446744073709551615 4644872 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1491.26
Current children cumulated vsize (KiB) 352740

[startup+187.014 s]
/proc/loadavg: 8.07 8.03 8.00 2/360 20345
/proc/meminfo: memFree=21281240/32950928 swapFree=62959384/67111528
[pid=20332] ppid=20330 vsize=351292 CPUtime=1491.36 cores=0-7
/proc/20332/stat : 20332 (claspmt) R 20330 20332 20053 0 -1 4202496 40051 0 0 0 149102 34 0 0 24 0 1 0 117986230 359723008 38637 33554432000 4194304 4964800 140735394303184 18446744073709551615 218880220363 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/20332/statm: 87823 38637 476 189 0 82172 0
Current children cumulated CPU time (s) 1491.36
Current children cumulated vsize (KiB) 351292

Child status: 10
Real time (s): 187.053
CPU time (s): 1491.41
CPU user time (s): 1491.06
CPU system time (s): 0.354946
CPU usage (%): 797.32
Max. virtual memory (cumulated for all children) (KiB): 352740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1491.06
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40052
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= 20834
involuntary context switches= 6656

runsolver used 0.660899 second user time and 1.56276 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-16 01:56:08
IDJOB=3381085
IDBENCH=83293
IDSOLVER=1865
FILE ID=node112/3381085-1305503768
RUNJOBID= node112-1305498614-20067
PBS_JOBID= 13325447
Free space on /tmp= 73524 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_443.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-3381085-1305503768/watcher-3381085-1305503768 -o /tmp/evaluation-result-3381085-1305503768/solver-3381085-1305503768 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381085-1305503768.cnf

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

MD5SUM BENCH= 91ac0151536835225f21cbe5a3574a2d
RANDOM SEED=2075242016

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21436028 kB
Buffers:         11064 kB
Cached:         145464 kB
SwapCached:      73312 kB
Active:         120324 kB
Inactive:     11211248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21436028 kB
SwapTotal:    67111528 kB
SwapFree:     62959384 kB
Dirty:            1512 kB
Writeback:           0 kB
AnonPages:    11110856 kB
Mapped:          20536 kB
Slab:            64456 kB
PageTables:      52524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 74553232 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= 73524 MiB
End job on node112 at 2011-05-16 01:59:15