Trace number 4406191

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-24SAT (TO)104 2520.12 2510.71

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-07.xml
MD5SUM8aa67fa0ddb9b908e7b385aede1c36d3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark97.2195
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size334
Distribution of domain sizes[{"size":1,"count":1},{"size":334,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity38
Distribution of constraint arities[{"arity":2,"count":112},{"arity":21,"count":1},{"arity":27,"count":1},{"arity":35,"count":1},{"arity":38,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406191-1569407963.xml"  -tl '2520s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4406191-1569407963.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.05/0.57	c solve instance...
1.62/0.74	o 333 
1.62/0.75	o 332 
1.62/0.78	o 331 
1.62/0.80	o 129 
1.94/0.80	o 127 
1.94/0.81	o 126 
1.94/0.81	o 119 
1.94/0.85	o 118 
1.94/0.87	o 115 
1.94/0.87	o 114 
3.76/1.40	o 113 
7.68/2.70	o 112 
7.68/2.71	o 111 
7.68/2.72	o 109 
15.30/8.07	o 106 
15.51/8.28	o 105 
547.73/539.08	o 104 
2520.09/2510.70	s SATISFIABLE
2520.09/2510.70	v <instantiation>
2520.09/2510.70	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
2520.09/2510.70	v 	<values>0 0 0 0 14 10 5 15 4 4 28 31 4 18 49 15 15 16 14 31 16 40 51 17 18 24 18 31 61 16 31 39 40 20 56 27 49 66 42 56 28 48 38 73 66 73 78 66 86 81 70 76 84 50 76 93 91 86 95 103 95 104 </values>
2520.09/2510.70	v </instantiation>
2520.09/2510.70	c Unexpected resolution interruption!

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406191-1569407963/watcher-4406191-1569407963 -o /tmp/evaluation-result-4406191-1569407963/solver-4406191-1569407963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21329 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4406191-1569407963.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24286, runsolver pid=24283

[startup+0.102059 s]*
/proc/loadavg: 1.75 1.82 1.85 3/228 24302
/proc/meminfo: memFree=26507908/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0
[pid=24288] ppid=24286 vsize=15144776 memory=29132 CPUtime=0.14 cores=1,3,5,7
/proc/24288/stat : 24288 (java) S 24286 24286 21297 0 -1 1077944320 5708 0 0 0 13 1 0 0 20 0 15 0 517052867 15508250624 7283 33554432000 4194304 4196468 140736481086144 140736481068688 140223281749751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
/proc/24288/statm: 3786194 7283 3156 1 0 3748377 0
[pid=24288/tid=24289] ppid=24286 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/24288/task/24289/stat : 24289 (java) S 24286 24286 21297 0 -1 1077944384 3577 0 0 0 9 0 0 0 20 0 15 0 517052867 15508250624 7283 33554432000 4194304 4196468 140736481086144 140223285978560 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24290] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 7283 33554432000 4194304 4196468 140736481086144 140223234370704 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24291] ppid=24286 vsize=15144776 memory=140637666914088 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222873394192 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24292] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222872341392 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24293] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222871288592 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24294] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517052869 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222750325104 140223281760898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24295] ppid=24286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517052870 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222749271072 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24296] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517052870 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222748218224 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) R 24286 24286 21297 0 -1 1077944384 334 0 0 0 0 0 0 0 20 0 15 0 517052872 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222746114928 140223281760898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) R 24286 24286 21297 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 15 0 517052872 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222745062128 140223265250351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15144776 memory=140637663250048 CPUtime=0.02 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) R 24286 24286 21297 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 15 0 517052872 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222744009328 140223260417520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052873 15508250624 7283 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30580 KiB

[startup+0.210845 s]*
/proc/loadavg: 1.75 1.82 1.85 4/228 24302
/proc/meminfo: memFree=26494928/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0
[pid=24288] ppid=24286 vsize=15144776 memory=40948 CPUtime=0.34 cores=1,3,5,7
/proc/24288/stat : 24288 (java) S 24286 24286 21297 0 -1 1077944320 9455 0 0 0 32 2 0 0 20 0 15 0 517052867 15508250624 10237 33554432000 4194304 4196468 140736481086144 140736481068688 140223281749751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
/proc/24288/statm: 3786194 10237 3305 1 0 3748377 0
[pid=24288/tid=24289] ppid=24286 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 21297 0 -1 4202560 6606 0 0 0 18 2 0 0 20 0 15 0 517052867 15508250624 10237 33554432000 4194304 4196468 140736481086144 140223285986512 140223265830238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24290] ppid=24286 vsize=15144776 memory=1898158 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 10237 33554432000 4194304 4196468 140736481086144 140223234370704 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24291] ppid=24286 vsize=15144776 memory=4049495939008284320 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222873394192 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24292] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222872341392 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24293] ppid=24286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517052868 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222871288592 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24294] ppid=24286 vsize=15144776 memory=140637663250048 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517052869 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222750325104 140223281760898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24295] ppid=24286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517052870 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222749271072 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24296] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517052870 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222748218224 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 21297 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 517052872 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222746114928 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 21297 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 517052872 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222745062128 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15144776 memory=140637663250048 CPUtime=0.08 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 21297 0 -1 1077944384 804 0 0 0 8 0 0 0 20 0 15 0 517052872 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222744009328 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052873 15508250624 10237 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42396 KiB

[startup+0.317198 s]*
/proc/loadavg: 1.77 1.83 1.85 4/228 24302
/proc/meminfo: memFree=26487772/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0
[pid=24288] ppid=24286 vsize=15149032 memory=50792 CPUtime=0.54 cores=1,3,5,7
/proc/24288/stat : 24288 (java) S 24286 24286 21297 0 -1 1077944320 10991 0 0 0 51 3 0 0 20 0 15 0 517052867 15512608768 12698 33554432000 4194304 4196468 140736481086144 140736481068688 140223281749751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
/proc/24288/statm: 3787258 12698 3369 1 0 3748377 0
[pid=24288/tid=24289] ppid=24286 vsize=15149032 memory=8317482817917895235 CPUtime=0.31 cores=1,3,5,7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 21297 0 -1 4202560 7861 0 0 0 28 3 0 0 20 0 15 0 517052867 15512608768 12698 33554432000 4194304 4196468 140736481086144 140223285985296 140223281771677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24290] ppid=24286 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15512608768 12698 33554432000 4194304 4196468 140736481086144 140223234370704 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24291] ppid=24286 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222873394192 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24292] ppid=24286 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222872341392 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24293] ppid=24286 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517052868 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222871288592 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24294] ppid=24286 vsize=15149032 memory=-7017622366038114463 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517052869 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222750325104 140223281760898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24295] ppid=24286 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517052870 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222749271072 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24296] ppid=24286 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517052870 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222748218224 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15149032 memory=6576575808607069349 CPUtime=0.03 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 21297 0 -1 1077944384 537 0 0 0 3 0 0 0 20 0 15 0 517052872 15512608768 12698 33554432000 4194304 4196468 140736481086144 140222746114928 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 21297 0 -1 1077944384 382 0 0 0 6 0 0 0 20 0 15 0 517052872 15512608768 12707 33554432000 4194304 4196468 140736481086144 140222745062128 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 21297 0 -1 1077944384 905 0 0 0 12 0 0 0 20 0 15 0 517052872 15512608768 12707 33554432000 4194304 4196468 140736481086144 140222744009328 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15512608768 12707 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052873 15512608768 12707 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52240 KiB

[startup+0.70124 s]
/proc/loadavg: 1.77 1.83 1.85 6/228 24302
/proc/meminfo: memFree=26469948/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0
[pid=24288] ppid=24286 vsize=15151156 memory=81984 CPUtime=1.62 cores=1,3,5,7
/proc/24288/stat : 24288 (java) S 24286 24286 21297 0 -1 1077944320 17205 0 0 0 156 6 0 0 20 0 15 0 517052867 15514783744 20496 33554432000 4194304 4196468 140736481086144 140736481068688 140223281749751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
/proc/24288/statm: 3787789 20496 3462 1 0 3748889 0
[pid=24288/tid=24289] ppid=24286 vsize=15151156 memory=-7533522213388100735 CPUtime=0.67 cores=1,3,5,7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 21297 0 -1 4202560 9745 0 0 0 63 4 0 0 20 0 15 0 517052867 15514783744 20496 33554432000 4194304 4196468 140736481086144 140223285984864 140222918222519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24290] ppid=24286 vsize=15151156 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15514783744 20496 33554432000 4194304 4196468 140736481086144 140223234370704 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24291] ppid=24286 vsize=15151156 memory=7156334510635766096 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222873394192 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24292] ppid=24286 vsize=15151156 memory=692 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052868 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222872341392 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24293] ppid=24286 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 21297 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517052868 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222871288592 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24294] ppid=24286 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 21297 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517052869 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222750325104 140223281760898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24295] ppid=24286 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 21297 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222749271072 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24296] ppid=24286 vsize=15151156 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222748218224 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15151156 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15151156 memory=6212 CPUtime=0.26 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) R 24286 24286 21297 0 -1 4202560 1983 0 0 0 26 0 0 0 20 0 15 0 517052872 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222746101024 140223274466903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15151156 memory=7552 CPUtime=0.29 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) R 24286 24286 21297 0 -1 4202560 1960 0 0 0 29 0 0 0 20 0 15 0 517052872 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222745043144 140223262451216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15151156 memory=2832 CPUtime=0.36 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 21297 0 -1 1077944384 2220 0 0 0 36 0 0 0 20 0 15 0 517052872 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222744009328 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15151156 memory=1084 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517052873 15514783744 20496 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 83432 KiB

[startup+1.50088 s]
/proc/loadavg: 1.77 1.83 1.85 5/228 24302
/proc/meminfo: memFree=26438124/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0

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

/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222748218240 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15151156 memory=212504 CPUtime=3.97 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 21297 0 -1 1077944384 33096 0 0 0 394 3 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222746114928 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15151156 memory=6791534058613427641 CPUtime=4.24 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 21297 0 -1 1077944384 27522 0 0 0 422 2 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222745062128 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15151156 memory=924 CPUtime=0.58 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 21297 0 -1 1077944384 10250 0 0 0 57 1 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222744009328 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15151156 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15151156 memory=1440 CPUtime=0.47 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1101 0 0 0 22 25 0 0 20 0 15 0 517052873 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 2391.67 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213952 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.44 1.55 1.72 3/228 24779
/proc/meminfo: memFree=26095212/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0
[pid=24288] ppid=24286 vsize=15151156 memory=212504 CPUtime=2451.69 cores=1,3,5,7
/proc/24288/stat : 24288 (java) S 24286 24286 21297 0 -1 1077944320 109102 0 0 0 245131 38 0 0 20 0 15 0 517052867 15514783744 53126 33554432000 4194304 4196468 140736481086144 140736481068688 140223281749751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
/proc/24288/statm: 3787789 53126 3520 1 0 3748889 0
[pid=24288/tid=24289] ppid=24286 vsize=15151156 memory=8317482817917895235 CPUtime=2441.66 cores=1,3,5,7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 21297 0 -1 4202560 20202 0 0 0 244160 6 0 0 20 0 15 0 517052867 15514783744 53126 33554432000 4194304 4196468 140736481086144 140223285988976 140222920349915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24290] ppid=24286 vsize=15151156 memory=3132 CPUtime=0.13 cores=1,3,5,7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 21297 0 -1 1077944384 5312 0 0 0 11 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140223234370704 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24291] ppid=24286 vsize=15151156 memory=1448 CPUtime=0.12 cores=1,3,5,7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 21297 0 -1 1077944384 2857 0 0 0 11 1 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222873394192 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24292] ppid=24286 vsize=15151156 memory=388620 CPUtime=0.13 cores=1,3,5,7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 21297 0 -1 1077944384 1973 0 0 0 11 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222872341392 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24293] ppid=24286 vsize=15151156 memory=7824336315716348491 CPUtime=0.12 cores=1,3,5,7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 21297 0 -1 1077944384 1139 0 0 0 11 1 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222871288592 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24294] ppid=24286 vsize=15151156 memory=7811609428978067559 CPUtime=0.16 cores=1,3,5,7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 21297 0 -1 1077944384 4219 0 0 0 14 2 0 0 20 0 15 0 517052869 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222750325104 140223281760898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24295] ppid=24286 vsize=15151156 memory=7450472674836964178 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 21297 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222749271136 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24296] ppid=24286 vsize=15151156 memory=7522790758625010542 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222748218240 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15151156 memory=7235710566141946944 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15151156 memory=7235710566141946944 CPUtime=3.97 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 21297 0 -1 1077944384 33096 0 0 0 394 3 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222746114928 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15151156 memory=-8813974798734826869 CPUtime=4.24 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 21297 0 -1 1077944384 27522 0 0 0 422 2 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222745062128 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15151156 memory=7086533183615361641 CPUtime=0.58 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 21297 0 -1 1077944384 10250 0 0 0 57 1 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222744009328 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15151156 memory=7598250331830513255 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15151156 memory=7589507011040404840 CPUtime=0.48 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1105 0 0 0 22 26 0 0 20 0 15 0 517052873 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 2451.69 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213952 KiB

[startup+2502.3 s]*
/proc/loadavg: 1.57 1.57 1.72 3/230 24793
/proc/meminfo: memFree=26080660/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0
[pid=24288] ppid=24286 vsize=15151156 memory=212504 CPUtime=2511.7 cores=1,3,5,7
/proc/24288/stat : 24288 (java) S 24286 24286 21297 0 -1 1077944320 109260 0 0 0 251131 39 0 0 20 0 15 0 517052867 15514783744 53126 33554432000 4194304 4196468 140736481086144 140736481068688 140223281749751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
/proc/24288/statm: 3787789 53126 3520 1 0 3748889 0
[pid=24288/tid=24289] ppid=24286 vsize=15151156 memory=8317482817917895235 CPUtime=2501.64 cores=1,3,5,7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 21297 0 -1 4202560 20327 0 0 0 250158 6 0 0 20 0 15 0 517052867 15514783744 53126 33554432000 4194304 4196468 140736481086144 140223285989296 140222918974312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24290] ppid=24286 vsize=15151156 memory=988 CPUtime=0.13 cores=1,3,5,7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 21297 0 -1 1077944384 5312 0 0 0 11 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140223234370704 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24291] ppid=24286 vsize=15151156 memory=2004 CPUtime=0.12 cores=1,3,5,7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 21297 0 -1 1077944384 2857 0 0 0 11 1 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222873394192 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24292] ppid=24286 vsize=15151156 memory=1416 CPUtime=0.13 cores=1,3,5,7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 21297 0 -1 1077944384 1974 0 0 0 11 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222872341392 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24293] ppid=24286 vsize=15151156 memory=1728 CPUtime=0.13 cores=1,3,5,7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 21297 0 -1 1077944384 1139 0 0 0 11 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222871288592 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24294] ppid=24286 vsize=15151156 memory=692 CPUtime=0.16 cores=1,3,5,7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 21297 0 -1 1077944384 4223 0 0 0 14 2 0 0 20 0 15 0 517052869 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222750325104 140223281760898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24295] ppid=24286 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 21297 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222749271136 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24296] ppid=24286 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222748218240 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15151156 memory=3616 CPUtime=3.97 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 21297 0 -1 1077944384 33098 0 0 0 394 3 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222746114928 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15151156 memory=1228 CPUtime=4.24 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 21297 0 -1 1077944384 27525 0 0 0 422 2 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222745062128 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15151156 memory=6212 CPUtime=0.58 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 21297 0 -1 1077944384 10252 0 0 0 57 1 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222744009328 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15151156 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15151156 memory=2832 CPUtime=0.49 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1126 0 0 0 23 26 0 0 20 0 15 0 517052873 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 2511.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.7 s]
/proc/loadavg: 1.61 1.57 1.72 3/229 24793
/proc/meminfo: memFree=26086292/32770624 swapFree=66986416/67108860
[pid=24286] ppid=24283 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24286/stat : 24286 (xcsp3-exec) S 24283 24286 21297 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517052866 115843072 362 33554432000 4194304 5098028 140736870867008 140736870865112 140004584231548 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38535168 140736870876026 140736870876269 140736870876269 140736870879178 0
/proc/24286/statm: 28282 362 304 221 0 87 0
[pid=24288] ppid=24286 vsize=15151156 memory=212504 CPUtime=2520.09 cores=1,3,5,7
/proc/24288/stat : 24288 (java) S 24286 24286 21297 0 -1 1077944320 109968 0 0 0 251970 39 0 0 20 0 15 0 517052867 15514783744 53126 33554432000 4194304 4196468 140736481086144 140736481068688 140223281749751 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
/proc/24288/statm: 3787789 53126 3520 1 0 3748889 0
[pid=24288/tid=24289] ppid=24286 vsize=15151156 memory=212504 CPUtime=2510.02 cores=1,3,5,7
/proc/24288/task/24289/stat : 24289 (java) R 24286 24286 21297 0 -1 4202560 20398 0 0 0 250996 6 0 0 20 0 15 0 517052867 15514783744 53126 33554432000 4194304 4196468 140736481086144 140223285988624 140222918784247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24290] ppid=24286 vsize=15151156 memory=2832 CPUtime=0.13 cores=1,3,5,7
/proc/24288/task/24290/stat : 24290 (java) S 24286 24286 21297 0 -1 1077944384 5363 0 0 0 11 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140223234370704 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24291] ppid=24286 vsize=15151156 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/24288/task/24291/stat : 24291 (java) S 24286 24286 21297 0 -1 1077944384 2888 0 0 0 11 1 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222873394192 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24292] ppid=24286 vsize=15151156 memory=916 CPUtime=0.13 cores=1,3,5,7
/proc/24288/task/24292/stat : 24292 (java) S 24286 24286 21297 0 -1 1077944384 1989 0 0 0 11 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222872341392 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24293] ppid=24286 vsize=15151156 memory=3848 CPUtime=0.14 cores=1,3,5,7
/proc/24288/task/24293/stat : 24293 (java) S 24286 24286 21297 0 -1 1077944384 1501 0 0 0 12 2 0 0 20 0 15 0 517052868 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222871288592 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24294] ppid=24286 vsize=15151156 memory=2600 CPUtime=0.17 cores=1,3,5,7
/proc/24288/task/24294/stat : 24294 (java) S 24286 24286 21297 0 -1 1077944384 4401 0 0 0 15 2 0 0 20 0 15 0 517052869 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222750325104 140223281760898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24295] ppid=24286 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24295/stat : 24295 (java) S 24286 24286 21297 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222749271136 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24296] ppid=24286 vsize=15151156 memory=3208 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24296/stat : 24296 (java) S 24286 24286 21297 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 517052870 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222748218240 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24297] ppid=24286 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24297/stat : 24297 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222747166544 140223281768347 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24298] ppid=24286 vsize=15151156 memory=396992 CPUtime=3.97 cores=1,3,5,7
/proc/24288/task/24298/stat : 24298 (java) S 24286 24286 21297 0 -1 1077944384 33098 0 0 0 394 3 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222746114928 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24299] ppid=24286 vsize=15151156 memory=33 CPUtime=4.24 cores=1,3,5,7
/proc/24288/task/24299/stat : 24299 (java) S 24286 24286 21297 0 -1 1077944384 27525 0 0 0 422 2 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222745062128 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24300] ppid=24286 vsize=15151156 memory=3617999327921985639 CPUtime=0.58 cores=1,3,5,7
/proc/24288/task/24300/stat : 24300 (java) S 24286 24286 21297 0 -1 1077944384 10252 0 0 0 57 1 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222744009328 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24301] ppid=24286 vsize=15151156 memory=8562125494162282051 CPUtime=0 cores=1,3,5,7
/proc/24288/task/24301/stat : 24301 (java) S 24286 24286 21297 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517052872 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222742956768 140223281759957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
[pid=24288/tid=24302] ppid=24286 vsize=15151156 memory=212504 CPUtime=0.5 cores=1,3,5,7
/proc/24288/task/24302/stat : 24302 (java) S 24286 24286 21297 0 -1 1077944384 1126 0 0 0 23 27 0 0 20 0 15 0 517052873 15514783744 53126 33554432000 4194304 4196468 140736481086144 140222741904048 140223281760898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10035200 140736481088495 140736481088666 140736481088666 140736481091535 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213952 KiB

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

[startup+2510.71 s]
# the end of solver process 24286 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002088 s, system=0.000746 s

[startup+2510.71 s]
# the end of solver process 24288 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.72 s, system=0.398774 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2510.71
CPU time (s): 2520.12
CPU user time (s): 2519.72
CPU system time (s): 0.398774
CPU usage (%): 100.375
Max. virtual memory (cumulated for all children) (KiB): 15266360
Max. memory (cumulated for all children) (KiB): 247200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.72
system time used= 0.398774
maximum resident set size= 245752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60705
involuntary context switches= 2507


# summary of solver processes directly reported to runsolver:
#   pid: 24286,24288
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2519.72
#   total CPU system time (s): 0.398774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.504 second user time and 20.477 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-25 11:28:59
IDJOB=4406191
IDBENCH=128622
IDSOLVER=2869
FILE ID=node104/4406191-1569407963
RUNJOBID= node104-1569392447-21329
PBS_JOBID= 21705699
Free space on /tmp= 9808 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406191-1569407963/watcher-4406191-1569407963 -o /tmp/evaluation-result-4406191-1569407963/solver-4406191-1569407963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1569392447-21329 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4406191-1569407963.xml

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

MD5SUM BENCH= 8aa67fa0ddb9b908e7b385aede1c36d3
RANDOM SEED=1988558389

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26524640 kB
MemAvailable:   31669172 kB
Buffers:          125128 kB
Cached:          5110528 kB
SwapCached:        22624 kB
Active:          3376132 kB
Inactive:        2035792 kB
Active(anon):     153816 kB
Inactive(anon):    80124 kB
Active(file):    3222316 kB
Inactive(file):  1955668 kB
Unevictable:      109660 kB
Mlocked:          109660 kB
SwapTotal:      67108860 kB
SwapFree:       66986416 kB
Dirty:             26160 kB
Writeback:             0 kB
AnonPages:        155812 kB
Mapped:            71620 kB
Shmem:             49048 kB
Slab:             425064 kB
SReclaimable:     395008 kB
SUnreclaim:        30056 kB
KernelStack:        3984 kB
PageTables:         6108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1407380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9784 MiB
End job on node104 at 2019-09-25 12:10:50