Trace number 3322431

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 673.802 84.4963

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark197.81
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...385378/instance-3322431-1304385378.cnf
0.09/0.10	c Solving...
673.33/84.49	s UNSATISFIABLE
673.33/84.49	
673.33/84.49	c Models        : 0     
673.33/84.49	c Time          : 84.464s (Solving: 84.36s 1st Model: 0.00s Unsat: 84.36s)
673.33/84.49	c CPU Time      : 673.760s

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

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

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


[startup+0 s]
/proc/loadavg: 7.07 7.85 7.93 1/342 8256
/proc/meminfo: memFree=17684016/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=23044 CPUtime=0 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 1174 0 0 0 0 0 0 0 25 0 1 0 530953902 23597056 991 33554432000 4194304 4964704 140736069005728 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/8256/statm: 5761 992 398 189 0 635 0

[startup+0.0954089 s]
/proc/loadavg: 7.07 7.85 7.93 1/342 8256
/proc/meminfo: memFree=17684016/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=24244 CPUtime=0.09 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 1471 0 0 0 9 0 0 0 25 0 1 0 530953902 24825856 1288 33554432000 4194304 4964704 140736069005728 18446744073709551615 4607648 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/8256/statm: 6061 1288 403 189 0 935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24244

[startup+0.100399 s]
/proc/loadavg: 7.07 7.85 7.93 1/342 8256
/proc/meminfo: memFree=17684016/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=24244 CPUtime=0.09 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 1471 0 0 0 9 0 0 0 25 0 1 0 530953902 24825856 1288 33554432000 4194304 4964704 140736069005728 18446744073709551615 4607616 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/8256/statm: 6061 1288 403 189 0 935 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24244

[startup+0.300323 s]
/proc/loadavg: 7.07 7.85 7.93 1/342 8256
/proc/meminfo: memFree=17684016/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=320776 CPUtime=1.58 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 4545 0 0 0 157 1 0 0 25 0 8 0 530953902 328474624 4033 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669192 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 80194 4033 464 189 0 74543 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 320776

[startup+0.700254 s]
/proc/loadavg: 7.07 7.85 7.93 1/342 8256
/proc/meminfo: memFree=17684016/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=321460 CPUtime=4.78 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 5302 0 0 0 477 1 0 0 25 0 8 0 530953902 329175040 4790 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 80365 4790 464 189 0 74714 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 321460

[startup+1.50111 s]
/proc/loadavg: 7.07 7.85 7.93 9/350 8264
/proc/meminfo: memFree=17665732/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=321868 CPUtime=11.17 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 6068 0 0 0 1115 2 0 0 25 0 8 0 530953902 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4320897 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 80467 5556 464 189 0 74816 0
[pid=8256/tid=8258] ppid=8254 vsize=321868 CPUtime=1.38 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 574 0 0 0 138 0 0 0 19 0 8 0 530953913 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=321868 CPUtime=1.37 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 715 0 0 0 137 0 0 0 19 0 8 0 530953913 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=321868 CPUtime=1.37 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 463 0 0 0 137 0 0 0 19 0 8 0 530953913 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4361326 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=321868 CPUtime=1.38 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 604 0 0 0 138 0 0 0 19 0 8 0 530953913 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4663288 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=321868 CPUtime=1.38 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 543 0 0 0 138 0 0 0 20 0 8 0 530953913 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670288 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=321868 CPUtime=1.38 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 526 0 0 0 138 0 0 0 19 0 8 0 530953913 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4660057 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=321868 CPUtime=1.38 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 635 0 0 0 138 0 0 0 18 0 8 0 530953913 329592832 5556 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 321868

[startup+3.10083 s]
/proc/loadavg: 7.07 7.85 7.93 9/350 8264
/proc/meminfo: memFree=17661392/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=323156 CPUtime=23.95 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 7496 0 0 0 2392 3 0 0 25 0 8 0 530953902 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 80789 6984 464 189 0 75138 0
[pid=8256/tid=8258] ppid=8254 vsize=323156 CPUtime=2.98 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 749 0 0 0 298 0 0 0 25 0 8 0 530953913 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668683 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=323156 CPUtime=2.95 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 1012 0 0 0 295 0 0 0 25 0 8 0 530953913 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=323156 CPUtime=2.97 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 587 0 0 0 297 0 0 0 24 0 8 0 530953913 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4342199 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=323156 CPUtime=2.98 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 820 0 0 0 298 0 0 0 25 0 8 0 530953913 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=323156 CPUtime=2.98 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 658 0 0 0 298 0 0 0 19 0 8 0 530953913 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=323156 CPUtime=2.98 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 662 0 0 0 298 0 0 0 25 0 8 0 530953913 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=323156 CPUtime=2.97 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 813 0 0 0 297 0 0 0 19 0 8 0 530953913 330911744 6984 33554432000 4194304 4964704 140736069005728 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.95
Current children cumulated vsize (KiB) 323156

[startup+6.30127 s]
/proc/loadavg: 7.14 7.85 7.93 9/350 8264
/proc/meminfo: memFree=17653348/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=324756 CPUtime=49.52 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 9084 0 0 0 4948 4 0 0 25 0 8 0 530953902 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670565 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 81189 8572 466 189 0 75538 0
[pid=8256/tid=8258] ppid=8254 vsize=324756 CPUtime=6.18 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 1022 0 0 0 618 0 0 0 25 0 8 0 530953913 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=324756 CPUtime=6.12 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 1363 0 0 0 612 0 0 0 25 0 8 0 530953913 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=324756 CPUtime=6.17 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 754 0 0 0 617 0 0 0 25 0 8 0 530953913 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670049 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=324756 CPUtime=6.18 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 1035 0 0 0 617 1 0 0 25 0 8 0 530953913 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 255106873887 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=324756 CPUtime=6.18 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 797 0 0 0 618 0 0 0 25 0 8 0 530953913 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 255106873887 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=324756 CPUtime=6.18 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 791 0 0 0 618 0 0 0 25 0 8 0 530953913 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 255106873887 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=324756 CPUtime=6.17 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 970 0 0 0 617 0 0 0 25 0 8 0 530953913 332550144 8572 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.52
Current children cumulated vsize (KiB) 324756

[startup+12.7011 s]
/proc/loadavg: 7.21 7.85 7.93 9/350 8265
/proc/meminfo: memFree=17646076/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=326632 CPUtime=100.62 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 10992 0 0 0 10056 6 0 0 25 0 8 0 530953902 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668527 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 81658 10480 466 189 0 76007 0
[pid=8256/tid=8258] ppid=8254 vsize=326632 CPUtime=12.57 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 1438 0 0 0 1257 0 0 0 25 0 8 0 530953913 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=326632 CPUtime=12.44 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 1726 0 0 0 1244 0 0 0 25 0 8 0 530953913 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=326632 CPUtime=12.57 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 938 0 0 0 1257 0 0 0 25 0 8 0 530953913 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=326632 CPUtime=12.57 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 1362 0 0 0 1256 1 0 0 25 0 8 0 530953913 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=326632 CPUtime=12.58 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 982 0 0 0 1257 1 0 0 25 0 8 0 530953913 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669396 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=326632 CPUtime=12.58 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 903 0 0 0 1258 0 0 0 25 0 8 0 530953913 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=326632 CPUtime=12.56 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 1149 0 0 0 1256 0 0 0 25 0 8 0 530953913 334471168 10480 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.62
Current children cumulated vsize (KiB) 326632

[startup+25.5009 s]
/proc/loadavg: 7.47 7.87 7.93 9/350 8265
/proc/meminfo: memFree=17635204/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=329232 CPUtime=202.85 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 13927 0 0 0 20277 8 0 0 25 0 8 0 530953902 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668592 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 82308 13412 466 189 0 76657 0
[pid=8256/tid=8258] ppid=8254 vsize=329232 CPUtime=25.37 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2056 0 0 0 2536 1 0 0 25 0 8 0 530953913 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=329232 CPUtime=25.09 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 2308 0 0 0 2509 0 0 0 25 0 8 0 530953913 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 255106466464 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=329232 CPUtime=25.36 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1135 0 0 0 2536 0 0 0 25 0 8 0 530953913 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=329232 CPUtime=25.37 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 1818 0 0 0 2536 1 0 0 25 0 8 0 530953913 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=329232 CPUtime=25.37 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 1251 0 0 0 2536 1 0 0 25 0 8 0 530953913 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669416 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=329232 CPUtime=25.37 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1260 0 0 0 2537 0 0 0 25 0 8 0 530953913 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=329232 CPUtime=25.35 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 1370 0 0 0 2535 0 0 0 25 0 8 0 530953913 337133568 13412 33554432000 4194304 4964704 140736069005728 18446744073709551615 4321013 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.85
Current children cumulated vsize (KiB) 329232

[startup+51.1004 s]
/proc/loadavg: 7.65 7.88 7.93 9/350 8266
/proc/meminfo: memFree=17624016/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=332364 CPUtime=407.34 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 16817 0 0 0 40722 12 0 0 25 0 8 0 530953902 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83091 16276 466 189 0 77440 0
[pid=8256/tid=8258] ppid=8254 vsize=332364 CPUtime=50.96 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2588 0 0 0 5095 1 0 0 25 0 8 0 530953913 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=332364 CPUtime=50.42 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 2677 0 0 0 5041 1 0 0 25 0 8 0 530953913 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670269 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=332364 CPUtime=50.96 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1322 0 0 0 5095 1 0 0 25 0 8 0 530953913 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668686 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=332364 CPUtime=50.97 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2396 0 0 0 5095 2 0 0 25 0 8 0 530953913 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669361 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=332364 CPUtime=50.97 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 1743 0 0 0 5095 2 0 0 25 0 8 0 530953913 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4338823 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=332364 CPUtime=50.96 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1438 0 0 0 5096 0 0 0 25 0 8 0 530953913 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=332364 CPUtime=50.96 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 1713 0 0 0 5095 1 0 0 25 0 8 0 530953913 340340736 16276 33554432000 4194304 4964704 140736069005728 18446744073709551615 4320947 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.34

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

/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2471 0 0 0 6375 2 0 0 25 0 8 0 530953913 341196800 17279 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670466 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=333200 CPUtime=63.77 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 1919 0 0 0 6375 2 0 0 25 0 8 0 530953913 341196800 17279 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=333200 CPUtime=63.77 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1490 0 0 0 6376 1 0 0 25 0 8 0 530953913 341196800 17279 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=333200 CPUtime=63.75 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 1790 0 0 0 6374 1 0 0 25 0 8 0 530953913 341196800 17279 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 509.59
Current children cumulated vsize (KiB) 333200

[startup+76.7009 s]
/proc/loadavg: 7.77 7.89 7.93 9/350 8266
/proc/meminfo: memFree=17615704/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=333720 CPUtime=611.84 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 18963 0 0 0 61168 16 0 0 25 0 8 0 530953902 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83430 18411 466 189 0 77779 0
[pid=8256/tid=8258] ppid=8254 vsize=333720 CPUtime=76.56 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2946 0 0 0 7654 2 0 0 25 0 8 0 530953913 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=333720 CPUtime=75.74 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 3141 0 0 0 7573 1 0 0 25 0 8 0 530953913 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 255106466418 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=333720 CPUtime=76.56 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1457 0 0 0 7655 1 0 0 25 0 8 0 530953913 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=333720 CPUtime=76.56 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2689 0 0 0 7654 2 0 0 25 0 8 0 530953913 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=333720 CPUtime=76.56 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 2305 0 0 0 7654 2 0 0 25 0 8 0 530953913 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=333720 CPUtime=76.56 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1518 0 0 0 7655 1 0 0 25 0 8 0 530953913 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669480 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=333720 CPUtime=76.54 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 1908 0 0 0 7653 1 0 0 25 0 8 0 530953913 341729280 18411 33554432000 4194304 4964704 140736069005728 18446744073709551615 4465573 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 611.84
Current children cumulated vsize (KiB) 333720

[startup+79.9003 s]
/proc/loadavg: 7.77 7.89 7.93 9/350 8266
/proc/meminfo: memFree=17614712/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=333876 CPUtime=637.39 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 19094 0 0 0 63723 16 0 0 25 0 8 0 530953902 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669455 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83469 18542 466 189 0 77818 0
[pid=8256/tid=8258] ppid=8254 vsize=333876 CPUtime=79.76 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2984 0 0 0 7974 2 0 0 25 0 8 0 530953913 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=333876 CPUtime=78.9 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 3144 0 0 0 7889 1 0 0 25 0 8 0 530953913 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4660304 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=333876 CPUtime=79.76 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1460 0 0 0 7975 1 0 0 25 0 8 0 530953913 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4660364 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=333876 CPUtime=79.76 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2689 0 0 0 7974 2 0 0 25 0 8 0 530953913 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=333876 CPUtime=79.76 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 2328 0 0 0 7974 2 0 0 25 0 8 0 530953913 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=333876 CPUtime=79.76 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1536 0 0 0 7975 1 0 0 25 0 8 0 530953913 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4324941 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=333876 CPUtime=79.74 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 1953 0 0 0 7973 1 0 0 25 0 8 0 530953913 341889024 18542 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 637.39
Current children cumulated vsize (KiB) 333876

[startup+81.5011 s]
/proc/loadavg: 7.86 7.91 7.94 9/350 8266
/proc/meminfo: memFree=17613472/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=333876 CPUtime=650.17 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 19200 0 0 0 65001 16 0 0 25 0 8 0 530953902 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668472 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83469 18648 466 189 0 77818 0
[pid=8256/tid=8258] ppid=8254 vsize=333876 CPUtime=81.36 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2984 0 0 0 8134 2 0 0 25 0 8 0 530953913 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=333876 CPUtime=80.47 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 3144 0 0 0 8046 1 0 0 25 0 8 0 530953913 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=333876 CPUtime=81.36 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1478 0 0 0 8135 1 0 0 25 0 8 0 530953913 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=333876 CPUtime=81.36 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2747 0 0 0 8134 2 0 0 25 0 8 0 530953913 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=333876 CPUtime=81.36 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 2331 0 0 0 8134 2 0 0 25 0 8 0 530953913 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4321121 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=333876 CPUtime=81.36 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1536 0 0 0 8135 1 0 0 25 0 8 0 530953913 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=333876 CPUtime=81.35 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 1979 0 0 0 8133 2 0 0 25 0 8 0 530953913 341889024 18648 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 650.17
Current children cumulated vsize (KiB) 333876

[startup+83.1008 s]
/proc/loadavg: 7.86 7.91 7.94 9/350 8266
/proc/meminfo: memFree=17613464/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=334016 CPUtime=662.95 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 19294 0 0 0 66279 16 0 0 25 0 8 0 530953902 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4342193 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83504 18742 466 189 0 77853 0
[pid=8256/tid=8258] ppid=8254 vsize=334016 CPUtime=82.96 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2984 0 0 0 8294 2 0 0 25 0 8 0 530953913 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=334016 CPUtime=82.06 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 3144 0 0 0 8205 1 0 0 25 0 8 0 530953913 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=334016 CPUtime=82.96 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1478 0 0 0 8295 1 0 0 25 0 8 0 530953913 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4659143 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=334016 CPUtime=82.96 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2750 0 0 0 8294 2 0 0 25 0 8 0 530953913 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=334016 CPUtime=82.96 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 2338 0 0 0 8294 2 0 0 25 0 8 0 530953913 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=334016 CPUtime=82.96 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1555 0 0 0 8295 1 0 0 25 0 8 0 530953913 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4660755 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=334016 CPUtime=82.95 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 2026 0 0 0 8293 2 0 0 25 0 8 0 530953913 342032384 18742 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 662.95
Current children cumulated vsize (KiB) 334016

[startup+83.9006 s]
/proc/loadavg: 7.86 7.91 7.94 9/350 8266
/proc/meminfo: memFree=17613340/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=334016 CPUtime=669.33 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 19295 0 0 0 66917 16 0 0 25 0 8 0 530953902 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 255106435968 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83504 18743 466 189 0 77853 0
[pid=8256/tid=8258] ppid=8254 vsize=334016 CPUtime=83.76 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2984 0 0 0 8374 2 0 0 25 0 8 0 530953913 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=334016 CPUtime=82.85 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 3144 0 0 0 8284 1 0 0 25 0 8 0 530953913 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=334016 CPUtime=83.76 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1478 0 0 0 8375 1 0 0 25 0 8 0 530953913 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=334016 CPUtime=83.76 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2750 0 0 0 8374 2 0 0 25 0 8 0 530953913 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=334016 CPUtime=83.76 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 2339 0 0 0 8374 2 0 0 25 0 8 0 530953913 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669258 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=334016 CPUtime=83.76 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1555 0 0 0 8375 1 0 0 25 0 8 0 530953913 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=334016 CPUtime=83.75 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 2026 0 0 0 8373 2 0 0 25 0 8 0 530953913 342032384 18743 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 669.33
Current children cumulated vsize (KiB) 334016

[startup+84.3006 s]
/proc/loadavg: 7.86 7.91 7.94 9/350 8266
/proc/meminfo: memFree=17613340/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=334016 CPUtime=672.53 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 19334 0 0 0 67237 16 0 0 25 0 8 0 530953902 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669499 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83504 18782 466 189 0 77853 0
[pid=8256/tid=8258] ppid=8254 vsize=334016 CPUtime=84.16 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2984 0 0 0 8414 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=334016 CPUtime=83.25 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 3179 0 0 0 8324 1 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669423 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=334016 CPUtime=84.16 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1478 0 0 0 8415 1 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=334016 CPUtime=84.16 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2753 0 0 0 8414 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=334016 CPUtime=84.16 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 2339 0 0 0 8414 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=334016 CPUtime=84.16 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1555 0 0 0 8415 1 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670032 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=334016 CPUtime=84.15 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 2026 0 0 0 8413 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 672.53
Current children cumulated vsize (KiB) 334016

[startup+84.4006 s]
/proc/loadavg: 7.86 7.91 7.94 9/350 8266
/proc/meminfo: memFree=17613340/32951124 swapFree=67111448/67111528
[pid=8256] ppid=8254 vsize=334016 CPUtime=673.33 cores=0-7
/proc/8256/stat : 8256 (claspmt) R 8254 8256 8196 0 -1 4202496 19334 0 0 0 67317 16 0 0 25 0 8 0 530953902 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669399 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/8256/statm: 83504 18782 466 189 0 77853 0
[pid=8256/tid=8258] ppid=8254 vsize=334016 CPUtime=84.26 cores=0-7
/proc/8256/task/8258/stat : 8258 (claspmt) R 8254 8256 8196 0 -1 4202560 2984 0 0 0 8424 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=8256/tid=8259] ppid=8254 vsize=334016 CPUtime=83.35 cores=0-7
/proc/8256/task/8259/stat : 8259 (claspmt) R 8254 8256 8196 0 -1 4202560 3179 0 0 0 8334 1 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=8256/tid=8260] ppid=8254 vsize=334016 CPUtime=84.26 cores=0-7
/proc/8256/task/8260/stat : 8260 (claspmt) R 8254 8256 8196 0 -1 4202560 1478 0 0 0 8425 1 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=8256/tid=8261] ppid=8254 vsize=334016 CPUtime=84.26 cores=0-7
/proc/8256/task/8261/stat : 8261 (claspmt) R 8254 8256 8196 0 -1 4202560 2753 0 0 0 8424 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=8256/tid=8262] ppid=8254 vsize=334016 CPUtime=84.26 cores=0-7
/proc/8256/task/8262/stat : 8262 (claspmt) R 8254 8256 8196 0 -1 4202560 2339 0 0 0 8424 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=8256/tid=8263] ppid=8254 vsize=334016 CPUtime=84.26 cores=0-7
/proc/8256/task/8263/stat : 8263 (claspmt) R 8254 8256 8196 0 -1 4202560 1555 0 0 0 8425 1 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670590 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=8256/tid=8264] ppid=8254 vsize=334016 CPUtime=84.25 cores=0-7
/proc/8256/task/8264/stat : 8264 (claspmt) R 8254 8256 8196 0 -1 4202560 2026 0 0 0 8423 2 0 0 25 0 8 0 530953913 342032384 18782 33554432000 4194304 4964704 140736069005728 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 673.33
Current children cumulated vsize (KiB) 334016

Child status: 20
Real time (s): 84.4963
CPU time (s): 673.802
CPU user time (s): 673.629
CPU system time (s): 0.172973
CPU usage (%): 797.433
Max. virtual memory (cumulated for all children) (KiB): 334016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.629
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19345
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= 9836
involuntary context switches= 2965

runsolver used 0.278957 second user time and 0.647901 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-03 03:16:18
IDJOB=3322431
IDBENCH=83196
IDSOLVER=1711
FILE ID=node144/3322431-1304385378
RUNJOBID= node144-1304385375-8210
PBS_JOBID= 13181789
Free space on /tmp= 73504 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.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-3322431-1304385378/watcher-3322431-1304385378 -o /tmp/evaluation-result-3322431-1304385378/solver-3322431-1304385378 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322431-1304385378.cnf

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=748885352

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17684296 kB
Buffers:       2154972 kB
Cached:        5391812 kB
SwapCached:         80 kB
Active:        7909848 kB
Inactive:      6764432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17684296 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            1272 kB
Writeback:          16 kB
AnonPages:     7127080 kB
Mapped:          27048 kB
Slab:           488712 kB
PageTables:      37144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81971836 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= 73504 MiB
End job on node144 at 2011-05-03 03:17:42