Trace number 4254963

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
choco-solver 5a (2017-07-26)OPT2 25.950701 15.1467

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-07-09.xml
MD5SUMa3ba3cad77540d9164e30b3f583ccc44
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.932661
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints757
Number of domains1
Minimum domain size63
Maximum domain size63
Distribution of domain sizes[{"size":63,"count":63}]
Minimum variable degree50
Maximum variable degree50
Distribution of variable degrees[{"degree":50,"count":63}]
Minimum constraint arity4
Maximum constraint arity63
Distribution of constraint arities[{"arity":4,"count":756},{"arity":63,"count":1}]
Number of extensional constraints0
Number of intensional constraints756
Distribution of constraint types[{"type":"intension","count":756},{"type":"lex","count":1}]
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.12	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254963-1501981927.xml"  -tl '264s' -p 1 -x 3
0.00/0.30	c [HOME/instance-4254963-1501981927.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.36	c simple solver
0.00/0.43	c parse instance...
0.00/0.88	c solve instance...
21.82/13.73	o 4 
21.82/13.76	o 3 
24.46/14.61	o 2 
25.89/15.12	s OPTIMUM FOUND
25.89/15.12	v <instantiation>
25.89/15.12	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] </list>
25.89/15.12	v 	<values>0 0 0 0 0 1 1 1 1 0 1 1 2 2 0 0 0 2 1 1 2 0 2 0 2 2 1 1 2 1 2 0 0 1 2 0 2 0 1 2 1 1 2 0 0 2 1 0 1 1 0 1 2 2 2 2 0 1 2 2 0 1 0 </values>
25.89/15.12	v </instantiation>

Verifier Data

OK	2

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-4254963-1501981927/watcher-4254963-1501981927 -o /tmp/evaluation-result-4254963-1501981927/solver-4254963-1501981927 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501978204-32403 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 178296738 HOME/instance-4254963-1501981927.xml 

pid=2787
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 2.08 2.16 2.03 2/199 2790
/proc/meminfo: memFree=25706544/32770624 swapFree=0/283280
[pid=2790] ppid=2787 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (runsolver) D 2787 2790 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46007956 24240128 106 18446744073709551615 4194304 4338465 140733956032336 140733956029976 139748345963223 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 24666112 140733956034659 140733956035148 140733956035148 140733956038602 0
/proc/2790/statm: 5918 106 53 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 2.08 2.16 2.03 2/199 2790
/proc/meminfo: memFree=25706544/32770624 swapFree=0/283280
[pid=2790] ppid=2787 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (runsolver) D 2787 2790 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46007956 24240128 106 18446744073709551615 4194304 4338465 140733956032336 140733956029976 139748345963223 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 24666112 140733956034659 140733956035148 140733956035148 140733956038602 0
/proc/2790/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200302 s]
/proc/loadavg: 2.08 2.16 2.03 2/199 2790
/proc/meminfo: memFree=25706544/32770624 swapFree=0/283280
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.305128 s]
/proc/loadavg: 2.08 2.16 2.03 2/199 2790
/proc/meminfo: memFree=25706544/32770624 swapFree=0/283280
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.702231 s]
/proc/loadavg: 2.08 2.16 2.03 2/199 2790
/proc/meminfo: memFree=25706544/32770624 swapFree=0/283280
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50527 s]
/proc/loadavg: 2.08 2.16 2.03 3/215 2807
/proc/meminfo: memFree=25597348/32770624 swapFree=0/283308
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=2.63 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 15877 0 0 0 255 8 0 0 20 0 15 0 46007968 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 44358 3195 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=1.32 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 8701 0 0 0 128 4 0 0 20 0 15 0 46007969 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139701460309192 139701080978256 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2796] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2796/stat : 2796 (java) S 2790 2790 30500 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139701395913616 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2797] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2797/stat : 2797 (java) S 2790 2790 30500 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139701053299472 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2798] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2798/stat : 2798 (java) S 2790 2790 30500 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139701001746800 139701456083586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2799] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2799/stat : 2799 (java) S 2790 2790 30500 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139701000692768 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2800] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2800/stat : 2800 (java) S 2790 2790 30500 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139700999639920 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2801] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2801/stat : 2801 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139700998588240 139701456091035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2802] ppid=2790 vsize=13980732 CPUtime=0.38 cores=0,2,4,6
/proc/2792/task/2802/stat : 2802 (java) R 2790 2790 30500 0 -1 4202560 1531 0 0 0 38 0 0 0 20 0 15 0 46007974 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139700997536624 139701438479885 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2803] ppid=2790 vsize=13980732 CPUtime=0.41 cores=0,2,4,6
/proc/2792/task/2803/stat : 2803 (java) R 2790 2790 30500 0 -1 4202560 2450 0 0 0 40 1 0 0 20 0 15 0 46007974 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139700996484120 139701434519739 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2804] ppid=2790 vsize=13980732 CPUtime=0.48 cores=0,2,4,6
/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 1869 0 0 0 47 1 0 0 20 0 15 0 46007974 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 44358 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 13990244

[startup+3.10075 s]
/proc/loadavg: 2.08 2.16 2.03 2/215 2807
/proc/meminfo: memFree=25513236/32770624 swapFree=0/283308
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=5.63 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 24291 0 0 0 553 10 0 0 20 0 15 0 46007968 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 52516 3222 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=2.79 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 9272 0 0 0 274 5 0 0 20 0 15 0 46007969 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139701460308224 139701081622238 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 548 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2796] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2796/stat : 2796 (java) S 2790 2790 30500 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139701395913616 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2797] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2797/stat : 2797 (java) S 2790 2790 30500 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139701053299472 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2798] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2798/stat : 2798 (java) S 2790 2790 30500 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139701001746800 139701456083586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2799] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2799/stat : 2799 (java) S 2790 2790 30500 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139701000692768 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2800] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2800/stat : 2800 (java) S 2790 2790 30500 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139700999639920 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2801] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2801/stat : 2801 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139700998588240 139701456091035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2802] ppid=2790 vsize=13980732 CPUtime=1.08 cores=0,2,4,6
/proc/2792/task/2802/stat : 2802 (java) S 2790 2790 30500 0 -1 1077944384 4764 0 0 0 108 0 0 0 20 0 15 0 46007974 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139700997536624 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2803] ppid=2790 vsize=13980732 CPUtime=1.07 cores=0,2,4,6
/proc/2792/task/2803/stat : 2803 (java) S 2790 2790 30500 0 -1 1077944384 4548 0 0 0 106 1 0 0 20 0 15 0 46007974 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139700996483824 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2804] ppid=2790 vsize=13980732 CPUtime=0.61 cores=0,2,4,6
/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 3136 0 0 0 60 1 0 0 20 0 15 0 46007974 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 52516 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 13990244

[startup+6.30078 s]
/proc/loadavg: 2.15 2.17 2.04 3/215 2807
/proc/meminfo: memFree=25506048/32770624 swapFree=0/283308
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=11.35 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 29129 0 0 0 1123 12 0 0 20 0 15 0 46007968 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 55435 3229 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=5.99 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 9430 0 0 0 594 5 0 0 20 0 15 0 46007969 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139701460311352 139701084117377 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 548 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2796] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2796/stat : 2796 (java) S 2790 2790 30500 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139701395913616 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2797] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2797/stat : 2797 (java) S 2790 2790 30500 0 -1 1077944384 331 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139701053299472 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2798] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2798/stat : 2798 (java) S 2790 2790 30500 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139701001746800 139701456083586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2799] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2799/stat : 2799 (java) S 2790 2790 30500 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139701000692768 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2800] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2800/stat : 2800 (java) S 2790 2790 30500 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139700999639920 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2801] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2801/stat : 2801 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139700998588240 139701456091035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2802] ppid=2790 vsize=13980732 CPUtime=2.23 cores=0,2,4,6
/proc/2792/task/2802/stat : 2802 (java) S 2790 2790 30500 0 -1 1077944384 6084 0 0 0 222 1 0 0 20 0 15 0 46007974 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139700997536624 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2803] ppid=2790 vsize=13980732 CPUtime=2.33 cores=0,2,4,6
/proc/2792/task/2803/stat : 2803 (java) S 2790 2790 30500 0 -1 1077944384 7749 0 0 0 232 1 0 0 20 0 15 0 46007974 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139700996483824 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2804] ppid=2790 vsize=13980732 CPUtime=0.71 cores=0,2,4,6
/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 3288 0 0 0 70 1 0 0 20 0 15 0 46007974 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 55435 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 13990244

[startup+12.7052 s]
/proc/loadavg: 2.22 2.19 2.05 3/214 2886
/proc/meminfo: memFree=31254436/32770624 swapFree=0/283364
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=20.68 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 46610 0 0 0 2053 15 0 0 20 0 15 0 46007968 14316269568 57861 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 57861 3241 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=12.39 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 10520 0 0 0 1234 5 0 0 20 0 15 0 46007969 14316269568 57861 18446744073709551615 4194304 4196468 140736636362672 139701460308560 139701083575168 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 57861 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 548 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 57861 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0

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

/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 3913 0 0 0 75 2 0 0 20 0 15 0 46007974 14316269568 57861 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 57861 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 57861 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 20.8
Current children cumulated vsize (KiB) 13990244

[startup+14.4072 s]
/proc/loadavg: 2.12 2.17 2.04 5/214 2886
/proc/meminfo: memFree=31148812/32770624 swapFree=0/283372
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=23.88 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 48928 0 0 0 2372 16 0 0 20 0 15 0 46007968 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 61334 3247 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=14.08 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 10988 0 0 0 1403 5 0 0 20 0 15 0 46007969 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139701460308912 139701084117447 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 1311 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2796] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2796/stat : 2796 (java) S 2790 2790 30500 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139701395913616 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2797] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2797/stat : 2797 (java) S 2790 2790 30500 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139701053299472 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2798] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2798/stat : 2798 (java) S 2790 2790 30500 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139701001746800 139701456083586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2799] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2799/stat : 2799 (java) S 2790 2790 30500 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139701000692832 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2800] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2800/stat : 2800 (java) S 2790 2790 30500 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139700999639936 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2801] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2801/stat : 2801 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139700998588240 139701456091035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2802] ppid=2790 vsize=13980732 CPUtime=4.33 cores=0,2,4,6
/proc/2792/task/2802/stat : 2802 (java) R 2790 2790 30500 0 -1 4202560 12352 0 0 0 431 2 0 0 20 0 15 0 46007974 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139700997523136 139701440971888 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2803] ppid=2790 vsize=13980732 CPUtime=4.52 cores=0,2,4,6
/proc/2792/task/2803/stat : 2803 (java) R 2790 2790 30500 0 -1 4202560 17599 0 0 0 449 3 0 0 20 0 15 0 46007974 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139700996471920 139701442136595 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2804] ppid=2790 vsize=13980732 CPUtime=0.83 cores=0,2,4,6
/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 4053 0 0 0 81 2 0 0 20 0 15 0 46007974 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 61334 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 13990244

[startup+14.8007 s]
/proc/loadavg: 2.12 2.17 2.04 5/214 2886
/proc/meminfo: memFree=31148812/32770624 swapFree=0/283372
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=25.06 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 51524 0 0 0 2490 16 0 0 20 0 15 0 46007968 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 63845 3247 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=14.47 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 11006 0 0 0 1442 5 0 0 20 0 15 0 46007969 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139701460308912 139701084117328 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 1311 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2796] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2796/stat : 2796 (java) S 2790 2790 30500 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139701395913616 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2797] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2797/stat : 2797 (java) S 2790 2790 30500 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139701053299472 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2798] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2798/stat : 2798 (java) S 2790 2790 30500 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139701001746800 139701456083586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2799] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2799/stat : 2799 (java) S 2790 2790 30500 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139701000692832 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2800] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2800/stat : 2800 (java) S 2790 2790 30500 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139700999639936 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2801] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2801/stat : 2801 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139700998588240 139701456091035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2802] ppid=2790 vsize=13980732 CPUtime=4.73 cores=0,2,4,6
/proc/2792/task/2802/stat : 2802 (java) R 2790 2790 30500 0 -1 4202560 14761 0 0 0 470 3 0 0 20 0 15 0 46007974 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139700997523136 139701440756499 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2803] ppid=2790 vsize=13980732 CPUtime=4.91 cores=0,2,4,6
/proc/2792/task/2803/stat : 2803 (java) R 2790 2790 30500 0 -1 4202560 17763 0 0 0 488 3 0 0 20 0 15 0 46007974 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139700996469136 139701437616975 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2804] ppid=2790 vsize=13980732 CPUtime=0.84 cores=0,2,4,6
/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 4058 0 0 0 82 2 0 0 20 0 15 0 46007974 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 63845 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 13990244

[startup+15.0007 s]
/proc/loadavg: 2.12 2.17 2.04 5/214 2886
/proc/meminfo: memFree=31148812/32770624 swapFree=0/283372
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=25.64 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 51548 0 0 0 2548 16 0 0 20 0 15 0 46007968 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 63894 3247 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=14.67 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 11009 0 0 0 1462 5 0 0 20 0 15 0 46007969 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139701460308848 139701084668567 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 1311 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2796] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2796/stat : 2796 (java) S 2790 2790 30500 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139701395913616 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2797] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2797/stat : 2797 (java) S 2790 2790 30500 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139701053299472 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2798] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2798/stat : 2798 (java) S 2790 2790 30500 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139701001746800 139701456083586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2799] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2799/stat : 2799 (java) S 2790 2790 30500 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139701000692832 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2800] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2800/stat : 2800 (java) S 2790 2790 30500 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139700999639936 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2801] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2801/stat : 2801 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139700998588240 139701456091035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2802] ppid=2790 vsize=13980732 CPUtime=4.92 cores=0,2,4,6
/proc/2792/task/2802/stat : 2802 (java) R 2790 2790 30500 0 -1 4202560 14768 0 0 0 489 3 0 0 20 0 15 0 46007974 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139700997536624 139701441198685 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2803] ppid=2790 vsize=13980732 CPUtime=5.1 cores=0,2,4,6
/proc/2792/task/2803/stat : 2803 (java) R 2790 2790 30500 0 -1 4202560 17777 0 0 0 507 3 0 0 20 0 15 0 46007974 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139700996483824 139701441196424 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2804] ppid=2790 vsize=13980732 CPUtime=0.84 cores=0,2,4,6
/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 4058 0 0 0 82 2 0 0 20 0 15 0 46007974 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 63894 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 25.64
Current children cumulated vsize (KiB) 13990244

[startup+15.1008 s]
/proc/loadavg: 2.12 2.17 2.04 5/214 2886
/proc/meminfo: memFree=31148812/32770624 swapFree=0/283372
[pid=2790] ppid=2787 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/2790/stat : 2790 (xcsp3-exec) S 2787 2790 30500 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 46007956 9740288 345 18446744073709551615 4194304 5098028 140721110448032 140721110446136 140130713670268 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 12 0 0 7196144 7232144 9973760 140721110450594 140721110450797 140721110450797 140721110454251 0
/proc/2790/statm: 2378 345 289 221 0 87 0
[pid=2792] ppid=2790 vsize=13980732 CPUtime=25.89 cores=0,2,4,6
/proc/2792/stat : 2792 (java) S 2790 2790 30500 0 -1 1077944320 51569 0 0 0 2573 16 0 0 20 0 15 0 46007968 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 140736636345216 139701456072439 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
/proc/2792/statm: 3495183 63914 3247 1 0 3483476 0
[pid=2792/tid=2793] ppid=2790 vsize=13980732 CPUtime=14.77 cores=0,2,4,6
/proc/2792/task/2793/stat : 2793 (java) R 2790 2790 30500 0 -1 4202560 11010 0 0 0 1472 5 0 0 20 0 15 0 46007969 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139701460308848 139701086077947 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2794] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2794/stat : 2794 (java) S 2790 2790 30500 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139701398019216 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2795] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2795/stat : 2795 (java) S 2790 2790 30500 0 -1 1077944384 1311 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139701396966416 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2796] ppid=2790 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/2792/task/2796/stat : 2796 (java) S 2790 2790 30500 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 46007969 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139701395913616 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2797] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2797/stat : 2797 (java) S 2790 2790 30500 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 15 0 46007969 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139701053299472 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2798] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2798/stat : 2798 (java) S 2790 2790 30500 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139701001746800 139701456083586 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2799] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2799/stat : 2799 (java) S 2790 2790 30500 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139701000692832 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2800] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2800/stat : 2800 (java) S 2790 2790 30500 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 46007971 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139700999639936 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2801] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2801/stat : 2801 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139700998588240 139701456091035 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2802] ppid=2790 vsize=13980732 CPUtime=4.99 cores=0,2,4,6
/proc/2792/task/2802/stat : 2802 (java) S 2790 2790 30500 0 -1 1077944384 14773 0 0 0 496 3 0 0 20 0 15 0 46007974 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139700997536624 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2803] ppid=2790 vsize=13980732 CPUtime=5.19 cores=0,2,4,6
/proc/2792/task/2803/stat : 2803 (java) S 2790 2790 30500 0 -1 1077944384 17792 0 0 0 516 3 0 0 20 0 15 0 46007974 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139700996483824 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2804] ppid=2790 vsize=13980732 CPUtime=0.84 cores=0,2,4,6
/proc/2792/task/2804/stat : 2804 (java) S 2790 2790 30500 0 -1 1077944384 4058 0 0 0 82 2 0 0 20 0 15 0 46007974 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139700995431024 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2805] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2805/stat : 2805 (java) S 2790 2790 30500 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46007974 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139700994378464 139701456082645 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
[pid=2792/tid=2806] ppid=2790 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/2792/task/2806/stat : 2806 (java) S 2790 2790 30500 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 15 0 46007978 14316269568 63914 18446744073709551615 4194304 4196468 140736636362672 139700993325744 139701456083586 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35766272 140736636371418 140736636371593 140736636371593 140736636374991 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 13990244

Child status: 0
Real time (s): 15.1467
CPU time (s): 25.9507
CPU user time (s): 25.7737
CPU system time (s): 0.176969
CPU usage (%): 171.329
Max. virtual memory (cumulated for all children) (KiB): 13992676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7737
system time used= 0.176969
maximum resident set size= 255972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52208
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= 3523
involuntary context switches= 158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064892 second user time and 0.101187 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 02:58:00
IDJOB=4254963
IDBENCH=139744
IDSOLVER=2637
FILE ID=node133/4254963-1501981927
RUNJOBID= node133-1501978204-32403
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-07-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4254963-1501981927/watcher-4254963-1501981927 -o /tmp/evaluation-result-4254963-1501981927/solver-4254963-1501981927 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501978204-32403 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 178296738 HOME/instance-4254963-1501981927.xml

TIME LIMIT= 264 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a3ba3cad77540d9164e30b3f583ccc44
RANDOM SEED=178296738

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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.17
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	: 4
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	: 4
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.17
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	: 4
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	: 4
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.17
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	: 4
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	: 4
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.17
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25706524 kB
MemAvailable:   26050956 kB
Buffers:          165608 kB
Cached:           464264 kB
SwapCached:            0 kB
Active:          6336748 kB
Inactive:         300008 kB
Active(anon):    6006980 kB
Inactive(anon):    16728 kB
Active(file):     329768 kB
Inactive(file):   283280 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8024 kB
Writeback:             0 kB
AnonPages:       6016112 kB
Mapped:            50120 kB
Shmem:             17084 kB
Slab:             120536 kB
SReclaimable:      94436 kB
SUnreclaim:        26100 kB
KernelStack:        3776 kB
PageTables:        16968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8005068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5793792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-06 02:58:15