Trace number 4245168

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 NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)OPT3 700.231 89.0363

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark34.0299
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245168-1500685585.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4245168-1500685585.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.72	c solve instance...
0.00/0.77	o 78 
0.00/0.77	o 3 
700.08/89.02	s OPTIMUM FOUND
700.08/89.02	v <instantiation>
700.08/89.02	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] </list>
700.08/89.02	v 	<values>0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 3 </values>
700.08/89.02	v </instantiation>

Verifier Data

OK	3

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-4245168-1500685585/watcher-4245168-1500685585 -o /tmp/evaluation-result-4245168-1500685585/solver-4245168-1500685585 -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 765005584 HOME/instance-4245168-1500685585.xml 

pid=31516
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.88 15.12 12.28 10/271 31519
/proc/meminfo: memFree=28716904/32770624 swapFree=5700/249336
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0

[startup+0.100107 s]
/proc/loadavg: 15.88 15.12 12.28 10/271 31519
/proc/meminfo: memFree=28716904/32770624 swapFree=5700/249336
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200302 s]
/proc/loadavg: 15.88 15.12 12.28 10/271 31519
/proc/meminfo: memFree=28716904/32770624 swapFree=5700/249336
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300292 s]
/proc/loadavg: 15.88 15.12 12.28 10/271 31519
/proc/meminfo: memFree=28716904/32770624 swapFree=5700/249336
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700243 s]
/proc/loadavg: 15.88 15.12 12.28 10/271 31519
/proc/meminfo: memFree=28716904/32770624 swapFree=5700/249336
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50156 s]
/proc/loadavg: 15.88 15.12 12.28 20/300 31564
/proc/meminfo: memFree=28572588/32770624 swapFree=5700/249396
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
[pid=31520] ppid=31519 vsize=13801768 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/31520/stat : 31520 (java) S 31519 31519 7102 0 -1 1077944320 18340 0 0 0 746 8 0 0 20 0 28 0 3825998 14133010432 39419 33554432000 4194304 4196468 140732015525104 140732015507648 140045180681975 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
/proc/31520/statm: 3450442 39419 3226 1 0 3437675 0
[pid=31520/tid=31521] ppid=31519 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31521/stat : 31521 (java) S 31519 31519 7102 0 -1 1077944384 6860 0 0 0 67 3 0 0 20 0 28 0 3825998 14133010432 39419 33554432000 4194304 4196468 140732015525104 140045184922752 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31523] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31523/stat : 31523 (java) S 31519 31519 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140045133302928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31524] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31524/stat : 31524 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140045132250128 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31525] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31525/stat : 31525 (java) S 31519 31519 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140045131197328 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31526] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31526/stat : 31526 (java) S 31519 31519 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140045130144528 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31527] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31527/stat : 31527 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140045129091728 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31528] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31528/stat : 31528 (java) S 31519 31519 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140045128038928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31529] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31529/stat : 31529 (java) S 31519 31519 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044773292432 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31530] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31530/stat : 31530 (java) S 31519 31519 7102 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044772239632 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31531] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31531/stat : 31531 (java) S 31519 31519 7102 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 3826002 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044642753392 140045180693122 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31532] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31532/stat : 31532 (java) S 31519 31519 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3826002 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044641699360 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31533] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31533/stat : 31533 (java) S 31519 31519 7102 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3826003 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044640646512 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31534] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31534/stat : 31534 (java) S 31519 31519 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3826006 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044639594832 140045180700571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31535] ppid=31519 vsize=13801768 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31535/stat : 31535 (java) R 31519 31519 7102 0 -1 4202560 1824 0 0 0 57 0 0 0 20 0 28 0 3826006 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044638528160 140045158429629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31536] ppid=31519 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31536/stat : 31536 (java) R 31519 31519 7102 0 -1 4202560 2148 0 0 0 70 0 0 0 20 0 28 0 3826006 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044637481880 140045159925995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31537] ppid=31519 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31537/stat : 31537 (java) R 31519 31519 7102 0 -1 4202560 2370 0 0 0 63 0 0 0 20 0 28 0 3826006 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044636417608 140045164970832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31538] ppid=31519 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31538/stat : 31538 (java) S 31519 31519 7102 0 -1 1077944384 3150 0 0 0 62 0 0 0 20 0 28 0 3826006 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044635383792 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31539] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31539/stat : 31539 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3826007 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044634332256 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31540] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31540/stat : 31540 (java) S 31519 31519 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3826007 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044633279536 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31557] ppid=31519 vsize=13801768 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31557/stat : 31557 (java) R 31519 31519 7102 0 -1 4202560 20 0 0 0 50 0 0 0 20 0 28 0 3826075 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044625264568 140044807558856 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31558] ppid=31519 vsize=13801768 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31558/stat : 31558 (java) R 31519 31519 7102 0 -1 4202560 22 0 0 0 58 0 0 0 20 0 28 0 3826075 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044621054712 140044813492570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31559] ppid=31519 vsize=13801768 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31559/stat : 31559 (java) R 31519 31519 7102 0 -1 4202560 33 0 0 0 56 0 0 0 20 0 28 0 3826075 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044622106744 140044812653150 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31560] ppid=31519 vsize=13801768 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31560/stat : 31560 (java) R 31519 31519 7102 0 -1 4202560 52 0 0 0 42 0 0 0 20 0 28 0 3826075 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044620001144 140045163203112 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31561] ppid=31519 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31561/stat : 31561 (java) R 31519 31519 7102 0 -1 4202560 23 0 0 0 54 0 0 0 20 0 28 0 3826075 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044618949936 140044811591656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31562] ppid=31519 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31562/stat : 31562 (java) R 31519 31519 7102 0 -1 4202560 22 0 0 0 47 0 0 0 20 0 28 0 3826075 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044623159448 140044807470336 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31563] ppid=31519 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31563/stat : 31563 (java) R 31519 31519 7102 0 -1 4202560 21 0 0 0 48 0 0 0 20 0 28 0 3826075 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044624213848 140044812654116 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31564] ppid=31519 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31564/stat : 31564 (java) R 31519 31519 7102 0 -1 4202560 22 0 0 0 54 0 0 0 20 0 28 0 3826076 14133010432 39419 33554432000 4194304 4196468 140732015525104 140044617896568 140044807840200 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 13811280

[startup+3.10156 s]
/proc/loadavg: 15.88 15.12 12.28 20/300 31564
/proc/meminfo: memFree=28542828/32770624 swapFree=5700/249396
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
[pid=31520] ppid=31519 vsize=13801768 CPUtime=20.21 cores=0,2,4,6,8,10,12,14
/proc/31520/stat : 31520 (java) S 31519 31519 7102 0 -1 1077944320 32538 0 0 0 2008 13 0 0 20 0 28 0 3825998 14133010432 51489 33554432000 4194304 4196468 140732015525104 140732015507648 140045180681975 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
/proc/31520/statm: 3450442 51489 3252 1 0 3437675 0
[pid=31520/tid=31521] ppid=31519 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31521/stat : 31521 (java) S 31519 31519 7102 0 -1 1077944384 6860 0 0 0 67 3 0 0 20 0 28 0 3825998 14133010432 51489 33554432000 4194304 4196468 140732015525104 140045184922752 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31523] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31523/stat : 31523 (java) S 31519 31519 7102 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140045133302928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31524] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31524/stat : 31524 (java) S 31519 31519 7102 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140045132250128 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31525] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31525/stat : 31525 (java) S 31519 31519 7102 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140045131197328 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31526] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31526/stat : 31526 (java) S 31519 31519 7102 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140045130144528 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31527] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31527/stat : 31527 (java) S 31519 31519 7102 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140045129091728 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31528] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31528/stat : 31528 (java) S 31519 31519 7102 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140045128038928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31529] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31529/stat : 31529 (java) S 31519 31519 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044773292432 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31530] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31530/stat : 31530 (java) S 31519 31519 7102 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 3825999 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044772239632 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31531] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31531/stat : 31531 (java) S 31519 31519 7102 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 28 0 3826002 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044642753392 140045180693122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31532] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31532/stat : 31532 (java) S 31519 31519 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3826002 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044641699360 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31533] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31533/stat : 31533 (java) S 31519 31519 7102 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 3826003 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044640646512 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31534] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31534/stat : 31534 (java) S 31519 31519 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3826006 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044639594832 140045180700571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31535] ppid=31519 vsize=13801768 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31535/stat : 31535 (java) S 31519 31519 7102 0 -1 1077944384 3804 0 0 0 151 1 0 0 20 0 28 0 3826006 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044638542192 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31536] ppid=31519 vsize=13801768 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31536/stat : 31536 (java) S 31519 31519 7102 0 -1 1077944384 4308 0 0 0 145 0 0 0 20 0 28 0 3826006 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044637489392 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31537] ppid=31519 vsize=13801768 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31537/stat : 31537 (java) S 31519 31519 7102 0 -1 1077944384 10857 0 0 0 186 2 0 0 20 0 28 0 3826006 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044636436592 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31538] ppid=31519 vsize=13801768 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31538/stat : 31538 (java) S 31519 31519 7102 0 -1 1077944384 3460 0 0 0 70 1 0 0 20 0 28 0 3826006 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044635383792 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31539] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31539/stat : 31539 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3826007 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044634332256 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31540] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31540/stat : 31540 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3826007 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044633279536 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31557] ppid=31519 vsize=13801768 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31557/stat : 31557 (java) R 31519 31519 7102 0 -1 4202560 94 0 0 0 149 0 0 0 20 0 28 0 3826075 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044625263456 140044814396709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31558] ppid=31519 vsize=13801768 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31558/stat : 31558 (java) R 31519 31519 7102 0 -1 4202560 66 0 0 0 182 0 0 0 20 0 28 0 3826075 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044621053880 140044812730764 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31559] ppid=31519 vsize=13801768 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31559/stat : 31559 (java) R 31519 31519 7102 0 -1 4202560 91 0 0 0 194 0 0 0 20 0 28 0 3826075 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044622106600 140044814645555 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31560] ppid=31519 vsize=13801768 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31560/stat : 31560 (java) R 31519 31519 7102 0 -1 4202560 118 0 0 0 135 0 0 0 20 0 28 0 3826075 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044620000952 140044814396008 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31561] ppid=31519 vsize=13801768 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31561/stat : 31561 (java) R 31519 31519 7102 0 -1 4202560 88 0 0 0 177 0 0 0 20 0 28 0 3826075 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044618947872 140044813359698 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31562] ppid=31519 vsize=13801768 CPUtime=1.98 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31562/stat : 31562 (java) R 31519 31519 7102 0 -1 4202560 80 0 0 0 198 0 0 0 20 0 28 0 3826075 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044623159752 140044814395875 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31563] ppid=31519 vsize=13801768 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31563/stat : 31563 (java) R 31519 31519 7102 0 -1 4202560 90 0 0 0 163 0 0 0 20 0 28 0 3826075 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044624212280 140044812730678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31564] ppid=31519 vsize=13801768 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31564/stat : 31564 (java) R 31519 31519 7102 0 -1 4202560 131 0 0 0 169 0 0 0 20 0 28 0 3826076 14133010432 51489 33554432000 4194304 4196468 140732015525104 140044617895800 140044812731272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
Current children cumulated CPU time (s) 20.21
Current children cumulated vsize (KiB) 13811280

[startup+6.30163 s]
/proc/loadavg: 16.05 15.17 12.31 17/300 31564
/proc/meminfo: memFree=28326424/32770624 swapFree=5700/249404

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

/proc/31520/task/31532/stat : 31532 (java) S 31519 31519 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3826002 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044641699360 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31533] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31533/stat : 31533 (java) S 31519 31519 7102 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 3826003 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044640646512 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31534] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31534/stat : 31534 (java) S 31519 31519 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3826006 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044639594832 140045180700571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31535] ppid=31519 vsize=13801768 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31535/stat : 31535 (java) S 31519 31519 7102 0 -1 1077944384 6076 0 0 0 172 1 0 0 20 0 28 0 3826006 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044638542192 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31536] ppid=31519 vsize=13801768 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31536/stat : 31536 (java) S 31519 31519 7102 0 -1 1077944384 5178 0 0 0 151 0 0 0 20 0 28 0 3826006 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044637489392 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31537] ppid=31519 vsize=13801768 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31537/stat : 31537 (java) S 31519 31519 7102 0 -1 1077944384 13541 0 0 0 212 2 0 0 20 0 28 0 3826006 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044636436592 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31538] ppid=31519 vsize=13801768 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31538/stat : 31538 (java) S 31519 31519 7102 0 -1 1077944384 4983 0 0 0 73 1 0 0 20 0 28 0 3826006 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044635383792 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31539] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31539/stat : 31539 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3826007 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044634332256 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31540] ppid=31519 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31540/stat : 31540 (java) S 31519 31519 7102 0 -1 1077944384 264 0 0 0 2 2 0 0 20 0 28 0 3826007 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044633279536 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31557] ppid=31519 vsize=13801768 CPUtime=84.76 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31557/stat : 31557 (java) R 31519 31519 7102 0 -1 4202560 2009 0 0 0 8471 5 0 0 20 0 28 0 3826075 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044625264696 140045166750094 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31558] ppid=31519 vsize=13801768 CPUtime=85.34 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31558/stat : 31558 (java) R 31519 31519 7102 0 -1 4202560 3731 0 0 0 8528 6 0 0 20 0 28 0 3826075 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044621055016 140044812730508 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31559] ppid=31519 vsize=13801768 CPUtime=85.2 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31559/stat : 31559 (java) R 31519 31519 7102 0 -1 4202560 984 0 0 0 8515 5 0 0 20 0 28 0 3826075 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044622107560 140044814002917 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31560] ppid=31519 vsize=13801768 CPUtime=84.71 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31560/stat : 31560 (java) R 31519 31519 7102 0 -1 4202560 2074 0 0 0 8466 5 0 0 20 0 28 0 3826075 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044620002088 140044812790742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31561] ppid=31519 vsize=13801768 CPUtime=85.39 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31561/stat : 31561 (java) R 31519 31519 7102 0 -1 4202560 2437 0 0 0 8534 5 0 0 20 0 28 0 3826075 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044618949288 140044813948310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31562] ppid=31519 vsize=13801768 CPUtime=85.39 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31562/stat : 31562 (java) R 31519 31519 7102 0 -1 4202560 270 0 0 0 8538 1 0 0 20 0 28 0 3826075 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044623158880 140044813491699 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31563] ppid=31519 vsize=13801768 CPUtime=84.86 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31563/stat : 31563 (java) R 31519 31519 7102 0 -1 4202560 3242 0 0 0 8480 6 0 0 20 0 28 0 3826075 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044624215248 140044813497398 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31564] ppid=31519 vsize=13801768 CPUtime=85.25 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31564/stat : 31564 (java) R 31519 31519 7102 0 -1 4202560 881 0 0 0 8521 4 0 0 20 0 28 0 3826076 14133010432 498503 33554432000 4194304 4196468 140732015525104 140044617896888 140044812730693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
Current children cumulated CPU time (s) 692.31
Current children cumulated vsize (KiB) 13811280

[startup+88.802 s]
/proc/loadavg: 15.74 15.31 12.61 20/300 31755
/proc/meminfo: memFree=29721260/32770624 swapFree=5700/249564
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
[pid=31520] ppid=31519 vsize=13801768 CPUtime=698.49 cores=0,2,4,6,8,10,12,14
/proc/31520/stat : 31520 (java) S 31519 31519 7102 0 -1 1077944320 65135 0 0 0 69687 162 0 0 20 0 28 0 3825998 14133010432 509800 33554432000 4194304 4196468 140732015525104 140732015507648 140045180681975 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
/proc/31520/statm: 3450442 509800 3281 1 0 3437675 0
[pid=31520/tid=31521] ppid=31519 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31521/stat : 31521 (java) S 31519 31519 7102 0 -1 1077944384 6860 0 0 0 67 3 0 0 20 0 28 0 3825998 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045184922752 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31523] ppid=31519 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31523/stat : 31523 (java) S 31519 31519 7102 0 -1 1077944384 421 0 0 0 36 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045133302928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31524] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31524/stat : 31524 (java) S 31519 31519 7102 0 -1 1077944384 753 0 0 0 37 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045132250128 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31525] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31525/stat : 31525 (java) S 31519 31519 7102 0 -1 1077944384 414 0 0 0 36 13 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045131197328 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31526] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31526/stat : 31526 (java) S 31519 31519 7102 0 -1 1077944384 1264 0 0 0 38 11 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045130144528 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31527] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31527/stat : 31527 (java) S 31519 31519 7102 0 -1 1077944384 735 0 0 0 38 11 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045129091728 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31528] ppid=31519 vsize=13801768 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31528/stat : 31528 (java) S 31519 31519 7102 0 -1 1077944384 896 0 0 0 37 13 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045128038928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31529] ppid=31519 vsize=13801768 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31529/stat : 31529 (java) S 31519 31519 7102 0 -1 1077944384 829 0 0 0 38 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044773292432 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31530] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31530/stat : 31530 (java) S 31519 31519 7102 0 -1 1077944384 536 0 0 0 37 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044772239632 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31531] ppid=31519 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31531/stat : 31531 (java) S 31519 31519 7102 0 -1 1077944384 4942 0 0 0 20 12 0 0 20 0 28 0 3826002 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044642753392 140045180693122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31532] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31532/stat : 31532 (java) S 31519 31519 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3826002 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044641699360 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31533] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31533/stat : 31533 (java) S 31519 31519 7102 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 3826003 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044640646512 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31534] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31534/stat : 31534 (java) S 31519 31519 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044639594832 140045180700571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31535] ppid=31519 vsize=13801768 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31535/stat : 31535 (java) S 31519 31519 7102 0 -1 1077944384 6076 0 0 0 172 1 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044638542192 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31536] ppid=31519 vsize=13801768 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31536/stat : 31536 (java) S 31519 31519 7102 0 -1 1077944384 5178 0 0 0 151 0 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044637489392 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31537] ppid=31519 vsize=13801768 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31537/stat : 31537 (java) S 31519 31519 7102 0 -1 1077944384 13541 0 0 0 212 2 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044636436592 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31538] ppid=31519 vsize=13801768 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31538/stat : 31538 (java) S 31519 31519 7102 0 -1 1077944384 4983 0 0 0 73 1 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044635383792 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31539] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31539/stat : 31539 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3826007 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044634332256 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31540] ppid=31519 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31540/stat : 31540 (java) S 31519 31519 7102 0 -1 1077944384 264 0 0 0 2 2 0 0 20 0 28 0 3826007 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044633279536 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31557] ppid=31519 vsize=13801768 CPUtime=85.52 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31557/stat : 31557 (java) R 31519 31519 7102 0 -1 4202560 2009 0 0 0 8547 5 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044625264696 140044808575848 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31558] ppid=31519 vsize=13801768 CPUtime=86.1 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31558/stat : 31558 (java) R 31519 31519 7102 0 -1 4202560 3735 0 0 0 8604 6 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044621055016 140044813492347 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31559] ppid=31519 vsize=13801768 CPUtime=85.97 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31559/stat : 31559 (java) R 31519 31519 7102 0 -1 4202560 984 0 0 0 8592 5 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044622106320 140044814646179 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31560] ppid=31519 vsize=13801768 CPUtime=85.48 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31560/stat : 31560 (java) R 31519 31519 7102 0 -1 4202560 2074 0 0 0 8543 5 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044620002088 140044813498253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31561] ppid=31519 vsize=13801768 CPUtime=86.16 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31561/stat : 31561 (java) R 31519 31519 7102 0 -1 4202560 2443 0 0 0 8610 6 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044618951168 140044812365658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31562] ppid=31519 vsize=13801768 CPUtime=86.15 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31562/stat : 31562 (java) R 31519 31519 7102 0 -1 4202560 270 0 0 0 8614 1 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044623159848 140044814047201 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31563] ppid=31519 vsize=13801768 CPUtime=85.63 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31563/stat : 31563 (java) R 31519 31519 7102 0 -1 4202560 3254 0 0 0 8557 6 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044624216200 140044813577983 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31564] ppid=31519 vsize=13801768 CPUtime=86.02 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31564/stat : 31564 (java) R 31519 31519 7102 0 -1 4202560 881 0 0 0 8598 4 0 0 20 0 28 0 3826076 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044617896952 140044814644573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
Current children cumulated CPU time (s) 698.49
Current children cumulated vsize (KiB) 13811280

[startup+89.0018 s]
/proc/loadavg: 15.74 15.31 12.61 20/300 31755
/proc/meminfo: memFree=29721260/32770624 swapFree=5700/249564
[pid=31519] ppid=31516 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31519/stat : 31519 (xcsp3-exec) S 31516 31519 7102 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 3825998 9740288 345 33554432000 4194304 5098028 140727098383280 140727098381384 140482233193084 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 30240768 140727098389647 140727098389856 140727098389856 140727098392555 0
/proc/31519/statm: 2378 345 289 221 0 87 0
[pid=31520] ppid=31519 vsize=13801768 CPUtime=700.08 cores=0,2,4,6,8,10,12,14
/proc/31520/stat : 31520 (java) S 31519 31519 7102 0 -1 1077944320 65135 0 0 0 69846 162 0 0 20 0 28 0 3825998 14133010432 509800 33554432000 4194304 4196468 140732015525104 140732015507648 140045180681975 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
/proc/31520/statm: 3450442 509800 3281 1 0 3437675 0
[pid=31520/tid=31521] ppid=31519 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31521/stat : 31521 (java) S 31519 31519 7102 0 -1 1077944384 6860 0 0 0 67 3 0 0 20 0 28 0 3825998 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045184922752 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31523] ppid=31519 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31523/stat : 31523 (java) S 31519 31519 7102 0 -1 1077944384 421 0 0 0 36 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045133302928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31524] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31524/stat : 31524 (java) S 31519 31519 7102 0 -1 1077944384 753 0 0 0 37 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045132250128 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31525] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31525/stat : 31525 (java) S 31519 31519 7102 0 -1 1077944384 414 0 0 0 36 13 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045131197328 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31526] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31526/stat : 31526 (java) S 31519 31519 7102 0 -1 1077944384 1264 0 0 0 38 11 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045130144528 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31527] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31527/stat : 31527 (java) S 31519 31519 7102 0 -1 1077944384 735 0 0 0 38 11 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045129091728 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31528] ppid=31519 vsize=13801768 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31528/stat : 31528 (java) S 31519 31519 7102 0 -1 1077944384 896 0 0 0 37 13 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140045128038928 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31529] ppid=31519 vsize=13801768 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31529/stat : 31529 (java) S 31519 31519 7102 0 -1 1077944384 829 0 0 0 38 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044773292432 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31530] ppid=31519 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31530/stat : 31530 (java) S 31519 31519 7102 0 -1 1077944384 536 0 0 0 37 12 0 0 20 0 28 0 3825999 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044772239632 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31531] ppid=31519 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31531/stat : 31531 (java) S 31519 31519 7102 0 -1 1077944384 4942 0 0 0 20 12 0 0 20 0 28 0 3826002 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044642753392 140045180693122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31532] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31532/stat : 31532 (java) S 31519 31519 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3826002 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044641699360 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31533] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31533/stat : 31533 (java) S 31519 31519 7102 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 3826003 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044640646512 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31534] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31534/stat : 31534 (java) S 31519 31519 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044639594832 140045180700571 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31535] ppid=31519 vsize=13801768 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31535/stat : 31535 (java) S 31519 31519 7102 0 -1 1077944384 6076 0 0 0 172 1 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044638542192 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31536] ppid=31519 vsize=13801768 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31536/stat : 31536 (java) S 31519 31519 7102 0 -1 1077944384 5178 0 0 0 151 0 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044637489392 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31537] ppid=31519 vsize=13801768 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31537/stat : 31537 (java) S 31519 31519 7102 0 -1 1077944384 13541 0 0 0 212 2 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044636436592 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31538] ppid=31519 vsize=13801768 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31538/stat : 31538 (java) S 31519 31519 7102 0 -1 1077944384 4983 0 0 0 73 1 0 0 20 0 28 0 3826006 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044635383792 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31539] ppid=31519 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31539/stat : 31539 (java) S 31519 31519 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3826007 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044634332256 140045180692181 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31540] ppid=31519 vsize=13801768 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31540/stat : 31540 (java) S 31519 31519 7102 0 -1 1077944384 264 0 0 0 2 2 0 0 20 0 28 0 3826007 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044633279536 140045180693122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31557] ppid=31519 vsize=13801768 CPUtime=85.71 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31557/stat : 31557 (java) R 31519 31519 7102 0 -1 4202560 2009 0 0 0 8566 5 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044625264696 140044812730764 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31558] ppid=31519 vsize=13801768 CPUtime=86.3 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31558/stat : 31558 (java) R 31519 31519 7102 0 -1 4202560 3735 0 0 0 8624 6 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044621055016 140044812730369 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31559] ppid=31519 vsize=13801768 CPUtime=86.17 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31559/stat : 31559 (java) R 31519 31519 7102 0 -1 4202560 984 0 0 0 8612 5 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044622106320 140044814395954 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31560] ppid=31519 vsize=13801768 CPUtime=85.68 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31560/stat : 31560 (java) R 31519 31519 7102 0 -1 4202560 2074 0 0 0 8563 5 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044620002088 140044814645586 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31561] ppid=31519 vsize=13801768 CPUtime=86.36 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31561/stat : 31561 (java) R 31519 31519 7102 0 -1 4202560 2443 0 0 0 8630 6 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044618951168 140044812730683 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31562] ppid=31519 vsize=13801768 CPUtime=86.35 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31562/stat : 31562 (java) R 31519 31519 7102 0 -1 4202560 270 0 0 0 8634 1 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044623159848 140044812365644 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31563] ppid=31519 vsize=13801768 CPUtime=85.83 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31563/stat : 31563 (java) R 31519 31519 7102 0 -1 4202560 3254 0 0 0 8577 6 0 0 20 0 28 0 3826075 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044624216200 140045165020797 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
[pid=31520/tid=31564] ppid=31519 vsize=13801768 CPUtime=86.22 cores=0,2,4,6,8,10,12,14
/proc/31520/task/31564/stat : 31564 (java) R 31519 31519 7102 0 -1 4202560 881 0 0 0 8618 4 0 0 20 0 28 0 3826076 14133010432 509800 33554432000 4194304 4196468 140732015525104 140044617896952 140044814084396 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140732015527100 140732015527276 140732015527276 140732015529935 0
Current children cumulated CPU time (s) 700.08
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 89.0363
CPU time (s): 700.231
CPU user time (s): 698.575
CPU system time (s): 1.65582
CPU usage (%): 786.456
Max. virtual memory (cumulated for all children) (KiB): 13813268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 698.575
system time used= 1.65582
maximum resident set size= 2041248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65847
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15921
involuntary context switches= 46312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27819 second user time and 1.37843 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 03:06:25
IDJOB=4245168
IDBENCH=120617
IDSOLVER=2626
FILE ID=node130/4245168-1500685585
RUNJOBID= node130-1500684118-8559
PBS_JOBID= 20623029
Free space on /tmp= 61952 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.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-4245168-1500685585/watcher-4245168-1500685585 -o /tmp/evaluation-result-4245168-1500685585/solver-4245168-1500685585 -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 765005584 HOME/instance-4245168-1500685585.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=765005584

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		: 1733.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		: 1600.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		: 2133.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:        28717312 kB
MemAvailable:   28773388 kB
Buffers:           53448 kB
Cached:           313068 kB
SwapCached:            0 kB
Active:          3414680 kB
Inactive:         258192 kB
Active(anon):    3308624 kB
Inactive(anon):     8856 kB
Active(file):     106056 kB
Inactive(file):   249336 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             0 kB
AnonPages:       3311108 kB
Mapped:            42552 kB
Shmem:              8876 kB
Slab:              66836 kB
SReclaimable:      33040 kB
SUnreclaim:        33796 kB
KernelStack:        4688 kB
PageTables:        12404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4188720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3172352 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:07:54