Trace number 4406102

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 2019-09-24OPT5 82.8913 80.2489

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.5376
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406102-1569397584.xml"  -tl '2520s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4406102-1569397584.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.02/0.57	c solve instance...
1.32/0.62	o 5 
82.83/80.24	s OPTIMUM FOUND
82.83/80.24	v <instantiation>
82.83/80.24	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] </list>
82.83/80.24	v 	<values>1 2 1 4 2 0 0 0 0 0 5 1 3 1 3 3 0 0 0 0 0 3 2 1 2 1 4 2 1 2 1 4 2 1 1 3 1 3 3 1 3 1 3 3 1 2 0 </values>
82.83/80.24	v </instantiation>

Verifier Data

OK	5

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 (3543 MiB free)
  memory of node 1: 16384 MiB (12010 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406102-1569397584/watcher-4406102-1569397584 -o /var/tmp/evaluation-result-4406102-1569397584/solver-4406102-1569397584 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18884 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4406102-1569397584.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=19249, runsolver pid=19246

[startup+0.102843 s]*
/proc/loadavg: 1.75 1.66 1.09 3/228 19265
/proc/meminfo: memFree=15910912/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15144776 memory=29604 CPUtime=0.14 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 5861 0 0 0 13 1 0 0 20 0 15 0 516016111 15508250624 7401 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3786194 7401 3151 1 0 3748377 0
[pid=19251/tid=19252] ppid=19249 vsize=15144776 memory=-2698085374278620574 CPUtime=0.09 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 3769 0 0 0 9 0 0 0 20 0 15 0 516016112 15508250624 7401 33554432000 4194304 4196468 140726152775392 140191421954672 140191401768293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 7467 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15144776 memory=139728788170368 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 7467 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 7467 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 7467 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15144776 memory=139728788170368 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016114 15508250624 7467 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516016114 15508250624 7467 33554432000 4194304 4196468 140726152775392 140190884545440 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516016114 15508250624 7467 33554432000 4194304 4196468 140726152775392 140190883492848 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 7467 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) R 19249 19249 18852 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 7532 33554432000 4194304 4196468 140726152775392 140190881389040 140191417735810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) R 19249 19249 18852 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 7532 33554432000 4194304 4196468 140726152775392 140190880336496 140191409961790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15144776 memory=139728788170368 CPUtime=0.02 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) R 19249 19249 18852 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 516016117 15508250624 7532 33554432000 4194304 4196468 140726152775392 140190879283952 140191396681753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 7532 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15144776 memory=139728788170368 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) R 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 7532 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31056 KiB

[startup+0.211281 s]*
/proc/loadavg: 1.75 1.66 1.09 5/228 19265
/proc/meminfo: memFree=15897932/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15144776 memory=41180 CPUtime=0.34 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 9474 0 0 0 32 2 0 0 20 0 15 0 516016111 15508250624 10295 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3786194 10295 3325 1 0 3748377 0
[pid=19251/tid=19252] ppid=19249 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 6627 0 0 0 18 1 0 0 20 0 15 0 516016112 15508250624 10295 33554432000 4194304 4196468 140726152775392 140191421955904 140191417746589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15144776 memory=1899191 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 10295 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15144776 memory=288370104939882112 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 10295 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 10295 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15508250624 10295 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15144776 memory=139728788170368 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516016114 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516016114 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190884545440 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516016114 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190883492848 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) S 19249 19249 18852 0 -1 1077944384 663 0 0 0 2 0 0 0 20 0 15 0 516016117 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190881389040 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) S 19249 19249 18852 0 -1 1077944384 135 0 0 0 2 0 0 0 20 0 15 0 516016117 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190880336496 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15144776 memory=139728788170368 CPUtime=0.08 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) S 19249 19249 18852 0 -1 1077944384 748 0 0 0 8 0 0 0 20 0 15 0 516016117 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190879283952 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016117 15508250624 10295 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42632 KiB

[startup+0.316469 s]*
/proc/loadavg: 1.75 1.66 1.09 4/228 19265
/proc/meminfo: memFree=15890640/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15149032 memory=50512 CPUtime=0.53 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 10933 0 0 0 51 2 0 0 20 0 15 0 516016111 15512608768 12628 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3787258 12628 3361 1 0 3748377 0
[pid=19251/tid=19252] ppid=19249 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 7882 0 0 0 28 2 0 0 20 0 15 0 516016112 15512608768 12637 33554432000 4194304 4196468 140726152775392 140191421955776 140191401805150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15512608768 12637 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15512608768 12637 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15512608768 12637 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15512608768 12637 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516016114 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516016114 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190884545440 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516016114 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190883492848 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) S 19249 19249 18852 0 -1 1077944384 763 0 0 0 5 0 0 0 20 0 15 0 516016117 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190881389040 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) S 19249 19249 18852 0 -1 1077944384 154 0 0 0 4 0 0 0 20 0 15 0 516016117 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190880336496 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) S 19249 19249 18852 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 15 0 516016117 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190879283952 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016117 15512608768 12637 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51964 KiB

[startup+0.701463 s]
/proc/loadavg: 1.75 1.66 1.09 6/228 19265
/proc/meminfo: memFree=15874068/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15151156 memory=74936 CPUtime=1.6 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 14973 0 0 0 156 4 0 0 20 0 15 0 516016111 15514783744 18734 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3787789 18734 3454 1 0 3748889 0
[pid=19251/tid=19252] ppid=19249 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 9180 0 0 0 65 3 0 0 20 0 15 0 516016112 15514783744 18734 33554432000 4194304 4196468 140726152775392 140191421960240 140191041926752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15151156 memory=55084 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15514783744 18734 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15514783744 18734 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516016112 15514783744 18734 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15151156 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016112 15514783744 18734 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15151156 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190884545440 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190883492848 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15151156 memory=616 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15151156 memory=2832 CPUtime=0.28 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) R 19249 19249 18852 0 -1 4202560 1428 0 0 0 28 0 0 0 20 0 15 0 516016117 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190881378960 140191397025651 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15151156 memory=1620 CPUtime=0.24 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) R 19249 19249 18852 0 -1 4202560 1171 0 0 0 24 0 0 0 20 0 15 0 516016117 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190880322520 140191399249556 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15151156 memory=1136 CPUtime=0.37 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) S 19249 19249 18852 0 -1 1077944384 1884 0 0 0 37 0 0 0 20 0 15 0 516016117 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190879283952 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15151156 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15151156 memory=6196 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) S 19249 19249 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 18734 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 76388 KiB

[startup+1.50084 s]
/proc/loadavg: 1.77 1.67 1.09 5/228 19265
/proc/meminfo: memFree=15859128/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0

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

/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15151156 memory=172780 CPUtime=81.02 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 38500 0 0 0 8089 13 0 0 20 0 15 0 516016111 15514783744 43195 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3787789 43195 3497 1 0 3748889 0
[pid=19251/tid=19252] ppid=19249 vsize=15151156 memory=3848 CPUtime=78.2 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 12122 0 0 0 7816 4 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191421964400 140191042039152 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15151156 memory=2596 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 752 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15151156 memory=2596 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 823 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15151156 memory=1412 CPUtime=0.07 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 608 0 0 0 6 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15151156 memory=172780 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1118 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15151156 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 1485 0 0 0 7 1 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190884545504 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190883492864 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15151156 memory=7234303152781525070 CPUtime=0.98 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) S 19249 19249 18852 0 -1 1077944384 6318 0 0 0 97 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190881389040 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15151156 memory=288288865907702507 CPUtime=0.95 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) S 19249 19249 18852 0 -1 1077944384 7857 0 0 0 95 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190880336496 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15151156 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) S 19249 19249 18852 0 -1 1077944384 5422 0 0 0 45 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190879283952 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15151156 memory=170732 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15151156 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) S 19249 19249 18852 0 -1 1077944384 591 0 0 0 1 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 81.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 174232 KiB

[startup+79.2007 s]
/proc/loadavg: 1.53 1.63 1.13 3/228 19271
/proc/meminfo: memFree=15761344/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15151156 memory=172780 CPUtime=81.81 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 38500 0 0 0 8168 13 0 0 20 0 15 0 516016111 15514783744 43195 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3787789 43195 3497 1 0 3748889 0
[pid=19251/tid=19252] ppid=19249 vsize=15151156 memory=6791534058613427641 CPUtime=79 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 12122 0 0 0 7896 4 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191421964400 140191402296944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15151156 memory=172780 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 752 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15151156 memory=1452 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 823 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15151156 memory=197288 CPUtime=0.07 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 608 0 0 0 6 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15151156 memory=194196 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1118 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15151156 memory=55084 CPUtime=0.08 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 1485 0 0 0 7 1 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190884545504 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190883492864 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15151156 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15151156 memory=1548 CPUtime=0.98 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) S 19249 19249 18852 0 -1 1077944384 6318 0 0 0 97 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190881389040 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15151156 memory=7552 CPUtime=0.95 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) S 19249 19249 18852 0 -1 1077944384 7857 0 0 0 95 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190880336496 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15151156 memory=784 CPUtime=0.45 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) S 19249 19249 18852 0 -1 1077944384 5422 0 0 0 45 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190879283952 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15151156 memory=14012 CPUtime=0.02 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) S 19249 19249 18852 0 -1 1077944384 591 0 0 0 1 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 81.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 174232 KiB

[startup+80.0007 s]*
/proc/loadavg: 1.53 1.63 1.13 3/228 19271
/proc/meminfo: memFree=15761344/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15151156 memory=172780 CPUtime=82.64 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 38507 0 0 0 8250 14 0 0 20 0 15 0 516016111 15514783744 43195 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3787789 43195 3497 1 0 3748889 0
[pid=19251/tid=19252] ppid=19249 vsize=15151156 memory=8317482817917895235 CPUtime=79.8 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 12128 0 0 0 7976 4 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191421964384 140191403792788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15151156 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 752 0 0 0 6 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15151156 memory=1452 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 823 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15151156 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 609 0 0 0 6 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15151156 memory=2116 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1118 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15151156 memory=516 CPUtime=0.08 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 1485 0 0 0 7 1 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190884545504 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15151156 memory=928 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190883492864 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15151156 memory=6196 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15151156 memory=784 CPUtime=0.98 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) S 19249 19249 18852 0 -1 1077944384 6318 0 0 0 97 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190881389040 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15151156 memory=1060 CPUtime=0.95 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) S 19249 19249 18852 0 -1 1077944384 7857 0 0 0 95 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190880336496 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15151156 memory=14012 CPUtime=0.45 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) S 19249 19249 18852 0 -1 1077944384 5422 0 0 0 45 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190879283952 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15151156 memory=25956 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15151156 memory=14056 CPUtime=0.02 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) S 19249 19249 18852 0 -1 1077944384 591 0 0 0 1 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 82.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 174232 KiB

[startup+80.2008 s]
/proc/loadavg: 1.53 1.63 1.13 3/228 19271
/proc/meminfo: memFree=15761344/32770624 swapFree=66956944/67108860
[pid=19249] ppid=19246 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19249/stat : 19249 (xcsp3-exec) S 19246 19249 18852 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516016111 115843072 363 33554432000 4194304 5098028 140734477508448 140734477506552 140510320128636 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11124736 140734477513558 140734477513817 140734477513817 140734477516742 0
/proc/19249/statm: 28282 363 304 221 0 87 0
[pid=19251] ppid=19249 vsize=15151156 memory=172780 CPUtime=82.83 cores=1,3,5,7
/proc/19251/stat : 19251 (java) S 19249 19249 18852 0 -1 1077944320 38509 0 0 0 8269 14 0 0 20 0 15 0 516016111 15514783744 43195 33554432000 4194304 4196468 140726152775392 140726152757936 140191417724663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
/proc/19251/statm: 3787789 43195 3497 1 0 3748889 0
[pid=19251/tid=19252] ppid=19249 vsize=15151156 memory=1556 CPUtime=79.99 cores=1,3,5,7
/proc/19251/task/19252/stat : 19252 (java) R 19249 19249 18852 0 -1 4202560 12130 0 0 0 7995 4 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191421964384 140191042323573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19253] ppid=19249 vsize=15151156 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/19251/task/19253/stat : 19253 (java) S 19249 19249 18852 0 -1 1077944384 752 0 0 0 6 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191370345232 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19254] ppid=19249 vsize=15151156 memory=1772 CPUtime=0.06 cores=1,3,5,7
/proc/19251/task/19254/stat : 19254 (java) S 19249 19249 18852 0 -1 1077944384 823 0 0 0 5 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191369292688 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19255] ppid=19249 vsize=15151156 memory=900 CPUtime=0.07 cores=1,3,5,7
/proc/19251/task/19255/stat : 19255 (java) S 19249 19249 18852 0 -1 1077944384 609 0 0 0 6 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191368240144 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19256] ppid=19249 vsize=15151156 memory=1444 CPUtime=0.07 cores=1,3,5,7
/proc/19251/task/19256/stat : 19256 (java) S 19249 19249 18852 0 -1 1077944384 1118 0 0 0 6 1 0 0 20 0 15 0 516016112 15514783744 43195 33554432000 4194304 4196468 140726152775392 140191367187600 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19257] ppid=19249 vsize=15151156 memory=1976 CPUtime=0.08 cores=1,3,5,7
/proc/19251/task/19257/stat : 19257 (java) S 19249 19249 18852 0 -1 1077944384 1485 0 0 0 7 1 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190885599216 140191417735810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19258] ppid=19249 vsize=15151156 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19258/stat : 19258 (java) S 19249 19249 18852 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190884545504 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19259] ppid=19249 vsize=15151156 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19259/stat : 19259 (java) S 19249 19249 18852 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 516016114 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190883492864 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19260] ppid=19249 vsize=15151156 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19260/stat : 19260 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190882441424 140191417743259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19261] ppid=19249 vsize=15151156 memory=804 CPUtime=0.98 cores=1,3,5,7
/proc/19251/task/19261/stat : 19261 (java) S 19249 19249 18852 0 -1 1077944384 6318 0 0 0 97 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190881389040 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19262] ppid=19249 vsize=15151156 memory=303430223234596890 CPUtime=0.95 cores=1,3,5,7
/proc/19251/task/19262/stat : 19262 (java) S 19249 19249 18852 0 -1 1077944384 7857 0 0 0 95 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190880336496 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19263] ppid=19249 vsize=15151156 memory=288230621803970871 CPUtime=0.45 cores=1,3,5,7
/proc/19251/task/19263/stat : 19263 (java) S 19249 19249 18852 0 -1 1077944384 5422 0 0 0 45 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190879283952 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19264] ppid=19249 vsize=15151156 memory=15825482151102897 CPUtime=0 cores=1,3,5,7
/proc/19251/task/19264/stat : 19264 (java) S 19249 19249 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190878231648 140191417734869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
[pid=19251/tid=19265] ppid=19249 vsize=15151156 memory=2016 CPUtime=0.02 cores=1,3,5,7
/proc/19251/task/19265/stat : 19265 (java) S 19249 19249 18852 0 -1 1077944384 591 0 0 0 1 1 0 0 20 0 15 0 516016117 15514783744 43195 33554432000 4194304 4196468 140726152775392 140190877178160 140191417735810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35700736 140726152778715 140726152778890 140726152778890 140726152781775 0
Current children cumulated CPU time: 82.83 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 174232 KiB

Child status: 0
Real time (s): 80.2489
CPU time (s): 82.8913
CPU user time (s): 82.7449
CPU system time (s): 0.146402
CPU usage (%): 103.293
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 200804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.7449
system time used= 0.146402
maximum resident set size= 199352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5835
involuntary context switches= 123


# summary of solver processes directly reported to runsolver:
#   pid: 19249
#   total CPU time (s): 82.8913
#   total CPU user time (s): 82.7449
#   total CPU system time (s): 0.146402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.555148 second user time and 0.738639 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-25 08:44:42
IDJOB=4406102
IDBENCH=120561
IDSOLVER=2869
FILE ID=node105/4406102-1569397584
RUNJOBID= node105-1569392969-18884
PBS_JOBID= 21705698
Free space on /var/tmp= 13152 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406102-1569397584/watcher-4406102-1569397584 -o /var/tmp/evaluation-result-4406102-1569397584/solver-4406102-1569397584 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18884 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4406102-1569397584.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=2000911244

node105.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.00
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.00
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.00
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.00
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:        15928024 kB
MemAvailable:   21633476 kB
Buffers:          139860 kB
Cached:          5696048 kB
SwapCached:        48300 kB
Active:         13036512 kB
Inactive:        3000076 kB
Active(anon):   10155544 kB
Inactive(anon):    99636 kB
Active(file):    2880968 kB
Inactive(file):  2900440 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66956944 kB
Dirty:             26148 kB
Writeback:             0 kB
AnonPages:      10278988 kB
Mapped:            68620 kB
Shmem:             46004 kB
Slab:             380940 kB
SReclaimable:     352504 kB
SUnreclaim:        28436 kB
KernelStack:        3984 kB
PageTables:        25356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11102908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10151936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13128 MiB
End job on node105 at 2019-09-25 08:46:03