Trace number 4292368

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.7 seq (493a269)? (TO) 2400.04 2386.81

General information on the benchmark

NameNurseRostering/
NurseRostering-19_c18.xml
MD5SUM4516482276b9b550f1c9d24d3edf9abb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5922
Number of constraints16251
Number of domains21
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":156},{"size":2,"count":1314},{"size":6,"count":3360},{"size":8,"count":2},{"size":12,"count":4},{"size":13,"count":16},{"size":21,"count":3},{"size":22,"count":15},{"size":41,"count":924},{"size":85,"count":128}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":2082},{"degree":3,"count":480},{"degree":17,"count":32},{"degree":18,"count":39},{"degree":19,"count":7},{"degree":20,"count":30},{"degree":21,"count":44},{"degree":22,"count":52},{"degree":23,"count":70},{"degree":24,"count":83},{"degree":25,"count":1394},{"degree":26,"count":1316},{"degree":27,"count":293}]
Minimum constraint arity2
Maximum constraint arity320
Distribution of constraint arities[{"arity":2,"count":5706},{"arity":3,"count":6232},{"arity":4,"count":324},{"arity":5,"count":320},{"arity":6,"count":2884},{"arity":12,"count":40},{"arity":41,"count":504},{"arity":85,"count":240},{"arity":320,"count":1}]
Number of extensional constraints3824
Number of intensional constraints1882
Distribution of constraint types[{"type":"extension","count":3824},{"type":"intension","count":1882},{"type":"regular","count":6556},{"type":"sum","count":80},{"type":"count","count":3908},{"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-4292368-1532279418.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292368-1532279418.xml, -tl, 2400s, -p, 1, -x, 0]
0.32/0.22	c simple solver
0.32/0.29	c parse instance...
8.10/2.71	c solve instance...
2400.01/2386.80	s UNKNOWN
2400.01/2386.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 (8715 MiB free)
  memory of node 1: 16384 MiB (12731 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292368-1532279418/watcher-4292368-1532279418 -o /tmp/evaluation-result-4292368-1532279418/solver-4292368-1532279418 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532279418-2548 --watchdog 2560 HOME/xcsp3-exec -seed 1797491526 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292368-1532279418.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2579, runsolver pid=2572

[startup+0.100143 s]*
/proc/loadavg: 1.00 1.40 1.78 6/219 2610
/proc/meminfo: memFree=21929704/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0
[pid=2582] ppid=2579 vsize=14082840 memory=28904 CPUtime=0.12 cores=0,2,4,6
/proc/2582/stat : 2582 (java) S 2579 2579 32641 0 -1 1077944320 5579 0 0 0 11 1 0 0 20 0 15 0 45505008 14420828160 7226 33554432000 4194304 4196468 140732161997824 140732161980368 140659720982263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
/proc/2582/statm: 3520710 7226 2999 1 0 3483008 0
[pid=2582/tid=2584] ppid=2579 vsize=14082840 memory=-8412652160985438067 CPUtime=0.08 cores=0,2,4,6
/proc/2582/task/2584/stat : 2584 (java) R 2579 2579 32641 0 -1 4202560 3599 0 0 0 8 0 0 0 20 0 15 0 45505009 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659725215536 140659720994198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2589] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2589/stat : 2589 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659651070352 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2590] ppid=2579 vsize=14082840 memory=140251082610304 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2590/stat : 2590 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659650017552 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2591] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2591/stat : 2591 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659648965264 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2592] ppid=2579 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2592/stat : 2592 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659647912464 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2594] ppid=2579 vsize=14082840 memory=140251082610304 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505011 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45505011 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659193759008 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45505011 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659192706672 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) S 2579 2579 32641 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659190601840 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659189549040 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14082840 memory=140251082610304 CPUtime=0.01 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) R 2579 2579 32641 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 45505014 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659188496752 140659702219824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14082840 memory=140251082610304 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 7226 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30356 KiB

[startup+0.210616 s]*
/proc/loadavg: 1.00 1.40 1.78 5/219 2610
/proc/meminfo: memFree=21907460/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0
[pid=2582] ppid=2579 vsize=14082840 memory=40324 CPUtime=0.32 cores=0,2,4,6
/proc/2582/stat : 2582 (java) S 2579 2579 32641 0 -1 1077944320 8127 0 0 0 30 2 0 0 20 0 15 0 45505008 14420828160 10081 33554432000 4194304 4196468 140732161997824 140732161980368 140659720982263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
/proc/2582/statm: 3520710 10081 3156 1 0 3483008 0
[pid=2582/tid=2584] ppid=2579 vsize=14082840 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/2582/task/2584/stat : 2584 (java) R 2579 2579 32641 0 -1 4202560 5366 0 0 0 18 1 0 0 20 0 15 0 45505009 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659725213120 140659705062750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2589] ppid=2579 vsize=14082840 memory=10882 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2589/stat : 2589 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659651070352 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2590] ppid=2579 vsize=14082840 memory=192205 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2590/stat : 2590 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659650017552 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2591] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2591/stat : 2591 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659648965264 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2592] ppid=2579 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2592/stat : 2592 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659647912464 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2594] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505011 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45505011 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659193759008 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14082840 memory=140251082610304 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45505011 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659192706672 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14082840 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) S 2579 2579 32641 0 -1 1077944384 591 0 0 0 3 0 0 0 20 0 15 0 45505014 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659190601840 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14082840 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) S 2579 2579 32641 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 15 0 45505014 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659189549040 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14082840 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) R 2579 2579 32641 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 15 0 45505014 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659188496752 140659699515518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505014 14420828160 10081 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41776 KiB

[startup+0.310499 s]*
/proc/loadavg: 1.00 1.40 1.78 4/219 2610
/proc/meminfo: memFree=21894728/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0
[pid=2582] ppid=2579 vsize=14087096 memory=46612 CPUtime=0.48 cores=0,2,4,6
/proc/2582/stat : 2582 (java) S 2579 2579 32641 0 -1 1077944320 8858 0 0 0 46 2 0 0 20 0 15 0 45505008 14425186304 11653 33554432000 4194304 4196468 140732161997824 140732161980368 140659720982263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
/proc/2582/statm: 3521774 11653 3189 1 0 3483008 0
[pid=2582/tid=2584] ppid=2579 vsize=14087096 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/2582/task/2584/stat : 2584 (java) R 2579 2579 32641 0 -1 4202560 5950 0 0 0 26 2 0 0 20 0 15 0 45505009 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659725218896 140659721004189 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2589] ppid=2579 vsize=14087096 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2589/stat : 2589 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659651070352 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2590] ppid=2579 vsize=14087096 memory=140251082610304 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2590/stat : 2590 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659650017552 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2591] ppid=2579 vsize=14087096 memory=280501898391456 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2591/stat : 2591 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659648965264 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2592] ppid=2579 vsize=14087096 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2592/stat : 2592 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659647912464 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2594] ppid=2579 vsize=14087096 memory=280502031792208 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45505011 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14087096 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45505011 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659193759008 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14087096 memory=69604 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45505011 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659192706672 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14087096 memory=71908 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14087096 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) R 2579 2579 32641 0 -1 4202560 594 0 0 0 4 0 0 0 20 0 15 0 45505014 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659190592224 140659705752361 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14087096 memory=140250949209615 CPUtime=0.03 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) S 2579 2579 32641 0 -1 1077944384 119 0 0 0 3 0 0 0 20 0 15 0 45505014 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659189549040 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14087096 memory=140251082610304 CPUtime=0.12 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) S 2579 2579 32641 0 -1 1077944384 903 0 0 0 12 0 0 0 20 0 15 0 45505014 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659188496752 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14087096 memory=140250949232671 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14087096 memory=280502031703048 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505014 14425186304 11653 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48064 KiB

[startup+0.701406 s]
/proc/loadavg: 1.00 1.40 1.78 9/219 2610
/proc/meminfo: memFree=21846156/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0
[pid=2582] ppid=2579 vsize=14089220 memory=98764 CPUtime=1.72 cores=0,2,4,6
/proc/2582/stat : 2582 (java) S 2579 2579 32641 0 -1 1077944320 13652 0 0 0 168 4 0 0 20 0 15 0 45505008 14427361280 24691 33554432000 4194304 4196468 140732161997824 140732161980368 140659720982263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
/proc/2582/statm: 3522305 24691 3334 1 0 3483520 0
[pid=2582/tid=2584] ppid=2579 vsize=14089220 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/2582/task/2584/stat : 2584 (java) R 2579 2579 32641 0 -1 4202560 6642 0 0 0 63 2 0 0 20 0 15 0 45505009 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659725211872 140659323337984 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2589] ppid=2579 vsize=14089220 memory=8242257093008242485 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2589/stat : 2589 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659651070352 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2590] ppid=2579 vsize=14089220 memory=5936116310224425552 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2590/stat : 2590 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659650017552 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2591] ppid=2579 vsize=14089220 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2591/stat : 2591 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505009 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659648965264 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2592] ppid=2579 vsize=14089220 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2592/stat : 2592 (java) S 2579 2579 32641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45505009 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659647912464 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2594] ppid=2579 vsize=14089220 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45505011 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14089220 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45505011 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659193759008 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14089220 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45505011 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659192706672 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14089220 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14089220 memory=8364 CPUtime=0.34 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) R 2579 2579 32641 0 -1 4202560 1834 0 0 0 34 0 0 0 20 0 15 0 45505014 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659190582856 140659706057857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14089220 memory=800 CPUtime=0.32 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) R 2579 2579 32641 0 -1 4202560 1503 0 0 0 32 0 0 0 20 0 15 0 45505014 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659189530056 140659704465736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14089220 memory=7014751519616620113 CPUtime=0.38 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) R 2579 2579 32641 0 -1 4202560 2365 0 0 0 38 0 0 0 20 0 15 0 45505014 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659188496752 140659721003610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14089220 memory=6083632365477062757 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14089220 memory=6154538792250073449 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45505014 14427361280 24691 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 100216 KiB

[startup+1.50211 s]
/proc/loadavg: 1.40 1.47 1.80 8/219 2610
/proc/meminfo: memFree=21698948/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0

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

[pid=2582/tid=2594] ppid=2579 vsize=14091268 memory=1452 CPUtime=0.07 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 2055 0 0 0 4 3 0 0 20 0 15 0 45505011 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14091268 memory=1228752 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659193759072 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659192706688 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14091268 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14091268 memory=1452 CPUtime=5.11 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) S 2579 2579 32641 0 -1 1077944384 29419 0 0 0 507 4 0 0 20 0 15 0 45505014 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659190601840 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14091268 memory=1228752 CPUtime=4.67 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) S 2579 2579 32641 0 -1 1077944384 22301 0 0 0 463 4 0 0 20 0 15 0 45505014 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659189549040 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14091268 memory=4140 CPUtime=1.12 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) S 2579 2579 32641 0 -1 1077944384 13177 0 0 0 109 3 0 0 20 0 15 0 45505014 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659188496752 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14091268 memory=15320 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14091268 memory=1452 CPUtime=1.35 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1182 0 0 0 69 66 0 0 20 0 15 0 45505014 14429458432 307188 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 2275.34 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1230204 KiB

[startup+2322.3 s]
/proc/loadavg: 1.88 1.84 1.86 4/217 2675
/proc/meminfo: memFree=18301600/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0
[pid=2582] ppid=2579 vsize=14091268 memory=1279744 CPUtime=2335.47 cores=0,2,4,6
/proc/2582/stat : 2582 (java) S 2579 2579 32641 0 -1 1077944320 102523 0 0 0 233437 110 0 0 20 0 15 0 45505008 14429458432 319936 33554432000 4194304 4196468 140732161997824 140732161980368 140659720982263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
/proc/2582/statm: 3522817 319936 3406 1 0 3484032 0
[pid=2582/tid=2584] ppid=2579 vsize=14091268 memory=1279744 CPUtime=2321.92 cores=0,2,4,6
/proc/2582/task/2584/stat : 2584 (java) R 2579 2579 32641 0 -1 4202560 27554 0 0 0 232172 20 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659725221552 140659334045615 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2589] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.29 cores=0,2,4,6
/proc/2582/task/2589/stat : 2589 (java) S 2579 2579 32641 0 -1 1077944384 1222 0 0 0 23 6 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659651070352 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2590] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.26 cores=0,2,4,6
/proc/2582/task/2590/stat : 2590 (java) S 2579 2579 32641 0 -1 1077944384 962 0 0 0 21 5 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659650017552 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2591] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.28 cores=0,2,4,6
/proc/2582/task/2591/stat : 2591 (java) S 2579 2579 32641 0 -1 1077944384 1349 0 0 0 22 6 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659648965264 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2592] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.26 cores=0,2,4,6
/proc/2582/task/2592/stat : 2592 (java) S 2579 2579 32641 0 -1 1077944384 1258 0 0 0 21 5 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659647912464 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2594] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.07 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 2730 0 0 0 4 3 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659193759072 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659192706688 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14091268 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14091268 memory=0 CPUtime=5.11 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) S 2579 2579 32641 0 -1 1077944384 29422 0 0 0 507 4 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659190601840 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14091268 memory=1251280 CPUtime=4.67 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) S 2579 2579 32641 0 -1 1077944384 22303 0 0 0 463 4 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659189549040 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14091268 memory=7597684100491338841 CPUtime=1.12 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) S 2579 2579 32641 0 -1 1077944384 13179 0 0 0 109 3 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659188496752 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14091268 memory=1279744 CPUtime=1.38 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1189 0 0 0 70 68 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 2335.47 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1281196 KiB

[startup+2382.3 s]
/proc/loadavg: 1.95 1.87 1.87 4/217 2676
/proc/meminfo: memFree=18268360/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0
[pid=2582] ppid=2579 vsize=14091268 memory=1279744 CPUtime=2395.51 cores=0,2,4,6
/proc/2582/stat : 2582 (java) S 2579 2579 32641 0 -1 1077944320 103026 0 0 0 239439 112 0 0 20 0 15 0 45505008 14429458432 319936 33554432000 4194304 4196468 140732161997824 140732161980368 140659720982263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
/proc/2582/statm: 3522817 319936 3406 1 0 3484032 0
[pid=2582/tid=2584] ppid=2579 vsize=14091268 memory=1279744 CPUtime=2381.93 cores=0,2,4,6
/proc/2582/task/2584/stat : 2584 (java) R 2579 2579 32641 0 -1 4202560 28026 0 0 0 238172 21 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659725221552 140659334045651 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2589] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.29 cores=0,2,4,6
/proc/2582/task/2589/stat : 2589 (java) S 2579 2579 32641 0 -1 1077944384 1222 0 0 0 23 6 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659651070352 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2590] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.26 cores=0,2,4,6
/proc/2582/task/2590/stat : 2590 (java) S 2579 2579 32641 0 -1 1077944384 962 0 0 0 21 5 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659650017552 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2591] ppid=2579 vsize=14091268 memory=1452 CPUtime=0.28 cores=0,2,4,6
/proc/2582/task/2591/stat : 2591 (java) S 2579 2579 32641 0 -1 1077944384 1349 0 0 0 22 6 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659648965264 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2592] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.26 cores=0,2,4,6
/proc/2582/task/2592/stat : 2592 (java) S 2579 2579 32641 0 -1 1077944384 1258 0 0 0 21 5 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659647912464 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2594] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0.08 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 2733 0 0 0 5 3 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659193759072 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14091268 memory=1279744 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659192706688 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14091268 memory=1452 CPUtime=5.11 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) S 2579 2579 32641 0 -1 1077944384 29425 0 0 0 507 4 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659190601840 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14091268 memory=1452 CPUtime=4.67 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) S 2579 2579 32641 0 -1 1077944384 22305 0 0 0 463 4 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659189549040 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14091268 memory=1279744 CPUtime=1.12 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) S 2579 2579 32641 0 -1 1077944384 13181 0 0 0 109 3 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659188496752 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14091268 memory=1452 CPUtime=1.43 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1210 0 0 0 72 71 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 2395.51 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1281196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2386.8 s]
/proc/loadavg: 1.95 1.87 1.87 4/218 2684
/proc/meminfo: memFree=18266716/32770624 swapFree=67108860/67108860
[pid=2579] ppid=2572 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2579/stat : 2579 (xcsp3-exec) S 2572 2579 32641 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45505008 115843072 363 33554432000 4194304 5098028 140734559527248 140734559525352 139854694449788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16728064 140734559536186 140734559536388 140734559536388 140734559539146 0
/proc/2579/statm: 28282 363 305 221 0 87 0
[pid=2582] ppid=2579 vsize=14091268 memory=1279744 CPUtime=2400.01 cores=0,2,4,6
/proc/2582/stat : 2582 (java) S 2579 2579 32641 0 -1 1077944320 103029 0 0 0 239889 112 0 0 20 0 15 0 45505008 14429458432 319936 33554432000 4194304 4196468 140732161997824 140732161980368 140659720982263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
/proc/2582/statm: 3522817 319936 3406 1 0 3484032 0
[pid=2582/tid=2584] ppid=2579 vsize=14091268 memory=15535236834396114 CPUtime=2386.42 cores=0,2,4,6
/proc/2582/task/2584/stat : 2584 (java) R 2579 2579 32641 0 -1 4202560 28029 0 0 0 238621 21 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659725221552 140659327578054 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2589] ppid=2579 vsize=14091268 memory=1576 CPUtime=0.29 cores=0,2,4,6
/proc/2582/task/2589/stat : 2589 (java) S 2579 2579 32641 0 -1 1077944384 1222 0 0 0 23 6 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659651070352 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2590] ppid=2579 vsize=14091268 memory=928 CPUtime=0.26 cores=0,2,4,6
/proc/2582/task/2590/stat : 2590 (java) S 2579 2579 32641 0 -1 1077944384 962 0 0 0 21 5 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659650017552 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2591] ppid=2579 vsize=14091268 memory=2240 CPUtime=0.28 cores=0,2,4,6
/proc/2582/task/2591/stat : 2591 (java) S 2579 2579 32641 0 -1 1077944384 1349 0 0 0 22 6 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659648965264 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2592] ppid=2579 vsize=14091268 memory=4124 CPUtime=0.26 cores=0,2,4,6
/proc/2582/task/2592/stat : 2592 (java) S 2579 2579 32641 0 -1 1077944384 1258 0 0 0 21 5 0 0 20 0 15 0 45505009 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659647912464 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2594] ppid=2579 vsize=14091268 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/2582/task/2594/stat : 2594 (java) S 2579 2579 32641 0 -1 1077944384 2733 0 0 0 5 3 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659194813040 140659720993410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2597] ppid=2579 vsize=14091268 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2597/stat : 2597 (java) S 2579 2579 32641 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659193759072 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2598] ppid=2579 vsize=14091268 memory=840 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2598/stat : 2598 (java) S 2579 2579 32641 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45505011 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659192706688 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2603] ppid=2579 vsize=14091268 memory=2308 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2603/stat : 2603 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659191654992 140659721000859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2604] ppid=2579 vsize=14091268 memory=2308 CPUtime=5.11 cores=0,2,4,6
/proc/2582/task/2604/stat : 2604 (java) S 2579 2579 32641 0 -1 1077944384 29425 0 0 0 507 4 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659190601840 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2605] ppid=2579 vsize=14091268 memory=1408 CPUtime=4.67 cores=0,2,4,6
/proc/2582/task/2605/stat : 2605 (java) S 2579 2579 32641 0 -1 1077944384 22305 0 0 0 463 4 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659189549040 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2606] ppid=2579 vsize=14091268 memory=1408 CPUtime=1.12 cores=0,2,4,6
/proc/2582/task/2606/stat : 2606 (java) S 2579 2579 32641 0 -1 1077944384 13181 0 0 0 109 3 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659188496752 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2608] ppid=2579 vsize=14091268 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/2582/task/2608/stat : 2608 (java) S 2579 2579 32641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659187444192 140659720992469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
[pid=2582/tid=2610] ppid=2579 vsize=14091268 memory=916 CPUtime=1.43 cores=0,2,4,6
/proc/2582/task/2610/stat : 2610 (java) S 2579 2579 32641 0 -1 1077944384 1210 0 0 0 72 71 0 0 20 0 15 0 45505014 14429458432 319936 33554432000 4194304 4196468 140732161997824 140659186391984 140659720993410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36745216 140732162004097 140732162004273 140732162004273 140732162006991 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1281196 KiB

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

[startup+2386.81 s]
# the end of solver process 2579 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.9 s, system=1.13488 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2386.81
CPU time (s): 2400.04
CPU user time (s): 2398.9
CPU system time (s): 1.13488
CPU usage (%): 100.554
Max. virtual memory (cumulated for all children) (KiB): 14206540
Max. memory (cumulated for all children) (KiB): 1281196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.9
system time used= 1.13488
maximum resident set size= 1280504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103910
page faults= 0
swaps= 0
block input operations= 2624
block output operations= 1880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55506
involuntary context switches= 2836


# summary of solver processes directly reported to runsolver:
#   pid: 2579
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2398.9
#   total CPU system time (s): 1.13488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6892 second user time and 22.2555 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 19:10:18
IDJOB=4292368
IDBENCH=141041
IDSOLVER=2747
FILE ID=node136/4292368-1532279418
RUNJOBID= node136-1532279418-2548
PBS_JOBID= 21018966
Free space on /tmp= 57112 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-19_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-4292368-1532279418/watcher-4292368-1532279418 -o /tmp/evaluation-result-4292368-1532279418/solver-4292368-1532279418 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532279418-2548 --watchdog 2560  HOME/xcsp3-exec -seed 1797491526 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292368-1532279418.xml

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

MD5SUM BENCH= 4516482276b9b550f1c9d24d3edf9abb
RANDOM SEED=1797491526

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21963384 kB
MemAvailable:   31940036 kB
Buffers:          246464 kB
Cached:          9936400 kB
SwapCached:            0 kB
Active:          1181580 kB
Inactive:        9053392 kB
Active(anon):      55008 kB
Inactive(anon):    16916 kB
Active(file):    1126572 kB
Inactive(file):  9036476 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41308 kB
Writeback:             0 kB
AnonPages:         59812 kB
Mapped:            35920 kB
Shmem:             17036 kB
Slab:             268960 kB
SReclaimable:     242064 kB
SUnreclaim:        26896 kB
KernelStack:        3168 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57072 MiB
End job on node136 at 2018-07-22 19:50:05