Trace number 4399333

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-16OPT3 226.222 58.0708

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399333-1568688279.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4399333-1568688279.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.33/0.67	c solve instance...
1.33/0.70	o 3 
226.06/58.06	s OPTIMUM FOUND
226.06/58.06	v <instantiation>
226.06/58.06	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] </list>
226.06/58.06	v 	<values>0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 3 </values>
226.06/58.06	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399333-1568688279/watcher-4399333-1568688279 -o /tmp/evaluation-result-4399333-1568688279/solver-4399333-1568688279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 313946360 HOME/instance-4399333-1568688279.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
solver pid=22479, runsolver pid=22476
Current StackSize limit: 8192 KiB


[startup+0.102169 s]*
/proc/loadavg: 8.42 8.34 8.40 6/236 22495
/proc/meminfo: memFree=29454820/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0
[pid=22481] ppid=22479 vsize=15144776 memory=30112 CPUtime=0.14 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22479 22479 14983 0 -1 1077944320 5991 0 0 0 13 1 0 0 20 0 15 0 445080986 15508250624 7528 33554432000 4194304 4196468 140721087182976 140721087165520 140405121289975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
/proc/22481/statm: 3786194 7528 3181 1 0 3748377 0
[pid=22481/tid=22482] ppid=22479 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=1,3,5,7
/proc/22481/task/22482/stat : 22482 (java) R 22479 22479 14983 0 -1 4202560 3853 0 0 0 9 0 0 0 20 0 15 0 445080986 15508250624 7528 33554432000 4194304 4196468 140721087182976 140405125511248 140405105333605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22483] ppid=22479 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 7528 33554432000 4194304 4196468 140721087182976 140405032946704 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22484] ppid=22479 vsize=15144776 memory=139950864549504 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404712270992 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22485] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404711217936 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22486] ppid=22479 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22479 22479 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404710165392 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22487] ppid=22479 vsize=15144776 memory=139950864549504 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22479 22479 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445080988 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404589852912 140405121301122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22488] ppid=22479 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22479 22479 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445080988 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404588799136 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22489] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22479 22479 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445080989 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404587746032 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22490] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445080991 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404586694608 140405121308571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22491] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) R 22479 22479 14983 0 -1 4202560 305 0 0 0 0 0 0 0 20 0 15 0 445080991 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404585634240 140405101990081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22492] ppid=22479 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) R 22479 22479 14983 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 445080991 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404584590288 140405121300181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22493] ppid=22479 vsize=15144776 memory=139950864549504 CPUtime=0.02 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) R 22479 22479 14983 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 445080991 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404583535536 140405099965060 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22494] ppid=22479 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445080991 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404582484832 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22495] ppid=22479 vsize=15144776 memory=139950864549504 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) R 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080992 15508250624 7528 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31564 KiB

[startup+0.210993 s]*
/proc/loadavg: 8.31 8.32 8.39 7/236 22495
/proc/meminfo: memFree=29436324/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0
[pid=22481] ppid=22479 vsize=15144776 memory=41148 CPUtime=0.34 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22479 22479 14983 0 -1 1077944320 9463 0 0 0 32 2 0 0 20 0 15 0 445080986 15508250624 10287 33554432000 4194304 4196468 140721087182976 140721087165520 140405121289975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
/proc/22481/statm: 3786194 10287 3306 1 0 3748377 0
[pid=22481/tid=22482] ppid=22479 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/22481/task/22482/stat : 22482 (java) R 22479 22479 14983 0 -1 4202560 6656 0 0 0 18 2 0 0 20 0 15 0 445080986 15508250624 10287 33554432000 4194304 4196468 140721087182976 140405125524960 140405121311901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22483] ppid=22479 vsize=15144776 memory=9100 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 10287 33554432000 4194304 4196468 140721087182976 140405032946704 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22484] ppid=22479 vsize=15144776 memory=288370327016261248 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404712270992 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22485] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404711217936 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22486] ppid=22479 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22479 22479 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445080987 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404710165392 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22487] ppid=22479 vsize=15144776 memory=139950864549504 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22479 22479 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445080988 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404589852912 140405121301122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22488] ppid=22479 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22479 22479 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445080988 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404588799136 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22489] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22479 22479 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445080989 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404587746032 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22490] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445080991 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404586694608 140405121308571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22491] ppid=22479 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22479 22479 14983 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 445080991 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404585642736 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22492] ppid=22479 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22479 22479 14983 0 -1 1077944384 408 0 0 0 3 0 0 0 20 0 15 0 445080991 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404584590192 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22493] ppid=22479 vsize=15144776 memory=139950864549504 CPUtime=0.08 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22479 22479 14983 0 -1 1077944384 750 0 0 0 8 0 0 0 20 0 15 0 445080991 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404583537136 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22494] ppid=22479 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445080991 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404582484832 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22495] ppid=22479 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080992 15508250624 10287 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42600 KiB

[startup+0.318882 s]*
/proc/loadavg: 8.31 8.32 8.39 6/236 22495
/proc/meminfo: memFree=29420840/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0
[pid=22481] ppid=22479 vsize=15149032 memory=50656 CPUtime=0.54 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22479 22479 14983 0 -1 1077944320 11010 0 0 0 51 3 0 0 20 0 15 0 445080986 15512608768 12664 33554432000 4194304 4196468 140721087182976 140721087165520 140405121289975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
/proc/22481/statm: 3787258 12664 3358 1 0 3748377 0
[pid=22481/tid=22482] ppid=22479 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=1,3,5,7
/proc/22481/task/22482/stat : 22482 (java) R 22479 22479 14983 0 -1 4202560 7942 0 0 0 28 3 0 0 20 0 15 0 445080986 15512608768 12664 33554432000 4194304 4196468 140721087182976 140405125524032 140405106463792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22483] ppid=22479 vsize=15149032 memory=9461 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15512608768 12664 33554432000 4194304 4196468 140721087182976 140405032946704 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22484] ppid=22479 vsize=15149032 memory=288230376155155389 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404712270992 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22485] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080987 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404711217936 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22486] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22479 22479 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445080987 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404710165392 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22487] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22479 22479 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445080988 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404589852912 140405121301122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22488] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22479 22479 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445080988 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404588799136 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22489] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22479 22479 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445080989 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404587746032 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22490] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445080991 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404586694608 140405121308571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22491] ppid=22479 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) R 22479 22479 14983 0 -1 4202560 487 0 0 0 4 0 0 0 20 0 15 0 445080991 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404585642736 140405121301910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22492] ppid=22479 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22479 22479 14983 0 -1 1077944384 428 0 0 0 4 0 0 0 20 0 15 0 445080991 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404584590192 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22493] ppid=22479 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) R 22479 22479 14983 0 -1 4202560 857 0 0 0 12 0 0 0 20 0 15 0 445080991 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404583537136 140405121301910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22494] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445080991 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404582484832 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22495] ppid=22479 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445080992 15512608768 12664 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52108 KiB

[startup+0.705778 s]
/proc/loadavg: 8.31 8.32 8.39 9/236 22495
/proc/meminfo: memFree=29394016/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0
[pid=22481] ppid=22479 vsize=15417412 memory=97048 CPUtime=1.57 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22479 22479 14983 0 -1 1077944320 15034 0 0 0 152 5 0 0 20 0 19 0 445080986 15787429888 24262 33554432000 4194304 4196468 140721087182976 140721087165520 140405121289975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
/proc/22481/statm: 3854353 24262 3454 1 0 3815453 0
[pid=22481/tid=22482] ppid=22479 vsize=15417412 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22481/task/22482/stat : 22482 (java) S 22479 22479 14983 0 -1 1077944384 9298 0 0 0 63 3 0 0 20 0 19 0 445080986 15787429888 24262 33554432000 4194304 4196468 140721087182976 140405125530752 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22483] ppid=22479 vsize=15417412 memory=500 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445080987 15787429888 24262 33554432000 4194304 4196468 140721087182976 140405032946704 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22484] ppid=22479 vsize=15417412 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445080987 15787429888 24262 33554432000 4194304 4196468 140721087182976 140404712270992 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22485] ppid=22479 vsize=15417412 memory=932 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445080987 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404711217936 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22486] ppid=22479 vsize=15417412 memory=3768 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22479 22479 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445080987 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404710165392 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22487] ppid=22479 vsize=15417412 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22479 22479 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445080988 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404589852912 140405121301122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22488] ppid=22479 vsize=15417412 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22479 22479 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445080988 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404588799136 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22489] ppid=22479 vsize=15417412 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22479 22479 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445080989 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404587746032 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22490] ppid=22479 vsize=15417412 memory=812 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404586694608 140405121308571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22491] ppid=22479 vsize=15417412 memory=1764 CPUtime=0.23 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22479 22479 14983 0 -1 1077944384 1119 0 0 0 23 0 0 0 20 0 19 0 445080991 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404585642736 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22492] ppid=22479 vsize=15417412 memory=111628 CPUtime=0.21 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22479 22479 14983 0 -1 1077944384 1093 0 0 0 21 0 0 0 20 0 19 0 445080991 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404584590192 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22493] ppid=22479 vsize=15417412 memory=796 CPUtime=0.41 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) R 22479 22479 14983 0 -1 4202560 1994 0 0 0 41 0 0 0 20 0 19 0 445080991 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404583535096 140405114386811 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22494] ppid=22479 vsize=15417412 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404582484832 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22495] ppid=22479 vsize=15417412 memory=920 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22479 22479 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445080992 15787429888 24774 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 98500 KiB

[startup+1.50223 s]
/proc/loadavg: 8.31 8.32 8.39 13/240 22503
/proc/meminfo: memFree=29320728/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0

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

/proc/22481/task/22495/stat : 22495 (java) S 22479 22479 14983 0 -1 1077944384 323 0 0 0 0 1 0 0 20 0 19 0 445080992 15789527040 123512 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 53 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22500] ppid=22479 vsize=15419460 memory=6791534058613427641 CPUtime=52.92 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) R 22479 22479 14983 0 -1 4202560 842 0 0 0 5291 1 0 0 20 0 19 0 445081056 15789527040 123512 33554432000 4194304 4196468 140721087182976 140404571160672 140404719212897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22501] ppid=22479 vsize=15419460 memory=3224 CPUtime=52.35 cores=1,3,5,7
/proc/22481/task/22501/stat : 22501 (java) R 22479 22479 14983 0 -1 4202560 4039 0 0 0 5234 1 0 0 20 0 19 0 445081056 15789527040 123512 33554432000 4194304 4196468 140721087182976 140404570108888 140404718884247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22502] ppid=22479 vsize=15419460 memory=1448 CPUtime=53.01 cores=1,3,5,7
/proc/22481/task/22502/stat : 22502 (java) R 22479 22479 14983 0 -1 4202560 1922 0 0 0 5300 1 0 0 20 0 19 0 445081056 15789527040 123512 33554432000 4194304 4196468 140721087182976 140404572214224 140404719515230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22503] ppid=22479 vsize=15419460 memory=2229580 CPUtime=52.73 cores=1,3,5,7
/proc/22481/task/22503/stat : 22503 (java) R 22479 22479 14983 0 -1 1077944384 2760 0 0 0 5271 2 0 0 20 0 19 0 445081056 15789527040 123512 33554432000 4194304 4196468 140721087182976 140404569057952 140405121300181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 218.08 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 495500 KiB

[startup+56.8106 s]
/proc/loadavg: 8.58 8.38 8.41 6/240 22506
/proc/meminfo: memFree=28788372/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0
[pid=22481] ppid=22479 vsize=15419460 memory=493536 CPUtime=221.23 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22479 22479 14983 0 -1 1077944320 60229 0 0 0 22093 30 0 0 20 0 19 0 445080986 15789527040 123384 33554432000 4194304 4196468 140721087182976 140721087165520 140405121289975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
/proc/22481/statm: 3854865 123384 3514 1 0 3815965 0
[pid=22481/tid=22482] ppid=22479 vsize=15419460 memory=2628 CPUtime=0.66 cores=1,3,5,7
/proc/22481/task/22482/stat : 22482 (java) S 22479 22479 14983 0 -1 1077944384 9298 0 0 0 63 3 0 0 20 0 19 0 445080986 15789527040 123384 33554432000 4194304 4196468 140721087182976 140405125530752 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22483] ppid=22479 vsize=15419460 memory=4100 CPUtime=0.22 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) S 22479 22479 14983 0 -1 1077944384 1478 0 0 0 19 3 0 0 20 0 19 0 445080987 15789527040 123384 33554432000 4194304 4196468 140721087182976 140405032946704 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22484] ppid=22479 vsize=15419460 memory=6791534058613427641 CPUtime=0.22 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22479 22479 14983 0 -1 1077944384 1341 0 0 0 19 3 0 0 20 0 19 0 445080987 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404712270992 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22485] ppid=22479 vsize=15419460 memory=111628 CPUtime=0.23 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22479 22479 14983 0 -1 1077944384 964 0 0 0 20 3 0 0 20 0 19 0 445080987 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404711217936 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22486] ppid=22479 vsize=15419460 memory=796 CPUtime=0.22 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22479 22479 14983 0 -1 1077944384 582 0 0 0 19 3 0 0 20 0 19 0 445080987 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404710165392 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22487] ppid=22479 vsize=15419460 memory=1808 CPUtime=0.16 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22479 22479 14983 0 -1 1077944384 1434 0 0 0 14 2 0 0 20 0 19 0 445080988 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404589852912 140405121301122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22488] ppid=22479 vsize=15419460 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22479 22479 14983 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 445080988 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404588799200 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22489] ppid=22479 vsize=15419460 memory=4713745541279610410 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22479 22479 14983 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 19 0 445080989 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404587746048 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22490] ppid=22479 vsize=15419460 memory=-6520471753822164382 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404586694608 140405121308571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22491] ppid=22479 vsize=15419460 memory=-8253362762722141311 CPUtime=2.23 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22479 22479 14983 0 -1 1077944384 12766 0 0 0 222 1 0 0 20 0 19 0 445080991 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404585642736 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22492] ppid=22479 vsize=15419460 memory=500 CPUtime=2.23 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22479 22479 14983 0 -1 1077944384 15072 0 0 0 221 2 0 0 20 0 19 0 445080991 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404584590192 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22493] ppid=22479 vsize=15419460 memory=1560 CPUtime=0.71 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22479 22479 14983 0 -1 1077944384 5848 0 0 0 70 1 0 0 20 0 19 0 445080991 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404583537136 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22494] ppid=22479 vsize=15419460 memory=932 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404582484832 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22495] ppid=22479 vsize=15419460 memory=1452 CPUtime=0.01 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22479 22479 14983 0 -1 1077944384 323 0 0 0 0 1 0 0 20 0 19 0 445080992 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 53 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22500] ppid=22479 vsize=15419460 memory=494048 CPUtime=53.71 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) R 22479 22479 14983 0 -1 4202560 844 0 0 0 5370 1 0 0 20 0 19 0 445081056 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404571160672 140404719213718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22501] ppid=22479 vsize=15419460 memory=1452 CPUtime=53.13 cores=1,3,5,7
/proc/22481/task/22501/stat : 22501 (java) R 22479 22479 14983 0 -1 4202560 4039 0 0 0 5312 1 0 0 20 0 19 0 445081056 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404570110800 140404718752569 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22502] ppid=22479 vsize=15419460 memory=494560 CPUtime=53.8 cores=1,3,5,7
/proc/22481/task/22502/stat : 22502 (java) R 22479 22479 14983 0 -1 4202560 1923 0 0 0 5379 1 0 0 20 0 19 0 445081056 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404572214224 140405102696274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22503] ppid=22479 vsize=15419460 memory=1756 CPUtime=53.52 cores=1,3,5,7
/proc/22481/task/22503/stat : 22503 (java) R 22479 22479 14983 0 -1 4202560 2760 0 0 0 5350 2 0 0 20 0 19 0 445081056 15789527040 123384 33554432000 4194304 4196468 140721087182976 140404569054384 140404719556598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 221.23 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 494988 KiB

[startup+57.6016 s]
/proc/loadavg: 8.58 8.38 8.41 10/240 22506
/proc/meminfo: memFree=28788744/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0
[pid=22481] ppid=22479 vsize=15419460 memory=493024 CPUtime=224.37 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22479 22479 14983 0 -1 1077944320 60235 0 0 0 22407 30 0 0 20 0 19 0 445080986 15789527040 123256 33554432000 4194304 4196468 140721087182976 140721087165520 140405121289975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
/proc/22481/statm: 3854865 123256 3514 1 0 3815965 0
[pid=22481/tid=22482] ppid=22479 vsize=15419460 memory=430520 CPUtime=0.66 cores=1,3,5,7
/proc/22481/task/22482/stat : 22482 (java) S 22479 22479 14983 0 -1 1077944384 9298 0 0 0 63 3 0 0 20 0 19 0 445080986 15789527040 123256 33554432000 4194304 4196468 140721087182976 140405125530752 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22483] ppid=22479 vsize=15419460 memory=223 CPUtime=0.22 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) S 22479 22479 14983 0 -1 1077944384 1478 0 0 0 19 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140405032946704 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22484] ppid=22479 vsize=15419460 memory=71 CPUtime=0.23 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22479 22479 14983 0 -1 1077944384 1341 0 0 0 20 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404712270992 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22485] ppid=22479 vsize=15419460 memory=1004 CPUtime=0.24 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22479 22479 14983 0 -1 1077944384 965 0 0 0 21 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404711217936 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22486] ppid=22479 vsize=15419460 memory=6036 CPUtime=0.23 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22479 22479 14983 0 -1 1077944384 582 0 0 0 20 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404710165392 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22487] ppid=22479 vsize=15419460 memory=14008 CPUtime=0.16 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22479 22479 14983 0 -1 1077944384 1434 0 0 0 14 2 0 0 20 0 19 0 445080988 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404589852912 140405121301122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22488] ppid=22479 vsize=15419460 memory=2124 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22479 22479 14983 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 445080988 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404588799200 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22489] ppid=22479 vsize=15419460 memory=26112 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22479 22479 14983 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 19 0 445080989 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404587746048 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22490] ppid=22479 vsize=15419460 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404586694608 140405121308571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22491] ppid=22479 vsize=15419460 memory=676 CPUtime=2.23 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22479 22479 14983 0 -1 1077944384 12766 0 0 0 222 1 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404585642736 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22492] ppid=22479 vsize=15419460 memory=1060 CPUtime=2.23 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22479 22479 14983 0 -1 1077944384 15072 0 0 0 221 2 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404584590192 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22493] ppid=22479 vsize=15419460 memory=1548 CPUtime=0.71 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22479 22479 14983 0 -1 1077944384 5848 0 0 0 70 1 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404583537136 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22494] ppid=22479 vsize=15419460 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404582484832 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22495] ppid=22479 vsize=15419460 memory=1668 CPUtime=0.02 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22479 22479 14983 0 -1 1077944384 323 0 0 0 0 2 0 0 20 0 19 0 445080992 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 53 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22500] ppid=22479 vsize=15419460 memory=1112 CPUtime=54.5 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) R 22479 22479 14983 0 -1 4202560 845 0 0 0 5449 1 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404571160808 140404717553230 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22501] ppid=22479 vsize=15419460 memory=1436 CPUtime=53.91 cores=1,3,5,7
/proc/22481/task/22501/stat : 22501 (java) R 22479 22479 14983 0 -1 4202560 4040 0 0 0 5390 1 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404570107984 140404718751060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22502] ppid=22479 vsize=15419460 memory=812 CPUtime=54.58 cores=1,3,5,7
/proc/22481/task/22502/stat : 22502 (java) R 22479 22479 14983 0 -1 4202560 1926 0 0 0 5457 1 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404572214224 140404717552354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22503] ppid=22479 vsize=15419460 memory=1764 CPUtime=54.3 cores=1,3,5,7
/proc/22481/task/22503/stat : 22503 (java) R 22479 22479 14983 0 -1 4202560 2760 0 0 0 5428 2 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404569057984 140404718975923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 224.37 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 494476 KiB

[startup+58.0009 s]*
/proc/loadavg: 8.58 8.38 8.41 10/240 22506
/proc/meminfo: memFree=28789240/32770624 swapFree=66997372/67108860
[pid=22479] ppid=22476 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22479/stat : 22479 (xcsp3-exec) S 22476 22479 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445080985 115843072 363 33554432000 4194304 5098028 140735776785856 140735776783960 140117593301628 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 26050560 140735776789371 140735776789613 140735776789613 140735776792522 0
/proc/22479/statm: 28282 363 304 221 0 87 0
[pid=22481] ppid=22479 vsize=15419460 memory=493024 CPUtime=226.06 cores=1,3,5,7
/proc/22481/stat : 22481 (java) S 22479 22479 14983 0 -1 1077944320 60235 0 0 0 22576 30 0 0 20 0 19 0 445080986 15789527040 123256 33554432000 4194304 4196468 140721087182976 140721087165520 140405121289975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
/proc/22481/statm: 3854865 123256 3514 1 0 3815965 0
[pid=22481/tid=22482] ppid=22479 vsize=15419460 memory=8317482817917895235 CPUtime=0.66 cores=1,3,5,7
/proc/22481/task/22482/stat : 22482 (java) S 22479 22479 14983 0 -1 1077944384 9298 0 0 0 63 3 0 0 20 0 19 0 445080986 15789527040 123256 33554432000 4194304 4196468 140721087182976 140405125530752 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22483] ppid=22479 vsize=15419460 memory=1808 CPUtime=0.22 cores=1,3,5,7
/proc/22481/task/22483/stat : 22483 (java) S 22479 22479 14983 0 -1 1077944384 1478 0 0 0 19 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140405032946704 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22484] ppid=22479 vsize=15419460 memory=920 CPUtime=0.23 cores=1,3,5,7
/proc/22481/task/22484/stat : 22484 (java) S 22479 22479 14983 0 -1 1077944384 1341 0 0 0 20 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404712270992 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22485] ppid=22479 vsize=15419460 memory=3844 CPUtime=0.24 cores=1,3,5,7
/proc/22481/task/22485/stat : 22485 (java) S 22479 22479 14983 0 -1 1077944384 965 0 0 0 21 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404711217936 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22486] ppid=22479 vsize=15419460 memory=4872558044660077418 CPUtime=0.23 cores=1,3,5,7
/proc/22481/task/22486/stat : 22486 (java) S 22479 22479 14983 0 -1 1077944384 582 0 0 0 20 3 0 0 20 0 19 0 445080987 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404710165392 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22487] ppid=22479 vsize=15419460 memory=1808 CPUtime=0.16 cores=1,3,5,7
/proc/22481/task/22487/stat : 22487 (java) S 22479 22479 14983 0 -1 1077944384 1434 0 0 0 14 2 0 0 20 0 19 0 445080988 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404589852912 140405121301122 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22488] ppid=22479 vsize=15419460 memory=920 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22488/stat : 22488 (java) S 22479 22479 14983 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 445080988 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404588799200 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22489] ppid=22479 vsize=15419460 memory=3844 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22489/stat : 22489 (java) S 22479 22479 14983 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 19 0 445080989 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404587746048 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22490] ppid=22479 vsize=15419460 memory=2612 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22490/stat : 22490 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404586694608 140405121308571 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22491] ppid=22479 vsize=15419460 memory=2628 CPUtime=2.23 cores=1,3,5,7
/proc/22481/task/22491/stat : 22491 (java) S 22479 22479 14983 0 -1 1077944384 12766 0 0 0 222 1 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404585642736 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22492] ppid=22479 vsize=15419460 memory=4100 CPUtime=2.23 cores=1,3,5,7
/proc/22481/task/22492/stat : 22492 (java) S 22479 22479 14983 0 -1 1077944384 15072 0 0 0 221 2 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404584590192 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22493] ppid=22479 vsize=15419460 memory=1412 CPUtime=0.71 cores=1,3,5,7
/proc/22481/task/22493/stat : 22493 (java) S 22479 22479 14983 0 -1 1077944384 5848 0 0 0 70 1 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404583537136 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 55 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22494] ppid=22479 vsize=15419460 memory=3208 CPUtime=0 cores=1,3,5,7
/proc/22481/task/22494/stat : 22494 (java) S 22479 22479 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445080991 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404582484832 140405121300181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22495] ppid=22479 vsize=15419460 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/22481/task/22495/stat : 22495 (java) S 22479 22479 14983 0 -1 1077944384 323 0 0 0 0 2 0 0 20 0 19 0 445080992 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404581431856 140405121301122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 53 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22500] ppid=22479 vsize=15419460 memory=6791534058613427641 CPUtime=54.91 cores=1,3,5,7
/proc/22481/task/22500/stat : 22500 (java) R 22479 22479 14983 0 -1 4202560 845 0 0 0 5490 1 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404571160808 140404718882511 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22501] ppid=22479 vsize=15419460 memory=0 CPUtime=54.33 cores=1,3,5,7
/proc/22481/task/22501/stat : 22501 (java) R 22479 22479 14983 0 -1 4202560 4040 0 0 0 5432 1 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404570107984 140404718977153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22502] ppid=22479 vsize=15419460 memory=0 CPUtime=55.01 cores=1,3,5,7
/proc/22481/task/22502/stat : 22502 (java) R 22479 22479 14983 0 -1 4202560 1926 0 0 0 5500 1 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404572214360 140404718323830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
[pid=22481/tid=22503] ppid=22479 vsize=15419460 memory=0 CPUtime=54.73 cores=1,3,5,7
/proc/22481/task/22503/stat : 22503 (java) R 22479 22479 14983 0 -1 4202560 2760 0 0 0 5471 2 0 0 20 0 19 0 445081056 15789527040 123256 33554432000 4194304 4196468 140721087182976 140404569057872 140404718977982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11382784 140721087185903 140721087186074 140721087186074 140721087188943 0
Current children cumulated CPU time: 226.06 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 494476 KiB

Child status: 0
Real time (s): 58.0708
CPU time (s): 226.222
CPU user time (s): 225.901
CPU system time (s): 0.32038
CPU usage (%): 389.562
Max. virtual memory (cumulated for all children) (KiB): 15534292
Max. memory (cumulated for all children) (KiB): 496012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.901
system time used= 0.32038
maximum resident set size= 494560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10473
involuntary context switches= 5474


# summary of solver processes directly reported to runsolver:
#   pid: 22479
#   total CPU time (s): 226.222
#   total CPU user time (s): 225.901
#   total CPU system time (s): 0.32038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.413302 second user time and 0.722834 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 04:43:40
IDJOB=4399333
IDBENCH=120617
IDSOLVER=2853
FILE ID=node103/4399333-1568688279
RUNJOBID= node103-1568682260-15015
PBS_JOBID= 21703798
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399333-1568688279/watcher-4399333-1568688279 -o /tmp/evaluation-result-4399333-1568688279/solver-4399333-1568688279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 313946360 HOME/instance-4399333-1568688279.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=313946360

node103.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.74
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.74
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.74
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.74
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:        29476188 kB
MemAvailable:   29868256 kB
Buffers:           70552 kB
Cached:           616240 kB
SwapCached:         9016 kB
Active:          2448112 kB
Inactive:         265708 kB
Active(anon):    2018668 kB
Inactive(anon):    57316 kB
Active(file):     429444 kB
Inactive(file):   208392 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26084 kB
Writeback:            12 kB
AnonPages:       2080872 kB
Mapped:            61696 kB
Shmem:             40856 kB
Slab:             170280 kB
SReclaimable:     140132 kB
SUnreclaim:        30148 kB
KernelStack:        3920 kB
PageTables:         9704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3498596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1972224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61664 MiB
End job on node103 at 2019-09-17 04:44:38