Trace number 3380983

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) 40000.2 5019.53

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n150-s89334302-unsat.cnf
MD5SUMe0b064ae815c6a8bb8a9898180562bec
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of clauses316
Sum of the clauses size948
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3316
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 ...498993/instance-3380983-1305498993.cnf
0.00/0.00	c Solving...
40000.09/5019.52	
40000.09/5019.52	*** INTERRUPTED! ***
40000.09/5019.52	*** Shutting down threads...
40000.09/5019.52	s UNKNOWN
40000.09/5019.52	
40000.09/5019.52	c INTERRUPTED   : 1
40000.09/5019.52	c Models        : 0+    
40000.09/5019.52	c Time          : 5019.517s (Solving: 5019.52s 1st Model: 0.00s Unsat: 0.00s)
40000.09/5019.52	c CPU Time      : 40000.230s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3380983-1305498993/watcher-3380983-1305498993 -o /tmp/evaluation-result-3380983-1305498993/solver-3380983-1305498993 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380983-1305498993.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.09 8.08 8.01 2/417 541
/proc/meminfo: memFree=21181300/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=20792 CPUtime=0 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4194304 251 0 0 0 0 0 0 0 25 0 1 0 740129991 21291008 200 33554432000 4194304 4964800 140733886914032 18446744073709551615 260900431761 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/541/statm: 5198 200 164 189 0 59 0
[pid=541/tid=542] ppid=539 vsize=249912 CPUtime=0 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 8 0 740129992 255909888 834 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=249912 CPUtime=0 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 8 0 740129992 255909888 834 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499118 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=249912 CPUtime=0 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 8 0 740129992 255909888 834 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=249912 CPUtime=0 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 28 0 0 0 0 0 0 0 25 0 8 0 740129992 255909888 835 33554432000 4194304 4964800 140733886914032 18446744073709551615 4362359 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=249912 CPUtime=0 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 8 0 740129992 255909888 836 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=547] ppid=539 vsize=249912 CPUtime=0 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 8 0 740129992 255909888 836 33554432000 4194304 4964800 140733886914032 18446744073709551615 4653542 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=249912 CPUtime=0 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 69 0 0 0 0 0 0 0 25 0 8 0 740129992 255909888 836 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905055265 0 0 4096 18946 0 0 0 -1 5 0 0 0

[startup+0.0836089 s]
/proc/loadavg: 8.09 8.08 8.01 2/417 541
/proc/meminfo: memFree=21181300/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=315580 CPUtime=0.54 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 1152 0 0 0 54 0 0 0 25 0 8 0 740129991 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/541/statm: 78895 1078 464 189 0 73244 0
[pid=541/tid=542] ppid=539 vsize=315580 CPUtime=0.07 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 75 0 0 0 7 0 0 0 18 0 8 0 740129992 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 4362080 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=315580 CPUtime=0.05 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 68 0 0 0 5 0 0 0 25 0 8 0 740129992 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=315580 CPUtime=0.07 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 64 0 0 0 7 0 0 0 18 0 8 0 740129992 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=315580 CPUtime=0.07 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 57 0 0 0 7 0 0 0 25 0 8 0 740129992 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 4654532 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=315580 CPUtime=0.05 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 33 0 0 0 5 0 0 0 25 0 8 0 740129992 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499118 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=315580 CPUtime=0.06 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 48 0 0 0 6 0 0 0 25 0 8 0 740129992 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 4653368 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=315580 CPUtime=0.07 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 114 0 0 0 7 0 0 0 25 0 8 0 740129992 323153920 1078 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670351 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 315580

[startup+0.101147 s]
/proc/loadavg: 8.09 8.08 8.01 2/417 541
/proc/meminfo: memFree=21181300/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=315712 CPUtime=0.69 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 1224 0 0 0 69 0 0 0 25 0 8 0 740129991 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/541/statm: 78928 1150 464 189 0 73277 0
[pid=541/tid=542] ppid=539 vsize=315712 CPUtime=0.09 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 89 0 0 0 9 0 0 0 18 0 8 0 740129992 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 4654540 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=315712 CPUtime=0.06 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 81 0 0 0 6 0 0 0 25 0 8 0 740129992 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=315712 CPUtime=0.09 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 72 0 0 0 9 0 0 0 18 0 8 0 740129992 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=315712 CPUtime=0.09 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 62 0 0 0 9 0 0 0 25 0 8 0 740129992 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=315712 CPUtime=0.06 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 37 0 0 0 6 0 0 0 25 0 8 0 740129992 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499118 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=315712 CPUtime=0.08 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 55 0 0 0 8 0 0 0 25 0 8 0 740129992 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=315712 CPUtime=0.09 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 129 0 0 0 9 0 0 0 25 0 8 0 740129992 323289088 1150 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 315712

[startup+0.49882 s]
/proc/loadavg: 8.09 8.08 8.01 2/417 541
/proc/meminfo: memFree=21181300/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=316116 CPUtime=3.98 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 1811 0 0 0 396 2 0 0 25 0 8 0 740129991 323702784 1737 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/541/statm: 79029 1756 464 189 0 73378 0
[pid=541/tid=542] ppid=539 vsize=316116 CPUtime=0.53 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 186 0 0 0 53 0 0 0 18 0 8 0 740129992 323702784 1759 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=316116 CPUtime=0.51 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 171 0 0 0 51 0 0 0 18 0 8 0 740129992 323702784 1761 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=316116 CPUtime=0.56 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 96 0 0 0 56 0 0 0 18 0 8 0 740129992 323702784 1794 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=316116 CPUtime=0.57 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 138 0 0 0 57 0 0 0 25 0 8 0 740129992 323702784 1804 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=316116 CPUtime=0.57 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) S 539 541 32630 0 -1 4202560 76 0 0 0 57 0 0 0 18 0 8 0 740129992 323702784 1839 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499118 0 0 4096 18946 18446604459706579072 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=316116 CPUtime=0.62 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 100 0 0 0 62 0 0 0 25 0 8 0 740129992 323702784 1865 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=316116 CPUtime=0.67 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 321 0 0 0 67 0 0 0 18 0 8 0 740129992 323702784 1874 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668789 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 316116

[startup+0.869543 s]
/proc/loadavg: 8.09 8.08 8.01 2/417 541
/proc/meminfo: memFree=21181300/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=316248 CPUtime=6.95 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 2055 0 0 0 690 5 0 0 25 0 8 0 740129991 323837952 1981 33554432000 4194304 4964800 140733886914032 18446744073709551615 4342213 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/541/statm: 79062 2002 464 189 0 73411 0
[pid=541/tid=542] ppid=539 vsize=316248 CPUtime=0.91 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 244 0 0 0 91 0 0 0 18 0 8 0 740129992 323837952 2030 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=316248 CPUtime=0.9 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 201 0 0 0 90 0 0 0 18 0 8 0 740129992 323837952 2030 33554432000 4194304 4964800 140733886914032 18446744073709551615 4321065 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=316248 CPUtime=0.93 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 105 0 0 0 93 0 0 0 18 0 8 0 740129992 323837952 2030 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670225 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=316248 CPUtime=0.92 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 160 0 0 0 92 0 0 0 18 0 8 0 740129992 323837952 2030 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905052916 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=316248 CPUtime=0.9 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 83 0 0 0 90 0 0 0 19 0 8 0 740129992 323837952 2030 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668797 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=316248 CPUtime=0.92 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 107 0 0 0 92 0 0 0 25 0 8 0 740129992 323837952 2030 33554432000 4194304 4964800 140733886914032 18446744073709551615 4342206 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=316248 CPUtime=0.93 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 365 0 0 0 93 0 0 0 18 0 8 0 740129992 323837952 2030 33554432000 4194304 4964800 140733886914032 18446744073709551615 4660157 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 316248

[startup+1.54786 s]
/proc/loadavg: 8.09 8.08 8.01 2/417 541
/proc/meminfo: memFree=21181300/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=316512 CPUtime=12.4 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 2354 0 0 0 1231 9 0 0 25 0 8 0 740129991 324108288 2280 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/541/statm: 79128 2281 464 189 0 73477 0
[pid=541/tid=542] ppid=539 vsize=316512 CPUtime=1.59 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 324 0 0 0 158 1 0 0 20 0 8 0 740129992 324108288 2287 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=316512 CPUtime=1.6 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 226 0 0 0 159 1 0 0 20 0 8 0 740129992 324108288 2292 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=316512 CPUtime=1.64 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 113 0 0 0 164 0 0 0 19 0 8 0 740129992 324108288 2299 33554432000 4194304 4964800 140733886914032 18446744073709551615 4342232 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=316512 CPUtime=1.66 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 181 0 0 0 165 1 0 0 19 0 8 0 740129992 324108288 2301 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=316512 CPUtime=1.66 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) S 539 541 32630 0 -1 4202560 95 0 0 0 165 1 0 0 18 0 8 0 740129992 324108288 2314 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499118 0 0 4096 18946 18446604459706579072 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=316512 CPUtime=1.7 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 118 0 0 0 169 1 0 0 25 0 8 0 740129992 324108288 2319 33554432000 4194304 4964800 140733886914032 18446744073709551615 4342144 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=316512 CPUtime=1.74 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 440 0 0 0 174 0 0 0 19 0 8 0 740129992 324108288 2338 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 316512

[startup+4.08193 s]
/proc/loadavg: 8.17 8.09 8.01 8/425 549
/proc/meminfo: memFree=21174380/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=316908 CPUtime=32.61 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 2882 0 0 0 3241 20 0 0 19 0 8 0 740129991 324513792 2808 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/541/statm: 79227 2813 464 189 0 73576 0
[pid=541/tid=542] ppid=539 vsize=316908 CPUtime=4.11 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 498 0 0 0 409 2 0 0 19 0 8 0 740129992 324513792 2815 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=316908 CPUtime=4.1 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 274 0 0 0 408 2 0 0 25 0 8 0 740129992 324513792 2815 33554432000 4194304 4964800 140733886914032 18446744073709551615 4658556 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=316908 CPUtime=4.15 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 138 0 0 0 413 2 0 0 18 0 8 0 740129992 324513792 2815 33554432000 4194304 4964800 140733886914032 18446744073709551615 4660185 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=316908 CPUtime=4.13 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 214 0 0 0 411 2 0 0 19 0 8 0 740129992 324513792 2815 33554432000 4194304 4964800 140733886914032 18446744073709551615 4342174 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=316908 CPUtime=4.1 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 126 0 0 0 408 2 0 0 19 0 8 0 740129992 324513792 2815 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320953 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=316908 CPUtime=4.13 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 131 0 0 0 410 3 0 0 18 0 8 0 740129992 324513792 2815 33554432000 4194304 4964800 140733886914032 18446744073709551615 4361102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=316908 CPUtime=4.13 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 544 0 0 0 412 1 0 0 19 0 8 0 740129992 324513792 2815 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 32.61
Current children cumulated vsize (KiB) 316908

[startup+6.30052 s]
/proc/loadavg: 8.17 8.09 8.01 9/425 549
/proc/meminfo: memFree=21171900/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=317036 CPUtime=50.08 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 3166 0 0 0 4980 28 0 0 18 0 8 0 740129991 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670340 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/541/statm: 79259 3092 464 189 0 73608 0
[pid=541/tid=542] ppid=539 vsize=317036 CPUtime=6.25 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 602 0 0 0 622 3 0 0 18 0 8 0 740129992 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4659391 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=543] ppid=539 vsize=317036 CPUtime=6.22 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 294 0 0 0 619 3 0 0 25 0 8 0 740129992 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670212 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=541/tid=544] ppid=539 vsize=317036 CPUtime=6.28 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 152 0 0 0 625 3 0 0 23 0 8 0 740129992 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4332367 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=545] ppid=539 vsize=317036 CPUtime=6.25 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 233 0 0 0 622 3 0 0 18 0 8 0 740129992 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4362439 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=317036 CPUtime=6.21 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 142 0 0 0 618 3 0 0 18 0 8 0 740129992 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4675467 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=317036 CPUtime=6.25 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 137 0 0 0 622 3 0 0 18 0 8 0 740129992 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=548] ppid=539 vsize=317036 CPUtime=6.26 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 593 0 0 0 624 2 0 0 25 0 8 0 740129992 324644864 3092 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668777 0 0 4096 18946 0 0 0 -1 5 0 0 0

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


[startup+4662.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/425 698
/proc/meminfo: memFree=21152560/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=450092 CPUtime=37153.8 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 6938 0 0 0 3704751 10625 0 0 21 0 8 0 740129991 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320934 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/541/statm: 112523 6864 468 189 0 106872 0
[pid=541/tid=542] ppid=539 vsize=450092 CPUtime=4643.33 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 1861 0 0 0 463113 1220 0 0 20 0 8 0 740129992 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=541/tid=543] ppid=539 vsize=450092 CPUtime=4642.16 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 425 0 0 0 462690 1526 0 0 22 0 8 0 740129992 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670097 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=544] ppid=539 vsize=450092 CPUtime=4647.27 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 248 0 0 0 463448 1279 0 0 19 0 8 0 740129992 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=545] ppid=539 vsize=450092 CPUtime=4641.08 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 388 0 0 0 462703 1405 0 0 22 0 8 0 740129992 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=541/tid=546] ppid=539 vsize=450092 CPUtime=4641.07 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 352 0 0 0 462659 1448 0 0 19 0 8 0 740129992 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=547] ppid=539 vsize=450092 CPUtime=4650.96 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 292 0 0 0 463786 1310 0 0 21 0 8 0 740129992 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668805 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=548] ppid=539 vsize=450092 CPUtime=4639.89 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 1569 0 0 0 462731 1258 0 0 25 0 8 0 740129992 460894208 6864 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37153.8
Current children cumulated vsize (KiB) 450092

[startup+4722.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/425 700
/proc/meminfo: memFree=21152864/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=450092 CPUtime=37631.9 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 6940 0 0 0 3752434 10760 0 0 20 0 8 0 740129991 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/541/statm: 112523 6866 468 189 0 106872 0
[pid=541/tid=542] ppid=539 vsize=450092 CPUtime=4703.23 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 1861 0 0 0 469087 1236 0 0 18 0 8 0 740129992 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670542 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=541/tid=543] ppid=539 vsize=450092 CPUtime=4701.26 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 425 0 0 0 468580 1546 0 0 25 0 8 0 740129992 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4653172 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=544] ppid=539 vsize=450092 CPUtime=4707.2 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 248 0 0 0 469424 1296 0 0 25 0 8 0 740129992 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=545] ppid=539 vsize=450092 CPUtime=4700.97 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 390 0 0 0 468674 1423 0 0 25 0 8 0 740129992 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668702 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=541/tid=546] ppid=539 vsize=450092 CPUtime=4700.85 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 352 0 0 0 468619 1466 0 0 21 0 8 0 740129992 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=547] ppid=539 vsize=450092 CPUtime=4710.9 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 292 0 0 0 469762 1328 0 0 20 0 8 0 740129992 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=548] ppid=539 vsize=450092 CPUtime=4699.72 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 1569 0 0 0 468698 1274 0 0 25 0 8 0 740129992 460894208 6866 33554432000 4194304 4964800 140733886914032 18446744073709551615 4653197 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37631.9
Current children cumulated vsize (KiB) 450092

[startup+4782.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/425 702
/proc/meminfo: memFree=21152944/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=450092 CPUtime=38110.1 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 6944 0 0 0 3800114 10891 0 0 25 0 8 0 740129991 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670423 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/541/statm: 112523 6870 468 189 0 106872 0
[pid=541/tid=542] ppid=539 vsize=450092 CPUtime=4762.88 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 1861 0 0 0 475038 1250 0 0 25 0 8 0 740129992 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=541/tid=543] ppid=539 vsize=450092 CPUtime=4761.1 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 426 0 0 0 474547 1563 0 0 25 0 8 0 740129992 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320989 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=544] ppid=539 vsize=450092 CPUtime=4766.65 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 248 0 0 0 475352 1313 0 0 19 0 8 0 740129992 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4658618 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=541/tid=545] ppid=539 vsize=450092 CPUtime=4760.74 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 390 0 0 0 474633 1441 0 0 23 0 8 0 740129992 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4332341 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=450092 CPUtime=4760.63 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 352 0 0 0 474580 1483 0 0 25 0 8 0 740129992 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=547] ppid=539 vsize=450092 CPUtime=4770.85 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 292 0 0 0 475741 1344 0 0 25 0 8 0 740129992 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4660123 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=548] ppid=539 vsize=450092 CPUtime=4759.57 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 1572 0 0 0 474666 1291 0 0 25 0 8 0 740129992 460894208 6870 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38110.1
Current children cumulated vsize (KiB) 450092

[startup+4842.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/425 703
/proc/meminfo: memFree=21152896/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=450092 CPUtime=38588.2 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 6955 0 0 0 3847795 11022 0 0 25 0 8 0 740129991 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670295 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/541/statm: 112523 6881 468 189 0 106872 0
[pid=541/tid=542] ppid=539 vsize=450092 CPUtime=4822.76 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 1861 0 0 0 481009 1267 0 0 25 0 8 0 740129992 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668672 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=541/tid=543] ppid=539 vsize=450092 CPUtime=4821 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 426 0 0 0 480519 1581 0 0 19 0 8 0 740129992 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=544] ppid=539 vsize=450092 CPUtime=4826 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 248 0 0 0 481272 1328 0 0 25 0 8 0 740129992 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4653198 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=545] ppid=539 vsize=450092 CPUtime=4820.49 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 390 0 0 0 480591 1458 0 0 25 0 8 0 740129992 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=450092 CPUtime=4820.3 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 353 0 0 0 480529 1501 0 0 25 0 8 0 740129992 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=541/tid=547] ppid=539 vsize=450092 CPUtime=4830.8 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 293 0 0 0 481722 1358 0 0 22 0 8 0 740129992 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4668619 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=548] ppid=539 vsize=450092 CPUtime=4819.38 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 1581 0 0 0 480631 1307 0 0 25 0 8 0 740129992 460894208 6881 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670658 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38588.2
Current children cumulated vsize (KiB) 450092

[startup+4902.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/425 705
/proc/meminfo: memFree=21152856/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=450092 CPUtime=39066.2 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 6960 0 0 0 3895463 11160 0 0 22 0 8 0 740129991 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4364593 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/541/statm: 112523 6886 468 189 0 106872 0
[pid=541/tid=542] ppid=539 vsize=450092 CPUtime=4882.61 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 1861 0 0 0 486978 1283 0 0 25 0 8 0 740129992 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=541/tid=543] ppid=539 vsize=450092 CPUtime=4880.88 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 426 0 0 0 486487 1601 0 0 25 0 8 0 740129992 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=544] ppid=539 vsize=450092 CPUtime=4885.13 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 248 0 0 0 487168 1345 0 0 25 0 8 0 740129992 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=545] ppid=539 vsize=450092 CPUtime=4880.23 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 390 0 0 0 486547 1476 0 0 25 0 8 0 740129992 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4379983 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=450092 CPUtime=4880.21 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 353 0 0 0 486502 1519 0 0 21 0 8 0 740129992 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=541/tid=547] ppid=539 vsize=450092 CPUtime=4890.75 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 293 0 0 0 487698 1377 0 0 25 0 8 0 740129992 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=548] ppid=539 vsize=450092 CPUtime=4879.19 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 1585 0 0 0 486596 1323 0 0 25 0 8 0 740129992 460894208 6886 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39066.2
Current children cumulated vsize (KiB) 450092

[startup+4962.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/425 706
/proc/meminfo: memFree=21152804/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=450092 CPUtime=39544.3 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 6965 0 0 0 3943137 11293 0 0 21 0 8 0 740129991 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905052916 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/541/statm: 112523 6891 468 189 0 106872 0
[pid=541/tid=542] ppid=539 vsize=450092 CPUtime=4941.86 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 1861 0 0 0 492887 1299 0 0 25 0 8 0 740129992 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670407 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=543] ppid=539 vsize=450092 CPUtime=4940.77 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 426 0 0 0 492460 1617 0 0 25 0 8 0 740129992 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=541/tid=544] ppid=539 vsize=450092 CPUtime=4944.85 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 248 0 0 0 493125 1360 0 0 25 0 8 0 740129992 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=541/tid=545] ppid=539 vsize=450092 CPUtime=4940.01 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 391 0 0 0 492505 1496 0 0 25 0 8 0 740129992 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320989 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=450092 CPUtime=4940.09 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 353 0 0 0 492472 1537 0 0 25 0 8 0 740129992 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=541/tid=547] ppid=539 vsize=450092 CPUtime=4950.69 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 297 0 0 0 493675 1394 0 0 19 0 8 0 740129992 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=548] ppid=539 vsize=450092 CPUtime=4938.99 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 1585 0 0 0 492561 1338 0 0 25 0 8 0 740129992 460894208 6891 33554432000 4194304 4964800 140733886914032 18446744073709551615 4325296 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39544.3
Current children cumulated vsize (KiB) 450092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5019.5 s]
/proc/loadavg: 8.05 8.04 8.00 9/425 708
/proc/meminfo: memFree=21152620/32950928 swapFree=65730872/67111528
[pid=541] ppid=539 vsize=450092 CPUtime=40000.1 cores=0-7
/proc/541/stat : 541 (claspmt) R 539 541 32630 0 -1 4202496 6980 0 0 0 3988582 11427 0 0 25 0 8 0 740129991 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670295 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/541/statm: 112523 6906 468 189 0 106872 0
[pid=541/tid=542] ppid=539 vsize=450092 CPUtime=4998.17 cores=0-7
/proc/541/task/542/stat : 542 (claspmt) R 539 541 32630 0 -1 4202560 1861 0 0 0 498502 1315 0 0 25 0 8 0 740129992 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 4364704 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=541/tid=543] ppid=539 vsize=450092 CPUtime=4997.85 cores=0-7
/proc/541/task/543/stat : 543 (claspmt) R 539 541 32630 0 -1 4202560 428 0 0 0 498149 1636 0 0 21 0 8 0 740129992 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 4660384 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=541/tid=544] ppid=539 vsize=450092 CPUtime=5001.97 cores=0-7
/proc/541/task/544/stat : 544 (claspmt) R 539 541 32630 0 -1 4202560 249 0 0 0 498820 1377 0 0 25 0 8 0 740129992 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 4319910 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=541/tid=545] ppid=539 vsize=450092 CPUtime=4997.03 cores=0-7
/proc/541/task/545/stat : 545 (claspmt) R 539 541 32630 0 -1 4202560 391 0 0 0 498189 1514 0 0 19 0 8 0 740129992 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=541/tid=546] ppid=539 vsize=450092 CPUtime=4997.2 cores=0-7
/proc/541/task/546/stat : 546 (claspmt) R 539 541 32630 0 -1 4202560 353 0 0 0 498164 1556 0 0 18 0 8 0 740129992 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 260905499167 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=541/tid=547] ppid=539 vsize=450092 CPUtime=5007.85 cores=0-7
/proc/541/task/547/stat : 547 (claspmt) R 539 541 32630 0 -1 4202560 297 0 0 0 499375 1410 0 0 22 0 8 0 740129992 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=541/tid=548] ppid=539 vsize=450092 CPUtime=4996.04 cores=0-7
/proc/541/task/548/stat : 548 (claspmt) R 539 541 32630 0 -1 4202560 1597 0 0 0 498250 1354 0 0 19 0 8 0 740129992 460894208 6906 33554432000 4194304 4964800 140733886914032 18446744073709551615 4321020 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 450092

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

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

Child status: 0
Real time (s): 5019.53
CPU time (s): 40000.2
CPU user time (s): 39886
CPU system time (s): 114.278
CPU usage (%): 796.893
Max. virtual memory (cumulated for all children) (KiB): 450092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39886
system time used= 114.278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6991
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= 16976614
involuntary context switches= 186545

runsolver used 20.6189 second user time and 47.6878 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-16 00:36:33
IDJOB=3380983
IDBENCH=83143
IDSOLVER=1865
FILE ID=node116/3380983-1305498993
RUNJOBID= node116-1305493714-32644
PBS_JOBID= 13325428
Free space on /tmp= 73140 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n150-s89334302-unsat.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-3380983-1305498993/watcher-3380983-1305498993 -o /tmp/evaluation-result-3380983-1305498993/solver-3380983-1305498993 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380983-1305498993.cnf

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

MD5SUM BENCH= e0b064ae815c6a8bb8a9898180562bec
RANDOM SEED=774869479

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.77
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.826
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.826
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.826
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:      21181580 kB
Buffers:        152780 kB
Cached:        1342416 kB
SwapCached:      12348 kB
Active:       10562604 kB
Inactive:       970056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21181580 kB
SwapTotal:    67111528 kB
SwapFree:     65730872 kB
Dirty:             788 kB
Writeback:           0 kB
AnonPages:    10035764 kB
Mapped:          20028 kB
Slab:           113440 kB
PageTables:      52288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113392224 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= 73136 MiB
End job on node116 at 2011-05-16 02:00:15