Trace number 4270405

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 4.0.5 seq (2017-08-09)OPT2 40.336399 28.758699

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
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.122878
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270405-1502624087.xml"  -tl '264s' -p 1 -x 0
0.08/0.29	c [HOME/instance-4270405-1502624087.xml, -tl, 264s, -p, 1, -x, 0]
0.24/0.35	c simple solver
0.42/0.42	c parse instance...
37.56/26.52	c solve instance...
39.82/28.46	o 2 
40.25/28.73	s OPTIMUM FOUND
40.25/28.73	v <instantiation>
40.25/28.73	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] </list>
40.25/28.73	v 	<values>0 0 0 1 1 0 1 1 0 1 0 1 2 1 0 0 1 2 2 2 1 1 0 0 0 </values>
40.25/28.73	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12483 MiB free)
  memory of node 1: 16384 MiB (15424 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270405-1502624087/watcher-4270405-1502624087 -o /tmp/evaluation-result-4270405-1502624087/solver-4270405-1502624087 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20542 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1385420515 HOME/instance-4270405-1502624087.xml 

running on 4 cores: 1,3,5,7

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27831, runsolver pid=27828

[startup+0.100163 s]*
/proc/loadavg: 2.04 2.00 1.89 2/200 27832
/proc/meminfo: memFree=28577792/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.218151 s]*
/proc/loadavg: 2.04 2.00 1.89 4/215 27847
/proc/meminfo: memFree=28565388/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13974352 memory=24972 CPUtime=0.08 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 5204 0 0 0 7 1 0 0 20 0 15 0 64629399 14309736448 6243 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3493588 6243 2715 1 0 3482964 0
[pid=27833/tid=27834] ppid=27831 vsize=13974352 memory=8390339637985935414 CPUtime=0.05 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 3357 0 0 0 5 0 0 0 20 0 15 0 64629399 14309736448 6243 18446744073709551615 4194304 4196468 140732956830352 140382983120656 140382961358288 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13974352 memory=307370894534390116 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13974352 memory=288371022812915328 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13974352 memory=140646661203584 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629401 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64629401 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64629402 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) S 27831 27831 897 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13974352 memory=140646661203584 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13974352 memory=140646661203584 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629409 14309736448 6309 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26352 KiB

[startup+0.310484 s]*
/proc/loadavg: 2.04 2.00 1.89 4/215 27847
/proc/meminfo: memFree=28551912/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13974352 memory=36132 CPUtime=0.24 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 8668 0 0 0 22 2 0 0 20 0 15 0 64629399 14309736448 9033 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3493588 9033 2934 1 0 3482964 0
[pid=27833/tid=27834] ppid=27831 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 6001 0 0 0 14 1 0 0 20 0 15 0 64629399 14309736448 9033 18446744073709551615 4194304 4196468 140732956830352 140382983115184 140382962967902 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 9033 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13974352 memory=140646661203584 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 9033 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 9033 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14309736448 9033 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13974352 memory=140646661203584 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629401 14309736448 9033 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64629401 14309736448 9098 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64629402 14309736448 9098 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 9100 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) S 27831 27831 897 0 -1 1077944384 602 0 0 0 2 0 0 0 20 0 15 0 64629404 14309736448 9100 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) S 27831 27831 897 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 9100 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13974352 memory=140646661203584 CPUtime=0.05 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 704 0 0 0 5 0 0 0 20 0 15 0 64629404 14309736448 9100 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14309736448 9100 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13974352 memory=140646661203584 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629409 14309736448 9100 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37512 KiB

[startup+0.70076 s]
/proc/loadavg: 2.12 2.02 1.90 4/215 27847
/proc/meminfo: memFree=28541320/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13980732 memory=80296 CPUtime=1.01 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 11754 0 0 0 96 5 0 0 20 0 15 0 64629399 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3495183 20074 3155 1 0 3483476 0
[pid=27833/tid=27834] ppid=27831 vsize=13980732 memory=4044 CPUtime=0.53 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 8032 0 0 0 49 4 0 0 20 0 15 0 64629399 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382983123008 140382566383869 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13980732 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13980732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13980732 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13980732 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64629402 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13980732 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13980732 memory=928 CPUtime=0.12 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) S 27831 27831 897 0 -1 1077944384 970 0 0 0 12 0 0 0 20 0 15 0 64629404 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13980732 memory=2164 CPUtime=0.11 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) S 27831 27831 897 0 -1 1077944384 344 0 0 0 11 0 0 0 20 0 15 0 64629404 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13980732 memory=50568 CPUtime=0.22 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 1103 0 0 0 22 0 0 0 20 0 15 0 64629404 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629409 14316269568 20074 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 81676 KiB

[startup+1.50094 s]
/proc/loadavg: 2.12 2.02 1.90 3/215 27847
/proc/meminfo: memFree=28496516/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13980732 memory=150612 CPUtime=1.9 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 12959 0 0 0 184 6 0 0 20 0 15 0 64629399 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3495183 37653 3156 1 0 3483476 0
[pid=27833/tid=27834] ppid=27831 vsize=13980732 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 8755 0 0 0 128 5 0 0 20 0 15 0 64629399 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382983122640 140382569440636 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13980732 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13980732 memory=36532 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64629400 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64629402 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) S 27831 27831 897 0 -1 1077944384 984 0 0 0 17 0 0 0 20 0 15 0 64629404 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13980732 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) S 27831 27831 897 0 -1 1077944384 368 0 0 0 15 0 0 0 20 0 15 0 64629404 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 1513 0 0 0 22 0 0 0 20 0 15 0 64629404 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13980732 memory=1521 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64629409 14316269568 37653 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0

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

/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13980732 memory=2887184 CPUtime=39.37 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 72813 0 0 0 3623 314 0 0 20 0 15 0 64629399 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3495183 721796 3224 1 0 3483476 0
[pid=27833/tid=27834] ppid=27831 vsize=13980732 memory=-8774313645642428999 CPUtime=20.97 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 14372 0 0 0 2088 9 0 0 20 0 15 0 64629399 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382983123688 140382570640245 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13980732 memory=4872558044660077418 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 9874 0 0 0 277 72 0 0 20 0 15 0 64629400 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13980732 memory=7668052823294623844 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 13653 0 0 0 272 77 0 0 20 0 15 0 64629400 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13980732 memory=7379827923209644096 CPUtime=3.5 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 12855 0 0 0 278 72 0 0 20 0 15 0 64629400 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13980732 memory=7668337416300161127 CPUtime=3.48 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 7770 0 0 0 272 76 0 0 20 0 15 0 64629400 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13980732 memory=7307771440863144040 CPUtime=3.32 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 5097 0 0 0 332 0 0 0 20 0 15 0 64629401 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13980732 memory=7668337416300161127 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13980732 memory=7379827923209644096 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 64629402 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13980732 memory=281293112771744 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13980732 memory=796 CPUtime=0.33 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) S 27831 27831 897 0 -1 1077944384 1942 0 0 0 33 0 0 0 20 0 15 0 64629404 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13980732 memory=5788 CPUtime=0.27 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) S 27831 27831 897 0 -1 1077944384 1306 0 0 0 27 0 0 0 20 0 15 0 64629404 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13980732 memory=1712 CPUtime=0.4 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 4442 0 0 0 39 1 0 0 20 0 15 0 64629404 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13980732 memory=1012 CPUtime=0.01 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 139 0 0 0 0 1 0 0 20 0 15 0 64629409 14316269568 721796 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
Current children cumulated CPU time: 39.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2888564 KiB

[startup+28.4008 s]
/proc/loadavg: 2.03 2.01 1.90 3/215 27925
/proc/meminfo: memFree=27896912/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13980732 memory=2887212 CPUtime=39.82 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 72834 0 0 0 3667 315 0 0 20 0 15 0 64629399 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3495183 721803 3224 1 0 3483476 0
[pid=27833/tid=27834] ppid=27831 vsize=13980732 memory=2856 CPUtime=21.36 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 14374 0 0 0 2127 9 0 0 20 0 15 0 64629399 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382983125696 140382570637984 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13980732 memory=2860 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 9874 0 0 0 277 72 0 0 20 0 15 0 64629400 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13980732 memory=4068 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 13653 0 0 0 272 77 0 0 20 0 15 0 64629400 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13980732 memory=4120 CPUtime=3.5 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 12855 0 0 0 278 72 0 0 20 0 15 0 64629400 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13980732 memory=2886704 CPUtime=3.48 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 7770 0 0 0 272 76 0 0 20 0 15 0 64629400 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13980732 memory=2457576 CPUtime=3.32 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 5097 0 0 0 332 0 0 0 20 0 15 0 64629401 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13980732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13980732 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 64629402 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13980732 memory=1228 CPUtime=0.34 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) R 27831 27831 897 0 -1 4202560 1945 0 0 0 34 0 0 0 20 0 15 0 64629404 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382960408537 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13980732 memory=796 CPUtime=0.3 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) R 27831 27831 897 0 -1 4202560 1316 0 0 0 30 0 0 0 20 0 15 0 64629404 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382956510592 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13980732 memory=5788 CPUtime=0.4 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 4448 0 0 0 39 1 0 0 20 0 15 0 64629404 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13980732 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13980732 memory=4616 CPUtime=0.01 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 139 0 0 0 0 1 0 0 20 0 15 0 64629409 14316269568 721803 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
Current children cumulated CPU time: 39.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2888592 KiB

[startup+28.6008 s]
/proc/loadavg: 2.03 2.01 1.90 3/215 27925
/proc/meminfo: memFree=27896912/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13980732 memory=2887760 CPUtime=40.15 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 73024 0 0 0 3700 315 0 0 20 0 15 0 64629399 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3495183 721940 3228 1 0 3483476 0
[pid=27833/tid=27834] ppid=27831 vsize=13980732 memory=15536310592997909 CPUtime=21.56 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 14395 0 0 0 2147 9 0 0 20 0 15 0 64629399 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382983123984 140382570280115 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13980732 memory=260176233945460 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 9874 0 0 0 277 72 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13980732 memory=260176233945461 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 13653 0 0 0 272 77 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13980732 memory=260176233945462 CPUtime=3.5 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 12855 0 0 0 278 72 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13980732 memory=260176233945463 CPUtime=3.48 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 7770 0 0 0 272 76 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13980732 memory=260176233945464 CPUtime=3.32 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 5097 0 0 0 332 0 0 0 20 0 15 0 64629401 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13980732 memory=260176233945465 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13980732 memory=260176233945466 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 64629402 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13980732 memory=260176233945467 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13980732 memory=260176233945468 CPUtime=0.38 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) S 27831 27831 897 0 -1 1077944384 1958 0 0 0 38 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13980732 memory=260176233945469 CPUtime=0.38 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) S 27831 27831 897 0 -1 1077944384 1454 0 0 0 38 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13980732 memory=260176233945470 CPUtime=0.42 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 4466 0 0 0 41 1 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13980732 memory=4629771062077588875 CPUtime=0.01 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 139 0 0 0 0 1 0 0 20 0 15 0 64629409 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
Current children cumulated CPU time: 40.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2889140 KiB

[startup+28.7008 s]
/proc/loadavg: 2.03 2.01 1.90 3/215 27925
/proc/meminfo: memFree=27896912/32770624 swapFree=67108860/67108860
[pid=27831] ppid=27828 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27831/stat : 27831 (xcsp3-exec) S 27828 27831 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 64629389 9740288 345 18446744073709551615 4194304 5098028 140734148782224 140734148780328 140081243738748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 33177600 140734148784510 140734148784714 140734148784714 140734148788203 0
/proc/27831/statm: 2378 345 289 221 0 87 0
[pid=27833] ppid=27831 vsize=13980732 memory=2887760 CPUtime=40.25 cores=1,3,5,7
/proc/27833/stat : 27833 (java) S 27831 27831 897 0 -1 1077944320 73027 0 0 0 3710 315 0 0 20 0 15 0 64629399 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140732956812896 140382978887415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
/proc/27833/statm: 3495183 721940 3228 1 0 3483476 0
[pid=27833/tid=27834] ppid=27831 vsize=13980732 memory=348 CPUtime=21.66 cores=1,3,5,7
/proc/27833/task/27834/stat : 27834 (java) R 27831 27831 897 0 -1 4202560 14395 0 0 0 2157 9 0 0 20 0 15 0 64629399 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382983123984 140382570280115 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27835] ppid=27831 vsize=13980732 memory=1380 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27835/stat : 27835 (java) S 27831 27831 897 0 -1 1077944384 9874 0 0 0 277 72 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382898301968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27836] ppid=27831 vsize=13980732 memory=2457560 CPUtime=3.49 cores=1,3,5,7
/proc/27833/task/27836/stat : 27836 (java) S 27831 27831 897 0 -1 1077944384 13653 0 0 0 272 77 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382897249424 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27837] ppid=27831 vsize=13980732 memory=15745350110221 CPUtime=3.5 cores=1,3,5,7
/proc/27833/task/27837/stat : 27837 (java) S 27831 27831 897 0 -1 1077944384 12855 0 0 0 278 72 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382896196368 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27838] ppid=27831 vsize=13980732 memory=1380 CPUtime=3.48 cores=1,3,5,7
/proc/27833/task/27838/stat : 27838 (java) S 27831 27831 897 0 -1 1077944384 7770 0 0 0 272 76 0 0 20 0 15 0 64629400 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382895143824 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27839] ppid=27831 vsize=13980732 memory=-8774313645642428999 CPUtime=3.32 cores=1,3,5,7
/proc/27833/task/27839/stat : 27839 (java) S 27831 27831 897 0 -1 1077944384 5097 0 0 0 332 0 0 0 20 0 15 0 64629401 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382456772848 140382978898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27840] ppid=27831 vsize=13980732 memory=206042848 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27840/stat : 27840 (java) S 27831 27831 897 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 64629401 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382455719072 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27841] ppid=27831 vsize=13980732 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27841/stat : 27841 (java) S 27831 27831 897 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 64629402 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382454665968 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27842] ppid=27831 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27842/stat : 27842 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382453614544 140382978906011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27843] ppid=27831 vsize=13980732 memory=36532 CPUtime=0.39 cores=1,3,5,7
/proc/27833/task/27843/stat : 27843 (java) S 27831 27831 897 0 -1 1077944384 1959 0 0 0 39 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382452562672 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27844] ppid=27831 vsize=13980732 memory=1292 CPUtime=0.38 cores=1,3,5,7
/proc/27833/task/27844/stat : 27844 (java) S 27831 27831 897 0 -1 1077944384 1454 0 0 0 38 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382451510128 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27845] ppid=27831 vsize=13980732 memory=33 CPUtime=0.42 cores=1,3,5,7
/proc/27833/task/27845/stat : 27845 (java) S 27831 27831 897 0 -1 1077944384 4468 0 0 0 41 1 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382450457072 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27846] ppid=27831 vsize=13980732 memory=-7595718148655180642 CPUtime=0 cores=1,3,5,7
/proc/27833/task/27846/stat : 27846 (java) S 27831 27831 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64629404 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382449404768 140382978897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
[pid=27833/tid=27847] ppid=27831 vsize=13980732 memory=2886704 CPUtime=0.01 cores=1,3,5,7
/proc/27833/task/27847/stat : 27847 (java) S 27831 27831 897 0 -1 1077944384 139 0 0 0 0 1 0 0 20 0 15 0 64629409 14316269568 721940 18446744073709551615 4194304 4196468 140732956830352 140382448351792 140382978898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29118464 140732956836279 140732956836454 140732956836454 140732956839887 0
Current children cumulated CPU time: 40.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2889140 KiB

Child status: 0
Real time (s): 28.7587
CPU time (s): 40.3364
CPU user time (s): 37.1666
CPU system time (s): 3.16986
CPU usage (%): 140.258
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2889140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1666
system time used= 3.16986
maximum resident set size= 2888424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73619
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= 3189
involuntary context switches= 184


# summary of solver processes directly reported to runsolver:
#   pid: 27831
#   total CPU time (s): 40.3364
#   total CPU user time (s): 37.1666
#   total CPU system time (s): 3.16986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.220445 second user time and 0.318998 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 13:20:41
IDJOB=4270405
IDBENCH=139720
IDSOLVER=2661
FILE ID=node125/4270405-1502624087
RUNJOBID= node125-1502615132-20542
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.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-4270405-1502624087/watcher-4270405-1502624087 -o /tmp/evaluation-result-4270405-1502624087/solver-4270405-1502624087 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20542 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1385420515 HOME/instance-4270405-1502624087.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=1385420515

node125.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.07
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.07
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.07
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.07
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:        28577532 kB
MemAvailable:   29430164 kB
Buffers:          283292 kB
Cached:           864732 kB
SwapCached:            0 kB
Active:          3179176 kB
Inactive:         580716 kB
Active(anon):    2611816 kB
Inactive(anon):    33100 kB
Active(file):     567360 kB
Inactive(file):   547616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7888 kB
Writeback:             0 kB
AnonPages:       2637708 kB
Mapped:            60116 kB
Shmem:             33444 kB
Slab:             132908 kB
SReclaimable:     106980 kB
SUnreclaim:        25928 kB
KernelStack:        3824 kB
PageTables:        10644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3555192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2512896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-13 13:21:10