Trace number 3322720

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-R4095UNSAT 781.999 111.628

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net70-60-10.shuffled.cnf
MD5SUM6ebe2de27b5534e626cb88c01abcf6c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables8400
Number of clauses25061
Sum of the clauses size58730
Maximum clause length70
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216520
Number of clauses of size 38540
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...393359/instance-3322720-1304393359.cnf
0.00/0.05	c Solving...
781.96/111.62	s UNSATISFIABLE
781.96/111.62	
781.96/111.62	c Models        : 0     
781.96/111.62	c Time          : 111.575s (Solving: 111.53s 1st Model: 0.00s Unsat: 111.53s)
781.96/111.62	c CPU Time      : 781.940s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3322720-1304393359/watcher-3322720-1304393359 -o /tmp/evaluation-result-3322720-1304393359/solver-3322720-1304393359 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322720-1304393359.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.53 8.94 9.03 2/244 30932
/proc/meminfo: memFree=22642408/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=23196 CPUtime=0 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 1159 0 0 0 0 0 0 0 25 0 1 0 550933822 23752704 1023 33554432000 4194304 4964704 140733918431488 18446744073709551615 271550198469 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30932/statm: 5799 1024 386 189 0 673 0

[startup+0.0508381 s]
/proc/loadavg: 8.53 8.94 9.03 2/244 30932
/proc/meminfo: memFree=22642408/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=28456 CPUtime=0.04 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 1945 0 0 0 4 0 0 0 25 0 1 0 550933822 29138944 1559 33554432000 4194304 4964704 140733918431488 18446744073709551615 4640390 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/30932/statm: 10189 1564 424 189 0 4538 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28456

[startup+0.100831 s]
/proc/loadavg: 8.53 8.94 9.03 2/244 30932
/proc/meminfo: memFree=22642408/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=323016 CPUtime=0.09 cores=0-7
/proc/30932/stat : 30932 (claspmt) S 30930 30932 30803 0 -1 4202496 4267 0 0 0 9 0 0 0 25 0 8 0 550933822 330768384 3422 33554432000 4194304 4964704 140733918431488 18446744073709551615 271562353561 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 80754 3422 437 189 0 75103 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 323016

[startup+0.300756 s]
/proc/loadavg: 8.53 8.94 9.03 2/244 30932
/proc/meminfo: memFree=22642408/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=323940 CPUtime=1.36 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 5613 0 0 0 135 1 0 0 25 0 8 0 550933822 331714560 4768 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668742 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30932/statm: 80985 4769 464 189 0 75334 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 323940

[startup+0.700686 s]
/proc/loadavg: 8.53 8.94 9.03 2/244 30932
/proc/meminfo: memFree=22642408/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=325396 CPUtime=4.15 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 7973 0 0 0 413 2 0 0 25 0 8 0 550933822 333205504 7128 33554432000 4194304 4964704 140733918431488 18446744073709551615 4653302 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30932/statm: 81349 7128 464 189 0 75698 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 325396

[startup+1.50054 s]
/proc/loadavg: 8.53 8.94 9.03 10/252 30940
/proc/meminfo: memFree=22614692/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=326584 CPUtime=9.75 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 9183 0 0 0 972 3 0 0 25 0 8 0 550933822 334422016 8338 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669443 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30932/statm: 81646 8338 464 189 0 75995 0
[pid=30932/tid=30934] ppid=30930 vsize=326584 CPUtime=1.36 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 699 0 0 0 136 0 0 0 25 0 8 0 550933827 334422016 8338 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=326584 CPUtime=0.9 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 1002 0 0 0 90 0 0 0 17 0 8 0 550933827 334422016 8339 33554432000 4194304 4964704 140733918431488 18446744073709551615 271550198469 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=326584 CPUtime=1.28 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 747 0 0 0 128 0 0 0 18 0 8 0 550933827 334422016 8339 33554432000 4194304 4964704 140733918431488 18446744073709551615 4361114 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=326584 CPUtime=0.67 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 874 0 0 0 67 0 0 0 17 0 8 0 550933827 334422016 8339 33554432000 4194304 4964704 140733918431488 18446744073709551615 271550642670 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=326584 CPUtime=1.44 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 422 0 0 0 144 0 0 0 20 0 8 0 550933827 334422016 8339 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=326584 CPUtime=1.37 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 876 0 0 0 137 0 0 0 25 0 8 0 550933827 334422016 8339 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=326584 CPUtime=1.38 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 2180 0 0 0 137 1 0 0 19 0 8 0 550933827 334422016 8339 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668942 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (KiB) 326584

[startup+3.10125 s]
/proc/loadavg: 8.53 8.94 9.03 10/252 30940
/proc/meminfo: memFree=22603576/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=395168 CPUtime=20.93 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 13362 0 0 0 2087 6 0 0 25 0 8 0 550933822 404652032 12517 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669429 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30932/statm: 98792 12517 464 189 0 93141 0
[pid=30932/tid=30934] ppid=30930 vsize=395168 CPUtime=2.95 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 887 0 0 0 295 0 0 0 25 0 8 0 550933827 404652032 12517 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=395168 CPUtime=2.39 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 1455 0 0 0 239 0 0 0 19 0 8 0 550933827 404652032 12517 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670071 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=395168 CPUtime=2.69 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 1192 0 0 0 269 0 0 0 20 0 8 0 550933827 404652032 12517 33554432000 4194304 4964704 140733918431488 18446744073709551615 4654508 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=395168 CPUtime=1.97 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 1168 0 0 0 197 0 0 0 18 0 8 0 550933827 404652032 12517 33554432000 4194304 4964704 140733918431488 18446744073709551615 271550642719 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=395168 CPUtime=2.89 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 1120 0 0 0 289 0 0 0 25 0 8 0 550933827 404652032 12517 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=395168 CPUtime=2.12 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 974 0 0 0 212 0 0 0 24 0 8 0 550933827 404652032 12517 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670064 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=395168 CPUtime=2.97 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 3942 0 0 0 295 2 0 0 22 0 8 0 550933827 404652032 12518 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.93
Current children cumulated vsize (KiB) 395168

[startup+6.30067 s]
/proc/loadavg: 8.57 8.94 9.03 10/252 30940
/proc/meminfo: memFree=22587760/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=397348 CPUtime=43.31 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 16194 0 0 0 4323 8 0 0 25 0 8 0 550933822 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669429 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30932/statm: 99337 15349 464 189 0 93686 0
[pid=30932/tid=30934] ppid=30930 vsize=397348 CPUtime=6.15 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 1005 0 0 0 615 0 0 0 25 0 8 0 550933827 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670574 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=397348 CPUtime=4.3 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 1823 0 0 0 430 0 0 0 25 0 8 0 550933827 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=397348 CPUtime=5.89 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 1407 0 0 0 589 0 0 0 25 0 8 0 550933827 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4327267 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=397348 CPUtime=5.16 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 1552 0 0 0 516 0 0 0 25 0 8 0 550933827 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4456536 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=397348 CPUtime=4.18 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 1464 0 0 0 418 0 0 0 25 0 8 0 550933827 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=397348 CPUtime=5.31 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1143 0 0 0 531 0 0 0 25 0 8 0 550933827 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4653154 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=397348 CPUtime=6.18 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 4939 0 0 0 615 3 0 0 25 0 8 0 550933827 406884352 15349 33554432000 4194304 4964704 140733918431488 18446744073709551615 4644840 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.31
Current children cumulated vsize (KiB) 397348

[startup+12.7005 s]
/proc/loadavg: 8.60 8.94 9.03 10/252 30941
/proc/meminfo: memFree=22560428/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=402372 CPUtime=88.04 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 21949 0 0 0 8792 12 0 0 25 0 8 0 550933822 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669494 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30932/statm: 100593 21089 466 189 0 94942 0
[pid=30932/tid=30934] ppid=30930 vsize=402372 CPUtime=12.55 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 1321 0 0 0 1254 1 0 0 25 0 8 0 550933827 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=402372 CPUtime=9.81 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 2319 0 0 0 981 0 0 0 25 0 8 0 550933827 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=402372 CPUtime=12.28 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 1703 0 0 0 1228 0 0 0 25 0 8 0 550933827 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4361088 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=402372 CPUtime=9.54 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 1918 0 0 0 953 1 0 0 25 0 8 0 550933827 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=402372 CPUtime=10.11 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 1733 0 0 0 1011 0 0 0 25 0 8 0 550933827 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=402372 CPUtime=8.69 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1194 0 0 0 869 0 0 0 25 0 8 0 550933827 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=402372 CPUtime=12.57 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 8645 0 0 0 1252 5 0 0 25 0 8 0 550933827 412028928 21089 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668928 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.04
Current children cumulated vsize (KiB) 402372

[startup+25.5012 s]
/proc/loadavg: 8.76 8.96 9.04 10/252 30941
/proc/meminfo: memFree=22530288/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=404044 CPUtime=177.5 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 29730 0 0 0 17732 18 0 0 25 0 8 0 550933822 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4653475 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30932/statm: 101011 28870 466 189 0 95360 0
[pid=30932/tid=30934] ppid=30930 vsize=404044 CPUtime=24.45 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 1610 0 0 0 2444 1 0 0 25 0 8 0 550933827 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=404044 CPUtime=22.61 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 3429 0 0 0 2260 1 0 0 25 0 8 0 550933827 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670431 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=404044 CPUtime=23.6 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 1988 0 0 0 2359 1 0 0 25 0 8 0 550933827 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668714 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=404044 CPUtime=18.1 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 2475 0 0 0 1809 1 0 0 25 0 8 0 550933827 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=404044 CPUtime=22.16 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 3604 0 0 0 2214 2 0 0 25 0 8 0 550933827 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4660339 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=404044 CPUtime=17.08 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1318 0 0 0 1708 0 0 0 25 0 8 0 550933827 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=404044 CPUtime=25.3 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 11759 0 0 0 2522 8 0 0 25 0 8 0 550933827 413741056 28870 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 177.5
Current children cumulated vsize (KiB) 404044

[startup+51.1005 s]
/proc/loadavg: 8.91 8.98 9.04 10/252 30942
/proc/meminfo: memFree=22497524/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=411004 CPUtime=356.5 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 39380 0 0 0 35625 25 0 0 25 0 8 0 550933822 420868096 38505 33554432000 4194304 4964704 140733918431488 18446744073709551615 4684624 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 102751 38505 466 189 0 97100 0
[pid=30932/tid=30934] ppid=30930 vsize=411004 CPUtime=49.84 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 1960 0 0 0 4983 1 0 0 25 0 8 0 550933827 420868096 38505 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669383 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=411004 CPUtime=40.4 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 4110 0 0 0 4039 1 0 0 25 0 8 0 550933827 420868096 38505 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=411004 CPUtime=49.01 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 2170 0 0 0 4900 1 0 0 25 0 8 0 550933827 420868096 38505 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=411004 CPUtime=33.7 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 3479 0 0 0 3369 1 0 0 25 0 8 0 550933827 420868096 38505 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669009 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=411004 CPUtime=44.49 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 4336 0 0 0 4447 2 0 0 25 0 8 0 550933827 420868096 38505 33554432000 4194304 4964704 140733918431488 18446744073709551615 271550580919 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=411004 CPUtime=41.1 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1532 0 0 0 4109 1 0 0 25 0 8 0 550933827 420868096 38506 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669462 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=411004 CPUtime=50.89 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 18032 0 0 0 5077 12 0 0 25 0 8 0 550933827 420868096 38506 33554432000 4194304 4964704 140733918431488 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 356.5
Current children cumulated vsize (KiB) 411004

[startup+102.309 s]
/proc/loadavg: 9.05 9.01 9.04 10/252 30943
/proc/meminfo: memFree=22443300/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=423916 CPUtime=717.15 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 51388 0 0 0 71681 34 0 0 25 0 8 0 550933822 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670243 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 105979 50392 466 189 0 100328 0
[pid=30932/tid=30934] ppid=30930 vsize=423916 CPUtime=79.8 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 2057 0 0 0 7979 1 0 0 25 0 8 0 550933827 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670466 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=423916 CPUtime=91.62 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 4875 0 0 0 9160 2 0 0 25 0 8 0 550933827 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=423916 CPUtime=85.75 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 2430 0 0 0 8574 1 0 0 25 0 8 0 550933827 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668635 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=423916 CPUtime=84.9 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 5425 0 0 0 8487 3 0 0 25 0 8 0 550933827 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=423916 CPUtime=90.59 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 6974 0 0 0 9054 5 0 0 25 0 8 0 550933827 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=423916 CPUtime=92.31 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1832 0 0 0 9230 1 0 0 25 0 8 0 550933827 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668601 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=423916 CPUtime=100.32 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 23723 0 0 0 10017 15 0 0 25 0 8 0 550933827 434089984 50392 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 717.15
Current children cumulated vsize (KiB) 423916

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

[startup+105.501 s]
/proc/loadavg: 9.13 9.02 9.05 10/252 30943
/proc/meminfo: memFree=22440200/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=423916 CPUtime=739.52 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 52133 0 0 0 73917 35 0 0 25 0 8 0 550933822 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 105979 51137 466 189 0 100328 0
[pid=30932/tid=30934] ppid=30930 vsize=423916 CPUtime=81.5 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 2057 0 0 0 8149 1 0 0 25 0 8 0 550933827 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=423916 CPUtime=94.82 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 5205 0 0 0 9480 2 0 0 25 0 8 0 550933827 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=423916 CPUtime=88.95 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 2430 0 0 0 8894 1 0 0 25 0 8 0 550933827 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=423916 CPUtime=88.1 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 5434 0 0 0 8807 3 0 0 25 0 8 0 550933827 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4321272 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=423916 CPUtime=92.09 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 6974 0 0 0 9204 5 0 0 25 0 8 0 550933827 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4321057 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=423916 CPUtime=95.51 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1857 0 0 0 9550 1 0 0 25 0 8 0 550933827 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=423916 CPUtime=103.51 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 24090 0 0 0 10335 16 0 0 25 0 8 0 550933827 434089984 51137 33554432000 4194304 4964704 140733918431488 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 739.52
Current children cumulated vsize (KiB) 423916

[startup+108.701 s]
/proc/loadavg: 9.13 9.02 9.05 10/252 30943
/proc/meminfo: memFree=22438960/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=423916 CPUtime=761.85 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 52431 0 0 0 76150 35 0 0 25 0 8 0 550933822 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668889 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 105979 51435 466 189 0 100328 0
[pid=30932/tid=30934] ppid=30930 vsize=423916 CPUtime=83.1 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 2057 0 0 0 8309 1 0 0 25 0 8 0 550933827 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=423916 CPUtime=98.01 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 5416 0 0 0 9799 2 0 0 25 0 8 0 550933827 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=423916 CPUtime=92.14 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 2430 0 0 0 9213 1 0 0 25 0 8 0 550933827 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670110 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=423916 CPUtime=91.3 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 5434 0 0 0 9127 3 0 0 25 0 8 0 550933827 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=423916 CPUtime=93.68 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 6974 0 0 0 9363 5 0 0 25 0 8 0 550933827 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=423916 CPUtime=98.7 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1857 0 0 0 9869 1 0 0 25 0 8 0 550933827 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=423916 CPUtime=106.68 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 24177 0 0 0 10652 16 0 0 25 0 8 0 550933827 434089984 51435 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 423916

[startup+110.301 s]
/proc/loadavg: 9.28 9.06 9.06 10/252 30943
/proc/meminfo: memFree=22439080/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=423916 CPUtime=773.03 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 52433 0 0 0 77268 35 0 0 25 0 8 0 550933822 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669077 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 105979 51437 466 189 0 100328 0
[pid=30932/tid=30934] ppid=30930 vsize=423916 CPUtime=84.04 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 2059 0 0 0 8403 1 0 0 25 0 8 0 550933827 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=423916 CPUtime=99.6 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 5416 0 0 0 9958 2 0 0 25 0 8 0 550933827 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=423916 CPUtime=93.74 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 2430 0 0 0 9373 1 0 0 25 0 8 0 550933827 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669432 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=423916 CPUtime=92.89 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 5434 0 0 0 9286 3 0 0 25 0 8 0 550933827 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=423916 CPUtime=95.08 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 6974 0 0 0 9503 5 0 0 25 0 8 0 550933827 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=423916 CPUtime=100.3 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1857 0 0 0 10029 1 0 0 25 0 8 0 550933827 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=423916 CPUtime=107.53 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 24177 0 0 0 10737 16 0 0 25 0 8 0 550933827 434089984 51437 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 773.03
Current children cumulated vsize (KiB) 423916

[startup+111.11 s]
/proc/loadavg: 9.28 9.06 9.06 10/252 30943
/proc/meminfo: memFree=22439080/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=423916 CPUtime=778.69 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 52434 0 0 0 77834 35 0 0 25 0 8 0 550933822 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669477 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 105979 51438 466 189 0 100328 0
[pid=30932/tid=30934] ppid=30930 vsize=423916 CPUtime=84.28 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 2060 0 0 0 8427 1 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 271550642670 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=423916 CPUtime=100.41 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 5416 0 0 0 10039 2 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4327267 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=423916 CPUtime=94.55 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 2430 0 0 0 9454 1 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=423916 CPUtime=93.7 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 5434 0 0 0 9367 3 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668721 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=423916 CPUtime=95.84 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 6974 0 0 0 9579 5 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=423916 CPUtime=101.11 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1857 0 0 0 10110 1 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=423916 CPUtime=108.13 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 24177 0 0 0 10797 16 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4670462 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 778.69
Current children cumulated vsize (KiB) 423916

[startup+111.501 s]
/proc/loadavg: 9.28 9.06 9.06 10/252 30943
/proc/meminfo: memFree=22439080/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=423916 CPUtime=781.42 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 52434 0 0 0 78107 35 0 0 25 0 8 0 550933822 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30932/statm: 105979 51438 466 189 0 100328 0
[pid=30932/tid=30934] ppid=30930 vsize=423916 CPUtime=84.44 cores=0-7
/proc/30932/task/30934/stat : 30934 (claspmt) R 30930 30932 30803 0 -1 4202560 2060 0 0 0 8443 1 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4321182 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30935] ppid=30930 vsize=423916 CPUtime=100.8 cores=0-7
/proc/30932/task/30935/stat : 30935 (claspmt) R 30930 30932 30803 0 -1 4202560 5416 0 0 0 10078 2 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30932/tid=30936] ppid=30930 vsize=423916 CPUtime=94.94 cores=0-7
/proc/30932/task/30936/stat : 30936 (claspmt) R 30930 30932 30803 0 -1 4202560 2430 0 0 0 9493 1 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4363605 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30932/tid=30937] ppid=30930 vsize=423916 CPUtime=94.09 cores=0-7
/proc/30932/task/30937/stat : 30937 (claspmt) R 30930 30932 30803 0 -1 4202560 5434 0 0 0 9406 3 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30932/tid=30938] ppid=30930 vsize=423916 CPUtime=96.07 cores=0-7
/proc/30932/task/30938/stat : 30938 (claspmt) R 30930 30932 30803 0 -1 4202560 6974 0 0 0 9602 5 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30932/tid=30939] ppid=30930 vsize=423916 CPUtime=101.5 cores=0-7
/proc/30932/task/30939/stat : 30939 (claspmt) R 30930 30932 30803 0 -1 4202560 1857 0 0 0 10149 1 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30932/tid=30940] ppid=30930 vsize=423916 CPUtime=108.52 cores=0-7
/proc/30932/task/30940/stat : 30940 (claspmt) R 30930 30932 30803 0 -1 4202560 24177 0 0 0 10836 16 0 0 25 0 8 0 550933827 434089984 51438 33554432000 4194304 4964704 140733918431488 18446744073709551615 4668648 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 781.42
Current children cumulated vsize (KiB) 423916

[startup+111.601 s]
/proc/loadavg: 9.28 9.06 9.06 10/252 30943
/proc/meminfo: memFree=22439080/32951124 swapFree=67111336/67111528
[pid=30932] ppid=30930 vsize=421676 CPUtime=781.96 cores=0-7
/proc/30932/stat : 30932 (claspmt) R 30930 30932 30803 0 -1 4202496 52444 0 0 0 78161 35 0 0 18 0 1 0 550933822 431796224 50687 33554432000 4194304 4964704 140733918431488 18446744073709551615 4646685 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30932/statm: 105419 50687 476 189 0 99768 0
Current children cumulated CPU time (s) 781.96
Current children cumulated vsize (KiB) 421676

Child status: 20
Real time (s): 111.628
CPU time (s): 781.999
CPU user time (s): 781.627
CPU system time (s): 0.371943
CPU usage (%): 700.542
Max. virtual memory (cumulated for all children) (KiB): 423916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 781.627
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52445
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= 6335
involuntary context switches= 9914

runsolver used 0.215967 second user time and 0.601908 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-03 05:29:19
IDJOB=3322720
IDBENCH=87988
IDSOLVER=1711
FILE ID=node133/3322720-1304393359
RUNJOBID= node133-1304393294-30817
PBS_JOBID= 13181860
Free space on /tmp= 73664 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net70-60-10.shuffled.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322720-1304393359/watcher-3322720-1304393359 -o /tmp/evaluation-result-3322720-1304393359/solver-3322720-1304393359 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322720-1304393359.cnf

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

MD5SUM BENCH= 6ebe2de27b5534e626cb88c01abcf6c6
RANDOM SEED=1149607585

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22642308 kB
Buffers:        616112 kB
Cached:        1716580 kB
SwapCached:        124 kB
Active:        8069500 kB
Inactive:      1860512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22642308 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            1040 kB
Writeback:          20 kB
AnonPages:     7596520 kB
Mapped:          23000 kB
Slab:           293668 kB
PageTables:      23304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19337120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73664 MiB
End job on node133 at 2011-05-03 05:31:11