Trace number 3381173

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095-patched (fixed)UNSAT 1768.45 221.734

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark917.673
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...507600/instance-3381173-1305507600.cnf
0.09/0.19	c Solving...
1768.41/221.73	s UNSATISFIABLE
1768.41/221.73	
1768.41/221.73	c Models        : 0     
1768.41/221.73	c Time          : 221.635s (Solving: 221.44s 1st Model: 0.00s Unsat: 221.44s)
1768.41/221.73	c CPU Time      : 1768.350s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3381173-1305507600/watcher-3381173-1305507600 -o /tmp/evaluation-result-3381173-1305507600/solver-3381173-1305507600 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381173-1305507600.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: 6.81 7.80 7.93 2/300 21938
/proc/meminfo: memFree=15861904/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=22448 CPUtime=0 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 975 0 0 0 0 0 0 0 25 0 1 0 662362751 22986752 812 33554432000 4194304 4964800 140735244229360 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/21938/statm: 5612 813 386 189 0 486 0

[startup+0.0173319 s]
/proc/loadavg: 6.81 7.80 7.93 2/300 21938
/proc/meminfo: memFree=15861904/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=23724 CPUtime=0.01 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 1359 0 0 0 1 0 0 0 25 0 1 0 662362751 24293376 1110 33554432000 4194304 4964800 140735244229360 18446744073709551615 4625038 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/21938/statm: 5931 1110 397 189 0 805 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23724

[startup+0.1003 s]
/proc/loadavg: 6.81 7.80 7.93 2/300 21938
/proc/meminfo: memFree=15861904/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=24080 CPUtime=0.09 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 1445 0 0 0 9 0 0 0 25 0 1 0 662362751 24657920 1196 33554432000 4194304 4964800 140735244229360 18446744073709551615 4607689 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/21938/statm: 6020 1196 399 189 0 894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24080

[startup+0.30736 s]
/proc/loadavg: 6.81 7.80 7.93 2/300 21938
/proc/meminfo: memFree=15861904/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=319772 CPUtime=1.14 cores=0-7
/proc/21938/stat : 21938 (claspmt) S 21936 21938 21912 0 -1 4202496 4615 0 0 0 113 1 0 0 18 0 8 0 662362751 327446528 4271 33554432000 4194304 4964800 140735244229360 18446744073709551615 218371062254 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 80075 4904 464 189 0 74424 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 319772

[startup+0.740538 s]
/proc/loadavg: 6.81 7.80 7.93 2/300 21938
/proc/meminfo: memFree=15861904/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=455264 CPUtime=5.78 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 12647 0 0 0 572 6 0 0 18 0 8 0 662362751 466190336 12303 33554432000 4194304 4964800 140735244229360 18446744073709551615 218370618401 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 113816 12303 464 189 0 108165 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 455264

[startup+1.50101 s]
/proc/loadavg: 6.81 7.80 7.93 9/308 21946
/proc/meminfo: memFree=15808156/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=456488 CPUtime=10.42 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 14769 0 0 0 1035 7 0 0 19 0 8 0 662362751 467443712 14425 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670335 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 114122 14425 464 189 0 108471 0
[pid=21938/tid=21940] ppid=21936 vsize=456488 CPUtime=1.26 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 1441 0 0 0 126 0 0 0 19 0 8 0 662362771 467443712 14425 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=456488 CPUtime=1.27 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 1312 0 0 0 127 0 0 0 19 0 8 0 662362771 467443712 14425 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=456488 CPUtime=1.27 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 1650 0 0 0 127 0 0 0 19 0 8 0 662362771 467443712 14426 33554432000 4194304 4964800 140735244229360 18446744073709551615 4660130 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=456488 CPUtime=1.27 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 1654 0 0 0 127 0 0 0 19 0 8 0 662362771 467443712 14426 33554432000 4194304 4964800 140735244229360 18446744073709551615 4669033 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=456488 CPUtime=1.28 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 2006 0 0 0 127 1 0 0 19 0 8 0 662362771 467443712 14426 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=456488 CPUtime=1.27 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 1462 0 0 0 126 1 0 0 19 0 8 0 662362771 467443712 14426 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=456488 CPUtime=1.27 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 2197 0 0 0 127 0 0 0 19 0 8 0 662362771 467443712 14426 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 456488

[startup+3.10073 s]
/proc/loadavg: 6.81 7.80 7.93 9/308 21946
/proc/meminfo: memFree=15795384/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=457876 CPUtime=23.2 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 18984 0 0 0 2312 8 0 0 24 0 8 0 662362751 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321020 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 114469 18640 466 189 0 108818 0
[pid=21938/tid=21940] ppid=21936 vsize=457876 CPUtime=2.86 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 1592 0 0 0 286 0 0 0 23 0 8 0 662362771 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4653307 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=457876 CPUtime=2.87 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 1821 0 0 0 287 0 0 0 24 0 8 0 662362771 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4644910 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=457876 CPUtime=2.87 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 2111 0 0 0 287 0 0 0 24 0 8 0 662362771 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=457876 CPUtime=2.86 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 2072 0 0 0 286 0 0 0 24 0 8 0 662362771 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4627910 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=457876 CPUtime=2.86 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 2609 0 0 0 285 1 0 0 24 0 8 0 662362771 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321076 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=457876 CPUtime=2.86 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 1582 0 0 0 285 1 0 0 23 0 8 0 662362771 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=457876 CPUtime=2.87 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 3469 0 0 0 286 1 0 0 23 0 8 0 662362771 468865024 18640 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 457876

[startup+6.30116 s]
/proc/loadavg: 6.91 7.80 7.93 9/308 21947
/proc/meminfo: memFree=15773168/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=461464 CPUtime=48.76 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 24077 0 0 0 4866 10 0 0 25 0 8 0 662362751 472539136 23733 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320981 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 115366 23734 466 189 0 109715 0
[pid=21938/tid=21940] ppid=21936 vsize=461464 CPUtime=6.06 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 2086 0 0 0 606 0 0 0 25 0 8 0 662362771 472539136 23734 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=461464 CPUtime=6.07 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 2209 0 0 0 607 0 0 0 25 0 8 0 662362771 472539136 23734 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=461464 CPUtime=6.07 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 2361 0 0 0 607 0 0 0 25 0 8 0 662362771 472539136 23734 33554432000 4194304 4964800 140735244229360 18446744073709551615 4653491 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=461464 CPUtime=6.07 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 2931 0 0 0 606 1 0 0 25 0 8 0 662362771 472539136 23734 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=461464 CPUtime=6.03 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 3626 0 0 0 602 1 0 0 25 0 8 0 662362771 472539136 23734 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320993 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=461464 CPUtime=6.06 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 2047 0 0 0 605 1 0 0 25 0 8 0 662362771 472539136 23734 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=461464 CPUtime=6.06 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 4701 0 0 0 605 1 0 0 25 0 8 0 662362771 472539136 23734 33554432000 4194304 4964800 140735244229360 18446744073709551615 218370618401 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (KiB) 461464

[startup+12.701 s]
/proc/loadavg: 6.99 7.81 7.93 9/308 21947
/proc/meminfo: memFree=15737736/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=464868 CPUtime=99.89 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 32166 0 0 0 9974 15 0 0 25 0 8 0 662362751 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321038 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 116217 31822 466 189 0 110566 0
[pid=21938/tid=21940] ppid=21936 vsize=464868 CPUtime=12.46 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 3128 0 0 0 1245 1 0 0 25 0 8 0 662362771 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=464868 CPUtime=12.48 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 3058 0 0 0 1247 1 0 0 25 0 8 0 662362771 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=464868 CPUtime=12.47 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 3281 0 0 0 1246 1 0 0 25 0 8 0 662362771 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=464868 CPUtime=12.47 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 4025 0 0 0 1246 1 0 0 25 0 8 0 662362771 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=464868 CPUtime=12.36 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 4741 0 0 0 1234 2 0 0 25 0 8 0 662362771 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4673285 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=464868 CPUtime=12.46 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 2418 0 0 0 1245 1 0 0 25 0 8 0 662362771 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=464868 CPUtime=12.46 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 6438 0 0 0 1244 2 0 0 25 0 8 0 662362771 476024832 31822 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.89
Current children cumulated vsize (KiB) 464868

[startup+25.5007 s]
/proc/loadavg: 7.22 7.82 7.93 9/308 21947
/proc/meminfo: memFree=15690020/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=471488 CPUtime=202.22 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 44322 0 0 0 20198 24 0 0 25 0 8 0 662362751 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670520 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 117872 43978 466 189 0 112221 0
[pid=21938/tid=21940] ppid=21936 vsize=471488 CPUtime=25.27 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 4253 0 0 0 2524 3 0 0 25 0 8 0 662362771 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=471488 CPUtime=25.28 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 4882 0 0 0 2527 1 0 0 25 0 8 0 662362771 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=471488 CPUtime=25.28 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 4456 0 0 0 2526 2 0 0 25 0 8 0 662362771 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=471488 CPUtime=25.27 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 5114 0 0 0 2525 2 0 0 25 0 8 0 662362771 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=471488 CPUtime=25.04 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 6047 0 0 0 2501 3 0 0 25 0 8 0 662362771 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=471488 CPUtime=25.27 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 4146 0 0 0 2525 2 0 0 25 0 8 0 662362771 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4332341 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=471488 CPUtime=25.27 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 9173 0 0 0 2522 5 0 0 25 0 8 0 662362771 482803712 43978 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.22
Current children cumulated vsize (KiB) 471488

[startup+51.1012 s]
/proc/loadavg: 7.48 7.83 7.93 9/308 21948
/proc/meminfo: memFree=15628496/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=480904 CPUtime=406.66 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 59721 0 0 0 40631 35 0 0 25 0 8 0 662362751 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 120226 59335 466 189 0 114575 0
[pid=21938/tid=21940] ppid=21936 vsize=480904 CPUtime=50.85 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 6134 0 0 0 5081 4 0 0 25 0 8 0 662362771 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=480904 CPUtime=50.87 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 7279 0 0 0 5085 2 0 0 25 0 8 0 662362771 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=480904 CPUtime=50.86 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 5693 0 0 0 5084 2 0 0 25 0 8 0 662362771 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=480904 CPUtime=50.86 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 6922 0 0 0 5082 4 0 0 25 0 8 0 662362771 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=480904 CPUtime=50.38 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 7572 0 0 0 5034 4 0 0 25 0 8 0 662362771 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=480904 CPUtime=50.85 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 5757 0 0 0 5081 4 0 0 25 0 8 0 662362771 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4332375 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=480904 CPUtime=50.86 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 12082 0 0 0 5079 7 0 0 25 0 8 0 662362771 492445696 59335 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.66

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

[pid=21938/tid=21943] ppid=21936 vsize=568704 CPUtime=179.11 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10691 0 0 0 17904 7 0 0 25 0 8 0 662362771 582352896 105627 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=568704 CPUtime=177.41 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11423 0 0 0 17732 9 0 0 25 0 8 0 662362771 582352896 105627 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=568704 CPUtime=179.15 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 10795 0 0 0 17905 10 0 0 25 0 8 0 662362771 582352896 105627 33554432000 4194304 4964800 140735244229360 18446744073709551615 218370618401 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=568704 CPUtime=179.16 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 19759 0 0 0 17902 14 0 0 25 0 8 0 662362771 582352896 105627 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1431.68
Current children cumulated vsize (KiB) 568704

[startup+205.001 s]
/proc/loadavg: 8.02 7.93 7.94 9/308 21963
/proc/meminfo: memFree=15432816/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=572680 CPUtime=1636.21 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 108947 0 0 0 163543 78 0 0 25 0 8 0 662362751 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 143170 107691 466 189 0 137519 0
[pid=21938/tid=21940] ppid=21936 vsize=572680 CPUtime=204.73 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 12893 0 0 0 20463 10 0 0 25 0 8 0 662362771 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4660139 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=572680 CPUtime=204.76 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 14977 0 0 0 20472 4 0 0 25 0 8 0 662362771 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=572680 CPUtime=204.74 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 13603 0 0 0 20463 11 0 0 25 0 8 0 662362771 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=572680 CPUtime=204.71 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10719 0 0 0 20464 7 0 0 25 0 8 0 662362771 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=572680 CPUtime=202.74 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11521 0 0 0 20265 9 0 0 25 0 8 0 662362771 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=572680 CPUtime=204.74 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 10970 0 0 0 20464 10 0 0 25 0 8 0 662362771 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=572680 CPUtime=204.75 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 20170 0 0 0 20461 14 0 0 25 0 8 0 662362771 586424320 107691 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1636.21
Current children cumulated vsize (KiB) 572680

[startup+211.401 s]
/proc/loadavg: 8.02 7.93 7.94 9/308 21963
/proc/meminfo: memFree=15432200/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=573520 CPUtime=1687.43 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 109178 0 0 0 168665 78 0 0 25 0 8 0 662362751 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320944 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 143380 107922 466 189 0 137729 0
[pid=21938/tid=21940] ppid=21936 vsize=573520 CPUtime=211.14 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 12916 0 0 0 21104 10 0 0 25 0 8 0 662362771 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=573520 CPUtime=211.17 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 14979 0 0 0 21113 4 0 0 25 0 8 0 662362771 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=573520 CPUtime=211.15 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 13604 0 0 0 21104 11 0 0 25 0 8 0 662362771 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=573520 CPUtime=211.12 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10734 0 0 0 21105 7 0 0 25 0 8 0 662362771 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=573520 CPUtime=209.09 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11707 0 0 0 20900 9 0 0 25 0 8 0 662362771 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=573520 CPUtime=211.16 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 10973 0 0 0 21106 10 0 0 25 0 8 0 662362771 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=573520 CPUtime=211.17 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 20170 0 0 0 21103 14 0 0 25 0 8 0 662362771 587284480 107922 33554432000 4194304 4964800 140735244229360 18446744073709551615 4313818 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1687.43
Current children cumulated vsize (KiB) 573520

[startup+217.801 s]
/proc/loadavg: 8.10 7.95 7.95 10/309 21964
/proc/meminfo: memFree=15423636/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=573520 CPUtime=1738.37 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 109577 0 0 0 173758 79 0 0 25 0 8 0 662362751 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321029 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 143380 108321 466 189 0 137729 0
[pid=21938/tid=21940] ppid=21936 vsize=573520 CPUtime=217.53 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 13093 0 0 0 21743 10 0 0 25 0 8 0 662362771 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=573520 CPUtime=217.56 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 15019 0 0 0 21752 4 0 0 25 0 8 0 662362771 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=573520 CPUtime=217.43 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 13607 0 0 0 21731 12 0 0 25 0 8 0 662362771 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=573520 CPUtime=217.5 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10743 0 0 0 21743 7 0 0 25 0 8 0 662362771 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320924 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=573520 CPUtime=215.42 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11867 0 0 0 21533 9 0 0 25 0 8 0 662362771 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=573520 CPUtime=217.54 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 10977 0 0 0 21744 10 0 0 25 0 8 0 662362771 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=573520 CPUtime=217.55 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 20174 0 0 0 21741 14 0 0 25 0 8 0 662362771 587284480 108321 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1738.37
Current children cumulated vsize (KiB) 573520

[startup+219.401 s]
/proc/loadavg: 8.17 7.96 7.95 10/309 21964
/proc/meminfo: memFree=15416440/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=573520 CPUtime=1751.12 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 109594 0 0 0 175032 80 0 0 25 0 8 0 662362751 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 143380 108303 466 189 0 137729 0
[pid=21938/tid=21940] ppid=21936 vsize=573520 CPUtime=219.13 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 13106 0 0 0 21903 10 0 0 25 0 8 0 662362771 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=573520 CPUtime=219.17 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 15019 0 0 0 21913 4 0 0 25 0 8 0 662362771 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670546 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=573520 CPUtime=218.99 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 13608 0 0 0 21887 12 0 0 25 0 8 0 662362771 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=573520 CPUtime=219.11 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10743 0 0 0 21904 7 0 0 25 0 8 0 662362771 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=573520 CPUtime=217 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11870 0 0 0 21691 9 0 0 25 0 8 0 662362771 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=573520 CPUtime=219.15 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 10977 0 0 0 21905 10 0 0 25 0 8 0 662362771 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4321099 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=573520 CPUtime=219.15 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 20174 0 0 0 21901 14 0 0 25 0 8 0 662362771 587284480 108303 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1751.12
Current children cumulated vsize (KiB) 573520

[startup+221.001 s]
/proc/loadavg: 8.17 7.96 7.95 10/309 21964
/proc/meminfo: memFree=15416192/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=573520 CPUtime=1763.88 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 109610 0 0 0 176308 80 0 0 25 0 8 0 662362751 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 143380 108319 466 189 0 137729 0
[pid=21938/tid=21940] ppid=21936 vsize=573520 CPUtime=220.73 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 13110 0 0 0 22063 10 0 0 25 0 8 0 662362771 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=573520 CPUtime=220.77 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 15019 0 0 0 22073 4 0 0 25 0 8 0 662362771 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=573520 CPUtime=220.59 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 13608 0 0 0 22047 12 0 0 25 0 8 0 662362771 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=573520 CPUtime=220.7 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10745 0 0 0 22063 7 0 0 25 0 8 0 662362771 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4669476 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=573520 CPUtime=218.59 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11879 0 0 0 21850 9 0 0 25 0 8 0 662362771 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=573520 CPUtime=220.75 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 10977 0 0 0 22065 10 0 0 25 0 8 0 662362771 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=573520 CPUtime=220.72 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 20174 0 0 0 22058 14 0 0 25 0 8 0 662362771 587284480 108319 33554432000 4194304 4964800 140735244229360 18446744073709551615 4669376 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1763.88
Current children cumulated vsize (KiB) 573520

[startup+221.412 s]
/proc/loadavg: 8.17 7.96 7.95 10/309 21964
/proc/meminfo: memFree=15415948/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=573520 CPUtime=1767.13 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 109616 0 0 0 176633 80 0 0 25 0 8 0 662362751 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 4313849 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 143380 108325 466 189 0 137729 0
[pid=21938/tid=21940] ppid=21936 vsize=573520 CPUtime=221.14 cores=0-7
/proc/21938/task/21940/stat : 21940 (claspmt) R 21936 21938 21912 0 -1 4202560 13110 0 0 0 22104 10 0 0 25 0 8 0 662362771 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21938/tid=21941] ppid=21936 vsize=573520 CPUtime=221.17 cores=0-7
/proc/21938/task/21941/stat : 21941 (claspmt) R 21936 21938 21912 0 -1 4202560 15022 0 0 0 22113 4 0 0 25 0 8 0 662362771 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21938/tid=21942] ppid=21936 vsize=573520 CPUtime=221 cores=0-7
/proc/21938/task/21942/stat : 21942 (claspmt) R 21936 21938 21912 0 -1 4202560 13608 0 0 0 22088 12 0 0 25 0 8 0 662362771 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=21938/tid=21943] ppid=21936 vsize=573520 CPUtime=221.11 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10747 0 0 0 22104 7 0 0 25 0 8 0 662362771 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=573520 CPUtime=218.99 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11879 0 0 0 21890 9 0 0 25 0 8 0 662362771 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21938/tid=21945] ppid=21936 vsize=573520 CPUtime=221.16 cores=0-7
/proc/21938/task/21945/stat : 21945 (claspmt) R 21936 21938 21912 0 -1 4202560 10977 0 0 0 22106 10 0 0 25 0 8 0 662362771 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 218370613403 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21938/tid=21946] ppid=21936 vsize=573520 CPUtime=221.11 cores=0-7
/proc/21938/task/21946/stat : 21946 (claspmt) R 21936 21938 21912 0 -1 4202560 20175 0 0 0 22097 14 0 0 25 0 8 0 662362771 587284480 108325 33554432000 4194304 4964800 140735244229360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1767.13
Current children cumulated vsize (KiB) 573520

[startup+221.601 s]
/proc/loadavg: 8.17 7.96 7.95 10/309 21964
/proc/meminfo: memFree=15415948/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=573520 CPUtime=1768.31 cores=0-7
/proc/21938/stat : 21938 (claspmt) S 21936 21938 21912 0 -1 4202496 109617 0 0 0 176751 80 0 0 25 0 3 0 662362751 587284480 108288 33554432000 4194304 4964800 140735244229360 18446744073709551615 218382759909 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/21938/statm: 143380 108288 467 189 0 137729 0
[pid=21938/tid=21943] ppid=21936 vsize=573520 CPUtime=221.3 cores=0-7
/proc/21938/task/21943/stat : 21943 (claspmt) R 21936 21938 21912 0 -1 4202560 10747 0 0 0 22123 7 0 0 18 0 3 0 662362771 587284480 108288 33554432000 4194304 4964800 140735244229360 18446744073709551615 4313849 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21938/tid=21944] ppid=21936 vsize=573520 CPUtime=219.18 cores=0-7
/proc/21938/task/21944/stat : 21944 (claspmt) R 21936 21938 21912 0 -1 4202560 11879 0 0 0 21909 9 0 0 17 0 3 0 662362771 587284480 108288 33554432000 4194304 4964800 140735244229360 18446744073709551615 218370654826 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1768.31
Current children cumulated vsize (KiB) 573520

[startup+221.701 s]
/proc/loadavg: 8.17 7.96 7.95 10/309 21964
/proc/meminfo: memFree=15415948/32951124 swapFree=52307768/67111528
[pid=21938] ppid=21936 vsize=570268 CPUtime=1768.41 cores=0-7
/proc/21938/stat : 21938 (claspmt) R 21936 21938 21912 0 -1 4202496 109626 0 0 0 176761 80 0 0 25 0 1 0 662362751 583954432 106861 33554432000 4194304 4964800 140735244229360 18446744073709551615 218370612505 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/21938/statm: 142567 106861 476 189 0 136916 0
Current children cumulated CPU time (s) 1768.41
Current children cumulated vsize (KiB) 570268

Child status: 20
Real time (s): 221.734
CPU time (s): 1768.45
CPU user time (s): 1767.63
CPU system time (s): 0.826874
CPU usage (%): 797.556
Max. virtual memory (cumulated for all children) (KiB): 573520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.63
system time used= 0.826874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109627
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= 16580
involuntary context switches= 8070

runsolver used 0.629904 second user time and 1.57676 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-16 03:00:00
IDJOB=3381173
IDBENCH=83949
IDSOLVER=1865
FILE ID=node101/3381173-1305507600
RUNJOBID= node101-1305507600-21926
PBS_JOBID= 13325507
Free space on /tmp= 73756 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.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-3381173-1305507600/watcher-3381173-1305507600 -o /tmp/evaluation-result-3381173-1305507600/solver-3381173-1305507600 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381173-1305507600.cnf

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

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=238323828

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15862076 kB
Buffers:        350192 kB
Cached:        6212196 kB
SwapCached:      14848 kB
Active:       11616360 kB
Inactive:      5182164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15862076 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            1276 kB
Writeback:           0 kB
AnonPages:    10233524 kB
Mapped:          15188 kB
Slab:           159716 kB
PageTables:      63684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42581420 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= 73756 MiB
End job on node101 at 2011-05-16 03:03:42