Trace number 4306717

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)SAT (TO)50 2520.04 2498.71

General information on the benchmark

NameSumColoring/
SumColoring-myciel5_c18.xml
MD5SUM129cb36d1c9243226923c7f46c8f3d2b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark292.877
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 SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306717-1534063590.xml"  -tl '2520s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.17	c [HOME/instance-4306717-1534063590.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.71	c parse instance...
1.07/0.96	c solve instance...
1.07/1.02	o 65 
1.07/1.02	o 64 
1.07/1.02	o 63 
1.07/1.02	o 62 
1.07/1.02	o 61 
1.36/1.02	o 60 
1.36/1.02	o 59 
1.36/1.02	o 58 
1.36/1.02	o 55 
16.60/14.97	o 53 
16.71/15.08	o 51 
748.70/742.67	o 50 
2520.02/2498.70	s SATISFIABLE
2520.02/2498.70	v <instantiation>
2520.02/2498.70	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] </list>
2520.02/2498.70	v 	<values>5 4 3 3 4 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 2 2 2 2 2 2 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 2 3 </values>
2520.02/2498.70	v </instantiation>
2520.02/2498.70	c Unexpected resolution interruption!

Verifier Data

OK	50

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306717-1534063590/watcher-4306717-1534063590 -o /tmp/evaluation-result-4306717-1534063590/solver-4306717-1534063590 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31242 --watchdog 2580 HOME/xcsp3-exec -seed 138954095 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306717-1534063590.xml 

running on 4 cores: 0,2,4,6

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=31366, runsolver pid=31363
Current StackSize limit: 8192 KiB


[startup+0.104136 s]*
/proc/loadavg: 0.62 0.86 1.17 4/220 31382
/proc/meminfo: memFree=16680916/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0
[pid=31368] ppid=31366 vsize=14082940 memory=29044 CPUtime=0.13 cores=0,2,4,6
/proc/31368/stat : 31368 (java) S 31366 31366 31211 0 -1 1077944320 5590 0 0 0 12 1 0 0 20 0 15 0 223922138 14420930560 7261 33554432000 4194304 4196468 140724117479616 140724117462160 140056395800311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
/proc/31368/statm: 3520735 7261 3032 1 0 3483012 0
[pid=31368/tid=31369] ppid=31366 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/31368/task/31369/stat : 31369 (java) R 31366 31366 31211 0 -1 1077944384 3516 0 0 0 9 0 0 0 20 0 15 0 223922138 14420930560 7261 33554432000 4194304 4196468 140724117479616 140056400033040 140056395810517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31370] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31370/stat : 31370 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055992081552 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31371] ppid=31366 vsize=14082940 memory=139850207540864 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31371/stat : 31371 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055991028752 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31372] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31372/stat : 31372 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055989975952 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31373] ppid=31366 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31373/stat : 31373 (java) S 31366 31366 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055988923152 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31374] ppid=31366 vsize=14082940 memory=139850207540864 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) S 31366 31366 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223922140 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223922141 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223922141 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) S 31366 31366 31211 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) S 31366 31366 31211 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055931943664 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14082940 memory=139850207540864 CPUtime=0.02 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) R 31366 31366 31211 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 223922144 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055863618160 140056374500512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14082940 memory=139850207540864 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 7261 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30496 KiB

[startup+0.210736 s]*
/proc/loadavg: 0.62 0.86 1.17 4/220 31382
/proc/meminfo: memFree=16643172/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0
[pid=31368] ppid=31366 vsize=14082940 memory=40544 CPUtime=0.35 cores=0,2,4,6
/proc/31368/stat : 31368 (java) S 31366 31366 31211 0 -1 1077944320 8173 0 0 0 33 2 0 0 20 0 15 0 223922138 14420930560 10136 33554432000 4194304 4196468 140724117479616 140724117462160 140056395800311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
/proc/31368/statm: 3520735 10136 3174 1 0 3483012 0
[pid=31368/tid=31369] ppid=31366 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/31368/task/31369/stat : 31369 (java) S 31366 31366 31211 0 -1 1077944384 5378 0 0 0 19 1 0 0 20 0 15 0 223922138 14420930560 10136 33554432000 4194304 4196468 140724117479616 140056400039696 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31370] ppid=31366 vsize=14082940 memory=10537 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31370/stat : 31370 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055992081552 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31371] ppid=31366 vsize=14082940 memory=288370226359252608 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31371/stat : 31371 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055991028752 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31372] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31372/stat : 31372 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055989975952 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31373] ppid=31366 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31373/stat : 31373 (java) S 31366 31366 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223922139 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055988923152 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31374] ppid=31366 vsize=14082940 memory=139850207540864 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) S 31366 31366 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223922140 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223922141 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223922141 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14082940 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) S 31366 31366 31211 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 223922144 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14082940 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) S 31366 31366 31211 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 15 0 223922144 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055931943664 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14082940 memory=139850207540864 CPUtime=0.08 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) S 31366 31366 31211 0 -1 1077944384 800 0 0 0 8 0 0 0 20 0 15 0 223922144 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055863618160 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922144 14420930560 10136 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41996 KiB

[startup+0.801571 s]*
/proc/loadavg: 0.62 0.86 1.17 3/220 31382
/proc/meminfo: memFree=16634364/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0
[pid=31368] ppid=31366 vsize=14089320 memory=54628 CPUtime=0.74 cores=0,2,4,6
/proc/31368/stat : 31368 (java) S 31366 31366 31211 0 -1 1077944320 9804 0 0 0 71 3 0 0 20 0 15 0 223922138 14427463680 13657 33554432000 4194304 4196468 140724117479616 140724117462160 140056395800311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
/proc/31368/statm: 3522330 13657 3282 1 0 3483524 0
[pid=31368/tid=31369] ppid=31366 vsize=14089320 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/31368/task/31369/stat : 31369 (java) R 31366 31366 31211 0 -1 4202560 6530 0 0 0 38 2 0 0 20 0 15 0 223922138 14427463680 13657 33554432000 4194304 4196468 140724117479616 140056400037664 140056395812246 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31370] ppid=31366 vsize=14089320 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31370/stat : 31370 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055992081552 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31371] ppid=31366 vsize=14089320 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31371/stat : 31371 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055991028752 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31372] ppid=31366 vsize=14089320 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31372/stat : 31372 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055989975952 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31373] ppid=31366 vsize=14089320 memory=7089274314207166114 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31373/stat : 31373 (java) S 31366 31366 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055988923152 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31374] ppid=31366 vsize=14089320 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) S 31366 31366 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223922140 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14089320 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14089320 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14089320 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14089320 memory=4426078206164241782 CPUtime=0.08 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) S 31366 31366 31211 0 -1 1077944384 558 0 0 0 8 0 0 0 20 0 15 0 223922144 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14089320 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) S 31366 31366 31211 0 -1 1077944384 249 0 0 0 4 0 0 0 20 0 15 0 223922144 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055931943664 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14089320 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) R 31366 31366 31211 0 -1 4202560 1159 0 0 0 19 0 0 0 20 0 15 0 223922144 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055863618160 140056374477408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 13657 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 56080 KiB

[startup+0.910651 s]*
/proc/loadavg: 0.62 0.86 1.17 5/220 31382
/proc/meminfo: memFree=16618732/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0
[pid=31368] ppid=31366 vsize=14089320 memory=67276 CPUtime=1.07 cores=0,2,4,6
/proc/31368/stat : 31368 (java) S 31366 31366 31211 0 -1 1077944320 12026 0 0 0 103 4 0 0 20 0 15 0 223922138 14427463680 16819 33554432000 4194304 4196468 140724117479616 140724117462160 140056395800311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
/proc/31368/statm: 3522330 16819 3353 1 0 3483524 0
[pid=31368/tid=31369] ppid=31366 vsize=14089320 memory=7883960649037381690 CPUtime=0.52 cores=0,2,4,6
/proc/31368/task/31369/stat : 31369 (java) S 31366 31366 31211 0 -1 1077944384 6849 0 0 0 49 3 0 0 20 0 15 0 223922138 14427463680 16819 33554432000 4194304 4196468 140724117479616 140056400032624 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31370] ppid=31366 vsize=14089320 memory=10537 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31370/stat : 31370 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055992081552 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31371] ppid=31366 vsize=14089320 memory=288370226359252608 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31371/stat : 31371 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055991028752 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31372] ppid=31366 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31372/stat : 31372 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055989975952 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31373] ppid=31366 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31373/stat : 31373 (java) S 31366 31366 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 223922139 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055988923152 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31374] ppid=31366 vsize=14089320 memory=139850207540864 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) R 31366 31366 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 223922140 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14089320 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) R 31366 31366 31211 0 -1 1077944384 1077 0 0 0 14 0 0 0 20 0 15 0 223922144 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14089320 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) R 31366 31366 31211 0 -1 4202560 895 0 0 0 11 0 0 0 20 0 15 0 223922144 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055931925904 140056379331891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14089320 memory=139850207540864 CPUtime=0.28 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) R 31366 31366 31211 0 -1 4202560 1897 0 0 0 28 0 0 0 20 0 15 0 223922144 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055863618160 140056374769420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 16819 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 68728 KiB

[startup+1.50075 s]*
/proc/loadavg: 0.81 0.89 1.18 3/220 31382
/proc/meminfo: memFree=16584068/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0

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

[pid=31368/tid=31374] ppid=31366 vsize=14089320 memory=1240 CPUtime=2.25 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) S 31366 31366 31211 0 -1 1077944384 17046 0 0 0 208 17 0 0 20 0 15 0 223922140 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14089320 memory=1504 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14089320 memory=844 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14089320 memory=3952 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14089320 memory=2724 CPUtime=1.04 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) S 31366 31366 31211 0 -1 1077944384 8483 0 0 0 103 1 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14089320 memory=1256 CPUtime=1.01 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) S 31366 31366 31211 0 -1 1077944384 9726 0 0 0 99 2 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055931943664 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14089320 memory=10464 CPUtime=0.51 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) S 31366 31366 31211 0 -1 1077944384 7066 0 0 0 51 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055863618160 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14089320 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14089320 memory=1168 CPUtime=0.77 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 950 0 0 0 36 41 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 2343.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 841716 KiB

[startup+2382.3 s]
/proc/loadavg: 1.02 1.25 1.33 3/217 31478
/proc/meminfo: memFree=15795136/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0
[pid=31368] ppid=31366 vsize=14089320 memory=840264 CPUtime=2403.27 cores=0,2,4,6
/proc/31368/stat : 31368 (java) S 31366 31366 31211 0 -1 1077944320 150516 0 0 0 240115 212 0 0 20 0 15 0 223922138 14427463680 210066 33554432000 4194304 4196468 140724117479616 140724117462160 140056395800311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
/proc/31368/statm: 3522330 210066 3421 1 0 3483524 0
[pid=31368/tid=31369] ppid=31366 vsize=14089320 memory=1808 CPUtime=2372.21 cores=0,2,4,6
/proc/31368/task/31369/stat : 31369 (java) R 31366 31366 31211 0 -1 4202560 67111 0 0 0 237131 90 0 0 20 0 15 0 223922138 14427463680 210066 33554432000 4194304 4196468 140724117479616 140056400039936 140056019542884 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31370] ppid=31366 vsize=14089320 memory=1020 CPUtime=6.33 cores=0,2,4,6
/proc/31368/task/31370/stat : 31370 (java) S 31366 31366 31211 0 -1 1077944384 10730 0 0 0 614 19 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055992081552 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31371] ppid=31366 vsize=14089320 memory=5776 CPUtime=6.32 cores=0,2,4,6
/proc/31368/task/31371/stat : 31371 (java) S 31366 31366 31211 0 -1 1077944384 7498 0 0 0 611 21 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055991028752 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31372] ppid=31366 vsize=14089320 memory=1240 CPUtime=6.32 cores=0,2,4,6
/proc/31368/task/31372/stat : 31372 (java) S 31366 31366 31211 0 -1 1077944384 9313 0 0 0 613 19 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055989975952 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31373] ppid=31366 vsize=14089320 memory=1504 CPUtime=6.33 cores=0,2,4,6
/proc/31368/task/31373/stat : 31373 (java) S 31366 31366 31211 0 -1 1077944384 10869 0 0 0 611 22 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055988923152 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31374] ppid=31366 vsize=14089320 memory=844 CPUtime=2.32 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) S 31366 31366 31211 0 -1 1077944384 17378 0 0 0 214 18 0 0 20 0 15 0 223922140 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14089320 memory=3952 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14089320 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14089320 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14089320 memory=1992 CPUtime=1.04 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) S 31366 31366 31211 0 -1 1077944384 8487 0 0 0 103 1 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14089320 memory=7528 CPUtime=1.01 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) S 31366 31366 31211 0 -1 1077944384 9730 0 0 0 99 2 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055931943664 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14089320 memory=804 CPUtime=0.51 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) S 31366 31366 31211 0 -1 1077944384 7070 0 0 0 51 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055863618160 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14089320 memory=3224 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14089320 memory=1452 CPUtime=0.78 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 976 0 0 0 36 42 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 2403.27 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 841716 KiB

[startup+2442.3 s]
/proc/loadavg: 1.06 1.20 1.31 3/217 31479
/proc/meminfo: memFree=15795348/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0
[pid=31368] ppid=31366 vsize=14089320 memory=840264 CPUtime=2463.44 cores=0,2,4,6
/proc/31368/stat : 31368 (java) S 31366 31366 31211 0 -1 1077944320 152429 0 0 0 246130 214 0 0 20 0 15 0 223922138 14427463680 210066 33554432000 4194304 4196468 140724117479616 140724117462160 140056395800311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
/proc/31368/statm: 3522330 210066 3421 1 0 3483524 0
[pid=31368/tid=31369] ppid=31366 vsize=14089320 memory=6791534058613427641 CPUtime=2432.05 cores=0,2,4,6
/proc/31368/task/31369/stat : 31369 (java) R 31366 31366 31211 0 -1 4202560 67830 0 0 0 243115 90 0 0 20 0 15 0 223922138 14427463680 210066 33554432000 4194304 4196468 140724117479616 140056400039936 140056019286730 0 4 0 16800975 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31370] ppid=31366 vsize=14089320 memory=756 CPUtime=6.39 cores=0,2,4,6
/proc/31368/task/31370/stat : 31370 (java) S 31366 31366 31211 0 -1 1077944384 10803 0 0 0 619 20 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055992081552 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31371] ppid=31366 vsize=14089320 memory=840264 CPUtime=6.38 cores=0,2,4,6
/proc/31368/task/31371/stat : 31371 (java) S 31366 31366 31211 0 -1 1077944384 7531 0 0 0 617 21 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055991028752 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31372] ppid=31366 vsize=14089320 memory=1452 CPUtime=6.39 cores=0,2,4,6
/proc/31368/task/31372/stat : 31372 (java) S 31366 31366 31211 0 -1 1077944384 9699 0 0 0 620 19 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055989975952 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31373] ppid=31366 vsize=14089320 memory=6791534058613427641 CPUtime=6.4 cores=0,2,4,6
/proc/31368/task/31373/stat : 31373 (java) S 31366 31366 31211 0 -1 1077944384 11201 0 0 0 618 22 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055988923152 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31374] ppid=31366 vsize=14089320 memory=840264 CPUtime=2.38 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) S 31366 31366 31211 0 -1 1077944384 17710 0 0 0 220 18 0 0 20 0 15 0 223922140 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14089320 memory=1168 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14089320 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14089320 memory=1020 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14089320 memory=5776 CPUtime=1.04 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) S 31366 31366 31211 0 -1 1077944384 8491 0 0 0 103 1 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14089320 memory=4140 CPUtime=1.01 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) S 31366 31366 31211 0 -1 1077944384 9734 0 0 0 99 2 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055931943664 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14089320 memory=60764 CPUtime=0.51 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) S 31366 31366 31211 0 -1 1077944384 7074 0 0 0 51 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055863618160 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14089320 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14089320 memory=1240 CPUtime=0.8 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 1002 0 0 0 37 43 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 2463.44 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 841716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.7 s]
/proc/loadavg: 1.24 1.23 1.31 3/217 31481
/proc/meminfo: memFree=15794548/32770624 swapFree=67108844/67108860
[pid=31366] ppid=31363 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31366/stat : 31366 (xcsp3-exec) S 31363 31366 31211 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 223922138 115843072 363 33554432000 4194304 5098028 140734749282528 140734749280632 140546972570236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 33292288 140734749287483 140734749287684 140734749287684 140734749290442 0
/proc/31366/statm: 28282 363 305 221 0 87 0
[pid=31368] ppid=31366 vsize=14089320 memory=840264 CPUtime=2520.02 cores=0,2,4,6
/proc/31368/stat : 31368 (java) S 31366 31366 31211 0 -1 1077944320 154348 0 0 0 251784 218 0 0 20 0 15 0 223922138 14427463680 210066 33554432000 4194304 4196468 140724117479616 140724117462160 140056395800311 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
/proc/31368/statm: 3522330 210066 3421 1 0 3483524 0
[pid=31368/tid=31369] ppid=31366 vsize=14089320 memory=8514726395714825349 CPUtime=2488.31 cores=0,2,4,6
/proc/31368/task/31369/stat : 31369 (java) R 31366 31366 31211 0 -1 4202560 68560 0 0 0 248740 91 0 0 20 0 15 0 223922138 14427463680 210066 33554432000 4194304 4196468 140724117479616 140056400039808 140056020081323 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31370] ppid=31366 vsize=14089320 memory=4427205132082312746 CPUtime=6.44 cores=0,2,4,6
/proc/31368/task/31370/stat : 31370 (java) S 31366 31366 31211 0 -1 1077944384 10846 0 0 0 624 20 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055992081552 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31371] ppid=31366 vsize=14089320 memory=-8486080722631693414 CPUtime=6.44 cores=0,2,4,6
/proc/31368/task/31371/stat : 31371 (java) S 31366 31366 31211 0 -1 1077944384 7583 0 0 0 622 22 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055991028752 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31372] ppid=31366 vsize=14089320 memory=-8412652152092201843 CPUtime=6.44 cores=0,2,4,6
/proc/31368/task/31372/stat : 31372 (java) S 31366 31366 31211 0 -1 1077944384 9773 0 0 0 625 19 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055989975952 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31373] ppid=31366 vsize=14089320 memory=7668337592444207204 CPUtime=6.46 cores=0,2,4,6
/proc/31368/task/31373/stat : 31373 (java) S 31366 31366 31211 0 -1 1077944384 11851 0 0 0 623 23 0 0 20 0 15 0 223922139 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055988923152 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31374] ppid=31366 vsize=14089320 memory=7451886629627062592 CPUtime=2.45 cores=0,2,4,6
/proc/31368/task/31374/stat : 31374 (java) S 31366 31366 31211 0 -1 1077944384 18042 0 0 0 226 19 0 0 20 0 15 0 223922140 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055937206640 140056395811458 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31375] ppid=31366 vsize=14089320 memory=7451886629627062592 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31375/stat : 31375 (java) S 31366 31366 31211 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055936152608 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31376] ppid=31366 vsize=14089320 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31376/stat : 31376 (java) S 31366 31366 31211 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 223922141 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055935099760 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31377] ppid=31366 vsize=14089320 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31377/stat : 31377 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055934048080 140056395818907 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31378] ppid=31366 vsize=14089320 memory=13845266004445752 CPUtime=1.04 cores=0,2,4,6
/proc/31368/task/31378/stat : 31378 (java) S 31366 31366 31211 0 -1 1077944384 8495 0 0 0 103 1 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055932996464 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31379] ppid=31366 vsize=14089320 memory=1992 CPUtime=1.01 cores=0,2,4,6
/proc/31368/task/31379/stat : 31379 (java) S 31366 31366 31211 0 -1 1077944384 9738 0 0 0 99 2 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055931943664 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31380] ppid=31366 vsize=14089320 memory=2236 CPUtime=0.51 cores=0,2,4,6
/proc/31368/task/31380/stat : 31380 (java) S 31366 31366 31211 0 -1 1077944384 7078 0 0 0 51 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055863618160 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31381] ppid=31366 vsize=14089320 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/31368/task/31381/stat : 31381 (java) S 31366 31366 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055862565600 140056395810517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
[pid=31368/tid=31382] ppid=31366 vsize=14089320 memory=7528 CPUtime=0.81 cores=0,2,4,6
/proc/31368/task/31382/stat : 31382 (java) S 31366 31366 31211 0 -1 1077944384 1028 0 0 0 37 44 0 0 20 0 15 0 223922144 14427463680 210066 33554432000 4194304 4196468 140724117479616 140055861512880 140056395811458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35049472 140724117488774 140724117488945 140724117488945 140724117491663 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 841716 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2498.71 s]
# the end of solver process 31366 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.85 s, system=2.19062 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2498.71
CPU time (s): 2520.04
CPU user time (s): 2517.85
CPU system time (s): 2.19062
CPU usage (%): 100.854
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 2886392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.85
system time used= 2.19062
maximum resident set size= 2905500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119964
involuntary context switches= 4974


# summary of solver processes directly reported to runsolver:
#   pid: 31366
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.85
#   total CPU system time (s): 2.19062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8861 second user time and 24.5713 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 10:46:30
IDJOB=4306717
IDBENCH=141221
IDSOLVER=2787
FILE ID=node136/4306717-1534063590
RUNJOBID= node136-1534063588-31242
PBS_JOBID= 21036988
Free space on /tmp= 35312 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel5_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306717-1534063590/watcher-4306717-1534063590 -o /tmp/evaluation-result-4306717-1534063590/solver-4306717-1534063590 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31242 --watchdog 2580  HOME/xcsp3-exec -seed 138954095 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306717-1534063590.xml

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

MD5SUM BENCH= 129cb36d1c9243226923c7f46c8f3d2b
RANDOM SEED=138954095

node136.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.50
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.50
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.50
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.50
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:        16702592 kB
MemAvailable:   31760632 kB
Buffers:          245788 kB
Cached:         14909388 kB
SwapCached:            8 kB
Active:          7423432 kB
Inactive:        7928180 kB
Active(anon):     147628 kB
Inactive(anon):   101656 kB
Active(file):    7275804 kB
Inactive(file):  7826524 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             44076 kB
Writeback:             0 kB
AnonPages:        167004 kB
Mapped:            65068 kB
Shmem:             49788 kB
Slab:             411668 kB
SReclaimable:     384172 kB
SUnreclaim:        27496 kB
KernelStack:        3600 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1319732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35292 MiB
End job on node136 at 2018-08-12 11:28:09