Trace number 3321722

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095UNSAT 1061.18 140.035

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.463
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
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 ...366480/instance-3321722-1304366480.cnf
2.09/2.17	c Solving...
1061.13/140.02	s UNSATISFIABLE
1061.13/140.02	
1061.13/140.02	c Models        : 0     
1061.13/140.02	c Time          : 139.856s (Solving: 137.69s 1st Model: 0.00s Unsat: 137.69s)
1061.13/140.02	c CPU Time      : 1060.990s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321722-1304366480/watcher-3321722-1304366480 -o /tmp/evaluation-result-3321722-1304366480/solver-3321722-1304366480 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321722-1304366480.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: 1.23 0.26 0.15 1/230 26205
/proc/meminfo: memFree=6926000/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=26124 CPUtime=0 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 1998 0 0 0 0 0 0 0 21 0 1 0 626878738 26750976 1724 33554432000 4194304 4964704 140734819794480 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26205/statm: 6531 1724 386 189 0 1405 0

[startup+0.106595 s]
/proc/loadavg: 1.23 0.26 0.15 1/230 26205
/proc/meminfo: memFree=6926000/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=41896 CPUtime=0.1 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 7082 0 0 0 9 1 0 0 21 0 1 0 626878738 42901504 5658 33554432000 4194304 4964704 140734819794480 18446744073709551615 251367207621 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26205/statm: 10474 5659 386 189 0 5348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41896

[startup+0.200569 s]
/proc/loadavg: 1.23 0.26 0.15 1/230 26205
/proc/meminfo: memFree=6926000/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=57740 CPUtime=0.19 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 12342 0 0 0 18 1 0 0 21 0 1 0 626878738 59125760 9398 33554432000 4194304 4964704 140734819794480 18446744073709551615 251367207621 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26205/statm: 14435 9401 386 189 0 9309 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 57740

[startup+0.300547 s]
/proc/loadavg: 1.23 0.26 0.15 1/230 26205
/proc/meminfo: memFree=6926000/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=76004 CPUtime=0.29 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 18178 0 0 0 27 2 0 0 22 0 1 0 626878738 77828096 13613 33554432000 4194304 4964704 140734819794480 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26205/statm: 19001 13615 397 189 0 13875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76004

[startup+0.700478 s]
/proc/loadavg: 1.23 0.26 0.15 1/230 26205
/proc/meminfo: memFree=6926000/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=93952 CPUtime=0.69 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 22351 0 0 0 67 2 0 0 23 0 1 0 626878738 96206848 17786 33554432000 4194304 4964704 140734819794480 18446744073709551615 4607513 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26205/statm: 23488 17786 399 189 0 18362 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93952

[startup+1.50033 s]
/proc/loadavg: 1.23 0.26 0.15 2/231 26206
/proc/meminfo: memFree=6856180/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=93952 CPUtime=1.49 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 22352 0 0 0 147 2 0 0 25 0 1 0 626878738 96206848 17787 33554432000 4194304 4964704 140734819794480 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/26205/statm: 23488 17787 399 189 0 18362 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93952

[startup+3.10104 s]
/proc/loadavg: 1.23 0.26 0.15 3/238 26213
/proc/meminfo: memFree=6837540/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=606348 CPUtime=4.07 cores=0-7
/proc/26205/stat : 26205 (claspmt) S 26203 26205 26145 0 -1 4202496 83546 0 0 0 355 52 0 0 18 0 8 0 626878738 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/26205/statm: 151587 76919 443 189 0 145936 0
[pid=26205/tid=26207] ppid=26203 vsize=606348 CPUtime=0.19 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) S 26203 26205 26145 0 -1 4202560 8077 0 0 0 11 8 0 0 17 0 8 0 626878955 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=606348 CPUtime=0.18 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) S 26203 26205 26145 0 -1 4202560 8554 0 0 0 12 6 0 0 16 0 8 0 626878955 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=606348 CPUtime=0.17 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) S 26203 26205 26145 0 -1 4202560 8527 0 0 0 11 6 0 0 17 0 8 0 626878955 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=606348 CPUtime=0.18 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) S 26203 26205 26145 0 -1 4202560 8711 0 0 0 12 6 0 0 17 0 8 0 626878955 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=606348 CPUtime=0.71 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 8530 0 0 0 64 7 0 0 18 0 8 0 626878955 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 4399264 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=606348 CPUtime=0.19 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) S 26203 26205 26145 0 -1 4202560 8509 0 0 0 13 6 0 0 17 0 8 0 626878955 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=606348 CPUtime=0.2 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) S 26203 26205 26145 0 -1 4202560 7716 0 0 0 14 6 0 0 17 0 8 0 626878955 620900352 76919 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 606348

[startup+6.30044 s]
/proc/loadavg: 1.53 0.34 0.18 2/238 26213
/proc/meminfo: memFree=6619328/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=606348 CPUtime=7.27 cores=0-7
/proc/26205/stat : 26205 (claspmt) S 26203 26205 26145 0 -1 4202496 83591 0 0 0 675 52 0 0 18 0 8 0 626878738 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/26205/statm: 151587 76964 443 189 0 145936 0
[pid=26205/tid=26207] ppid=26203 vsize=606348 CPUtime=0.19 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) S 26203 26205 26145 0 -1 4202560 8077 0 0 0 11 8 0 0 17 0 8 0 626878955 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=606348 CPUtime=0.18 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) S 26203 26205 26145 0 -1 4202560 8554 0 0 0 12 6 0 0 16 0 8 0 626878955 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=606348 CPUtime=0.17 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) S 26203 26205 26145 0 -1 4202560 8527 0 0 0 11 6 0 0 17 0 8 0 626878955 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=606348 CPUtime=0.18 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) S 26203 26205 26145 0 -1 4202560 8711 0 0 0 12 6 0 0 17 0 8 0 626878955 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=606348 CPUtime=3.91 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 8575 0 0 0 384 7 0 0 25 0 8 0 626878955 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 4402867 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=606348 CPUtime=0.19 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) S 26203 26205 26145 0 -1 4202560 8509 0 0 0 13 6 0 0 17 0 8 0 626878955 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=606348 CPUtime=0.2 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) S 26203 26205 26145 0 -1 4202560 7716 0 0 0 14 6 0 0 17 0 8 0 626878955 620900352 76964 33554432000 4194304 4964704 140734819794480 18446744073709551615 251379362713 0 0 4096 18946 18446604453877524672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 606348

[startup+12.7012 s]
/proc/loadavg: 1.49 0.35 0.18 9/238 26213
/proc/meminfo: memFree=6585932/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=606744 CPUtime=44.75 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 92399 0 0 0 4416 59 0 0 25 0 8 0 626878738 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670176 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 151686 85772 464 189 0 146035 0
[pid=26205/tid=26207] ppid=26203 vsize=606744 CPUtime=4.63 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 9133 0 0 0 455 8 0 0 23 0 8 0 626878955 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=606744 CPUtime=4.63 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 9750 0 0 0 456 7 0 0 23 0 8 0 626878955 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321093 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=606744 CPUtime=4.62 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 9823 0 0 0 455 7 0 0 23 0 8 0 626878955 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670354 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=606744 CPUtime=4.61 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 9751 0 0 0 455 6 0 0 23 0 8 0 626878955 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=606744 CPUtime=10.32 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 8665 0 0 0 1025 7 0 0 25 0 8 0 626878955 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670590 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=606744 CPUtime=4.62 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 9975 0 0 0 454 8 0 0 23 0 8 0 626878955 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=606744 CPUtime=4.65 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 9307 0 0 0 456 9 0 0 23 0 8 0 626878955 621305856 85772 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.75
Current children cumulated vsize (KiB) 606744

[startup+25.5008 s]
/proc/loadavg: 2.93 0.73 0.31 9/238 26213
/proc/meminfo: memFree=6559252/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=608056 CPUtime=147.05 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 99191 0 0 0 14639 66 0 0 25 0 8 0 626878738 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670215 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 152014 92564 466 189 0 146363 0
[pid=26205/tid=26207] ppid=26203 vsize=608056 CPUtime=17.44 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 9502 0 0 0 1735 9 0 0 25 0 8 0 626878955 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=608056 CPUtime=17.42 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 11122 0 0 0 1734 8 0 0 25 0 8 0 626878955 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4677965 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=608056 CPUtime=17.42 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 10982 0 0 0 1734 8 0 0 25 0 8 0 626878955 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=608056 CPUtime=17.42 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 11252 0 0 0 1735 7 0 0 25 0 8 0 626878955 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=608056 CPUtime=23.11 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 8833 0 0 0 2304 7 0 0 25 0 8 0 626878955 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=608056 CPUtime=17.32 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 10695 0 0 0 1723 9 0 0 25 0 8 0 626878955 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=608056 CPUtime=17.45 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 10378 0 0 0 1735 10 0 0 25 0 8 0 626878955 622649344 92564 33554432000 4194304 4964704 140734819794480 18446744073709551615 4365162 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 608056

[startup+51.101 s]
/proc/loadavg: 4.66 1.31 0.51 9/238 26214
/proc/meminfo: memFree=6500012/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=614432 CPUtime=351.66 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 113889 0 0 0 35083 83 0 0 25 0 8 0 626878738 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670255 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 153608 107262 466 189 0 147957 0
[pid=26205/tid=26207] ppid=26203 vsize=614432 CPUtime=43.04 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 10308 0 0 0 4294 10 0 0 25 0 8 0 626878955 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=614432 CPUtime=43.02 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 13628 0 0 0 4292 10 0 0 25 0 8 0 626878955 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=614432 CPUtime=43.02 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 12166 0 0 0 4293 9 0 0 25 0 8 0 626878955 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=614432 CPUtime=43.01 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 13092 0 0 0 4292 9 0 0 25 0 8 0 626878955 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=614432 CPUtime=48.71 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 11744 0 0 0 4860 11 0 0 25 0 8 0 626878955 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=614432 CPUtime=42.74 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 12821 0 0 0 4262 12 0 0 25 0 8 0 626878955 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=614432 CPUtime=43.06 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 12749 0 0 0 4293 13 0 0 25 0 8 0 626878955 629178368 107262 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 351.66
Current children cumulated vsize (KiB) 614432

[startup+102.301 s]
/proc/loadavg: 6.55 2.34 0.90 9/238 26215
/proc/meminfo: memFree=6420960/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689436 CPUtime=760.95 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 133510 0 0 0 75989 106 0 0 25 0 8 0 626878738 705982464 126883 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670255 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172359 126883 466 189 0 166708 0
[pid=26205/tid=26207] ppid=26203 vsize=689436 CPUtime=94.24 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11012 0 0 0 9413 11 0 0 25 0 8 0 626878955 705982464 126883 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321272 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689436 CPUtime=94.23 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 15648 0 0 0 9411 12 0 0 25 0 8 0 626878955 705982464 126883 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689436 CPUtime=94.23 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 13890 0 0 0 9412 11 0 0 25 0 8 0 626878955 705982464 126883 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 2 0 0 0

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


[startup+102.41 s]
/proc/loadavg: 6.55 2.34 0.90 9/238 26215
/proc/meminfo: memFree=6420960/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689436 CPUtime=761.76 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 133535 0 0 0 76070 106 0 0 25 0 8 0 626878738 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670248 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172359 126908 466 189 0 166708 0
[pid=26205/tid=26207] ppid=26203 vsize=689436 CPUtime=94.34 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11012 0 0 0 9423 11 0 0 25 0 8 0 626878955 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689436 CPUtime=94.33 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 15655 0 0 0 9421 12 0 0 25 0 8 0 626878955 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689436 CPUtime=94.33 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 13890 0 0 0 9422 11 0 0 25 0 8 0 626878955 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=689436 CPUtime=94.33 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 15936 0 0 0 9421 12 0 0 25 0 8 0 626878955 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=689436 CPUtime=100.01 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 16440 0 0 0 9986 15 0 0 25 0 8 0 626878955 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=689436 CPUtime=93.67 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 14936 0 0 0 9353 14 0 0 25 0 8 0 626878955 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=689436 CPUtime=94.36 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 17703 0 0 0 9416 20 0 0 25 0 8 0 626878955 705982464 126908 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 761.76
Current children cumulated vsize (KiB) 689436

[startup+115.201 s]
/proc/loadavg: 6.87 2.62 1.02 9/238 26216
/proc/meminfo: memFree=6410532/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689568 CPUtime=864.01 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 136210 0 0 0 86291 110 0 0 25 0 8 0 626878738 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172392 129583 466 189 0 166741 0
[pid=26205/tid=26207] ppid=26203 vsize=689568 CPUtime=107.13 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11068 0 0 0 10702 11 0 0 25 0 8 0 626878955 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689568 CPUtime=107.12 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 15913 0 0 0 10700 12 0 0 25 0 8 0 626878955 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689568 CPUtime=107.12 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 14308 0 0 0 10701 11 0 0 25 0 8 0 626878955 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=689568 CPUtime=107.12 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 16166 0 0 0 10700 12 0 0 25 0 8 0 626878955 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=689568 CPUtime=112.8 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 16963 0 0 0 11264 16 0 0 25 0 8 0 626878955 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=689568 CPUtime=106.37 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 15079 0 0 0 10623 14 0 0 25 0 8 0 626878955 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4668645 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=689568 CPUtime=107.16 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 18682 0 0 0 10693 23 0 0 18 0 8 0 626878955 706117632 129583 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 864.01
Current children cumulated vsize (KiB) 689568

[startup+128.001 s]
/proc/loadavg: 7.12 2.88 1.13 9/238 26216
/proc/meminfo: memFree=6403944/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689568 CPUtime=966.3 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 137811 0 0 0 96518 112 0 0 25 0 8 0 626878738 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172392 131184 466 189 0 166741 0
[pid=26205/tid=26207] ppid=26203 vsize=689568 CPUtime=119.94 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11172 0 0 0 11982 12 0 0 25 0 8 0 626878955 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689568 CPUtime=119.92 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 16596 0 0 0 11979 13 0 0 25 0 8 0 626878955 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689568 CPUtime=119.92 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 14438 0 0 0 11981 11 0 0 25 0 8 0 626878955 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=689568 CPUtime=119.91 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 16286 0 0 0 11979 12 0 0 25 0 8 0 626878955 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4370364 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=689568 CPUtime=125.59 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 17332 0 0 0 12543 16 0 0 25 0 8 0 626878955 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=689568 CPUtime=119.08 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 15186 0 0 0 11894 14 0 0 25 0 8 0 626878955 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=689568 CPUtime=119.96 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 18718 0 0 0 11973 23 0 0 25 0 8 0 626878955 706117632 131184 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 966.3
Current children cumulated vsize (KiB) 689568

[startup+134.401 s]
/proc/loadavg: 7.19 2.96 1.16 9/238 26217
/proc/meminfo: memFree=6403196/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689568 CPUtime=1017.45 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 137965 0 0 0 101632 113 0 0 25 0 8 0 626878738 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670354 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172392 131338 466 189 0 166741 0
[pid=26205/tid=26207] ppid=26203 vsize=689568 CPUtime=126.34 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11172 0 0 0 12622 12 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689568 CPUtime=126.32 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 16618 0 0 0 12618 14 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689568 CPUtime=126.32 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 14442 0 0 0 12621 11 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=689568 CPUtime=126.31 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 16286 0 0 0 12619 12 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=689568 CPUtime=131.99 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 17332 0 0 0 13183 16 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=689568 CPUtime=125.43 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 15186 0 0 0 12529 14 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=689568 CPUtime=126.35 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 18846 0 0 0 12612 23 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1017.45
Current children cumulated vsize (KiB) 689568

[startup+137.609 s]
/proc/loadavg: 7.25 3.05 1.20 9/238 26217
/proc/meminfo: memFree=6403196/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689568 CPUtime=1043.1 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 137965 0 0 0 104197 113 0 0 25 0 8 0 626878738 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4313970 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172392 131338 466 189 0 166741 0
[pid=26205/tid=26207] ppid=26203 vsize=689568 CPUtime=129.55 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11172 0 0 0 12943 12 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689568 CPUtime=129.53 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 16618 0 0 0 12939 14 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689568 CPUtime=129.53 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 14442 0 0 0 12942 11 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=689568 CPUtime=129.52 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 16286 0 0 0 12940 12 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=689568 CPUtime=135.2 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 17332 0 0 0 13504 16 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=689568 CPUtime=128.61 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 15186 0 0 0 12847 14 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=689568 CPUtime=129.56 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 18846 0 0 0 12933 23 0 0 25 0 8 0 626878955 706117632 131338 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1043.1
Current children cumulated vsize (KiB) 689568

[startup+139.201 s]
/proc/loadavg: 7.25 3.05 1.20 9/238 26217
/proc/meminfo: memFree=6403072/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689568 CPUtime=1055.82 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 137966 0 0 0 105469 113 0 0 25 0 8 0 626878738 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670269 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172392 131339 466 189 0 166741 0
[pid=26205/tid=26207] ppid=26203 vsize=689568 CPUtime=131.14 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11172 0 0 0 13102 12 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689568 CPUtime=131.12 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 16619 0 0 0 13098 14 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689568 CPUtime=131.12 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 14442 0 0 0 13101 11 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=689568 CPUtime=131.11 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 16286 0 0 0 13099 12 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=689568 CPUtime=136.79 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 17332 0 0 0 13663 16 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=689568 CPUtime=130.2 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 15186 0 0 0 13006 14 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=689568 CPUtime=131.16 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 18846 0 0 0 13093 23 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1055.82
Current children cumulated vsize (KiB) 689568

[startup+139.601 s]
/proc/loadavg: 7.25 3.05 1.20 9/238 26217
/proc/meminfo: memFree=6403072/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=689568 CPUtime=1059.02 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 137966 0 0 0 105789 113 0 0 25 0 8 0 626878738 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26205/statm: 172392 131339 466 189 0 166741 0
[pid=26205/tid=26207] ppid=26203 vsize=689568 CPUtime=131.54 cores=0-7
/proc/26205/task/26207/stat : 26207 (claspmt) R 26203 26205 26145 0 -1 4202560 11172 0 0 0 13142 12 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670176 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26205/tid=26208] ppid=26203 vsize=689568 CPUtime=131.52 cores=0-7
/proc/26205/task/26208/stat : 26208 (claspmt) R 26203 26205 26145 0 -1 4202560 16619 0 0 0 13138 14 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26205/tid=26209] ppid=26203 vsize=689568 CPUtime=131.52 cores=0-7
/proc/26205/task/26209/stat : 26209 (claspmt) R 26203 26205 26145 0 -1 4202560 14442 0 0 0 13141 11 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26205/tid=26210] ppid=26203 vsize=689568 CPUtime=131.51 cores=0-7
/proc/26205/task/26210/stat : 26210 (claspmt) R 26203 26205 26145 0 -1 4202560 16286 0 0 0 13139 12 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26205/tid=26211] ppid=26203 vsize=689568 CPUtime=137.19 cores=0-7
/proc/26205/task/26211/stat : 26211 (claspmt) R 26203 26205 26145 0 -1 4202560 17332 0 0 0 13703 16 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=26205/tid=26212] ppid=26203 vsize=689568 CPUtime=130.6 cores=0-7
/proc/26205/task/26212/stat : 26212 (claspmt) R 26203 26205 26145 0 -1 4202560 15186 0 0 0 13046 14 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26205/tid=26213] ppid=26203 vsize=689568 CPUtime=131.56 cores=0-7
/proc/26205/task/26213/stat : 26213 (claspmt) R 26203 26205 26145 0 -1 4202560 18846 0 0 0 13133 23 0 0 25 0 8 0 626878955 706117632 131339 33554432000 4194304 4964704 140734819794480 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1059.02
Current children cumulated vsize (KiB) 689568

[startup+140.001 s]
/proc/loadavg: 7.25 3.05 1.20 9/238 26217
/proc/meminfo: memFree=6403072/32950928 swapFree=63349320/67111528
[pid=26205] ppid=26203 vsize=620772 CPUtime=1061.13 cores=0-7
/proc/26205/stat : 26205 (claspmt) R 26203 26205 26145 0 -1 4202496 137976 0 0 0 105998 115 0 0 17 0 1 0 626878738 635670528 127179 33554432000 4194304 4964704 140734819794480 18446744073709551615 4646524 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/26205/statm: 155193 127179 476 189 0 149542 0
Current children cumulated CPU time (s) 1061.13
Current children cumulated vsize (KiB) 620772

Child status: 20
Real time (s): 140.035
CPU time (s): 1061.18
CPU user time (s): 1059.99
CPU system time (s): 1.18282
CPU usage (%): 757.794
Max. virtual memory (cumulated for all children) (KiB): 689568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1059.99
system time used= 1.18282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137977
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= 72335
involuntary context switches= 5060

runsolver used 0.275958 second user time and 0.743886 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-02 22:01:21
IDJOB=3321722
IDBENCH=82501
IDSOLVER=1711
FILE ID=node113/3321722-1304366480
RUNJOBID= node113-1304366468-26159
PBS_JOBID= 13181757
Free space on /tmp= 73540 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_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-3321722-1304366480/watcher-3321722-1304366480 -o /tmp/evaluation-result-3321722-1304366480/solver-3321722-1304366480 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321722-1304366480.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1763433587

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6926280 kB
Buffers:         16092 kB
Cached:         191048 kB
SwapCached:      80324 kB
Active:       14430936 kB
Inactive:     11373892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6926280 kB
SwapTotal:    67111528 kB
SwapFree:     63349320 kB
Dirty:           19472 kB
Writeback:          16 kB
AnonPages:    25527636 kB
Mapped:          12288 kB
Slab:            84820 kB
PageTables:      70652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 33968408 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= 73540 MiB
End job on node113 at 2011-05-02 22:03:41