Trace number 3380592

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)? (TO) 40003 5021.44

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3303.24
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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 ...482408/instance-3380592-1305482408.cnf
0.59/0.68	c Solving...
40000.64/5019.12	
40000.64/5019.12	*** INTERRUPTED! ***
40000.64/5019.12	*** Shutting down threads...

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3380592-1305482408/watcher-3380592-1305482408 -o /tmp/evaluation-result-3380592-1305482408/solver-3380592-1305482408 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380592-1305482408.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: 7.43 7.57 5.05 1/443 17436
/proc/meminfo: memFree=13979956/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=39048 CPUtime=0 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 4003 0 0 0 0 0 0 0 23 0 1 0 659841772 39985152 3897 33554432000 4194304 4964800 140734316235552 18446744073709551615 4679106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17436/statm: 9762 3901 377 189 0 4636 0

[startup+0.0558661 s]
/proc/loadavg: 7.43 7.57 5.05 1/443 17436
/proc/meminfo: memFree=13979956/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=46328 CPUtime=0.04 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 8005 0 0 0 4 0 0 0 23 0 1 0 659841772 47439872 6696 33554432000 4194304 4964800 140734316235552 18446744073709551615 270612771525 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17436/statm: 11582 6697 386 189 0 6456 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46328

[startup+0.100856 s]
/proc/loadavg: 7.43 7.57 5.05 1/443 17436
/proc/meminfo: memFree=13979956/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=57456 CPUtime=0.09 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 12261 0 0 0 8 1 0 0 23 0 1 0 659841772 58834944 9386 33554432000 4194304 4964800 140734316235552 18446744073709551615 4624855 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17436/statm: 14364 9402 397 189 0 9238 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57456

[startup+0.300822 s]
/proc/loadavg: 7.43 7.57 5.05 1/443 17436
/proc/meminfo: memFree=13979956/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=72736 CPUtime=0.29 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 16082 0 0 0 28 1 0 0 25 0 1 0 659841772 74481664 13139 33554432000 4194304 4964800 140734316235552 18446744073709551615 270612771525 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/17436/statm: 18184 13139 404 189 0 13058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72736

[startup+0.700746 s]
/proc/loadavg: 7.43 7.57 5.05 1/443 17436
/proc/meminfo: memFree=13979956/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=394404 CPUtime=0.74 cores=0-7
/proc/17436/stat : 17436 (claspmt) S 17434 17436 17256 0 -1 4202496 27058 0 0 0 69 5 0 0 19 0 8 0 659841772 403869696 19457 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 98601 19488 431 189 0 92950 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 394404

[startup+1.50061 s]
/proc/loadavg: 7.43 7.57 5.05 2/451 17444
/proc/meminfo: memFree=13844812/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=533980 CPUtime=1.65 cores=0-7
/proc/17436/stat : 17436 (claspmt) S 17434 17436 17256 0 -1 4202496 44533 0 0 0 152 13 0 0 19 0 8 0 659841772 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 133495 34626 442 189 0 127844 0
[pid=17436/tid=17438] ppid=17434 vsize=533980 CPUtime=0.02 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) S 17434 17436 17256 0 -1 4202560 2964 0 0 0 2 0 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 1 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=533980 CPUtime=0.02 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) S 17434 17436 17256 0 -1 4202560 4199 0 0 0 1 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 2 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=533980 CPUtime=0.03 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) S 17434 17436 17256 0 -1 4202560 4233 0 0 0 1 2 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 4 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=533980 CPUtime=0.01 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) S 17434 17436 17256 0 -1 4202560 3582 0 0 0 0 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 7 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=533980 CPUtime=0.74 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 4351 0 0 0 73 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=533980 CPUtime=0.03 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) S 17434 17436 17256 0 -1 4202560 3731 0 0 0 2 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=533980 CPUtime=0.04 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) S 17434 17436 17256 0 -1 4202560 3739 0 0 0 3 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 533980

[startup+3.10032 s]
/proc/loadavg: 7.43 7.57 5.05 3/451 17444
/proc/meminfo: memFree=13843696/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=533980 CPUtime=3.25 cores=0-7
/proc/17436/stat : 17436 (claspmt) S 17434 17436 17256 0 -1 4202496 44533 0 0 0 312 13 0 0 19 0 8 0 659841772 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 133495 34626 442 189 0 127844 0
[pid=17436/tid=17438] ppid=17434 vsize=533980 CPUtime=0.02 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) S 17434 17436 17256 0 -1 4202560 2964 0 0 0 2 0 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 1 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=533980 CPUtime=0.02 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) S 17434 17436 17256 0 -1 4202560 4199 0 0 0 1 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 2 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=533980 CPUtime=0.03 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) S 17434 17436 17256 0 -1 4202560 4233 0 0 0 1 2 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 4 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=533980 CPUtime=0.01 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) S 17434 17436 17256 0 -1 4202560 3582 0 0 0 0 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 7 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=533980 CPUtime=2.34 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 4351 0 0 0 233 1 0 0 21 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=533980 CPUtime=0.03 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) S 17434 17436 17256 0 -1 4202560 3731 0 0 0 2 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=533980 CPUtime=0.04 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) S 17434 17436 17256 0 -1 4202560 3739 0 0 0 3 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 533980

[startup+6.30076 s]
/proc/loadavg: 6.92 7.46 5.03 2/451 17445
/proc/meminfo: memFree=13844564/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=533980 CPUtime=6.45 cores=0-7
/proc/17436/stat : 17436 (claspmt) S 17434 17436 17256 0 -1 4202496 44533 0 0 0 632 13 0 0 19 0 8 0 659841772 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 133495 34626 442 189 0 127844 0
[pid=17436/tid=17438] ppid=17434 vsize=533980 CPUtime=0.02 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) S 17434 17436 17256 0 -1 4202560 2964 0 0 0 2 0 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 1 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=533980 CPUtime=0.02 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) S 17434 17436 17256 0 -1 4202560 4199 0 0 0 1 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 2 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=533980 CPUtime=0.03 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) S 17434 17436 17256 0 -1 4202560 4233 0 0 0 1 2 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 4 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=533980 CPUtime=0.01 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) S 17434 17436 17256 0 -1 4202560 3582 0 0 0 0 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 7 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=533980 CPUtime=5.54 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 4351 0 0 0 553 1 0 0 25 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669140 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=533980 CPUtime=0.03 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) S 17434 17436 17256 0 -1 4202560 3731 0 0 0 2 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=533980 CPUtime=0.04 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) S 17434 17436 17256 0 -1 4202560 3739 0 0 0 3 1 0 0 18 0 8 0 659841841 546795520 34626 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624926617 0 0 4096 18946 18446604462129762368 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 533980

[startup+12.7006 s]
/proc/loadavg: 6.45 7.36 5.01 9/451 17445
/proc/meminfo: memFree=13834552/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=537616 CPUtime=30.24 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 49825 0 0 0 3007 17 0 0 22 0 8 0 659841772 550518784 39910 33554432000 4194304 4964800 140734316235552 18446744073709551615 4320970 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 134404 39910 464 189 0 128753 0
[pid=17436/tid=17438] ppid=17434 vsize=537616 CPUtime=2.51 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 3130 0 0 0 250 1 0 0 22 0 8 0 659841841 550518784 39910 33554432000 4194304 4964800 140734316235552 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=537616 CPUtime=2.51 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 4831 0 0 0 249 2 0 0 22 0 8 0 659841841 550518784 39910 33554432000 4194304 4964800 140734316235552 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=537616 CPUtime=2.51 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 4650 0 0 0 249 2 0 0 22 0 8 0 659841841 550518784 39911 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670134 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=537616 CPUtime=2.48 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 3948 0 0 0 246 2 0 0 22 0 8 0 659841841 550518784 39911 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=537616 CPUtime=11.94 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 4360 0 0 0 1193 1 0 0 25 0 8 0 659841841 550518784 39911 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669389 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=537616 CPUtime=2.52 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 4108 0 0 0 251 1 0 0 22 0 8 0 659841841 550518784 39911 33554432000 4194304 4964800 140734316235552 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=537616 CPUtime=2.53 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 6312 0 0 0 251 2 0 0 22 0 8 0 659841841 550518784 39911 33554432000 4194304 4964800 140734316235552 18446744073709551615 270612771873 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.24
Current children cumulated vsize (KiB) 537616

[startup+25.5013 s]
/proc/loadavg: 6.79 7.39 5.05 9/451 17445
/proc/meminfo: memFree=13658968/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=557940 CPUtime=132.42 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 92515 0 0 0 13204 38 0 0 25 0 8 0 659841772 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670330 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 139485 82596 466 189 0 133834 0
[pid=17436/tid=17438] ppid=17434 vsize=557940 CPUtime=15.31 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 4698 0 0 0 1530 1 0 0 25 0 8 0 659841841 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=557940 CPUtime=15.31 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 10552 0 0 0 1524 7 0 0 25 0 8 0 659841841 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=557940 CPUtime=15.3 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 6565 0 0 0 1527 3 0 0 25 0 8 0 659841841 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=557940 CPUtime=15.08 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 7786 0 0 0 1504 4 0 0 25 0 8 0 659841841 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=557940 CPUtime=24.74 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 4361 0 0 0 2473 1 0 0 25 0 8 0 659841841 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4399292 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=557940 CPUtime=15.32 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 5951 0 0 0 1529 3 0 0 20 0 8 0 659841841 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4653328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=557940 CPUtime=15.32 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 32598 0 0 0 1520 12 0 0 25 0 8 0 659841841 571330560 82596 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 132.42
Current children cumulated vsize (KiB) 557940

[startup+51.1008 s]
/proc/loadavg: 7.26 7.45 5.14 9/451 17446
/proc/meminfo: memFree=13464404/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=706068 CPUtime=336.82 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 140585 0 0 0 33619 63 0 0 25 0 8 0 659841772 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4342223 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 176517 130582 466 189 0 170866 0
[pid=17436/tid=17438] ppid=17434 vsize=706068 CPUtime=40.91 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 5353 0 0 0 4089 2 0 0 25 0 8 0 659841841 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=706068 CPUtime=40.78 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 14044 0 0 0 4069 9 0 0 25 0 8 0 659841841 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=706068 CPUtime=40.89 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 10195 0 0 0 4084 5 0 0 25 0 8 0 659841841 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4658556 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=706068 CPUtime=40.43 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 17929 0 0 0 4034 9 0 0 25 0 8 0 659841841 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=706068 CPUtime=50.34 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 4592 0 0 0 5033 1 0 0 25 0 8 0 659841841 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4660155 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=706068 CPUtime=40.92 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 7103 0 0 0 4088 4 0 0 25 0 8 0 659841841 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4660168 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=706068 CPUtime=40.92 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 58822 0 0 0 4067 25 0 0 25 0 8 0 659841841 723013632 130582 33554432000 4194304 4964800 140734316235552 18446744073709551615 4660139 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 336.82

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

/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170325 0 0 0 470873 127 0 0 25 0 8 0 659841841 7672315904 1805568 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=7492496 CPUtime=4711 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 200589 0 0 0 470978 122 0 0 25 0 8 0 659841841 7672315904 1805568 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=7492496 CPUtime=4714.89 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 270618 0 0 0 471340 149 0 0 25 0 8 0 659841841 7672315904 1805568 33554432000 4194304 4964800 140734316235552 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=7492496 CPUtime=4700.07 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 58081 0 0 0 469943 64 0 0 25 0 8 0 659841841 7672315904 1805568 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=7492496 CPUtime=4701.8 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 843359 0 0 0 469634 546 0 0 25 0 8 0 659841841 7672315904 1805568 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37631
Current children cumulated vsize (KiB) 7492496

[startup+4782.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/451 17597
/proc/meminfo: memFree=6749140/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=7492496 CPUtime=38110 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 1819545 0 0 0 3809758 1245 0 0 25 0 8 0 659841772 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 1873124 1805567 466 189 0 1867473 0
[pid=17436/tid=17438] ppid=17434 vsize=7492496 CPUtime=4743.91 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 68318 0 0 0 474333 58 0 0 25 0 8 0 659841841 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=7492496 CPUtime=4757.84 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 86783 0 0 0 475697 87 0 0 25 0 8 0 659841841 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=7492496 CPUtime=4769.98 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170325 0 0 0 476871 127 0 0 25 0 8 0 659841841 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4343397 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=7492496 CPUtime=4770.98 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 200589 0 0 0 476976 122 0 0 25 0 8 0 659841841 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=7492496 CPUtime=4774.5 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 270618 0 0 0 477301 149 0 0 25 0 8 0 659841841 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=7492496 CPUtime=4760.06 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 58081 0 0 0 475942 64 0 0 25 0 8 0 659841841 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=7492496 CPUtime=4761.28 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 843359 0 0 0 475582 546 0 0 25 0 8 0 659841841 7672315904 1805567 33554432000 4194304 4964800 140734316235552 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38110
Current children cumulated vsize (KiB) 7492496

[startup+4842.3 s]
/proc/loadavg: 8.04 8.03 8.00 9/451 17599
/proc/meminfo: memFree=6749252/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=7492496 CPUtime=38589.1 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 1819549 0 0 0 3857660 1245 0 0 25 0 8 0 659841772 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 1873124 1805571 466 189 0 1867473 0
[pid=17436/tid=17438] ppid=17434 vsize=7492496 CPUtime=4803.91 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 68318 0 0 0 480333 58 0 0 25 0 8 0 659841841 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=7492496 CPUtime=4817.84 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 86783 0 0 0 481697 87 0 0 25 0 8 0 659841841 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=7492496 CPUtime=4829.95 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170327 0 0 0 482868 127 0 0 25 0 8 0 659841841 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4320911 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=7492496 CPUtime=4830.99 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 200589 0 0 0 482976 123 0 0 25 0 8 0 659841841 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=7492496 CPUtime=4833.65 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 270620 0 0 0 483216 149 0 0 25 0 8 0 659841841 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=7492496 CPUtime=4820.06 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 58081 0 0 0 481942 64 0 0 25 0 8 0 659841841 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=7492496 CPUtime=4821.18 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 843359 0 0 0 481572 546 0 0 25 0 8 0 659841841 7672315904 1805571 33554432000 4194304 4964800 140734316235552 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38589.1
Current children cumulated vsize (KiB) 7492496

[startup+4902.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/451 17600
/proc/meminfo: memFree=6749120/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=7492496 CPUtime=39068.1 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 1819552 0 0 0 3905562 1246 0 0 25 0 8 0 659841772 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 1873124 1805574 466 189 0 1867473 0
[pid=17436/tid=17438] ppid=17434 vsize=7492496 CPUtime=4863.92 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 68318 0 0 0 486334 58 0 0 25 0 8 0 659841841 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=7492496 CPUtime=4877.79 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 86783 0 0 0 487692 87 0 0 25 0 8 0 659841841 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=7492496 CPUtime=4889.91 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170327 0 0 0 488864 127 0 0 25 0 8 0 659841841 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=7492496 CPUtime=4890.99 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 200589 0 0 0 488976 123 0 0 25 0 8 0 659841841 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=7492496 CPUtime=4892.79 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 270622 0 0 0 489130 149 0 0 25 0 8 0 659841841 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=7492496 CPUtime=4880.06 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 58081 0 0 0 487942 64 0 0 25 0 8 0 659841841 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=7492496 CPUtime=4881.17 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 843360 0 0 0 487571 546 0 0 25 0 8 0 659841841 7672315904 1805574 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39068.1
Current children cumulated vsize (KiB) 7492496

[startup+4962.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/451 17602
/proc/meminfo: memFree=6749112/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=7492496 CPUtime=39547.1 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 1819553 0 0 0 3953469 1246 0 0 25 0 8 0 659841772 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 1873124 1805575 466 189 0 1867473 0
[pid=17436/tid=17438] ppid=17434 vsize=7492496 CPUtime=4923.92 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 68318 0 0 0 492334 58 0 0 25 0 8 0 659841841 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=7492496 CPUtime=4937.79 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 86783 0 0 0 493692 87 0 0 25 0 8 0 659841841 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=7492496 CPUtime=4949.9 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170327 0 0 0 494863 127 0 0 25 0 8 0 659841841 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4684089 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=7492496 CPUtime=4950.99 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 200589 0 0 0 494976 123 0 0 25 0 8 0 659841841 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=7492496 CPUtime=4951.91 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 270622 0 0 0 495042 149 0 0 25 0 8 0 659841841 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=7492496 CPUtime=4940.03 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 58082 0 0 0 493939 64 0 0 25 0 8 0 659841841 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669532 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=7492496 CPUtime=4941.16 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 843360 0 0 0 493570 546 0 0 25 0 8 0 659841841 7672315904 1805575 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39547.2
Current children cumulated vsize (KiB) 7492496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5019.1 s]
/proc/loadavg: 8.12 8.06 8.00 9/451 17603
/proc/meminfo: memFree=6748980/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=7492496 CPUtime=40000.6 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4202496 1819594 0 0 0 3998815 1249 0 0 25 0 8 0 659841772 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 1873124 1805616 466 189 0 1867473 0
[pid=17436/tid=17438] ppid=17434 vsize=7492496 CPUtime=4980.57 cores=0-7
/proc/17436/task/17438/stat : 17438 (claspmt) R 17434 17436 17256 0 -1 4202560 68318 0 0 0 497998 59 0 0 25 0 8 0 659841841 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4325392 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17436/tid=17439] ppid=17434 vsize=7492496 CPUtime=4994.6 cores=0-7
/proc/17436/task/17439/stat : 17439 (claspmt) R 17434 17436 17256 0 -1 4202560 86783 0 0 0 499373 87 0 0 25 0 8 0 659841841 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17436/tid=17440] ppid=17434 vsize=7492496 CPUtime=5006.69 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170367 0 0 0 500542 127 0 0 25 0 8 0 659841841 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4644886 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17436/tid=17441] ppid=17434 vsize=7492496 CPUtime=5007.81 cores=0-7
/proc/17436/task/17441/stat : 17441 (claspmt) R 17434 17436 17256 0 -1 4202560 200589 0 0 0 500658 123 0 0 25 0 8 0 659841841 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=17436/tid=17442] ppid=17434 vsize=7492496 CPUtime=5007.89 cores=0-7
/proc/17436/task/17442/stat : 17442 (claspmt) R 17434 17436 17256 0 -1 4202560 270622 0 0 0 500640 149 0 0 25 0 8 0 659841841 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17436/tid=17443] ppid=17434 vsize=7492496 CPUtime=4996.84 cores=0-7
/proc/17436/task/17443/stat : 17443 (claspmt) R 17434 17436 17256 0 -1 4202560 58082 0 0 0 499620 64 0 0 25 0 8 0 659841841 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17436/tid=17444] ppid=17434 vsize=7492496 CPUtime=4997.98 cores=0-7
/proc/17436/task/17444/stat : 17444 (claspmt) R 17434 17436 17256 0 -1 4202560 843361 0 0 0 499252 546 0 0 25 0 8 0 659841841 7672315904 1805616 33554432000 4194304 4964800 140734316235552 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 7492496

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17436

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

[startup+5020.6 s]
/proc/loadavg: 8.12 8.06 8.00 2/446 17604
/proc/meminfo: memFree=6749020/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=7492496 CPUtime=40002.2 cores=0-7
/proc/17436/stat : 17436 (claspmt) S 17434 17436 17256 0 -1 4202496 1819596 0 0 0 3998972 1249 0 0 25 0 2 0 659841772 7672315904 1805618 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624913381 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 1873124 1805618 468 189 0 1867473 0
[pid=17436/tid=17440] ppid=17434 vsize=7492496 CPUtime=5008.18 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170367 0 0 0 500691 127 0 0 25 0 2 0 659841841 7672315904 1805618 33554432000 4194304 4964800 140734316235552 18446744073709551615 270612808290 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40002.2
Current children cumulated vsize (KiB) 7492496

[startup+5021 s]
/proc/loadavg: 8.12 8.06 8.00 2/446 17604
/proc/meminfo: memFree=6749020/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=7492496 CPUtime=40002.6 cores=0-7
/proc/17436/stat : 17436 (claspmt) S 17434 17436 17256 0 -1 4202496 1819596 0 0 0 3999012 1249 0 0 25 0 2 0 659841772 7672315904 1805618 33554432000 4194304 4964800 140734316235552 18446744073709551615 270624913381 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 1873124 1805618 468 189 0 1867473 0
[pid=17436/tid=17440] ppid=17434 vsize=7492496 CPUtime=5008.58 cores=0-7
/proc/17436/task/17440/stat : 17440 (claspmt) R 17434 17436 17256 0 -1 4202560 170367 0 0 0 500731 127 0 0 25 0 2 0 659841841 7672315904 1805618 33554432000 4194304 4964800 140734316235552 18446744073709551615 4644997 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40002.6
Current children cumulated vsize (KiB) 7492496

[startup+5021.4 s]
/proc/loadavg: 8.12 8.06 8.00 2/444 17604
/proc/meminfo: memFree=13194368/32951124 swapFree=67056812/67111528
[pid=17436] ppid=17434 vsize=0 CPUtime=40003 cores=0-7
/proc/17436/stat : 17436 (claspmt) R 17434 17436 17256 0 -1 4203524 1819596 0 0 0 3999025 1277 0 0 18 0 1 0 659841772 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/17436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40003
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 5021.44
CPU time (s): 40003
CPU user time (s): 39990.3
CPU system time (s): 12.7971
CPU usage (%): 796.646
Max. virtual memory (cumulated for all children) (KiB): 7492496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39990.3
system time used= 12.7971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1819596
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= 103283
involuntary context switches= 192006

runsolver used 19.552 second user time and 53.5609 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 20:00:08
IDJOB=3380592
IDBENCH=70799
IDSOLVER=1865
FILE ID=node108/3380592-1305482408
RUNJOBID= node108-1305481206-17270
PBS_JOBID= 13325372
Free space on /tmp= 73500 MiB

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

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1300135384

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13980360 kB
Buffers:        316612 kB
Cached:        5114712 kB
SwapCached:       8724 kB
Active:       14391384 kB
Inactive:      4233768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13980360 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:            5916 kB
Writeback:           0 kB
AnonPages:    13191640 kB
Mapped:          37484 kB
Slab:           213868 kB
PageTables:      57848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 113026104 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= 73496 MiB
End job on node108 at 2011-05-15 21:23:50