Trace number 4306657

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)? (TO) 2520.05 2508.81

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27589
Best CPU time to get the best result obtained on this benchmark2519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306657-1534043032.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4306657-1534043032.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
4.57/1.64	c solve instance...
2520.02/2508.80	s UNKNOWN
2520.02/2508.80	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306657-1534043032/watcher-4306657-1534043032 -o /tmp/evaluation-result-4306657-1534043032/solver-4306657-1534043032 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20444 --watchdog 2580 HOME/xcsp3-exec -seed 1292809056 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306657-1534043032.xml 

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

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


[startup+0.100134 s]*
/proc/loadavg: 1.60 1.56 1.58 3/212 21169
/proc/meminfo: memFree=20707240/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0
[pid=21136] ppid=21134 vsize=14082940 memory=28556 CPUtime=0.12 cores=1,3,5,7
/proc/21136/stat : 21136 (java) S 21134 21134 18978 0 -1 1077944320 5525 0 0 0 12 0 0 0 20 0 15 0 221866127 14420930560 7139 33554432000 4194304 4196468 140733623628512 140733623611056 139924714544887 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
/proc/21136/statm: 3520735 7139 3016 1 0 3483012 0
[pid=21136/tid=21137] ppid=21134 vsize=14082940 memory=4279135703912972687 CPUtime=0.09 cores=1,3,5,7
/proc/21136/task/21137/stat : 21137 (java) R 21134 21134 18978 0 -1 4202560 3498 0 0 0 9 0 0 0 20 0 15 0 221866127 14420930560 7139 33554432000 4194304 4196468 140733623628512 139924718778160 139924714556822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21138] ppid=21134 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21138/stat : 21138 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 7139 33554432000 4194304 4196468 140733623628512 139924667165840 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21139] ppid=21134 vsize=14082940 memory=140421858571904 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21139/stat : 21139 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 7139 33554432000 4194304 4196468 140733623628512 139924309470224 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21140] ppid=21134 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21140/stat : 21140 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 7139 33554432000 4194304 4196468 140733623628512 139924308417424 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21141] ppid=21134 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21141/stat : 21141 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 7139 33554432000 4194304 4196468 140733623628512 139924307364624 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21142] ppid=21134 vsize=14082940 memory=140421858571904 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21142/stat : 21142 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866129 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923895499120 139924714556034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21143] ppid=21134 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21143/stat : 21143 (java) S 21134 21134 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866130 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923894445088 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21144] ppid=21134 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866130 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923893392240 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) S 21134 21134 18978 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 221866133 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923891288944 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) S 21134 21134 18978 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 221866133 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923890236144 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14082940 memory=140421858571904 CPUtime=0.01 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) R 21134 21134 18978 0 -1 4202560 292 0 0 0 1 0 0 0 20 0 15 0 221866133 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923889183344 139924695785904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14082940 memory=140421858571904 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866133 14420930560 7139 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30012 KiB

[startup+0.210653 s]*
/proc/loadavg: 1.60 1.56 1.58 5/218 21175
/proc/meminfo: memFree=20678580/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0
[pid=21136] ppid=21134 vsize=14082940 memory=41376 CPUtime=0.34 cores=1,3,5,7
/proc/21136/stat : 21136 (java) S 21134 21134 18978 0 -1 1077944320 8366 0 0 0 33 1 0 0 20 0 15 0 221866127 14420930560 10344 33554432000 4194304 4196468 140733623628512 140733623611056 139924714544887 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
/proc/21136/statm: 3520735 10344 3209 1 0 3483012 0
[pid=21136/tid=21137] ppid=21134 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/21136/task/21137/stat : 21137 (java) D 21134 21134 18978 0 -1 1077944384 5441 0 0 0 19 0 0 0 20 0 15 0 221866127 14420930560 10345 33554432000 4194304 4196468 140733623628512 139924718767032 139924716820167 0 4 0 16800975 18446744072101572132 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21138] ppid=21134 vsize=14082940 memory=12629 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21138/stat : 21138 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 10345 33554432000 4194304 4196468 140733623628512 139924667165840 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21139] ppid=21134 vsize=14082940 memory=140421858592063 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21139/stat : 21139 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 10345 33554432000 4194304 4196468 140733623628512 139924309470224 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21140] ppid=21134 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21140/stat : 21140 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 10345 33554432000 4194304 4196468 140733623628512 139924308417424 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21141] ppid=21134 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21141/stat : 21141 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866128 14420930560 10345 33554432000 4194304 4196468 140733623628512 139924307364624 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21142] ppid=21134 vsize=14085056 memory=140421858571904 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21142/stat : 21142 (java) S 21134 21134 18978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221866129 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923895499120 139924714556034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21143] ppid=21134 vsize=14085056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21143/stat : 21143 (java) S 21134 21134 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866130 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923894445088 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21144] ppid=21134 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866130 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923893392240 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14085056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) S 21134 21134 18978 0 -1 1077944384 399 0 0 0 2 0 0 0 20 0 15 0 221866133 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923891288944 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14085056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) S 21134 21134 18978 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 221866133 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923890236144 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14085056 memory=140421858571904 CPUtime=0.08 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) S 21134 21134 18978 0 -1 1077944384 783 0 0 0 8 0 0 0 20 0 15 0 221866133 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923889183344 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14085056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14085056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866133 14423097344 10345 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42832 KiB

[startup+0.313561 s]*
/proc/loadavg: 1.60 1.56 1.58 5/218 21175
/proc/meminfo: memFree=20665800/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0
[pid=21136] ppid=21134 vsize=14087196 memory=48408 CPUtime=0.53 cores=1,3,5,7
/proc/21136/stat : 21136 (java) S 21134 21134 18978 0 -1 1077944320 9268 0 0 0 51 2 0 0 20 0 15 0 221866127 14425288704 12102 33554432000 4194304 4196468 140733623628512 140733623611056 139924714544887 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
/proc/21136/statm: 3521799 12102 3255 1 0 3483012 0
[pid=21136/tid=21137] ppid=21134 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/21136/task/21137/stat : 21137 (java) R 21134 21134 18978 0 -1 4202560 6170 0 0 0 29 1 0 0 20 0 15 0 221866127 14425288704 12102 33554432000 4194304 4196468 140733623628512 139924718776000 139924714566813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21138] ppid=21134 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21138/stat : 21138 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14425288704 12102 33554432000 4194304 4196468 140733623628512 139924667165840 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21139] ppid=21134 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21139/stat : 21139 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14425288704 12102 33554432000 4194304 4196468 140733623628512 139924309470224 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21140] ppid=21134 vsize=14087196 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21140/stat : 21140 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14425288704 12102 33554432000 4194304 4196468 140733623628512 139924308417424 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21141] ppid=21134 vsize=14087196 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21141/stat : 21141 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866128 14425288704 12102 33554432000 4194304 4196468 140733623628512 139924307364624 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21142] ppid=21134 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21142/stat : 21142 (java) S 21134 21134 18978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221866129 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923895499120 139924714556034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21143] ppid=21134 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21143/stat : 21143 (java) S 21134 21134 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866130 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923894445088 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21144] ppid=21134 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866130 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923893392240 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14087196 memory=6944613755495348631 CPUtime=0.06 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) S 21134 21134 18978 0 -1 1077944384 487 0 0 0 6 0 0 0 20 0 15 0 221866133 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923891288944 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14087196 memory=7893295687695687954 CPUtime=0.03 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) R 21134 21134 18978 0 -1 1077944384 446 0 0 0 3 0 0 0 20 0 15 0 221866133 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923890236144 139924714556034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14087196 memory=-8813974798734826869 CPUtime=0.12 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) S 21134 21134 18978 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 15 0 221866133 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923889183344 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14087196 memory=-6664436420846798482 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14087196 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866133 14425288704 12102 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49864 KiB

[startup+0.701604 s]
/proc/loadavg: 1.60 1.56 1.58 8/218 21175
/proc/meminfo: memFree=20619976/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0
[pid=21136] ppid=21134 vsize=14089320 memory=101288 CPUtime=1.77 cores=1,3,5,7
/proc/21136/stat : 21136 (java) S 21134 21134 18978 0 -1 1077944320 13312 0 0 0 173 4 0 0 20 0 15 0 221866127 14427463680 25322 33554432000 4194304 4196468 140733623628512 140733623611056 139924714544887 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
/proc/21136/statm: 3522330 25322 3353 1 0 3483524 0
[pid=21136/tid=21137] ppid=21134 vsize=14089320 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/21136/task/21137/stat : 21137 (java) R 21134 21134 18978 0 -1 4202560 6658 0 0 0 66 2 0 0 20 0 15 0 221866127 14427463680 25322 33554432000 4194304 4196468 140733623628512 139924718780528 139924347059317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21138] ppid=21134 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21138/stat : 21138 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14427463680 25322 33554432000 4194304 4196468 140733623628512 139924667165840 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21139] ppid=21134 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21139/stat : 21139 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14427463680 25322 33554432000 4194304 4196468 140733623628512 139924309470224 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21140] ppid=21134 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21140/stat : 21140 (java) S 21134 21134 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221866128 14427463680 25322 33554432000 4194304 4196468 140733623628512 139924308417424 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21141] ppid=21134 vsize=14089320 memory=748 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21141/stat : 21141 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866128 14427463680 25322 33554432000 4194304 4196468 140733623628512 139924307364624 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21142] ppid=21134 vsize=14089320 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21142/stat : 21142 (java) S 21134 21134 18978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221866129 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923895499120 139924714556034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21143] ppid=21134 vsize=14089320 memory=6572 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21143/stat : 21143 (java) S 21134 21134 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221866130 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923894445088 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21144] ppid=21134 vsize=14089320 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221866130 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923893392240 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14089320 memory=4452 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14089320 memory=3732 CPUtime=0.35 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) R 21134 21134 18978 0 -1 4202560 1486 0 0 0 35 0 0 0 20 0 15 0 221866133 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923891269960 139924699454167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14089320 memory=12668 CPUtime=0.33 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) R 21134 21134 18978 0 -1 4202560 1427 0 0 0 33 0 0 0 20 0 15 0 221866133 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923890220784 139924698041671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14089320 memory=1072 CPUtime=0.37 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) S 21134 21134 18978 0 -1 1077944384 2430 0 0 0 37 0 0 0 20 0 15 0 221866133 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923889183344 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14089320 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14089320 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221866133 14427463680 25322 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 102744 KiB

[startup+1.50156 s]
/proc/loadavg: 1.60 1.56 1.58 9/218 21175
/proc/meminfo: memFree=20486876/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0

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

/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221866130 14429560832 62130 33554432000 4194304 4196468 140733623628512 139923893392256 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14091368 memory=248520 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62130 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14091368 memory=248520 CPUtime=4.46 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) S 21134 21134 18978 0 -1 1077944384 18754 0 0 0 443 3 0 0 20 0 15 0 221866133 14429560832 62130 33554432000 4194304 4196468 140733623628512 139923891288944 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14091368 memory=1456 CPUtime=4.43 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) S 21134 21134 18978 0 -1 1077944384 16791 0 0 0 440 3 0 0 20 0 15 0 221866133 14429560832 62130 33554432000 4194304 4196468 140733623628512 139923890236144 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14091368 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) S 21134 21134 18978 0 -1 1077944384 12958 0 0 0 104 3 0 0 20 0 15 0 221866133 14429560832 62130 33554432000 4194304 4196468 140733623628512 139923889183344 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14091368 memory=3336 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62130 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14091368 memory=248520 CPUtime=0.52 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1434 0 0 0 21 31 0 0 20 0 15 0 221866133 14429560832 62130 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 2393.43 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 249976 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.61 1.73 3/217 21270
/proc/meminfo: memFree=20265368/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0
[pid=21136] ppid=21134 vsize=14091368 memory=250568 CPUtime=2453.51 cores=1,3,5,7
/proc/21136/stat : 21136 (java) S 21134 21134 18978 0 -1 1077944320 96605 0 0 0 245291 60 0 0 20 0 15 0 221866127 14429560832 62642 33554432000 4194304 4196468 140733623628512 140733623611056 139924714544887 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
/proc/21136/statm: 3522842 62642 3420 1 0 3484036 0
[pid=21136/tid=21137] ppid=21134 vsize=14091368 memory=250568 CPUtime=2441.45 cores=1,3,5,7
/proc/21136/task/21137/stat : 21137 (java) R 21134 21134 18978 0 -1 4202560 25053 0 0 0 244138 7 0 0 20 0 15 0 221866127 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924718784320 139924356205755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21138] ppid=21134 vsize=14091368 memory=250568 CPUtime=0.34 cores=1,3,5,7
/proc/21136/task/21138/stat : 21138 (java) S 21134 21134 18978 0 -1 1077944384 4952 0 0 0 30 4 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924667165840 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21139] ppid=21134 vsize=14091368 memory=248520 CPUtime=0.32 cores=1,3,5,7
/proc/21136/task/21139/stat : 21139 (java) S 21134 21134 18978 0 -1 1077944384 3320 0 0 0 29 3 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924309470224 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21140] ppid=21134 vsize=14091368 memory=250568 CPUtime=0.33 cores=1,3,5,7
/proc/21136/task/21140/stat : 21140 (java) S 21134 21134 18978 0 -1 1077944384 6297 0 0 0 30 3 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924308417424 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21141] ppid=21134 vsize=14091368 memory=250568 CPUtime=0.33 cores=1,3,5,7
/proc/21136/task/21141/stat : 21141 (java) S 21134 21134 18978 0 -1 1077944384 1537 0 0 0 29 4 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924307364624 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21142] ppid=21134 vsize=14091368 memory=250568 CPUtime=0.15 cores=1,3,5,7
/proc/21136/task/21142/stat : 21142 (java) S 21134 21134 18978 0 -1 1077944384 4114 0 0 0 12 3 0 0 20 0 15 0 221866129 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923895499120 139924714556034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21143] ppid=21134 vsize=14091368 memory=250568 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21143/stat : 21143 (java) S 21134 21134 18978 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 221866130 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923894445152 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21144] ppid=21134 vsize=14091368 memory=250568 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221866130 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923893392256 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14091368 memory=250568 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14091368 memory=250568 CPUtime=4.46 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) S 21134 21134 18978 0 -1 1077944384 18755 0 0 0 443 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923891288944 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14091368 memory=3732 CPUtime=4.43 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) S 21134 21134 18978 0 -1 1077944384 16791 0 0 0 440 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923890236144 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14091368 memory=804 CPUtime=1.07 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) S 21134 21134 18978 0 -1 1077944384 12958 0 0 0 104 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923889183344 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14091368 memory=1456 CPUtime=0.52 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1453 0 0 0 21 31 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 2453.51 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 252024 KiB

[startup+2502.3 s]
/proc/loadavg: 1.82 1.68 1.74 3/217 21271
/proc/meminfo: memFree=20265560/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0
[pid=21136] ppid=21134 vsize=14091368 memory=250568 CPUtime=2513.52 cores=1,3,5,7
/proc/21136/stat : 21136 (java) S 21134 21134 18978 0 -1 1077944320 96767 0 0 0 251291 61 0 0 20 0 15 0 221866127 14429560832 62642 33554432000 4194304 4196468 140733623628512 140733623611056 139924714544887 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
/proc/21136/statm: 3522842 62642 3420 1 0 3484036 0
[pid=21136/tid=21137] ppid=21134 vsize=14091368 memory=250568 CPUtime=2501.44 cores=1,3,5,7
/proc/21136/task/21137/stat : 21137 (java) R 21134 21134 18978 0 -1 4202560 25126 0 0 0 250137 7 0 0 20 0 15 0 221866127 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924718784432 139924356205869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21138] ppid=21134 vsize=14091368 memory=250568 CPUtime=0.34 cores=1,3,5,7
/proc/21136/task/21138/stat : 21138 (java) S 21134 21134 18978 0 -1 1077944384 4963 0 0 0 30 4 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924667165840 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21139] ppid=21134 vsize=14091368 memory=1456 CPUtime=0.32 cores=1,3,5,7
/proc/21136/task/21139/stat : 21139 (java) S 21134 21134 18978 0 -1 1077944384 3322 0 0 0 29 3 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924309470224 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21140] ppid=21134 vsize=14091368 memory=250568 CPUtime=0.33 cores=1,3,5,7
/proc/21136/task/21140/stat : 21140 (java) S 21134 21134 18978 0 -1 1077944384 6328 0 0 0 30 3 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924308417424 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21141] ppid=21134 vsize=14091368 memory=7284 CPUtime=0.34 cores=1,3,5,7
/proc/21136/task/21141/stat : 21141 (java) S 21134 21134 18978 0 -1 1077944384 1541 0 0 0 30 4 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924307364624 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21142] ppid=21134 vsize=14091368 memory=804 CPUtime=0.16 cores=1,3,5,7
/proc/21136/task/21142/stat : 21142 (java) S 21134 21134 18978 0 -1 1077944384 4151 0 0 0 13 3 0 0 20 0 15 0 221866129 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923895499120 139924714556034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21143] ppid=21134 vsize=14091368 memory=250568 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21143/stat : 21143 (java) S 21134 21134 18978 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 221866130 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923894445152 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21144] ppid=21134 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221866130 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923893392256 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14091368 memory=1456 CPUtime=4.46 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) S 21134 21134 18978 0 -1 1077944384 18755 0 0 0 443 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923891288944 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14091368 memory=1456 CPUtime=4.43 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) S 21134 21134 18978 0 -1 1077944384 16791 0 0 0 440 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923890236144 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14091368 memory=250568 CPUtime=1.07 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) S 21134 21134 18978 0 -1 1077944384 12958 0 0 0 104 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923889183344 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14091368 memory=7373908070563336528 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14091368 memory=6791534058613427641 CPUtime=0.54 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1457 0 0 0 22 32 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 2513.52 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 252024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.8 s]
/proc/loadavg: 1.85 1.69 1.75 3/217 21271
/proc/meminfo: memFree=20265640/32770624 swapFree=67108688/67108860
[pid=21134] ppid=21131 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21134/stat : 21134 (xcsp3-exec) S 21131 21134 18978 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221866127 115843072 364 33554432000 4194304 5098028 140733785946272 140733785944376 140396078121596 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 36298752 140733785953338 140733785953540 140733785953540 140733785956298 0
/proc/21134/statm: 28282 364 306 221 0 87 0
[pid=21136] ppid=21134 vsize=14091368 memory=250568 CPUtime=2520.02 cores=1,3,5,7
/proc/21136/stat : 21136 (java) S 21134 21134 18978 0 -1 1077944320 96772 0 0 0 251941 61 0 0 20 0 15 0 221866127 14429560832 62642 33554432000 4194304 4196468 140733623628512 140733623611056 139924714544887 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
/proc/21136/statm: 3522842 62642 3420 1 0 3484036 0
[pid=21136/tid=21137] ppid=21134 vsize=14091368 memory=0 CPUtime=2507.93 cores=1,3,5,7
/proc/21136/task/21137/stat : 21137 (java) R 21134 21134 18978 0 -1 4202560 25127 0 0 0 250786 7 0 0 20 0 15 0 221866127 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924718784368 139924356206095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21138] ppid=21134 vsize=14091368 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/21136/task/21138/stat : 21138 (java) S 21134 21134 18978 0 -1 1077944384 4963 0 0 0 30 4 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924667165840 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21139] ppid=21134 vsize=14091368 memory=34 CPUtime=0.32 cores=1,3,5,7
/proc/21136/task/21139/stat : 21139 (java) S 21134 21134 18978 0 -1 1077944384 3322 0 0 0 29 3 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924309470224 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21140] ppid=21134 vsize=14091368 memory=32 CPUtime=0.33 cores=1,3,5,7
/proc/21136/task/21140/stat : 21140 (java) S 21134 21134 18978 0 -1 1077944384 6328 0 0 0 30 3 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924308417424 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21141] ppid=21134 vsize=14091368 memory=250568 CPUtime=0.34 cores=1,3,5,7
/proc/21136/task/21141/stat : 21141 (java) S 21134 21134 18978 0 -1 1077944384 1541 0 0 0 30 4 0 0 20 0 15 0 221866128 14429560832 62642 33554432000 4194304 4196468 140733623628512 139924307364624 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21142] ppid=21134 vsize=14091368 memory=3848 CPUtime=0.16 cores=1,3,5,7
/proc/21136/task/21142/stat : 21142 (java) S 21134 21134 18978 0 -1 1077944384 4153 0 0 0 13 3 0 0 20 0 15 0 221866129 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923895499120 139924714556034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21143] ppid=21134 vsize=14091368 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21143/stat : 21143 (java) S 21134 21134 18978 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 221866130 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923894445152 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21144] ppid=21134 vsize=14091368 memory=2632 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21144/stat : 21144 (java) S 21134 21134 18978 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 221866130 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923893392256 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21156] ppid=21134 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21156/stat : 21156 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923892340560 139924714563483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21157] ppid=21134 vsize=14091368 memory=250568 CPUtime=4.46 cores=1,3,5,7
/proc/21136/task/21157/stat : 21157 (java) S 21134 21134 18978 0 -1 1077944384 18755 0 0 0 443 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923891288944 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21158] ppid=21134 vsize=14091368 memory=804 CPUtime=4.43 cores=1,3,5,7
/proc/21136/task/21158/stat : 21158 (java) S 21134 21134 18978 0 -1 1077944384 16791 0 0 0 440 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923890236144 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21159] ppid=21134 vsize=14091368 memory=34164 CPUtime=1.07 cores=1,3,5,7
/proc/21136/task/21159/stat : 21159 (java) S 21134 21134 18978 0 -1 1077944384 12958 0 0 0 104 3 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923889183344 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21160] ppid=21134 vsize=14091368 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/21136/task/21160/stat : 21160 (java) S 21134 21134 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923888130784 139924714555093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
[pid=21136/tid=21162] ppid=21134 vsize=14091368 memory=496 CPUtime=0.54 cores=1,3,5,7
/proc/21136/task/21162/stat : 21162 (java) S 21134 21134 18978 0 -1 1077944384 1459 0 0 0 22 32 0 0 20 0 15 0 221866133 14429560832 62642 33554432000 4194304 4196468 140733623628512 139923887078064 139924714556034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9289728 140733623637126 140733623637297 140733623637297 140733623640015 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 252024 KiB

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

[startup+2508.81 s]
# the end of solver process 21134 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00113 s, system=0.00113 s

[startup+2508.81 s]
# the end of solver process 21136 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.43 s, system=0.618153 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): 2508.81
CPU time (s): 2520.05
CPU user time (s): 2519.43
CPU system time (s): 0.618153
CPU usage (%): 100.448
Max. virtual memory (cumulated for all children) (KiB): 14207780
Max. memory (cumulated for all children) (KiB): 479636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.43
system time used= 0.618153
maximum resident set size= 480380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97543
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60767
involuntary context switches= 1336


# summary of solver processes directly reported to runsolver:
#   pid: 21134,21136
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.43
#   total CPU system time (s): 0.618153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5188 second user time and 23.6749 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 05:03:53
IDJOB=4306657
IDBENCH=141045
IDSOLVER=2787
FILE ID=node106/4306657-1534043032
RUNJOBID= node106-1534038018-20444
PBS_JOBID= 21036957
Free space on /tmp= 39660 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_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-4306657-1534043032/watcher-4306657-1534043032 -o /tmp/evaluation-result-4306657-1534043032/solver-4306657-1534043032 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20444 --watchdog 2580  HOME/xcsp3-exec -seed 1292809056 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306657-1534043032.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=1292809056

node106.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.11
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.11
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.11
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.11
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:        20736028 kB
MemAvailable:   31904152 kB
Buffers:          106164 kB
Cached:         11209404 kB
SwapCached:            0 kB
Active:          5533376 kB
Inactive:        5838648 kB
Active(anon):       3568 kB
Inactive(anon):   105632 kB
Active(file):    5529808 kB
Inactive(file):  5733016 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             40236 kB
Writeback:             0 kB
AnonPages:        111216 kB
Mapped:            51596 kB
Shmem:             49632 kB
Slab:             362120 kB
SReclaimable:     333760 kB
SUnreclaim:        28360 kB
KernelStack:        3792 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39616 MiB
End job on node106 at 2018-08-12 05:45:42