Trace number 3321308

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 19897.7 2489.41

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2476.89
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...335677/instance-3321308-1304335677.cnf
0.02/0.05	c Solving...
19897.64/2489.40	s UNSATISFIABLE
19897.64/2489.40	
19897.64/2489.40	c Models        : 0     
19897.64/2489.40	c Time          : 2489.365s (Solving: 2489.31s 1st Model: 0.00s Unsat: 2489.31s)
19897.64/2489.40	c CPU Time      : 19897.620s

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-3321308-1304335677/watcher-3321308-1304335677 -o /tmp/evaluation-result-3321308-1304335677/solver-3321308-1304335677 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321308-1304335677.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: 4.69 6.76 7.26 2/182 25937
/proc/meminfo: memFree=26433564/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=22588 CPUtime=0 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 981 0 0 0 0 0 0 0 25 0 1 0 623798369 23130112 852 33554432000 4194304 4964704 140736403449440 18446744073709551615 231895151649 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25937/statm: 5647 852 389 189 0 521 0

[startup+0.0304629 s]
/proc/loadavg: 4.69 6.76 7.26 2/182 25937
/proc/meminfo: memFree=26433564/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=24924 CPUtime=0.02 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 1702 0 0 0 2 0 0 0 25 0 1 0 623798369 25522176 1464 33554432000 4194304 4964704 140736403449440 18446744073709551615 4615718 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25937/statm: 6231 1465 404 189 0 1105 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24924

[startup+0.104939 s]
/proc/loadavg: 4.69 6.76 7.26 2/182 25937
/proc/meminfo: memFree=26433564/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=324184 CPUtime=1.59 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 5540 0 0 0 158 1 0 0 20 0 8 0 623798369 331964416 4773 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 81251 5692 464 189 0 75600 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 324184

[startup+0.987195 s]
/proc/loadavg: 4.69 6.76 7.26 2/182 25937
/proc/meminfo: memFree=26433564/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=326064 CPUtime=7.3 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 8282 0 0 0 728 2 0 0 21 0 8 0 623798369 333889536 7515 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670454 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 81516 7515 464 189 0 75865 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 326064

[startup+1.08718 s]
/proc/loadavg: 4.69 6.76 7.26 2/182 25937
/proc/meminfo: memFree=26433564/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=326328 CPUtime=8.1 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 8396 0 0 0 808 2 0 0 21 0 8 0 623798369 334159872 7629 33554432000 4194304 4964704 140736403449440 18446744073709551615 4627978 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 81582 7629 464 189 0 75931 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 326328

[startup+1.5011 s]
/proc/loadavg: 4.69 6.76 7.26 2/182 25937
/proc/meminfo: memFree=26433564/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=326328 CPUtime=11.41 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 8400 0 0 0 1139 2 0 0 22 0 8 0 623798369 334159872 7633 33554432000 4194304 4964704 140736403449440 18446744073709551615 4364587 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 81582 7633 464 189 0 75931 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 326328

[startup+3.1008 s]
/proc/loadavg: 5.04 6.80 7.26 9/190 25945
/proc/meminfo: memFree=26400028/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=327676 CPUtime=24.19 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 10144 0 0 0 2416 3 0 0 25 0 8 0 623798369 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669391 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 81919 9377 464 189 0 76268 0
[pid=25937/tid=25939] ppid=25935 vsize=327676 CPUtime=3.02 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 860 0 0 0 302 0 0 0 25 0 8 0 623798375 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=327676 CPUtime=2.99 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 1524 0 0 0 299 0 0 0 23 0 8 0 623798375 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670354 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=327676 CPUtime=3 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 839 0 0 0 300 0 0 0 25 0 8 0 623798375 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=327676 CPUtime=3.01 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 1133 0 0 0 301 0 0 0 25 0 8 0 623798375 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=327676 CPUtime=3.02 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 722 0 0 0 302 0 0 0 25 0 8 0 623798375 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=327676 CPUtime=3.01 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 785 0 0 0 301 0 0 0 25 0 8 0 623798375 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=327676 CPUtime=3.01 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 1808 0 0 0 301 0 0 0 25 0 8 0 623798375 335540224 9377 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668505 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 327676

[startup+6.3012 s]
/proc/loadavg: 5.27 6.81 7.27 9/190 25945
/proc/meminfo: memFree=26386432/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=329668 CPUtime=49.77 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 13202 0 0 0 4971 6 0 0 25 0 8 0 623798369 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668652 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 82417 12435 464 189 0 76766 0
[pid=25937/tid=25939] ppid=25935 vsize=329668 CPUtime=6.21 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 1051 0 0 0 621 0 0 0 25 0 8 0 623798375 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4653541 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=329668 CPUtime=6.19 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 2049 0 0 0 619 0 0 0 20 0 8 0 623798375 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669494 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=329668 CPUtime=6.19 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 1076 0 0 0 619 0 0 0 25 0 8 0 623798375 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668742 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=329668 CPUtime=6.21 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 1631 0 0 0 620 1 0 0 25 0 8 0 623798375 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=329668 CPUtime=6.23 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 1146 0 0 0 622 1 0 0 20 0 8 0 623798375 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4342768 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=329668 CPUtime=6.21 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 945 0 0 0 621 0 0 0 25 0 8 0 623798375 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=329668 CPUtime=6.19 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 2633 0 0 0 618 1 0 0 25 0 8 0 623798375 337580032 12435 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669467 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (KiB) 329668

[startup+12.701 s]
/proc/loadavg: 5.49 6.83 7.27 9/190 25945
/proc/meminfo: memFree=26375312/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=332764 CPUtime=100.97 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 16315 0 0 0 10089 8 0 0 25 0 8 0 623798369 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669940 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 83191 15548 466 189 0 77540 0
[pid=25937/tid=25939] ppid=25935 vsize=332764 CPUtime=12.62 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 1162 0 0 0 1262 0 0 0 25 0 8 0 623798375 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=332764 CPUtime=12.59 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 2528 0 0 0 1259 0 0 0 25 0 8 0 623798375 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4327040 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=332764 CPUtime=12.6 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 1276 0 0 0 1260 0 0 0 25 0 8 0 623798375 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=332764 CPUtime=12.62 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 2066 0 0 0 1261 1 0 0 25 0 8 0 623798375 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=332764 CPUtime=12.63 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 1602 0 0 0 1262 1 0 0 25 0 8 0 623798375 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=332764 CPUtime=12.61 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 1007 0 0 0 1261 0 0 0 25 0 8 0 623798375 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=332764 CPUtime=12.57 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 3919 0 0 0 1255 2 0 0 25 0 8 0 623798375 340750336 15548 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 332764

[startup+25.5006 s]
/proc/loadavg: 5.88 6.87 7.28 9/190 25946
/proc/meminfo: memFree=26361408/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=336884 CPUtime=203.24 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 20419 0 0 0 20313 11 0 0 25 0 8 0 623798369 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 84221 19571 466 189 0 78570 0
[pid=25937/tid=25939] ppid=25935 vsize=336884 CPUtime=25.41 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 1406 0 0 0 2541 0 0 0 25 0 8 0 623798375 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=336884 CPUtime=25.39 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 3073 0 0 0 2538 1 0 0 25 0 8 0 623798375 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=336884 CPUtime=25.39 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 1503 0 0 0 2538 1 0 0 25 0 8 0 623798375 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=336884 CPUtime=25.41 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 2726 0 0 0 2539 2 0 0 25 0 8 0 623798375 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670291 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=336884 CPUtime=25.42 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 2246 0 0 0 2541 1 0 0 25 0 8 0 623798375 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=336884 CPUtime=25.41 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 1156 0 0 0 2541 0 0 0 25 0 8 0 623798375 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=336884 CPUtime=25.29 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 5441 0 0 0 2526 3 0 0 25 0 8 0 623798375 344969216 19571 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.24
Current children cumulated vsize (KiB) 336884

[startup+51.1008 s]
/proc/loadavg: 6.60 6.96 7.30 9/190 25946
/proc/meminfo: memFree=26341284/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=338688 CPUtime=407.88 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 25318 0 0 0 40772 16 0 0 25 0 8 0 623798369 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 84672 24470 466 189 0 79021 0
[pid=25937/tid=25939] ppid=25935 vsize=338688 CPUtime=51 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 1747 0 0 0 5100 0 0 0 25 0 8 0 623798375 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4362248 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=338688 CPUtime=50.98 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 3980 0 0 0 5096 2 0 0 25 0 8 0 623798375 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=338688 CPUtime=50.99 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 1747 0 0 0 5098 1 0 0 25 0 8 0 623798375 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670233 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=338688 CPUtime=51 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 3276 0 0 0 5098 2 0 0 25 0 8 0 623798375 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=338688 CPUtime=51.02 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 2971 0 0 0 5100 2 0 0 25 0 8 0 623798375 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=338688 CPUtime=51 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 1306 0 0 0 5100 0 0 0 25 0 8 0 623798375 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=338688 CPUtime=50.75 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 7121 0 0 0 5071 4 0 0 25 0 8 0 623798375 346816512 24470 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.88
Current children cumulated vsize (KiB) 338688

[startup+102.301 s]
/proc/loadavg: 7.44 7.13 7.33 9/190 25948
/proc/meminfo: memFree=26311268/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=348120 CPUtime=817.15 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 32892 0 0 0 81693 22 0 0 25 0 8 0 623798369 356474880 31959 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668907 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 87030 31959 466 189 0 81379 0
[pid=25937/tid=25939] ppid=25935 vsize=348120 CPUtime=102.18 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 2258 0 0 0 10217 1 0 0 25 0 8 0 623798375 356474880 31959 33554432000 4194304 4964704 140736403449440 18446744073709551615 4362279 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=348120 CPUtime=102.17 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 4492 0 0 0 10215 2 0 0 25 0 8 0 623798375 356474880 31959 33554432000 4194304 4964704 140736403449440 18446744073709551615 4319667 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=348120 CPUtime=102.18 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 2127 0 0 0 10217 1 0 0 25 0 8 0 623798375 356474880 31959 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669073 0 0 4096 18946 0 0 0 -1 1 0 0 0

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


[startup+2458.2 s]
/proc/loadavg: 8.06 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26148916/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=382628 CPUtime=19648.6 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73803 0 0 0 1964735 127 0 0 25 0 8 0 623798369 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 95657 72118 466 189 0 90006 0
[pid=25937/tid=25939] ppid=25935 vsize=382628 CPUtime=2456.7 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 5993 0 0 0 245656 14 0 0 25 0 8 0 623798375 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=382628 CPUtime=2457.44 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 10548 0 0 0 245726 18 0 0 25 0 8 0 623798375 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=382628 CPUtime=2450.36 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 4110 0 0 0 245025 11 0 0 25 0 8 0 623798375 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=382628 CPUtime=2457.61 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 8267 0 0 0 245746 15 0 0 25 0 8 0 623798375 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4653104 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=382628 CPUtime=2457.81 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 9717 0 0 0 245765 16 0 0 25 0 8 0 623798375 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4654517 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=382628 CPUtime=2457.91 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 3184 0 0 0 245783 8 0 0 25 0 8 0 623798375 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=382628 CPUtime=2452.8 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 26861 0 0 0 245247 33 0 0 25 0 8 0 623798375 391811072 72118 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668648 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19648.6
Current children cumulated vsize (KiB) 382628

[startup+2471 s]
/proc/loadavg: 8.05 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26148792/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=382628 CPUtime=19750.9 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73806 0 0 0 1974967 127 0 0 25 0 8 0 623798369 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 95657 72121 466 189 0 90006 0
[pid=25937/tid=25939] ppid=25935 vsize=382628 CPUtime=2469.43 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 5993 0 0 0 246929 14 0 0 25 0 8 0 623798375 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=382628 CPUtime=2470.24 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 10548 0 0 0 247006 18 0 0 25 0 8 0 623798375 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=382628 CPUtime=2463.16 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 4110 0 0 0 246305 11 0 0 25 0 8 0 623798375 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=382628 CPUtime=2470.41 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 8267 0 0 0 247026 15 0 0 25 0 8 0 623798375 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=382628 CPUtime=2470.61 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 9717 0 0 0 247044 17 0 0 25 0 8 0 623798375 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=382628 CPUtime=2470.71 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 3187 0 0 0 247063 8 0 0 25 0 8 0 623798375 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=382628 CPUtime=2465.6 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 26861 0 0 0 246527 33 0 0 25 0 8 0 623798375 391811072 72121 33554432000 4194304 4964704 140736403449440 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19750.9
Current children cumulated vsize (KiB) 382628

[startup+2477.4 s]
/proc/loadavg: 8.04 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26149036/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=382628 CPUtime=19802.1 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73806 0 0 0 1980083 128 0 0 25 0 8 0 623798369 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 95657 72020 466 189 0 90006 0
[pid=25937/tid=25939] ppid=25935 vsize=382628 CPUtime=2475.79 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 5993 0 0 0 247565 14 0 0 25 0 8 0 623798375 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=382628 CPUtime=2476.64 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 10548 0 0 0 247646 18 0 0 25 0 8 0 623798375 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4361283 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=382628 CPUtime=2469.56 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 4110 0 0 0 246945 11 0 0 25 0 8 0 623798375 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=382628 CPUtime=2476.81 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 8267 0 0 0 247666 15 0 0 25 0 8 0 623798375 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=382628 CPUtime=2477.01 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 9717 0 0 0 247684 17 0 0 25 0 8 0 623798375 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4321013 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=382628 CPUtime=2477.11 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 3187 0 0 0 247703 8 0 0 25 0 8 0 623798375 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=382628 CPUtime=2472 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 26861 0 0 0 247167 33 0 0 25 0 8 0 623798375 391811072 72020 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670304 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19802.1
Current children cumulated vsize (KiB) 382628

[startup+2483.8 s]
/proc/loadavg: 8.04 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26149264/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=382628 CPUtime=19853.3 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73806 0 0 0 1985199 128 0 0 25 0 8 0 623798369 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668601 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 95657 72009 466 189 0 90006 0
[pid=25937/tid=25939] ppid=25935 vsize=382628 CPUtime=2482.16 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 5993 0 0 0 248202 14 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=382628 CPUtime=2483.04 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 10548 0 0 0 248286 18 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=382628 CPUtime=2475.96 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 4110 0 0 0 247585 11 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=382628 CPUtime=2483.21 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 8267 0 0 0 248306 15 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=382628 CPUtime=2483.41 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 9717 0 0 0 248324 17 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668816 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=382628 CPUtime=2483.5 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 3187 0 0 0 248342 8 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=382628 CPUtime=2478.4 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 26861 0 0 0 247807 33 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19853.3
Current children cumulated vsize (KiB) 382628

[startup+2487 s]
/proc/loadavg: 8.03 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26149264/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=382628 CPUtime=19878.8 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73806 0 0 0 1987757 128 0 0 25 0 8 0 623798369 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668635 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 95657 72009 466 189 0 90006 0
[pid=25937/tid=25939] ppid=25935 vsize=382628 CPUtime=2485.34 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 5993 0 0 0 248520 14 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4660043 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=382628 CPUtime=2486.24 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 10548 0 0 0 248606 18 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=382628 CPUtime=2479.16 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 4110 0 0 0 247905 11 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=382628 CPUtime=2486.41 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 8267 0 0 0 248626 15 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668860 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=382628 CPUtime=2486.61 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 9717 0 0 0 248644 17 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=382628 CPUtime=2486.7 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 3187 0 0 0 248662 8 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4332009 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=382628 CPUtime=2481.6 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 26861 0 0 0 248127 33 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19878.8
Current children cumulated vsize (KiB) 382628

[startup+2488.6 s]
/proc/loadavg: 8.03 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26149264/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=382628 CPUtime=19891.6 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73806 0 0 0 1989035 128 0 0 25 0 8 0 623798369 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669997 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 95657 72009 466 189 0 90006 0
[pid=25937/tid=25939] ppid=25935 vsize=382628 CPUtime=2486.93 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 5993 0 0 0 248679 14 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=382628 CPUtime=2487.84 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 10548 0 0 0 248766 18 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4660484 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=382628 CPUtime=2480.76 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 4110 0 0 0 248065 11 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=382628 CPUtime=2488.01 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 8267 0 0 0 248786 15 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=382628 CPUtime=2488.21 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 9717 0 0 0 248804 17 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=382628 CPUtime=2488.3 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 3187 0 0 0 248822 8 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670202 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=382628 CPUtime=2483.2 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 26861 0 0 0 248287 33 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19891.6
Current children cumulated vsize (KiB) 382628

[startup+2489 s]
/proc/loadavg: 8.03 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26149264/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=382628 CPUtime=19894.8 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73806 0 0 0 1989355 128 0 0 25 0 8 0 623798369 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669399 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25937/statm: 95657 72009 466 189 0 90006 0
[pid=25937/tid=25939] ppid=25935 vsize=382628 CPUtime=2487.32 cores=0-7
/proc/25937/task/25939/stat : 25939 (claspmt) R 25935 25937 25911 0 -1 4202560 5993 0 0 0 248718 14 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=25937/tid=25940] ppid=25935 vsize=382628 CPUtime=2488.24 cores=0-7
/proc/25937/task/25940/stat : 25940 (claspmt) R 25935 25937 25911 0 -1 4202560 10548 0 0 0 248806 18 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=25937/tid=25941] ppid=25935 vsize=382628 CPUtime=2481.16 cores=0-7
/proc/25937/task/25941/stat : 25941 (claspmt) R 25935 25937 25911 0 -1 4202560 4110 0 0 0 248105 11 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4362964 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=25937/tid=25942] ppid=25935 vsize=382628 CPUtime=2488.41 cores=0-7
/proc/25937/task/25942/stat : 25942 (claspmt) R 25935 25937 25911 0 -1 4202560 8267 0 0 0 248826 15 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25937/tid=25943] ppid=25935 vsize=382628 CPUtime=2488.61 cores=0-7
/proc/25937/task/25943/stat : 25943 (claspmt) R 25935 25937 25911 0 -1 4202560 9717 0 0 0 248844 17 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25937/tid=25944] ppid=25935 vsize=382628 CPUtime=2488.7 cores=0-7
/proc/25937/task/25944/stat : 25944 (claspmt) R 25935 25937 25911 0 -1 4202560 3187 0 0 0 248862 8 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=25937/tid=25945] ppid=25935 vsize=382628 CPUtime=2483.6 cores=0-7
/proc/25937/task/25945/stat : 25945 (claspmt) R 25935 25937 25911 0 -1 4202560 26861 0 0 0 248327 33 0 0 25 0 8 0 623798375 391811072 72009 33554432000 4194304 4964704 140736403449440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19894.8
Current children cumulated vsize (KiB) 382628

[startup+2489.4 s]
/proc/loadavg: 8.03 8.02 7.92 9/190 26023
/proc/meminfo: memFree=26149264/32950928 swapFree=67111356/67111528
[pid=25937] ppid=25935 vsize=369452 CPUtime=19897.6 cores=0-7
/proc/25937/stat : 25937 (claspmt) R 25935 25937 25911 0 -1 4202496 73816 0 0 0 1989633 131 0 0 17 0 1 0 623798369 378318848 46992 33554432000 4194304 4964704 140736403449440 18446744073709551615 231895533927 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25937/statm: 92363 46682 476 189 0 86712 0
Current children cumulated CPU time (s) 19897.6
Current children cumulated vsize (KiB) 369452

Child status: 20
Real time (s): 2489.41
CPU time (s): 19897.7
CPU user time (s): 19896.3
CPU system time (s): 1.3298
CPU usage (%): 799.291
Max. virtual memory (cumulated for all children) (KiB): 382628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19896.3
system time used= 1.3298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73817
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= 102010
involuntary context switches= 94784

runsolver used 4.11637 second user time and 9.46456 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-02 13:27:57
IDJOB=3321308
IDBENCH=20399
IDSOLVER=1711
FILE ID=node114/3321308-1304335677
RUNJOBID= node114-1304335677-25925
PBS_JOBID= 13178016
Free space on /tmp= 73724 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.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-3321308-1304335677/watcher-3321308-1304335677 -o /tmp/evaluation-result-3321308-1304335677/solver-3321308-1304335677 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321308-1304335677.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1472442778

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.73
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.848
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.75
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.848
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.848
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.848
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:     32950928 kB
MemFree:      26433852 kB
Buffers:       1142148 kB
Cached:        2429352 kB
SwapCached:        168 kB
Active:        2777852 kB
Inactive:      3221528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26433852 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1172 kB
Writeback:           0 kB
AnonPages:     2427936 kB
Mapped:          18132 kB
Slab:           445384 kB
PageTables:      10108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2872944 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= 73720 MiB
End job on node114 at 2011-05-02 14:09:26