Trace number 4245415

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
R1: choco-solver 5a (2017-07-05)SAT 2109.41 265.842

General information on the benchmark

NameRandom/Random-B-2-26-26/
rand-2-26-26-325-155-2.xml
MD5SUMf524f0f0288a36fdb548674cb0263900
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark51.7556
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":26}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":26}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":325}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245415-1500685977.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4245415-1500685977.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.26	c 8 solvers in parallel
0.00/0.32	c parse instance...
4.39/1.49	c solve instance...
2109.21/265.82	s SATISFIABLE
2109.21/265.82	v <instantiation>
2109.21/265.82	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] </list>
2109.21/265.82	v 	<values>12 1 4 7 16 5 6 14 0 5 4 2 7 4 5 21 17 15 20 2 7 15 23 15 3 9 </values>
2109.21/265.82	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4245415-1500685977/watcher-4245415-1500685977 -o /tmp/evaluation-result-4245415-1500685977/solver-4245415-1500685977 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1278255111 HOME/instance-4245415-1500685977.xml 

pid=32020
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 15.59 15.72 13.55 10/273 32023
/proc/meminfo: memFree=31761360/32770624 swapFree=5700/249968
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0

[startup+0.100138 s]
/proc/loadavg: 15.59 15.72 13.55 10/273 32023
/proc/meminfo: memFree=31761360/32770624 swapFree=5700/249968
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200257 s]
/proc/loadavg: 15.59 15.72 13.55 10/273 32023
/proc/meminfo: memFree=31761360/32770624 swapFree=5700/249968
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300246 s]
/proc/loadavg: 15.59 15.72 13.55 10/273 32023
/proc/meminfo: memFree=31761360/32770624 swapFree=5700/249968
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700177 s]
/proc/loadavg: 15.59 15.72 13.55 10/273 32023
/proc/meminfo: memFree=31761360/32770624 swapFree=5700/249968
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5017 s]
/proc/loadavg: 15.14 15.62 13.53 11/294 32044
/proc/meminfo: memFree=31566076/32770624 swapFree=5700/250044
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
[pid=32024] ppid=32023 vsize=13269256 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/32024/stat : 32024 (java) S 32023 32023 7102 0 -1 1077944320 15617 0 0 0 428 31 0 0 20 0 20 0 3865249 13587718144 90669 33554432000 4194304 4196468 140726440835920 140726440818464 140071298907895 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
/proc/32024/statm: 3317314 90669 3229 1 0 3304547 0
[pid=32024/tid=32025] ppid=32023 vsize=13269256 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32025/stat : 32025 (java) R 32023 32023 7102 0 -1 4202560 6809 0 0 0 133 6 0 0 20 0 20 0 3865249 13587718144 90669 33554432000 4194304 4196468 140726440835920 140071303138176 140071298929242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32027] ppid=32023 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32027/stat : 32027 (java) S 32023 32023 7102 0 -1 1077944384 29 0 0 0 3 2 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140071237872784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32028] ppid=32023 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32028/stat : 32028 (java) S 32023 32023 7102 0 -1 1077944384 26 0 0 0 2 2 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140071236819984 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32029] ppid=32023 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32029/stat : 32029 (java) S 32023 32023 7102 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140071235767184 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32030] ppid=32023 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32030/stat : 32030 (java) S 32023 32023 7102 0 -1 1077944384 36 0 0 0 2 2 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140071234714384 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32031] ppid=32023 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32031/stat : 32031 (java) S 32023 32023 7102 0 -1 1077944384 35 0 0 0 3 3 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140071233661584 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32032] ppid=32023 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32032/stat : 32032 (java) S 32023 32023 7102 0 -1 1077944384 25 0 0 0 2 2 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140071232608784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32033] ppid=32023 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32033/stat : 32033 (java) S 32023 32023 7102 0 -1 1077944384 25 0 0 0 2 2 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070892296592 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32034] ppid=32023 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32034/stat : 32034 (java) S 32023 32023 7102 0 -1 1077944384 26 0 0 0 2 2 0 0 20 0 20 0 3865250 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070891243792 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32035] ppid=32023 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32035/stat : 32035 (java) S 32023 32023 7102 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3865252 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070492298096 140071298919042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32036] ppid=32023 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32036/stat : 32036 (java) S 32023 32023 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3865253 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070491244128 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32037] ppid=32023 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32037/stat : 32037 (java) S 32023 32023 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3865253 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070490191216 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32038] ppid=32023 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32038/stat : 32038 (java) S 32023 32023 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3865257 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070489139536 140071298926491 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32039] ppid=32023 vsize=13269256 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32039/stat : 32039 (java) R 32023 32023 7102 0 -1 4202560 1874 0 0 0 71 1 0 0 20 0 20 0 3865257 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070488076704 140071277312409 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32040] ppid=32023 vsize=13269256 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32040/stat : 32040 (java) R 32023 32023 7102 0 -1 4202560 1797 0 0 0 68 0 0 0 20 0 20 0 3865257 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070487034016 140071276502672 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32041] ppid=32023 vsize=13269256 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32041/stat : 32041 (java) R 32023 32023 7102 0 -1 4202560 1257 0 0 0 65 0 0 0 20 0 20 0 3865257 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070485971680 140071282402145 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32042] ppid=32023 vsize=13269256 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32042/stat : 32042 (java) R 32023 32023 7102 0 -1 4202560 2153 0 0 0 65 0 0 0 20 0 20 0 3865257 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070484928496 140071282988382 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32043] ppid=32023 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32043/stat : 32043 (java) S 32023 32023 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3865257 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070483876960 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32044] ppid=32023 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32044/stat : 32044 (java) S 32023 32023 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3865258 13587718144 90669 33554432000 4194304 4196468 140726440835920 140070482824240 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 13278768

[startup+3.10158 s]
/proc/loadavg: 15.14 15.62 13.53 21/302 32052
/proc/meminfo: memFree=31383284/32770624 swapFree=5700/250044
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
[pid=32024] ppid=32023 vsize=13801768 CPUtime=17.25 cores=0,2,4,6,8,10,12,14
/proc/32024/stat : 32024 (java) S 32023 32023 7102 0 -1 1077944320 21846 0 0 0 1692 33 0 0 20 0 28 0 3865249 14133010432 96165 33554432000 4194304 4196468 140726440835920 140726440818464 140071298907895 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
/proc/32024/statm: 3450442 96165 3249 1 0 3437675 0
[pid=32024/tid=32025] ppid=32023 vsize=13801768 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32025/stat : 32025 (java) S 32023 32023 7102 0 -1 1077944384 6846 0 0 0 134 6 0 0 20 0 28 0 3865249 14133010432 96165 33554432000 4194304 4196468 140726440835920 140071303148672 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32027] ppid=32023 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32027/stat : 32027 (java) S 32023 32023 7102 0 -1 1077944384 29 0 0 0 3 2 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140071237872784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32028] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32028/stat : 32028 (java) S 32023 32023 7102 0 -1 1077944384 26 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140071236819984 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32029] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32029/stat : 32029 (java) S 32023 32023 7102 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140071235767184 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32030] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32030/stat : 32030 (java) S 32023 32023 7102 0 -1 1077944384 36 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140071234714384 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32031] ppid=32023 vsize=13801768 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32031/stat : 32031 (java) S 32023 32023 7102 0 -1 1077944384 35 0 0 0 3 3 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140071233661584 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32032] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32032/stat : 32032 (java) S 32023 32023 7102 0 -1 1077944384 25 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140071232608784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32033] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32033/stat : 32033 (java) S 32023 32023 7102 0 -1 1077944384 25 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070892296592 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32034] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32034/stat : 32034 (java) S 32023 32023 7102 0 -1 1077944384 26 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070891243792 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32035] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32035/stat : 32035 (java) S 32023 32023 7102 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 3865252 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070492298096 140071298919042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32036] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32036/stat : 32036 (java) S 32023 32023 7102 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070491244128 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32037] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32037/stat : 32037 (java) S 32023 32023 7102 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070490191216 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32038] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32038/stat : 32038 (java) S 32023 32023 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070489139536 140071298926491 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32039] ppid=32023 vsize=13801768 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32039/stat : 32039 (java) R 32023 32023 7102 0 -1 4202560 2867 0 0 0 179 1 0 0 20 0 28 0 3865257 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070488079384 140071278606647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32040] ppid=32023 vsize=13801768 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32040/stat : 32040 (java) R 32023 32023 7102 0 -1 4202560 3272 0 0 0 177 1 0 0 20 0 28 0 3865257 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070487019976 140071280427973 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32041] ppid=32023 vsize=13801768 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32041/stat : 32041 (java) R 32023 32023 7102 0 -1 4202560 3868 0 0 0 179 1 0 0 20 0 28 0 3865257 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070485977664 140071278405184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32042] ppid=32023 vsize=13801768 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32042/stat : 32042 (java) S 32023 32023 7102 0 -1 1077944384 2891 0 0 0 91 0 0 0 20 0 28 0 3865257 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070484928496 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32043] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32043/stat : 32043 (java) S 32023 32023 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070483876960 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32044] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32044/stat : 32044 (java) S 32023 32023 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3865258 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070482824240 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32045] ppid=32023 vsize=13801768 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32045/stat : 32045 (java) R 32023 32023 7102 0 -1 4202560 61 0 0 0 115 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070475309496 140070919554915 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32046] ppid=32023 vsize=13801768 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32046/stat : 32046 (java) R 32023 32023 7102 0 -1 4202560 40 0 0 0 105 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070474257224 140070919483973 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32047] ppid=32023 vsize=13801768 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32047/stat : 32047 (java) R 32023 32023 7102 0 -1 4202560 48 0 0 0 100 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070473204216 140070919481728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32048] ppid=32023 vsize=13801768 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32048/stat : 32048 (java) R 32023 32023 7102 0 -1 4202560 87 0 0 0 97 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070472151160 140070918902823 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32049] ppid=32023 vsize=13801768 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32049/stat : 32049 (java) R 32023 32023 7102 0 -1 4202560 33 0 0 0 128 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070471098896 140070918903773 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32050] ppid=32023 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32050/stat : 32050 (java) R 32023 32023 7102 0 -1 4202560 37 0 0 0 112 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070470045896 140070919483983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32051] ppid=32023 vsize=13801768 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32051/stat : 32051 (java) R 32023 32023 7102 0 -1 4202560 32 0 0 0 107 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070468994040 140070920153903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32052] ppid=32023 vsize=13801768 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32052/stat : 32052 (java) R 32023 32023 7102 0 -1 4202560 35 0 0 0 139 0 0 0 20 0 28 0 3865399 14133010432 96165 33554432000 4194304 4196468 140726440835920 140070467941480 140070919483834 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
Current children cumulated CPU time (s) 17.25
Current children cumulated vsize (KiB) 13811280

[startup+6.30156 s]
/proc/loadavg: 15.37 15.66 13.55 17/302 32052
/proc/meminfo: memFree=31377464/32770624 swapFree=5700/250052
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
[pid=32024] ppid=32023 vsize=13801768 CPUtime=42.7 cores=0,2,4,6,8,10,12,14
/proc/32024/stat : 32024 (java) S 32023 32023 7102 0 -1 1077944320 26043 0 0 0 4235 35 0 0 20 0 28 0 3865249 14133010432 96662 33554432000 4194304 4196468 140726440835920 140726440818464 140071298907895 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
/proc/32024/statm: 3450442 96662 3251 1 0 3437675 0
[pid=32024/tid=32025] ppid=32023 vsize=13801768 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32025/stat : 32025 (java) S 32023 32023 7102 0 -1 1077944384 6846 0 0 0 134 6 0 0 20 0 28 0 3865249 14133010432 96662 33554432000 4194304 4196468 140726440835920 140071303148672 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32027] ppid=32023 vsize=13801768 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32027/stat : 32027 (java) S 32023 32023 7102 0 -1 1077944384 29 0 0 0 3 2 0 0 20 0 28 0 3865250 14133010432 96662 33554432000 4194304 4196468 140726440835920 140071237872784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32028] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32028/stat : 32028 (java) S 32023 32023 7102 0 -1 1077944384 26 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96662 33554432000 4194304 4196468 140726440835920 140071236819984 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32029] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32029/stat : 32029 (java) S 32023 32023 7102 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96662 33554432000 4194304 4196468 140726440835920 140071235767184 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32030] ppid=32023 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32030/stat : 32030 (java) S 32023 32023 7102 0 -1 1077944384 36 0 0 0 2 2 0 0 20 0 28 0 3865250 14133010432 96662 33554432000 4194304 4196468 140726440835920 140071234714384 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0

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

/proc/32024/task/32036/stat : 32036 (java) S 32023 32023 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070491244128 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32037] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32037/stat : 32037 (java) S 32023 32023 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070490191232 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32038] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32038/stat : 32038 (java) S 32023 32023 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070489139536 140071298926491 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32039] ppid=32023 vsize=13801768 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32039/stat : 32039 (java) S 32023 32023 7102 0 -1 1077944384 6909 0 0 0 215 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070488086896 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32040] ppid=32023 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32040/stat : 32040 (java) S 32023 32023 7102 0 -1 1077944384 7719 0 0 0 226 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070487034096 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32041] ppid=32023 vsize=13801768 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32041/stat : 32041 (java) S 32023 32023 7102 0 -1 1077944384 5447 0 0 0 224 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070485981296 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32042] ppid=32023 vsize=13801768 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32042/stat : 32042 (java) S 32023 32023 7102 0 -1 1077944384 5073 0 0 0 97 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070484928496 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32043] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32043/stat : 32043 (java) S 32023 32023 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070483876960 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32044] ppid=32023 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32044/stat : 32044 (java) S 32023 32023 7102 0 -1 1077944384 915 0 0 0 7 4 0 0 20 0 28 0 3865258 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070482824240 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32045] ppid=32023 vsize=13801768 CPUtime=262.3 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32045/stat : 32045 (java) R 32023 32023 7102 0 -1 4202560 1505 0 0 0 26226 4 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070475308312 140070919557145 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32046] ppid=32023 vsize=13801768 CPUtime=262.29 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32046/stat : 32046 (java) R 32023 32023 7102 0 -1 4202560 836 0 0 0 26226 3 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070474256392 140070919483862 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32047] ppid=32023 vsize=13801768 CPUtime=261.56 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32047/stat : 32047 (java) R 32023 32023 7102 0 -1 4202560 3179 0 0 0 26145 11 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070473203720 140070919486438 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32048] ppid=32023 vsize=13801768 CPUtime=261.43 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32048/stat : 32048 (java) R 32023 32023 7102 0 -1 4202560 3027 0 0 0 26136 7 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070472150920 140070919486228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32049] ppid=32023 vsize=13801768 CPUtime=261.76 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32049/stat : 32049 (java) R 32023 32023 7102 0 -1 4202560 2069 0 0 0 26164 12 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070471098120 140070919486414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32050] ppid=32023 vsize=13801768 CPUtime=261.81 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32050/stat : 32050 (java) R 32023 32023 7102 0 -1 4202560 2838 0 0 0 26169 12 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070470048128 140070919486086 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32051] ppid=32023 vsize=13801768 CPUtime=257.02 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32051/stat : 32051 (java) R 32023 32023 7102 0 -1 4202560 806 0 0 0 25696 6 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070468993544 140070921063151 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32052] ppid=32023 vsize=13801768 CPUtime=261.98 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32052/stat : 32052 (java) R 32023 32023 7102 0 -1 4202560 324 0 0 0 26198 0 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070467940496 140070919486328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
Current children cumulated CPU time (s) 2101.25
Current children cumulated vsize (KiB) 13811280

[startup+265.602 s]
/proc/loadavg: 15.99 15.70 14.05 17/300 32735
/proc/meminfo: memFree=27051584/32770624 swapFree=5700/250972
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
[pid=32024] ppid=32023 vsize=13801768 CPUtime=2107.62 cores=0,2,4,6,8,10,12,14
/proc/32024/stat : 32024 (java) S 32023 32023 7102 0 -1 1077944320 58907 0 0 0 210601 161 0 0 20 0 28 0 3865249 14133010432 848358 33554432000 4194304 4196468 140726440835920 140726440818464 140071298907895 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
/proc/32024/statm: 3450442 848358 3263 1 0 3437675 0
[pid=32024/tid=32025] ppid=32023 vsize=13801768 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32025/stat : 32025 (java) S 32023 32023 7102 0 -1 1077944384 6846 0 0 0 134 6 0 0 20 0 28 0 3865249 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071303148672 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32027] ppid=32023 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32027/stat : 32027 (java) S 32023 32023 7102 0 -1 1077944384 1624 0 0 0 12 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071237872784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32028] ppid=32023 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32028/stat : 32028 (java) S 32023 32023 7102 0 -1 1077944384 600 0 0 0 12 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071236819984 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32029] ppid=32023 vsize=13801768 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32029/stat : 32029 (java) S 32023 32023 7102 0 -1 1077944384 682 0 0 0 9 9 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071235767184 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32030] ppid=32023 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32030/stat : 32030 (java) S 32023 32023 7102 0 -1 1077944384 1485 0 0 0 12 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071234714384 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32031] ppid=32023 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32031/stat : 32031 (java) S 32023 32023 7102 0 -1 1077944384 1444 0 0 0 11 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071233661584 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32032] ppid=32023 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32032/stat : 32032 (java) S 32023 32023 7102 0 -1 1077944384 235 0 0 0 10 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071232608784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32033] ppid=32023 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32033/stat : 32033 (java) S 32023 32023 7102 0 -1 1077944384 346 0 0 0 10 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070892296592 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32034] ppid=32023 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32034/stat : 32034 (java) S 32023 32023 7102 0 -1 1077944384 259 0 0 0 10 9 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070891243792 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32035] ppid=32023 vsize=13801768 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32035/stat : 32035 (java) S 32023 32023 7102 0 -1 1077944384 3332 0 0 0 4 3 0 0 20 0 28 0 3865252 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070492298096 140071298919042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32036] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32036/stat : 32036 (java) S 32023 32023 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070491244128 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32037] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32037/stat : 32037 (java) S 32023 32023 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070490191232 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32038] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32038/stat : 32038 (java) S 32023 32023 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070489139536 140071298926491 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32039] ppid=32023 vsize=13801768 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32039/stat : 32039 (java) S 32023 32023 7102 0 -1 1077944384 6909 0 0 0 215 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070488086896 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32040] ppid=32023 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32040/stat : 32040 (java) S 32023 32023 7102 0 -1 1077944384 7719 0 0 0 226 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070487034096 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32041] ppid=32023 vsize=13801768 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32041/stat : 32041 (java) S 32023 32023 7102 0 -1 1077944384 5447 0 0 0 224 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070485981296 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32042] ppid=32023 vsize=13801768 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32042/stat : 32042 (java) S 32023 32023 7102 0 -1 1077944384 5073 0 0 0 97 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070484928496 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32043] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32043/stat : 32043 (java) S 32023 32023 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070483876960 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32044] ppid=32023 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32044/stat : 32044 (java) S 32023 32023 7102 0 -1 1077944384 915 0 0 0 7 4 0 0 20 0 28 0 3865258 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070482824240 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32045] ppid=32023 vsize=13801768 CPUtime=263.1 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32045/stat : 32045 (java) R 32023 32023 7102 0 -1 4202560 1512 0 0 0 26306 4 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070475308312 140070918903485 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32046] ppid=32023 vsize=13801768 CPUtime=263.09 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32046/stat : 32046 (java) R 32023 32023 7102 0 -1 4202560 837 0 0 0 26306 3 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070474256392 140070918903485 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32047] ppid=32023 vsize=13801768 CPUtime=262.33 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32047/stat : 32047 (java) R 32023 32023 7102 0 -1 4202560 3192 0 0 0 26222 11 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070473203720 140070919483903 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32048] ppid=32023 vsize=13801768 CPUtime=262.23 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32048/stat : 32048 (java) R 32023 32023 7102 0 -1 4202560 3065 0 0 0 26216 7 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070472150920 140070918903659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32049] ppid=32023 vsize=13801768 CPUtime=262.56 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32049/stat : 32049 (java) R 32023 32023 7102 0 -1 4202560 2070 0 0 0 26244 12 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070471098120 140070921063435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32050] ppid=32023 vsize=13801768 CPUtime=262.61 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32050/stat : 32050 (java) R 32023 32023 7102 0 -1 4202560 2848 0 0 0 26249 12 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070470048128 140070921063241 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32051] ppid=32023 vsize=13801768 CPUtime=257.82 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32051/stat : 32051 (java) R 32023 32023 7102 0 -1 4202560 806 0 0 0 25776 6 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070468993544 140070919486414 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32052] ppid=32023 vsize=13801768 CPUtime=262.78 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32052/stat : 32052 (java) R 32023 32023 7102 0 -1 4202560 324 0 0 0 26278 0 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070467940496 140070919483973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
Current children cumulated CPU time (s) 2107.62
Current children cumulated vsize (KiB) 13811280

[startup+265.802 s]
/proc/loadavg: 15.99 15.70 14.05 17/300 32735
/proc/meminfo: memFree=27051584/32770624 swapFree=5700/250972
[pid=32023] ppid=32020 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32023/stat : 32023 (xcsp3-exec) S 32020 32023 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3865248 9740288 345 33554432000 4194304 5098028 140727876644928 140727876643032 140684054471292 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 16744448 140727876646030 140727876646240 140727876646240 140727876648939 0
/proc/32023/statm: 2378 345 289 221 0 87 0
[pid=32024] ppid=32023 vsize=13801768 CPUtime=2109.21 cores=0,2,4,6,8,10,12,14
/proc/32024/stat : 32024 (java) S 32023 32023 7102 0 -1 1077944320 58917 0 0 0 210760 161 0 0 20 0 28 0 3865249 14133010432 848358 33554432000 4194304 4196468 140726440835920 140726440818464 140071298907895 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
/proc/32024/statm: 3450442 848358 3263 1 0 3437675 0
[pid=32024/tid=32025] ppid=32023 vsize=13801768 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32025/stat : 32025 (java) S 32023 32023 7102 0 -1 1077944384 6846 0 0 0 134 6 0 0 20 0 28 0 3865249 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071303148672 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32027] ppid=32023 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32027/stat : 32027 (java) S 32023 32023 7102 0 -1 1077944384 1624 0 0 0 12 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071237872784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32028] ppid=32023 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32028/stat : 32028 (java) S 32023 32023 7102 0 -1 1077944384 600 0 0 0 12 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071236819984 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32029] ppid=32023 vsize=13801768 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32029/stat : 32029 (java) S 32023 32023 7102 0 -1 1077944384 682 0 0 0 9 9 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071235767184 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32030] ppid=32023 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32030/stat : 32030 (java) S 32023 32023 7102 0 -1 1077944384 1485 0 0 0 12 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071234714384 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32031] ppid=32023 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32031/stat : 32031 (java) S 32023 32023 7102 0 -1 1077944384 1444 0 0 0 11 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071233661584 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32032] ppid=32023 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32032/stat : 32032 (java) S 32023 32023 7102 0 -1 1077944384 235 0 0 0 10 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140071232608784 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32033] ppid=32023 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32033/stat : 32033 (java) S 32023 32023 7102 0 -1 1077944384 346 0 0 0 10 10 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070892296592 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32034] ppid=32023 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32034/stat : 32034 (java) S 32023 32023 7102 0 -1 1077944384 259 0 0 0 10 9 0 0 20 0 28 0 3865250 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070891243792 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32035] ppid=32023 vsize=13801768 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32035/stat : 32035 (java) S 32023 32023 7102 0 -1 1077944384 3332 0 0 0 4 3 0 0 20 0 28 0 3865252 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070492298096 140071298919042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32036] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32036/stat : 32036 (java) S 32023 32023 7102 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070491244128 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32037] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32037/stat : 32037 (java) S 32023 32023 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3865253 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070490191232 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32038] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32038/stat : 32038 (java) S 32023 32023 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070489139536 140071298926491 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32039] ppid=32023 vsize=13801768 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32039/stat : 32039 (java) S 32023 32023 7102 0 -1 1077944384 6909 0 0 0 215 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070488086896 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32040] ppid=32023 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32040/stat : 32040 (java) S 32023 32023 7102 0 -1 1077944384 7719 0 0 0 226 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070487034096 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32041] ppid=32023 vsize=13801768 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32041/stat : 32041 (java) S 32023 32023 7102 0 -1 1077944384 5447 0 0 0 224 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070485981296 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32042] ppid=32023 vsize=13801768 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32042/stat : 32042 (java) S 32023 32023 7102 0 -1 1077944384 5073 0 0 0 97 1 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070484928496 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32043] ppid=32023 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32043/stat : 32043 (java) S 32023 32023 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3865257 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070483876960 140071298918101 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32044] ppid=32023 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32044/stat : 32044 (java) S 32023 32023 7102 0 -1 1077944384 915 0 0 0 7 4 0 0 20 0 28 0 3865258 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070482824240 140071298919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32045] ppid=32023 vsize=13801768 CPUtime=263.3 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32045/stat : 32045 (java) R 32023 32023 7102 0 -1 4202560 1517 0 0 0 26326 4 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070475308312 140070918903485 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32046] ppid=32023 vsize=13801768 CPUtime=263.29 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32046/stat : 32046 (java) R 32023 32023 7102 0 -1 4202560 837 0 0 0 26326 3 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070474256392 140070918903485 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32047] ppid=32023 vsize=13801768 CPUtime=262.53 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32047/stat : 32047 (java) R 32023 32023 7102 0 -1 4202560 3193 0 0 0 26242 11 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070473203720 140070921063105 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32048] ppid=32023 vsize=13801768 CPUtime=262.43 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32048/stat : 32048 (java) R 32023 32023 7102 0 -1 4202560 3067 0 0 0 26236 7 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070472150920 140070920844920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32049] ppid=32023 vsize=13801768 CPUtime=262.76 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32049/stat : 32049 (java) R 32023 32023 7102 0 -1 4202560 2072 0 0 0 26264 12 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070471098120 140070919481815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32050] ppid=32023 vsize=13801768 CPUtime=262.81 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32050/stat : 32050 (java) R 32023 32023 7102 0 -1 4202560 2848 0 0 0 26269 12 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070470048128 140070919486319 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32051] ppid=32023 vsize=13801768 CPUtime=258.02 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32051/stat : 32051 (java) R 32023 32023 7102 0 -1 4202560 806 0 0 0 25796 6 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070468993544 140070919483645 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
[pid=32024/tid=32052] ppid=32023 vsize=13801768 CPUtime=262.98 cores=0,2,4,6,8,10,12,14
/proc/32024/task/32052/stat : 32052 (java) R 32023 32023 7102 0 -1 4202560 324 0 0 0 26298 0 0 0 20 0 28 0 3865399 14133010432 848358 33554432000 4194304 4196468 140726440835920 140070467940496 140070918903995 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12734464 140726440838332 140726440838508 140726440838508 140726440841167 0
Current children cumulated CPU time (s) 2109.21
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 265.842
CPU time (s): 2109.41
CPU user time (s): 2107.77
CPU system time (s): 1.63717
CPU usage (%): 793.482
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2107.77
system time used= 1.63717
maximum resident set size= 3424640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61755
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10437
involuntary context switches= 131154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.33081 second user time and 4.14895 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 03:12:57
IDJOB=4245415
IDBENCH=122073
IDSOLVER=2626
FILE ID=node130/4245415-1500685977
RUNJOBID= node130-1500684118-8559
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-B-2-26-26/rand-2-26-26-325-155-2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245415-1500685977/watcher-4245415-1500685977 -o /tmp/evaluation-result-4245415-1500685977/solver-4245415-1500685977 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8559 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1278255111 HOME/instance-4245415-1500685977.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= f524f0f0288a36fdb548674cb0263900
RANDOM SEED=1278255111

node130.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31761040 kB
MemAvailable:   31818184 kB
Buffers:           53912 kB
Cached:           314064 kB
SwapCached:            0 kB
Active:           378248 kB
Inactive:         258824 kB
Active(anon):     271944 kB
Inactive(anon):     8856 kB
Active(file):     106304 kB
Inactive(file):   249968 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7992 kB
Writeback:             0 kB
AnonPages:        346756 kB
Mapped:            42436 kB
Shmem:              8876 kB
Slab:              67216 kB
SReclaimable:      33416 kB
SUnreclaim:        33800 kB
KernelStack:        5184 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1391124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61944 MiB
End job on node130 at 2017-07-22 03:17:23