Trace number 4245440

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 21.5598 5.30264

General information on the benchmark

NameRandom/Random-D-t090/
rand-2-40-180-84-090-51.xml
MD5SUM4c79b3968e5ee826d76424e68e9a688a
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 benchmark0.81338298
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Number of domains1
Minimum domain size180
Maximum domain size180
Distribution of domain sizes[{"size":180,"count":40}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":7},{"degree":3,"count":5},{"degree":4,"count":10},{"degree":5,"count":11},{"degree":6,"count":5},{"degree":7,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":84}]
Number of extensional constraints84
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":84}]
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-4245440-1500686002.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4245440-1500686002.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
7.77/3.52	c solve instance...
20.98/5.28	s SATISFIABLE
20.98/5.28	v <instantiation>
20.98/5.28	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] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
20.98/5.28	v 	<values>179 87 52 75 170 179 33 148 136 121 20 62 6 88 144 140 152 82 114 70 67 133 4 67 147 167 14 85 21 63 12 125 66 137 26 137 109 9 80 121 </values>
20.98/5.28	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-4245440-1500686002/watcher-4245440-1500686002 -o /tmp/evaluation-result-4245440-1500686002/solver-4245440-1500686002 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1113991837 HOME/instance-4245440-1500686002.xml 

pid=32121
running on 8 cores: 1,3,5,7,9,11,13,15

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.58 15.69 13.60 10/273 32124
/proc/meminfo: memFree=31329788/32770624 swapFree=5700/250396
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0

[startup+0.100097 s]
/proc/loadavg: 15.58 15.69 13.60 10/273 32124
/proc/meminfo: memFree=31329788/32770624 swapFree=5700/250396
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200316 s]
/proc/loadavg: 15.58 15.69 13.60 10/273 32124
/proc/meminfo: memFree=31329788/32770624 swapFree=5700/250396
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300275 s]
/proc/loadavg: 15.58 15.69 13.60 10/273 32124
/proc/meminfo: memFree=31329788/32770624 swapFree=5700/250396
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70022 s]
/proc/loadavg: 15.58 15.69 13.60 10/273 32124
/proc/meminfo: memFree=31329788/32770624 swapFree=5700/250396
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50097 s]
/proc/loadavg: 15.21 15.62 13.58 10/294 32145
/proc/meminfo: memFree=31087056/32770624 swapFree=5700/250432
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
[pid=32125] ppid=32124 vsize=13269256 CPUtime=3.64 cores=1,3,5,7,9,11,13,15
/proc/32125/stat : 32125 (java) S 32124 32124 7102 0 -1 1077944320 13810 0 0 0 312 52 0 0 20 0 20 0 3867743 13587718144 95989 33554432000 4194304 4196468 140730847027616 140730847010160 140310543933175 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
/proc/32125/statm: 3317314 95989 3218 1 0 3304547 0
[pid=32125/tid=32126] ppid=32124 vsize=13269256 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32126/stat : 32126 (java) R 32124 32124 7102 0 -1 4202560 6679 0 0 0 130 6 0 0 20 0 20 0 3867743 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310548170776 140310158818309 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32128] ppid=32124 vsize=13269256 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32128/stat : 32128 (java) S 32124 32124 7102 0 -1 1077944384 46 0 0 0 4 5 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310476069392 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32129] ppid=32124 vsize=13269256 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32129/stat : 32129 (java) S 32124 32124 7102 0 -1 1077944384 45 0 0 0 5 4 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310142225040 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32130] ppid=32124 vsize=13269256 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32130/stat : 32130 (java) S 32124 32124 7102 0 -1 1077944384 42 0 0 0 4 5 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310141171984 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32131] ppid=32124 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32131/stat : 32131 (java) S 32124 32124 7102 0 -1 1077944384 46 0 0 0 3 5 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310140119440 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32132] ppid=32124 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32132/stat : 32132 (java) S 32124 32124 7102 0 -1 1077944384 38 0 0 0 3 3 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310139067408 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32133] ppid=32124 vsize=13269256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32133/stat : 32133 (java) S 32124 32124 7102 0 -1 1077944384 42 0 0 0 3 5 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310138014864 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32134] ppid=32124 vsize=13269256 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32134/stat : 32134 (java) S 32124 32124 7102 0 -1 1077944384 55 0 0 0 3 6 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310136961808 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32135] ppid=32124 vsize=13269256 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32135/stat : 32135 (java) S 32124 32124 7102 0 -1 1077944384 36 0 0 0 3 4 0 0 20 0 20 0 3867744 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310135909264 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32136] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32136/stat : 32136 (java) S 32124 32124 7102 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3867746 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310073366768 140310543944322 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32137] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32137/stat : 32137 (java) S 32124 32124 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3867747 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310004884704 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32138] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32138/stat : 32138 (java) S 32124 32124 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3867748 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310003831552 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32139] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32139/stat : 32139 (java) S 32124 32124 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3867751 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310002780112 140310543951771 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32140] ppid=32124 vsize=13269256 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32140/stat : 32140 (java) S 32124 32124 7102 0 -1 1077944384 1345 0 0 0 36 0 0 0 20 0 20 0 3867751 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310001728240 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32141] ppid=32124 vsize=13269256 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32141/stat : 32141 (java) S 32124 32124 7102 0 -1 1077944384 1228 0 0 0 38 0 0 0 20 0 20 0 3867751 13587718144 95989 33554432000 4194304 4196468 140730847027616 140310000675696 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32142] ppid=32124 vsize=13269256 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32142/stat : 32142 (java) S 32124 32124 7102 0 -1 1077944384 1236 0 0 0 33 0 0 0 20 0 20 0 3867751 13587718144 95989 33554432000 4194304 4196468 140730847027616 140309999622640 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32143] ppid=32124 vsize=13269256 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32143/stat : 32143 (java) R 32124 32124 7102 0 -1 4202560 1464 0 0 0 39 0 0 0 20 0 20 0 3867751 13587718144 95989 33554432000 4194304 4196468 140730847027616 140309998570096 140310543954522 0 4 0 16800975 0 0 0 -1 9 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32144] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32144/stat : 32144 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3867752 13587718144 95989 33554432000 4194304 4196468 140730847027616 140309997517280 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32145] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32145/stat : 32145 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3867752 13587718144 95989 33554432000 4194304 4196468 140730847027616 140309996464816 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 13278768

[startup+3.10087 s]
/proc/loadavg: 15.21 15.62 13.58 11/294 32145
/proc/meminfo: memFree=30682880/32770624 swapFree=5700/250432
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
[pid=32125] ppid=32124 vsize=13269256 CPUtime=6.62 cores=1,3,5,7,9,11,13,15
/proc/32125/stat : 32125 (java) S 32124 32124 7102 0 -1 1077944320 17036 0 0 0 554 108 0 0 20 0 20 0 3867743 13587718144 246767 33554432000 4194304 4196468 140730847027616 140730847010160 140310543933175 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
/proc/32125/statm: 3317314 246767 3234 1 0 3304547 0
[pid=32125/tid=32126] ppid=32124 vsize=13269256 CPUtime=2.83 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32126/stat : 32126 (java) R 32124 32124 7102 0 -1 4202560 7073 0 0 0 269 14 0 0 20 0 20 0 3867743 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310548169848 140310159680954 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32128] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32128/stat : 32128 (java) S 32124 32124 7102 0 -1 1077944384 102 0 0 0 11 11 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310476069392 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32129] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32129/stat : 32129 (java) S 32124 32124 7102 0 -1 1077944384 113 0 0 0 12 10 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310142225040 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32130] ppid=32124 vsize=13269256 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32130/stat : 32130 (java) S 32124 32124 7102 0 -1 1077944384 310 0 0 0 10 11 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310141171984 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32131] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32131/stat : 32131 (java) S 32124 32124 7102 0 -1 1077944384 95 0 0 0 10 12 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310140119440 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32132] ppid=32124 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32132/stat : 32132 (java) S 32124 32124 7102 0 -1 1077944384 106 0 0 0 11 9 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310139067408 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32133] ppid=32124 vsize=13269256 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32133/stat : 32133 (java) S 32124 32124 7102 0 -1 1077944384 90 0 0 0 10 11 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310138014864 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32134] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32134/stat : 32134 (java) S 32124 32124 7102 0 -1 1077944384 110 0 0 0 11 11 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310136961808 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32135] ppid=32124 vsize=13269256 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32135/stat : 32135 (java) S 32124 32124 7102 0 -1 1077944384 115 0 0 0 7 9 0 0 20 0 20 0 3867744 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310135909264 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32136] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32136/stat : 32136 (java) S 32124 32124 7102 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 20 0 3867746 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310073366768 140310543944322 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32137] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32137/stat : 32137 (java) S 32124 32124 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3867747 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310004884704 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32138] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32138/stat : 32138 (java) S 32124 32124 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3867748 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310003831552 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32139] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32139/stat : 32139 (java) S 32124 32124 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3867751 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310002780112 140310543951771 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32140] ppid=32124 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32140/stat : 32140 (java) S 32124 32124 7102 0 -1 1077944384 1356 0 0 0 40 0 0 0 20 0 20 0 3867751 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310001728240 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32141] ppid=32124 vsize=13269256 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32141/stat : 32141 (java) S 32124 32124 7102 0 -1 1077944384 2176 0 0 0 67 0 0 0 20 0 20 0 3867751 13587718144 246767 33554432000 4194304 4196468 140730847027616 140310000675696 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32142] ppid=32124 vsize=13269256 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32142/stat : 32142 (java) S 32124 32124 7102 0 -1 1077944384 1254 0 0 0 37 0 0 0 20 0 20 0 3867751 13587718144 246767 33554432000 4194304 4196468 140730847027616 140309999622640 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32143] ppid=32124 vsize=13269256 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32143/stat : 32143 (java) S 32124 32124 7102 0 -1 1077944384 2340 0 0 0 53 1 0 0 20 0 20 0 3867751 13587718144 246767 33554432000 4194304 4196468 140730847027616 140309998570096 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32144] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32144/stat : 32144 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3867752 13587718144 246767 33554432000 4194304 4196468 140730847027616 140309997517280 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32145] ppid=32124 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32145/stat : 32145 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3867752 13587718144 246767 33554432000 4194304 4196468 140730847027616 140309996464816 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 13278768

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32125 sig 9
??? kill 32124 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20105 s]
/proc/loadavg: 15.21 15.62 13.58 11/294 32145
/proc/meminfo: memFree=30682880/32770624 swapFree=5700/250432
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
[pid=32125] ppid=32124 vsize=13269256 CPUtime=6.72 cores=1,3,5,7,9,11,13,15
/proc/32125/stat : 32125 (java) S 32124 32124 7102 0 -1 1077944320 17110 0 0 0 562 110 0 0 20 0 20 0 3867743 13587718144 276975 33554432000 4194304 4196468 140730847027616 140730847010160 140310543933175 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
/proc/32125/statm: 3317314 276975 3234 1 0 3304547 0
[pid=32125/tid=32126] ppid=32124 vsize=13269256 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32126/stat : 32126 (java) R 32124 32124 7102 0 -1 4202560 7132 0 0 0 277 16 0 0 20 0 20 0 3867743 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310548167288 140310158978914 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32128] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32128/stat : 32128 (java) S 32124 32124 7102 0 -1 1077944384 102 0 0 0 11 11 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310476069392 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32129] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32129/stat : 32129 (java) S 32124 32124 7102 0 -1 1077944384 113 0 0 0 12 10 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310142225040 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32130] ppid=32124 vsize=13269256 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32130/stat : 32130 (java) S 32124 32124 7102 0 -1 1077944384 310 0 0 0 10 11 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310141171984 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32131] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32131/stat : 32131 (java) S 32124 32124 7102 0 -1 1077944384 95 0 0 0 10 12 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310140119440 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32132] ppid=32124 vsize=13269256 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32132/stat : 32132 (java) S 32124 32124 7102 0 -1 1077944384 106 0 0 0 11 9 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310139067408 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32133] ppid=32124 vsize=13269256 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32133/stat : 32133 (java) S 32124 32124 7102 0 -1 1077944384 90 0 0 0 10 11 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310138014864 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32134] ppid=32124 vsize=13269256 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32134/stat : 32134 (java) S 32124 32124 7102 0 -1 1077944384 110 0 0 0 11 11 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310136961808 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32135] ppid=32124 vsize=13269256 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32135/stat : 32135 (java) S 32124 32124 7102 0 -1 1077944384 115 0 0 0 7 9 0 0 20 0 20 0 3867744 13587718144 276975 33554432000 4194304 4196468 140730847027616 140310135909264 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0

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

/proc/32125/task/32136/stat : 32136 (java) S 32124 32124 7102 0 -1 1077944384 1023 0 0 0 0 0 0 0 20 0 28 0 3867746 14133010432 319454 33554432000 4194304 4196468 140730847027616 140310073366768 140310543944322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32137] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32137/stat : 32137 (java) S 32124 32124 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 3867747 14133010432 319454 33554432000 4194304 4196468 140730847027616 140310004884704 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32138] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32138/stat : 32138 (java) S 32124 32124 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3867748 14133010432 319454 33554432000 4194304 4196468 140730847027616 140310003831552 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32139] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32139/stat : 32139 (java) S 32124 32124 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3867751 14133010432 319454 33554432000 4194304 4196468 140730847027616 140310002780112 140310543951771 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32140] ppid=32124 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32140/stat : 32140 (java) R 32124 32124 7102 0 -1 4202560 2021 0 0 0 69 0 0 0 20 0 28 0 3867751 14133010432 319454 33554432000 4194304 4196468 140730847027616 140310001714120 140310527319759 0 4 0 16800975 0 0 0 -1 9 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32141] ppid=32124 vsize=13801768 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32141/stat : 32141 (java) R 32124 32124 7102 0 -1 4202560 2245 0 0 0 99 1 0 0 20 0 28 0 3867751 14133010432 319454 33554432000 4194304 4196468 140730847027616 140310000657056 140310528320640 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32142] ppid=32124 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32142/stat : 32142 (java) R 32124 32124 7102 0 -1 4202560 2527 0 0 0 68 1 0 0 20 0 28 0 3867751 14133010432 319454 33554432000 4194304 4196468 140730847027616 140309999608656 140310525477328 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32143] ppid=32124 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32143/stat : 32143 (java) R 32124 32124 7102 0 -1 4202560 2815 0 0 0 65 1 0 0 20 0 28 0 3867751 14133010432 319454 33554432000 4194304 4196468 140730847027616 140309998570096 140310522878880 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32144] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32144/stat : 32144 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3867752 14133010432 319454 33554432000 4194304 4196468 140730847027616 140309997517280 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32145] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32145/stat : 32145 (java) R 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3867752 14133010432 319454 33554432000 4194304 4196468 140730847027616 140309996464816 140310543944322 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 13811280

[startup+4.80143 s]
/proc/loadavg: 15.21 15.62 13.58 18/302 32153
/proc/meminfo: memFree=30048680/32770624 swapFree=5700/250440
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
[pid=32125] ppid=32124 vsize=13801768 CPUtime=17.79 cores=1,3,5,7,9,11,13,15
/proc/32125/stat : 32125 (java) S 32124 32124 7102 0 -1 1077944320 24194 0 0 0 1617 162 0 0 20 0 28 0 3867743 14133010432 321686 33554432000 4194304 4196468 140730847027616 140730847010160 140310543933175 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
/proc/32125/statm: 3450442 321686 3262 1 0 3437675 0
[pid=32125/tid=32126] ppid=32124 vsize=13801768 CPUtime=3.14 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32126/stat : 32126 (java) S 32124 32124 7102 0 -1 1077944384 7230 0 0 0 297 17 0 0 20 0 28 0 3867743 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310548173952 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32128] ppid=32124 vsize=13801768 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32128/stat : 32128 (java) S 32124 32124 7102 0 -1 1077944384 148 0 0 0 16 17 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310476069392 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32129] ppid=32124 vsize=13801768 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32129/stat : 32129 (java) S 32124 32124 7102 0 -1 1077944384 156 0 0 0 17 17 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310142225040 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32130] ppid=32124 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32130/stat : 32130 (java) S 32124 32124 7102 0 -1 1077944384 348 0 0 0 14 17 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310141171984 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32131] ppid=32124 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32131/stat : 32131 (java) S 32124 32124 7102 0 -1 1077944384 132 0 0 0 14 18 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310140119440 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32132] ppid=32124 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32132/stat : 32132 (java) S 32124 32124 7102 0 -1 1077944384 141 0 0 0 15 14 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310139067408 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32133] ppid=32124 vsize=13801768 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32133/stat : 32133 (java) S 32124 32124 7102 0 -1 1077944384 133 0 0 0 15 18 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310138014864 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32134] ppid=32124 vsize=13801768 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32134/stat : 32134 (java) S 32124 32124 7102 0 -1 1077944384 153 0 0 0 16 18 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310136961808 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32135] ppid=32124 vsize=13801768 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32135/stat : 32135 (java) S 32124 32124 7102 0 -1 1077944384 154 0 0 0 11 16 0 0 20 0 28 0 3867744 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310135909264 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32136] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32136/stat : 32136 (java) S 32124 32124 7102 0 -1 1077944384 1023 0 0 0 0 0 0 0 20 0 28 0 3867746 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310073366768 140310543944322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32137] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32137/stat : 32137 (java) S 32124 32124 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 3867747 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310004884704 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32138] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32138/stat : 32138 (java) S 32124 32124 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3867748 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310003831552 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32139] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32139/stat : 32139 (java) S 32124 32124 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3867751 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310002780112 140310543951771 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32140] ppid=32124 vsize=13801768 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32140/stat : 32140 (java) R 32124 32124 7102 0 -1 1077944384 3370 0 0 0 120 1 0 0 20 0 28 0 3867751 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310001728240 140310543944322 0 4 0 16800975 0 0 0 -1 13 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32141] ppid=32124 vsize=13801768 CPUtime=1.51 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32141/stat : 32141 (java) R 32124 32124 7102 0 -1 4202560 2874 0 0 0 150 1 0 0 20 0 28 0 3867751 14133010432 321686 33554432000 4194304 4196468 140730847027616 140310000661720 140310525451057 0 4 0 16800975 0 0 0 -1 9 0 0 2 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32142] ppid=32124 vsize=13801768 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32142/stat : 32142 (java) R 32124 32124 7102 0 -1 4202560 3669 0 0 0 123 1 0 0 20 0 28 0 3867751 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309999622640 140310528320417 0 4 0 16800975 0 0 0 -1 9 0 0 7 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32143] ppid=32124 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32143/stat : 32143 (java) S 32124 32124 7102 0 -1 1077944384 2976 0 0 0 74 1 0 0 20 0 28 0 3867751 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309998570096 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32144] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32144/stat : 32144 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3867752 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309997517280 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32145] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32145/stat : 32145 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3867752 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309996464816 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32146] ppid=32124 vsize=13801768 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32146/stat : 32146 (java) R 32124 32124 7102 0 -1 4202560 60 0 0 0 95 0 0 0 20 0 28 0 3868096 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309988449736 140310162067350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32147] ppid=32124 vsize=13801768 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32147/stat : 32147 (java) R 32124 32124 7102 0 -1 4202560 57 0 0 0 89 0 0 0 20 0 28 0 3868097 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309987397864 140310162835175 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32148] ppid=32124 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32148/stat : 32148 (java) R 32124 32124 7102 0 -1 4202560 46 0 0 0 78 0 0 0 20 0 28 0 3868097 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309986345240 140310161700125 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32149] ppid=32124 vsize=13801768 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32149/stat : 32149 (java) R 32124 32124 7102 0 -1 4202560 80 0 0 0 82 0 0 0 20 0 28 0 3868097 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309985294760 140310161699507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32150] ppid=32124 vsize=13801768 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32150/stat : 32150 (java) R 32124 32124 7102 0 -1 4202560 34 0 0 0 95 0 0 0 20 0 28 0 3868097 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309984240328 140310161700000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32151] ppid=32124 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32151/stat : 32151 (java) R 32124 32124 7102 0 -1 4202560 39 0 0 0 110 0 0 0 20 0 28 0 3868097 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309983187496 140310162067563 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32152] ppid=32124 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32152/stat : 32152 (java) R 32124 32124 7102 0 -1 4202560 35 0 0 0 92 0 0 0 20 0 28 0 3868097 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309982135968 140310162067550 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32153] ppid=32124 vsize=13801768 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32153/stat : 32153 (java) R 32124 32124 7102 0 -1 4202560 37 0 0 0 82 0 0 0 20 0 28 0 3868097 14133010432 321686 33554432000 4194304 4196468 140730847027616 140309981081816 140310162066550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
Current children cumulated CPU time (s) 17.79
Current children cumulated vsize (KiB) 13811280

[startup+5.20139 s]
/proc/loadavg: 15.21 15.62 13.58 18/302 32153
/proc/meminfo: memFree=30048680/32770624 swapFree=5700/250440
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
[pid=32125] ppid=32124 vsize=13801768 CPUtime=20.98 cores=1,3,5,7,9,11,13,15
/proc/32125/stat : 32125 (java) S 32124 32124 7102 0 -1 1077944320 31342 0 0 0 1935 163 0 0 20 0 28 0 3867743 14133010432 322706 33554432000 4194304 4196468 140730847027616 140730847010160 140310543933175 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
/proc/32125/statm: 3450442 322706 3271 1 0 3437675 0
[pid=32125/tid=32126] ppid=32124 vsize=13801768 CPUtime=3.14 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32126/stat : 32126 (java) S 32124 32124 7102 0 -1 1077944384 7230 0 0 0 297 17 0 0 20 0 28 0 3867743 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310548173952 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32128] ppid=32124 vsize=13801768 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32128/stat : 32128 (java) S 32124 32124 7102 0 -1 1077944384 148 0 0 0 16 17 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310476069392 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32129] ppid=32124 vsize=13801768 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32129/stat : 32129 (java) S 32124 32124 7102 0 -1 1077944384 156 0 0 0 17 17 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310142225040 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32130] ppid=32124 vsize=13801768 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32130/stat : 32130 (java) S 32124 32124 7102 0 -1 1077944384 348 0 0 0 14 17 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310141171984 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32131] ppid=32124 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32131/stat : 32131 (java) S 32124 32124 7102 0 -1 1077944384 132 0 0 0 14 18 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310140119440 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32132] ppid=32124 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32132/stat : 32132 (java) S 32124 32124 7102 0 -1 1077944384 141 0 0 0 15 14 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310139067408 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32133] ppid=32124 vsize=13801768 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32133/stat : 32133 (java) S 32124 32124 7102 0 -1 1077944384 133 0 0 0 15 18 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310138014864 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32134] ppid=32124 vsize=13801768 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32134/stat : 32134 (java) S 32124 32124 7102 0 -1 1077944384 153 0 0 0 16 18 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310136961808 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32135] ppid=32124 vsize=13801768 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32135/stat : 32135 (java) S 32124 32124 7102 0 -1 1077944384 154 0 0 0 11 16 0 0 20 0 28 0 3867744 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310135909264 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32136] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32136/stat : 32136 (java) S 32124 32124 7102 0 -1 1077944384 1023 0 0 0 0 0 0 0 20 0 28 0 3867746 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310073366768 140310543944322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32137] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32137/stat : 32137 (java) S 32124 32124 7102 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 3867747 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310004884704 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32138] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32138/stat : 32138 (java) S 32124 32124 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3867748 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310003831552 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32139] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32139/stat : 32139 (java) S 32124 32124 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3867751 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310002780112 140310543951771 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32140] ppid=32124 vsize=13801768 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32140/stat : 32140 (java) R 32124 32124 7102 0 -1 4202560 5651 0 0 0 144 1 0 0 20 0 28 0 3867751 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310001714656 140310525478139 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32141] ppid=32124 vsize=13801768 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32141/stat : 32141 (java) R 32124 32124 7102 0 -1 4202560 4431 0 0 0 174 1 0 0 20 0 28 0 3867751 14133010432 322706 33554432000 4194304 4196468 140730847027616 140310000668184 140310523152884 0 4 0 16800975 0 0 0 -1 11 0 0 2 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32142] ppid=32124 vsize=13801768 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32142/stat : 32142 (java) R 32124 32124 7102 0 -1 4202560 5692 0 0 0 147 1 0 0 20 0 28 0 3867751 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309999609208 140310527431933 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32143] ppid=32124 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32143/stat : 32143 (java) S 32124 32124 7102 0 -1 1077944384 3408 0 0 0 78 1 0 0 20 0 28 0 3867751 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309998570096 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32144] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32144/stat : 32144 (java) S 32124 32124 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3867752 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309997517280 140310543943381 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32145] ppid=32124 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32145/stat : 32145 (java) S 32124 32124 7102 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 3867752 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309996464816 140310543944322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32146] ppid=32124 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32146/stat : 32146 (java) R 32124 32124 7102 0 -1 4202560 128 0 0 0 122 0 0 0 20 0 28 0 3868096 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309988445040 140310162953316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32147] ppid=32124 vsize=13801768 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32147/stat : 32147 (java) R 32124 32124 7102 0 -1 4202560 105 0 0 0 116 0 0 0 20 0 28 0 3868097 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309987396656 140310161667171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32148] ppid=32124 vsize=13801768 CPUtime=1.09 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32148/stat : 32148 (java) R 32124 32124 7102 0 -1 4202560 255 0 0 0 109 0 0 0 20 0 28 0 3868097 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309986348352 140310161667221 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32149] ppid=32124 vsize=13801768 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32149/stat : 32149 (java) R 32124 32124 7102 0 -1 4202560 156 0 0 0 110 0 0 0 20 0 28 0 3868097 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309985292304 140310161700347 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32150] ppid=32124 vsize=13801768 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32150/stat : 32150 (java) R 32124 32124 7102 0 -1 4202560 184 0 0 0 120 0 0 0 20 0 28 0 3868097 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309984238720 140310162953491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32151] ppid=32124 vsize=13801768 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32151/stat : 32151 (java) R 32124 32124 7102 0 -1 4202560 112 0 0 0 149 0 0 0 20 0 28 0 3868097 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309983186896 140310161667351 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32152] ppid=32124 vsize=13801768 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32152/stat : 32152 (java) R 32124 32124 7102 0 -1 4202560 213 0 0 0 129 0 0 0 20 0 28 0 3868097 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309982136048 140310161667351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
[pid=32125/tid=32153] ppid=32124 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32153/stat : 32153 (java) R 32124 32124 7102 0 -1 4202560 75 0 0 0 111 0 0 0 20 0 28 0 3868097 14133010432 322706 33554432000 4194304 4196468 140730847027616 140309981077872 140310161667144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38281216 140730847036604 140730847036780 140730847036780 140730847039439 0
Current children cumulated CPU time (s) 20.98
Current children cumulated vsize (KiB) 13811280

[startup+5.30147 s]
/proc/loadavg: 15.21 15.62 13.58 18/302 32153
/proc/meminfo: memFree=30048680/32770624 swapFree=5700/250440
[pid=32124] ppid=32121 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32124/stat : 32124 (xcsp3-exec) S 32121 32124 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3867743 9740288 346 33554432000 4194304 5098028 140736424151680 140736424149784 140614363083388 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 11943936 140736424154254 140736424154464 140736424154464 140736424157163 0
/proc/32124/statm: 2378 346 289 221 0 87 0
[pid=32125] ppid=32124 vsize=0 CPUtime=21.54 cores=1,3,5,7,9,11,13,15
/proc/32125/stat : 32125 (java) Z 32124 32124 7102 0 -1 4227084 33898 0 0 0 1990 164 0 0 20 0 2 0 3867743 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/32125/statm: 0 0 0 0 0 0 0
[pid=32125/tid=32143] ppid=32124 vsize=0 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/32125/task/32143/stat : 32143 (java) R 32124 32124 7102 0 -1 4203588 3487 0 0 0 78 2 0 0 20 0 2 0 3867751 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 12 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.54
Current children cumulated vsize (KiB) 9512

Child status: 0
Real time (s): 5.30264
CPU time (s): 21.5598
CPU user time (s): 19.9106
CPU system time (s): 1.64926
CPU usage (%): 406.587
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.9106
system time used= 1.64926
maximum resident set size= 1291324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4276
involuntary context switches= 2094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051942 second user time and 0.060423 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 03:13:22
IDJOB=4245440
IDBENCH=122744
IDSOLVER=2626
FILE ID=node130/4245440-1500686002
RUNJOBID= node130-1500684118-8560
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-D-t090/rand-2-40-180-84-090-51.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-4245440-1500686002/watcher-4245440-1500686002 -o /tmp/evaluation-result-4245440-1500686002/solver-4245440-1500686002 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500684118-8560 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1113991837 HOME/instance-4245440-1500686002.xml

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

MD5SUM BENCH= 4c79b3968e5ee826d76424e68e9a688a
RANDOM SEED=1113991837

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		: 2668.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		: 1600.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		: 2668.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		: 1600.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		: 2668.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		: 1600.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		: 2668.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		: 1600.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		: 2668.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		: 2000.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		: 2668.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		: 2133.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		: 2668.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		: 2133.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		: 2668.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		: 1600.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:        31329560 kB
MemAvailable:   31389244 kB
Buffers:           53984 kB
Cached:           316280 kB
SwapCached:            0 kB
Active:           811696 kB
Inactive:         259252 kB
Active(anon):     703384 kB
Inactive(anon):     8856 kB
Active(file):     108312 kB
Inactive(file):   250396 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10072 kB
Writeback:             0 kB
AnonPages:        714736 kB
Mapped:            42436 kB
Shmem:              8876 kB
Slab:              67068 kB
SReclaimable:      33624 kB
SUnreclaim:        33444 kB
KernelStack:        5040 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2193484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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:13:28