Trace number 3380602

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)UNSAT 16904.7 2117.45

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.2849
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
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 ...483687/instance-3380602-1305483687.cnf
0.07/0.08	c Solving...
16904.68/2117.44	s UNSATISFIABLE
16904.68/2117.44	
16904.68/2117.44	c Models        : 0     
16904.68/2117.44	c Time          : 2117.320s (Solving: 2117.24s 1st Model: 0.00s Unsat: 2117.24s)
16904.68/2117.44	c CPU Time      : 16904.600s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3380602-1305483687/watcher-3380602-1305483687 -o /tmp/evaluation-result-3380602-1305483687/solver-3380602-1305483687 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380602-1305483687.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.00 7.99 7.45 2/410 2218
/proc/meminfo: memFree=21740996/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=20872 CPUtime=0 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 489 0 0 0 0 0 0 0 25 0 1 0 659966408 21372928 419 33554432000 4194304 4964800 140733651891328 18446744073709551615 4226752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2218/statm: 5218 421 357 189 0 92 0

[startup+0.0787771 s]
/proc/loadavg: 8.00 7.99 7.45 2/410 2218
/proc/meminfo: memFree=21740996/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=28828 CPUtime=0.07 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 2826 0 0 0 7 0 0 0 25 0 1 0 659966408 29519872 2434 33554432000 4194304 4964800 140733651891328 18446744073709551615 4327781 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2218/statm: 7207 2434 406 189 0 2081 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28828

[startup+0.100761 s]
/proc/loadavg: 8.00 7.99 7.45 2/410 2218
/proc/meminfo: memFree=21740996/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=328400 CPUtime=0.11 cores=0-7
/proc/2218/stat : 2218 (claspmt) S 2216 2218 2024 0 -1 4202496 6192 0 0 0 10 1 0 0 25 0 8 0 659966408 336281600 4870 33554432000 4194304 4964800 140733651891328 18446744073709551615 212699491225 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2218/statm: 82100 4870 438 189 0 76449 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 328400

[startup+0.343648 s]
/proc/loadavg: 8.00 7.99 7.45 2/410 2218
/proc/meminfo: memFree=21740996/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=330672 CPUtime=6.02 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 9684 0 0 0 600 2 0 0 25 0 8 0 659966408 338608128 8361 33554432000 4194304 4964800 140733651891328 18446744073709551615 212687780383 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2218/statm: 82806 9231 464 189 0 77155 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 330672

[startup+1.44645 s]
/proc/loadavg: 8.00 7.99 7.45 2/410 2218
/proc/meminfo: memFree=21740996/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=331488 CPUtime=10.53 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 10830 0 0 0 1050 3 0 0 25 0 8 0 659966408 339443712 9507 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668698 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2218/statm: 82872 9507 464 189 0 77221 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 331488

[startup+1.54643 s]
/proc/loadavg: 8.00 7.99 7.45 2/410 2218
/proc/meminfo: memFree=21740996/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=331752 CPUtime=11.33 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 11123 0 0 0 1130 3 0 0 25 0 8 0 659966408 339714048 9800 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2218/statm: 82938 9800 464 189 0 77287 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 331752

[startup+3.10115 s]
/proc/loadavg: 8.16 8.03 7.46 9/418 2226
/proc/meminfo: memFree=21702936/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=334672 CPUtime=23.75 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 14287 0 0 0 2370 5 0 0 25 0 8 0 659966408 342704128 12964 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670310 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2218/statm: 83668 12964 464 189 0 78017 0
[pid=2218/tid=2220] ppid=2216 vsize=334672 CPUtime=2.95 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 1043 0 0 0 295 0 0 0 22 0 8 0 659966416 342704128 12964 33554432000 4194304 4964800 140733651891328 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=334672 CPUtime=2.95 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 2054 0 0 0 294 1 0 0 22 0 8 0 659966416 342704128 12964 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=334672 CPUtime=2.93 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 1379 0 0 0 293 0 0 0 22 0 8 0 659966416 342704128 12964 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=334672 CPUtime=2.94 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 1220 0 0 0 294 0 0 0 22 0 8 0 659966416 342704128 12965 33554432000 4194304 4964800 140733651891328 18446744073709551615 212687336481 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=334672 CPUtime=3.01 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 827 0 0 0 301 0 0 0 25 0 8 0 659966416 342704128 12965 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=334672 CPUtime=2.95 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 1432 0 0 0 295 0 0 0 22 0 8 0 659966416 342704128 12966 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=334672 CPUtime=2.92 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 2734 0 0 0 292 0 0 0 22 0 8 0 659966416 342704128 12966 33554432000 4194304 4964800 140733651891328 18446744073709551615 212687336481 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.75
Current children cumulated vsize (KiB) 334672

[startup+6.30056 s]
/proc/loadavg: 8.16 8.03 7.46 9/418 2226
/proc/meminfo: memFree=21678640/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=337372 CPUtime=49.29 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 17737 0 0 0 4921 8 0 0 25 0 8 0 659966408 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668712 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/2218/statm: 84343 16414 466 189 0 78692 0
[pid=2218/tid=2220] ppid=2216 vsize=337372 CPUtime=6.15 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 1307 0 0 0 615 0 0 0 25 0 8 0 659966416 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4684042 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=337372 CPUtime=6.15 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 2831 0 0 0 613 2 0 0 25 0 8 0 659966416 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669310 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=337372 CPUtime=6.08 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 1680 0 0 0 608 0 0 0 25 0 8 0 659966416 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4632359 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=337372 CPUtime=6.15 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 1558 0 0 0 614 1 0 0 18 0 8 0 659966416 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=337372 CPUtime=6.2 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 1137 0 0 0 620 0 0 0 25 0 8 0 659966416 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669164 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=337372 CPUtime=6.15 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 1731 0 0 0 615 0 0 0 25 0 8 0 659966416 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669085 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=337372 CPUtime=6.12 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 3733 0 0 0 611 1 0 0 25 0 8 0 659966416 345468928 16414 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.29
Current children cumulated vsize (KiB) 337372

[startup+12.7004 s]
/proc/loadavg: 8.14 8.03 7.47 9/418 2226
/proc/meminfo: memFree=21650400/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=343872 CPUtime=100.37 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 26438 0 0 0 10024 13 0 0 25 0 8 0 659966408 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 85968 25115 466 189 0 80317 0
[pid=2218/tid=2220] ppid=2216 vsize=343872 CPUtime=12.54 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 1914 0 0 0 1254 0 0 0 25 0 8 0 659966416 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669078 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=343872 CPUtime=12.54 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 4108 0 0 0 1252 2 0 0 25 0 8 0 659966416 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=343872 CPUtime=12.4 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 2087 0 0 0 1239 1 0 0 25 0 8 0 659966416 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4627179 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=343872 CPUtime=12.54 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 2737 0 0 0 1253 1 0 0 25 0 8 0 659966416 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669591 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=343872 CPUtime=12.59 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 2523 0 0 0 1258 1 0 0 25 0 8 0 659966416 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4359851 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=343872 CPUtime=12.55 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 2441 0 0 0 1254 1 0 0 25 0 8 0 659966416 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4653296 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=343872 CPUtime=12.52 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 6395 0 0 0 1249 3 0 0 25 0 8 0 659966416 352124928 25115 33554432000 4194304 4964800 140733651891328 18446744073709551615 4660192 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.37
Current children cumulated vsize (KiB) 343872

[startup+25.5011 s]
/proc/loadavg: 8.12 8.03 7.47 9/418 2227
/proc/meminfo: memFree=21594700/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=356384 CPUtime=202.58 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 39144 0 0 0 20236 22 0 0 25 0 8 0 659966408 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 89096 37821 466 189 0 83445 0
[pid=2218/tid=2220] ppid=2216 vsize=356384 CPUtime=25.33 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 2619 0 0 0 2532 1 0 0 25 0 8 0 659966416 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=356384 CPUtime=25.34 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 5644 0 0 0 2531 3 0 0 25 0 8 0 659966416 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=356384 CPUtime=25.02 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 2714 0 0 0 2501 1 0 0 25 0 8 0 659966416 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4332630 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=356384 CPUtime=25.34 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 4454 0 0 0 2531 3 0 0 25 0 8 0 659966416 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4660384 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=356384 CPUtime=25.39 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 4686 0 0 0 2537 2 0 0 25 0 8 0 659966416 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=356384 CPUtime=25.33 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 3001 0 0 0 2532 1 0 0 25 0 8 0 659966416 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=356384 CPUtime=25.32 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 10993 0 0 0 2527 5 0 0 25 0 8 0 659966416 364937216 37821 33554432000 4194304 4964800 140733651891328 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.58
Current children cumulated vsize (KiB) 356384

[startup+51.1004 s]
/proc/loadavg: 8.16 8.04 7.49 9/418 2227
/proc/meminfo: memFree=21543224/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=362532 CPUtime=406.99 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 51944 0 0 0 40666 33 0 0 25 0 8 0 659966408 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 90633 50621 466 189 0 84982 0
[pid=2218/tid=2220] ppid=2216 vsize=362532 CPUtime=50.93 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 2959 0 0 0 5091 2 0 0 25 0 8 0 659966416 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=362532 CPUtime=50.94 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 7031 0 0 0 5090 4 0 0 25 0 8 0 659966416 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=362532 CPUtime=50.27 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 3165 0 0 0 5025 2 0 0 25 0 8 0 659966416 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=362532 CPUtime=50.93 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 5517 0 0 0 5090 3 0 0 25 0 8 0 659966416 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670259 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=362532 CPUtime=50.99 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 6118 0 0 0 5096 3 0 0 25 0 8 0 659966416 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=362532 CPUtime=50.93 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 3337 0 0 0 5091 2 0 0 25 0 8 0 659966416 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668748 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=362532 CPUtime=50.91 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 18477 0 0 0 5081 10 0 0 25 0 8 0 659966416 371232768 50621 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669445 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.99
Current children cumulated vsize (KiB) 362532

[startup+102.316 s]
/proc/loadavg: 8.14 8.05 7.52 9/418 2229
/proc/meminfo: memFree=21456544/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=385696 CPUtime=815.92 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 73524 0 0 0 81543 49 0 0 25 0 8 0 659966408 394952704 72174 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 96424 72174 466 189 0 90773 0
[pid=2218/tid=2220] ppid=2216 vsize=385696 CPUtime=102.14 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 3321 0 0 0 10211 3 0 0 25 0 8 0 659966416 394952704 72174 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=385696 CPUtime=102.15 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 8819 0 0 0 10209 6 0 0 25 0 8 0 659966416 394952704 72174 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=385696 CPUtime=100.77 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 3608 0 0 0 10074 3 0 0 25 0 8 0 659966416 394952704 72174 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0

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

/proc/loadavg: 8.00 8.02 7.94 9/418 2291
/proc/meminfo: memFree=21039188/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=915936 CPUtime=16625.2 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178171 0 0 0 1662281 240 0 0 25 0 8 0 659966408 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 228984 175980 466 189 0 223333 0
[pid=2218/tid=2220] ppid=2216 vsize=915936 CPUtime=2075.7 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 5127 0 0 0 207546 24 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=915936 CPUtime=2073.5 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 22937 0 0 0 207321 29 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=915936 CPUtime=2072.74 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 4897 0 0 0 207258 16 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4653507 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=915936 CPUtime=2081.79 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 14679 0 0 0 208152 27 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=915936 CPUtime=2081.54 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 18102 0 0 0 208126 28 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4362375 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=915936 CPUtime=2079.93 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 5547 0 0 0 207976 17 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669329 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=915936 CPUtime=2078.09 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 99075 0 0 0 207728 81 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16625.2
Current children cumulated vsize (KiB) 915936

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

[startup+2100.2 s]
/proc/loadavg: 8.00 8.02 7.94 9/418 2291
/proc/meminfo: memFree=21039188/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=915936 CPUtime=16768 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178171 0 0 0 1676563 240 0 0 25 0 8 0 659966408 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4370269 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 228984 175980 466 189 0 223333 0
[pid=2218/tid=2220] ppid=2216 vsize=915936 CPUtime=2093.58 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 5127 0 0 0 209334 24 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=915936 CPUtime=2091.15 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 22937 0 0 0 209086 29 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=915936 CPUtime=2090.62 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 4897 0 0 0 209046 16 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=915936 CPUtime=2099.68 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 14679 0 0 0 209941 27 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=915936 CPUtime=2099.42 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 18102 0 0 0 209914 28 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=915936 CPUtime=2097.81 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 5547 0 0 0 209764 17 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=915936 CPUtime=2095.97 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 99075 0 0 0 209516 81 0 0 21 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16768
Current children cumulated vsize (KiB) 915936

[startup+2106.6 s]
/proc/loadavg: 8.00 8.02 7.94 9/418 2291
/proc/meminfo: memFree=21039188/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=915936 CPUtime=16819.1 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178171 0 0 0 1681673 240 0 0 25 0 8 0 659966408 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 228984 175980 466 189 0 223333 0
[pid=2218/tid=2220] ppid=2216 vsize=915936 CPUtime=2099.98 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 5127 0 0 0 209974 24 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=915936 CPUtime=2097.46 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 22937 0 0 0 209717 29 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=915936 CPUtime=2097.02 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 4897 0 0 0 209686 16 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=915936 CPUtime=2106.08 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 14679 0 0 0 210581 27 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=915936 CPUtime=2105.82 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 18102 0 0 0 210554 28 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=915936 CPUtime=2104.21 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 5547 0 0 0 210404 17 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=915936 CPUtime=2102.37 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 99075 0 0 0 210156 81 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16819.1
Current children cumulated vsize (KiB) 915936

[startup+2113 s]
/proc/loadavg: 8.00 8.02 7.94 9/418 2291
/proc/meminfo: memFree=21039188/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=915936 CPUtime=16870.3 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178171 0 0 0 1686788 241 0 0 25 0 8 0 659966408 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4338788 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 228984 175980 466 189 0 223333 0
[pid=2218/tid=2220] ppid=2216 vsize=915936 CPUtime=2106.39 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 5127 0 0 0 210615 24 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=915936 CPUtime=2103.78 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 22937 0 0 0 210349 29 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=915936 CPUtime=2103.43 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 4897 0 0 0 210327 16 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4658556 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=915936 CPUtime=2112.49 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 14679 0 0 0 211222 27 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669535 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=915936 CPUtime=2112.23 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 18102 0 0 0 211195 28 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=915936 CPUtime=2110.63 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 5547 0 0 0 211046 17 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=915936 CPUtime=2108.79 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 99075 0 0 0 210798 81 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16870.3
Current children cumulated vsize (KiB) 915936

[startup+2114.6 s]
/proc/loadavg: 8.00 8.02 7.94 9/418 2291
/proc/meminfo: memFree=21039188/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=915936 CPUtime=16883 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178171 0 0 0 1688062 241 0 0 25 0 8 0 659966408 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 228984 175980 466 189 0 223333 0
[pid=2218/tid=2220] ppid=2216 vsize=915936 CPUtime=2107.98 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 5127 0 0 0 210774 24 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=915936 CPUtime=2105.35 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 22937 0 0 0 210506 29 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=915936 CPUtime=2105.02 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 4897 0 0 0 210486 16 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4660118 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=915936 CPUtime=2114.08 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 14679 0 0 0 211381 27 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=915936 CPUtime=2113.82 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 18102 0 0 0 211354 28 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=915936 CPUtime=2112.21 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 5547 0 0 0 211204 17 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669276 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=915936 CPUtime=2110.37 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 99075 0 0 0 210956 81 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4365674 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16883
Current children cumulated vsize (KiB) 915936

[startup+2116.2 s]
/proc/loadavg: 8.00 8.02 7.94 9/418 2291
/proc/meminfo: memFree=21039188/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=915936 CPUtime=16895.8 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178171 0 0 0 1689340 241 0 0 18 0 8 0 659966408 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 228984 175980 466 189 0 223333 0
[pid=2218/tid=2220] ppid=2216 vsize=915936 CPUtime=2109.58 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 5127 0 0 0 210934 24 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=915936 CPUtime=2106.93 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 22937 0 0 0 210664 29 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=915936 CPUtime=2106.62 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 4897 0 0 0 210646 16 0 0 18 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=915936 CPUtime=2115.68 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 14679 0 0 0 211541 27 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=915936 CPUtime=2115.42 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 18102 0 0 0 211514 28 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=915936 CPUtime=2113.81 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 5547 0 0 0 211364 17 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=915936 CPUtime=2111.97 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 99075 0 0 0 211116 81 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16895.8
Current children cumulated vsize (KiB) 915936

[startup+2117 s]
/proc/loadavg: 8.00 8.02 7.94 9/418 2291
/proc/meminfo: memFree=21039188/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=915936 CPUtime=16902.2 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178171 0 0 0 1689978 241 0 0 19 0 8 0 659966408 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/2218/statm: 228984 175980 466 189 0 223333 0
[pid=2218/tid=2220] ppid=2216 vsize=915936 CPUtime=2110.38 cores=0-7
/proc/2218/task/2220/stat : 2220 (claspmt) R 2216 2218 2024 0 -1 4202560 5127 0 0 0 211014 24 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2218/tid=2221] ppid=2216 vsize=915936 CPUtime=2107.72 cores=0-7
/proc/2218/task/2221/stat : 2221 (claspmt) R 2216 2218 2024 0 -1 4202560 22937 0 0 0 210743 29 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2218/tid=2222] ppid=2216 vsize=915936 CPUtime=2107.42 cores=0-7
/proc/2218/task/2222/stat : 2222 (claspmt) R 2216 2218 2024 0 -1 4202560 4897 0 0 0 210726 16 0 0 19 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2218/tid=2223] ppid=2216 vsize=915936 CPUtime=2116.48 cores=0-7
/proc/2218/task/2223/stat : 2223 (claspmt) R 2216 2218 2024 0 -1 4202560 14679 0 0 0 211621 27 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=2218/tid=2224] ppid=2216 vsize=915936 CPUtime=2116.22 cores=0-7
/proc/2218/task/2224/stat : 2224 (claspmt) R 2216 2218 2024 0 -1 4202560 18102 0 0 0 211594 28 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2218/tid=2225] ppid=2216 vsize=915936 CPUtime=2114.61 cores=0-7
/proc/2218/task/2225/stat : 2225 (claspmt) R 2216 2218 2024 0 -1 4202560 5547 0 0 0 211444 17 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2218/tid=2226] ppid=2216 vsize=915936 CPUtime=2112.77 cores=0-7
/proc/2218/task/2226/stat : 2226 (claspmt) R 2216 2218 2024 0 -1 4202560 99075 0 0 0 211196 81 0 0 25 0 8 0 659966416 937918464 175980 33554432000 4194304 4964800 140733651891328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16902.2
Current children cumulated vsize (KiB) 915936

[startup+2117.4 s]
/proc/loadavg: 8.00 8.02 7.94 2/411 2292
/proc/meminfo: memFree=21048912/32951124 swapFree=67111348/67111528
[pid=2218] ppid=2216 vsize=908464 CPUtime=16904.7 cores=0-7
/proc/2218/stat : 2218 (claspmt) R 2216 2218 2024 0 -1 4202496 178181 0 0 0 1690225 243 0 0 20 0 1 0 659966408 930267136 171181 33554432000 4194304 4964800 140733651891328 18446744073709551615 212687718759 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/2218/statm: 227116 171181 476 189 0 221465 0
Current children cumulated CPU time (s) 16904.7
Current children cumulated vsize (KiB) 908464

Child status: 20
Real time (s): 2117.45
CPU time (s): 16904.7
CPU user time (s): 16902.3
CPU system time (s): 2.47762
CPU usage (%): 798.353
Max. virtual memory (cumulated for all children) (KiB): 915936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16902.3
system time used= 2.47762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178182
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= 193450
involuntary context switches= 78912

runsolver used 7.95579 second user time and 20.9168 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 20:21:27
IDJOB=3380602
IDBENCH=70818
IDSOLVER=1865
FILE ID=node139/3380602-1305483687
RUNJOBID= node139-1305481201-2038
PBS_JOBID= 13325341
Free space on /tmp= 73384 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.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-3380602-1305483687/watcher-3380602-1305483687 -o /tmp/evaluation-result-3380602-1305483687/solver-3380602-1305483687 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380602-1305483687.cnf

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=1263536279

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:     32951124 kB
MemFree:      21741524 kB
Buffers:        330736 kB
Cached:        3043920 kB
SwapCached:          0 kB
Active:        8827496 kB
Inactive:      2064588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21741524 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1428 kB
Writeback:           0 kB
AnonPages:     7518264 kB
Mapped:          32644 kB
Slab:           204460 kB
PageTables:      44560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97033180 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= 73380 MiB
End job on node139 at 2011-05-15 20:56:44