Trace number 4306656

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.06 2501.82

General information on the benchmark

NameNurseRostering/
NurseRostering-13_c18.xml
MD5SUMbfb8f77ba8ae689b0ec737170bc63bca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62102
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables8025
Number of constraints17841
Number of domains21
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":652},{"size":2,"count":1350},{"size":3,"count":156},{"size":4,"count":72},{"size":5,"count":33},{"size":6,"count":8},{"size":7,"count":121},{"size":8,"count":124},{"size":11,"count":96},{"size":12,"count":117},{"size":19,"count":3360},{"size":29,"count":900},{"size":120,"count":504},{"size":121,"count":532}]
Minimum variable degree2
Maximum variable degree55
Distribution of variable degrees[{"degree":2,"count":4185},{"degree":3,"count":480},{"degree":42,"count":5},{"degree":43,"count":95},{"degree":44,"count":120},{"degree":45,"count":25},{"degree":46,"count":79},{"degree":47,"count":137},{"degree":48,"count":190},{"degree":49,"count":200},{"degree":50,"count":288},{"degree":51,"count":991},{"degree":52,"count":861},{"degree":53,"count":271},{"degree":54,"count":78},{"degree":55,"count":20}]
Minimum constraint arity2
Maximum constraint arity240
Distribution of constraint arities[{"arity":2,"count":5938},{"arity":3,"count":5850},{"arity":4,"count":370},{"arity":6,"count":2530},{"arity":7,"count":220},{"arity":19,"count":120},{"arity":29,"count":2280},{"arity":121,"count":532},{"arity":240,"count":1}]
Number of extensional constraints3772
Number of intensional constraints2031
Distribution of constraint types[{"type":"extension","count":3772},{"type":"intension","count":2031},{"type":"regular","count":6235},{"type":"sum","count":240},{"type":"count","count":5562},{"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-4306656-1534045444.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306656-1534045444.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
12.12/4.03	c solve instance...
2520.03/2501.80	s UNKNOWN
2520.03/2501.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 (5937 MiB free)
  memory of node 1: 16384 MiB (10480 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306656-1534045444/watcher-4306656-1534045444 -o /tmp/evaluation-result-4306656-1534045444/solver-4306656-1534045444 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534040437-29091 --watchdog 2580 HOME/xcsp3-exec -seed 1528395572 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306656-1534045444.xml 

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

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


[startup+0.102032 s]*
/proc/loadavg: 1.89 1.88 1.83 3/220 29732
/proc/meminfo: memFree=16794984/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0
[pid=29718] ppid=29716 vsize=14082940 memory=28848 CPUtime=0.12 cores=1,3,5,7
/proc/29718/stat : 29718 (java) S 29716 29716 27146 0 -1 1077944320 5641 0 0 0 11 1 0 0 20 0 15 0 222107546 14420930560 7212 33554432000 4194304 4196468 140725985718864 140725985701408 139896018530039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
/proc/29718/statm: 3520735 7212 2998 1 0 3483012 0
[pid=29718/tid=29719] ppid=29716 vsize=14082940 memory=8514701219880730790 CPUtime=0.08 cores=1,3,5,7
/proc/29718/task/29719/stat : 29719 (java) R 29716 29716 27146 0 -1 4202560 3653 0 0 0 8 0 0 0 20 0 15 0 222107547 14420930560 7212 33554432000 4194304 4196468 140725985718864 139896022750096 139896000093614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29720] ppid=29716 vsize=14082940 memory=3472468765642077392 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29720/stat : 29720 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895948618128 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29721] ppid=29716 vsize=14082940 memory=140636746925696 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29721/stat : 29721 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895947565328 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29722] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29722/stat : 29722 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895946513040 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29723] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29723/stat : 29723 (java) S 29716 29716 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222107548 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895945460240 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29724] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29724/stat : 29724 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107549 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895131572848 139896018541186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29725] ppid=29716 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29725/stat : 29725 (java) S 29716 29716 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222107549 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895130518816 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29726] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222107549 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895129466480 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) S 29716 29716 27146 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895127361648 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) S 29716 29716 27146 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895126308848 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14082940 memory=140636746925696 CPUtime=0.01 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 15 0 222107552 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14082940 memory=140636746925696 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 7212 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30304 KiB

[startup+0.210722 s]*
/proc/loadavg: 1.89 1.88 1.83 4/220 29732
/proc/meminfo: memFree=16783572/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0
[pid=29718] ppid=29716 vsize=14082940 memory=41044 CPUtime=0.34 cores=1,3,5,7
/proc/29718/stat : 29718 (java) S 29716 29716 27146 0 -1 1077944320 8298 0 0 0 32 2 0 0 20 0 15 0 222107546 14420930560 10261 33554432000 4194304 4196468 140725985718864 140725985701408 139896018530039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
/proc/29718/statm: 3520735 10261 3200 1 0 3483012 0
[pid=29718/tid=29719] ppid=29716 vsize=14082940 memory=5854518564242424225 CPUtime=0.19 cores=1,3,5,7
/proc/29718/task/29719/stat : 29719 (java) R 29716 29716 27146 0 -1 4202560 5447 0 0 0 18 1 0 0 20 0 15 0 222107547 14420930560 10261 33554432000 4194304 4196468 140725985718864 139896022765024 139896002610526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29720] ppid=29716 vsize=14082940 memory=3472468765642077392 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29720/stat : 29720 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895948618128 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29721] ppid=29716 vsize=14082940 memory=140636746925696 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29721/stat : 29721 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895947565328 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29722] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29722/stat : 29722 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895946513040 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29723] ppid=29716 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29723/stat : 29723 (java) S 29716 29716 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222107548 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895945460240 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29724] ppid=29716 vsize=14082940 memory=140636746925696 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29724/stat : 29724 (java) S 29716 29716 27146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 222107549 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895131572848 139896018541186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29725] ppid=29716 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29725/stat : 29725 (java) S 29716 29716 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222107549 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895130518816 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29726] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222107549 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895129466480 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) S 29716 29716 27146 0 -1 1077944384 551 0 0 0 2 0 0 0 20 0 15 0 222107552 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895127361648 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) S 29716 29716 27146 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 15 0 222107552 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895126308848 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14082940 memory=140636746925696 CPUtime=0.07 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 774 0 0 0 7 0 0 0 20 0 15 0 222107552 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14082940 memory=140636746925696 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222107552 14420930560 10261 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42500 KiB

[startup+0.312996 s]*
/proc/loadavg: 1.89 1.88 1.83 4/220 29732
/proc/meminfo: memFree=16777268/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0
[pid=29718] ppid=29716 vsize=14087196 memory=48328 CPUtime=0.52 cores=1,3,5,7
/proc/29718/stat : 29718 (java) S 29716 29716 27146 0 -1 1077944320 9241 0 0 0 49 3 0 0 20 0 15 0 222107546 14425288704 12082 33554432000 4194304 4196468 140725985718864 140725985701408 139896018530039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
/proc/29718/statm: 3521799 12082 3261 1 0 3483012 0
[pid=29718/tid=29719] ppid=29716 vsize=14087196 memory=8514701219881125278 CPUtime=0.29 cores=1,3,5,7
/proc/29718/task/29719/stat : 29719 (java) R 29716 29716 27146 0 -1 4202560 6178 0 0 0 27 2 0 0 20 0 15 0 222107547 14425288704 12082 33554432000 4194304 4196468 140725985718864 139896022761152 139896002610526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29720] ppid=29716 vsize=14087196 memory=3472468765642077392 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29720/stat : 29720 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895948618128 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29721] ppid=29716 vsize=14087196 memory=140636746925696 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29721/stat : 29721 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895947565328 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29722] ppid=29716 vsize=14087196 memory=12 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29722/stat : 29722 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895946513040 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29723] ppid=29716 vsize=14087196 memory=140636623874079 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29723/stat : 29723 (java) S 29716 29716 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222107548 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895945460240 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29724] ppid=29716 vsize=14087196 memory=281273247727392 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29724/stat : 29724 (java) S 29716 29716 27146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 222107549 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895131572848 139896018541186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29725] ppid=29716 vsize=14087196 memory=140636623851023 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29725/stat : 29725 (java) S 29716 29716 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222107549 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895130518816 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29726] ppid=29716 vsize=14087196 memory=281273370785888 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222107549 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895129466480 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14087196 memory=140636623855631 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14087196 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) S 29716 29716 27146 0 -1 1077944384 664 0 0 0 5 0 0 0 20 0 15 0 222107552 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895127361648 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14087196 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) S 29716 29716 27146 0 -1 1077944384 231 0 0 0 4 0 0 0 20 0 15 0 222107552 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895126308848 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 857 0 0 0 12 0 0 0 20 0 15 0 222107552 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14087196 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222107552 14425288704 12082 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49784 KiB

[startup+0.70085 s]
/proc/loadavg: 1.89 1.88 1.83 6/220 29732
/proc/meminfo: memFree=16745628/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0
[pid=29718] ppid=29716 vsize=14089320 memory=97456 CPUtime=1.83 cores=1,3,5,7
/proc/29718/stat : 29718 (java) S 29716 29716 27146 0 -1 1077944320 12771 0 0 0 178 5 0 0 20 0 15 0 222107546 14427463680 24364 33554432000 4194304 4196468 140725985718864 140725985701408 139896018530039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
/proc/29718/statm: 3522330 24364 3353 1 0 3483524 0
[pid=29718/tid=29719] ppid=29716 vsize=14089320 memory=6935650355287975249 CPUtime=0.67 cores=1,3,5,7
/proc/29718/task/29719/stat : 29719 (java) R 29716 29716 27146 0 -1 4202560 6615 0 0 0 64 3 0 0 20 0 15 0 222107547 14427463680 24364 33554432000 4194304 4196468 140725985718864 139896022766128 139895628126993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29720] ppid=29716 vsize=14089320 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29720/stat : 29720 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895948618128 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29721] ppid=29716 vsize=14089320 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29721/stat : 29721 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895947565328 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29722] ppid=29716 vsize=14089320 memory=-7098080424032564416 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29722/stat : 29722 (java) S 29716 29716 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222107547 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895946513040 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29723] ppid=29716 vsize=14089320 memory=-5345911753256963030 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29723/stat : 29723 (java) S 29716 29716 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222107548 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895945460240 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29724] ppid=29716 vsize=14089320 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29724/stat : 29724 (java) S 29716 29716 27146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 222107549 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895131572848 139896018541186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29725] ppid=29716 vsize=14089320 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29725/stat : 29725 (java) S 29716 29716 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222107549 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895130518816 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29726] ppid=29716 vsize=14089320 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222107549 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895129466480 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14089320 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14089320 memory=60408 CPUtime=0.39 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) R 29716 29716 27146 0 -1 4202560 1593 0 0 0 39 0 0 0 20 0 15 0 222107552 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895127343888 139896000052585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14089320 memory=1236 CPUtime=0.38 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) R 29716 29716 27146 0 -1 4202560 1265 0 0 0 38 0 0 0 20 0 15 0 222107552 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895126294648 139896002022453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14089320 memory=2444 CPUtime=0.36 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 1985 0 0 0 36 0 0 0 20 0 15 0 222107552 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14089320 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14089320 memory=8025788801293636708 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14427463680 24364 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 98912 KiB

[startup+1.50078 s]
/proc/loadavg: 1.89 1.88 1.83 5/220 29732
/proc/meminfo: memFree=16656308/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0

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

/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895129466496 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14091368 memory=1417072 CPUtime=7.69 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) S 29716 29716 27146 0 -1 1077944384 41399 0 0 0 764 5 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895127361648 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14091368 memory=1417072 CPUtime=6.88 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) S 29716 29716 27146 0 -1 1077944384 44495 0 0 0 684 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895126308848 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14091368 memory=1456 CPUtime=1.23 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 17163 0 0 0 119 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14091368 memory=1616 CPUtime=1.33 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 3255 0 0 0 59 74 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 2340.43 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1418528 KiB

[startup+2382.3 s]
/proc/loadavg: 1.99 2.02 2.04 3/221 29915
/proc/meminfo: memFree=15091880/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0
[pid=29718] ppid=29716 vsize=14091368 memory=1417072 CPUtime=2400.46 cores=1,3,5,7
/proc/29718/stat : 29718 (java) S 29716 29716 27146 0 -1 1077944320 165133 0 0 0 239914 132 0 0 20 0 15 0 222107546 14429560832 354268 33554432000 4194304 4196468 140725985718864 140725985701408 139896018530039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
/proc/29718/statm: 3522842 354268 3435 1 0 3484036 0
[pid=29718/tid=29719] ppid=29716 vsize=14091368 memory=1417072 CPUtime=2381.75 cores=1,3,5,7
/proc/29718/task/29719/stat : 29719 (java) R 29716 29716 27146 0 -1 4202560 46807 0 0 0 238151 24 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139896022769312 139895636256367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29720] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.31 cores=1,3,5,7
/proc/29718/task/29720/stat : 29720 (java) S 29716 29716 27146 0 -1 1077944384 1065 0 0 0 24 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895948618128 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29721] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.33 cores=1,3,5,7
/proc/29718/task/29721/stat : 29721 (java) S 29716 29716 27146 0 -1 1077944384 3776 0 0 0 26 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895947565328 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29722] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.35 cores=1,3,5,7
/proc/29718/task/29722/stat : 29722 (java) S 29716 29716 27146 0 -1 1077944384 931 0 0 0 28 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895946513040 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29723] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.38 cores=1,3,5,7
/proc/29718/task/29723/stat : 29723 (java) S 29716 29716 27146 0 -1 1077944384 2004 0 0 0 31 7 0 0 20 0 15 0 222107548 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895945460240 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29724] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.08 cores=1,3,5,7
/proc/29718/task/29724/stat : 29724 (java) S 29716 29716 27146 0 -1 1077944384 2836 0 0 0 4 4 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895131572848 139896018541186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29725] ppid=29716 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29725/stat : 29725 (java) S 29716 29716 27146 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895130518880 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29726] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895129466496 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14091368 memory=1417072 CPUtime=7.69 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) S 29716 29716 27146 0 -1 1077944384 41401 0 0 0 764 5 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895127361648 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14091368 memory=1456 CPUtime=6.89 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) S 29716 29716 27146 0 -1 1077944384 44497 0 0 0 685 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895126308848 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14091368 memory=1417072 CPUtime=1.23 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 17166 0 0 0 119 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14091368 memory=4132 CPUtime=1.36 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 3284 0 0 0 61 75 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 2400.46 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1418528 KiB

[startup+2442.3 s]
/proc/loadavg: 1.99 2.02 2.04 3/221 29916
/proc/meminfo: memFree=15091572/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0
[pid=29718] ppid=29716 vsize=14091368 memory=1417072 CPUtime=2460.5 cores=1,3,5,7
/proc/29718/stat : 29718 (java) S 29716 29716 27146 0 -1 1077944320 165875 0 0 0 245916 134 0 0 20 0 15 0 222107546 14429560832 354268 33554432000 4194304 4196468 140725985718864 140725985701408 139896018530039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
/proc/29718/statm: 3522842 354268 3435 1 0 3484036 0
[pid=29718/tid=29719] ppid=29716 vsize=14091368 memory=1417072 CPUtime=2441.75 cores=1,3,5,7
/proc/29718/task/29719/stat : 29719 (java) R 29716 29716 27146 0 -1 4202560 47504 0 0 0 244151 24 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139896022769312 139895635199302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29720] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.31 cores=1,3,5,7
/proc/29718/task/29720/stat : 29720 (java) S 29716 29716 27146 0 -1 1077944384 1065 0 0 0 24 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895948618128 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29721] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.33 cores=1,3,5,7
/proc/29718/task/29721/stat : 29721 (java) S 29716 29716 27146 0 -1 1077944384 3776 0 0 0 26 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895947565328 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29722] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.35 cores=1,3,5,7
/proc/29718/task/29722/stat : 29722 (java) S 29716 29716 27146 0 -1 1077944384 931 0 0 0 28 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895946513040 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29723] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.38 cores=1,3,5,7
/proc/29718/task/29723/stat : 29723 (java) S 29716 29716 27146 0 -1 1077944384 2004 0 0 0 31 7 0 0 20 0 15 0 222107548 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895945460240 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29724] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0.08 cores=1,3,5,7
/proc/29718/task/29724/stat : 29724 (java) S 29716 29716 27146 0 -1 1077944384 2842 0 0 0 4 4 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895131572848 139896018541186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29725] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29725/stat : 29725 (java) S 29716 29716 27146 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895130518880 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29726] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895129466496 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14091368 memory=1417072 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14091368 memory=1417072 CPUtime=7.69 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) S 29716 29716 27146 0 -1 1077944384 41403 0 0 0 764 5 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895127361648 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14091368 memory=1417072 CPUtime=6.89 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) S 29716 29716 27146 0 -1 1077944384 44500 0 0 0 685 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895126308848 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14091368 memory=1456 CPUtime=1.23 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 17168 0 0 0 119 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14091368 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14091368 memory=1456 CPUtime=1.39 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 3316 0 0 0 62 77 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 2460.5 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1418528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.8 s]
/proc/loadavg: 2.00 2.01 2.04 3/220 29918
/proc/meminfo: memFree=15091428/32770624 swapFree=67108860/67108860
[pid=29716] ppid=29713 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29716/stat : 29716 (xcsp3-exec) S 29713 29716 27146 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 222107546 115843072 364 33554432000 4194304 5098028 140728635660560 140728635658664 139794708722300 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 29757440 140728635663418 140728635663620 140728635663620 140728635666378 0
/proc/29716/statm: 28282 364 306 221 0 87 0
[pid=29718] ppid=29716 vsize=14091368 memory=1417072 CPUtime=2520.03 cores=1,3,5,7
/proc/29718/stat : 29718 (java) S 29716 29716 27146 0 -1 1077944320 166600 0 0 0 251868 135 0 0 20 0 15 0 222107546 14429560832 354268 33554432000 4194304 4196468 140725985718864 140725985701408 139896018530039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
/proc/29718/statm: 3522842 354268 3435 1 0 3484036 0
[pid=29718/tid=29719] ppid=29716 vsize=14091368 memory=33416 CPUtime=2501.25 cores=1,3,5,7
/proc/29718/task/29719/stat : 29719 (java) R 29716 29716 27146 0 -1 4202560 48188 0 0 0 250101 24 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139896022769312 139895635199719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29720] ppid=29716 vsize=14091368 memory=6791534058613427641 CPUtime=0.31 cores=1,3,5,7
/proc/29718/task/29720/stat : 29720 (java) S 29716 29716 27146 0 -1 1077944384 1065 0 0 0 24 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895948618128 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29721] ppid=29716 vsize=14091368 memory=8257237230052613020 CPUtime=0.33 cores=1,3,5,7
/proc/29718/task/29721/stat : 29721 (java) S 29716 29716 27146 0 -1 1077944384 3776 0 0 0 26 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895947565328 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29722] ppid=29716 vsize=14091368 memory=6944656592455360604 CPUtime=0.35 cores=1,3,5,7
/proc/29718/task/29722/stat : 29722 (java) S 29716 29716 27146 0 -1 1077944384 931 0 0 0 28 7 0 0 20 0 15 0 222107547 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895946513040 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29723] ppid=29716 vsize=14091368 memory=6944656592455360604 CPUtime=0.38 cores=1,3,5,7
/proc/29718/task/29723/stat : 29723 (java) S 29716 29716 27146 0 -1 1077944384 2004 0 0 0 31 7 0 0 20 0 15 0 222107548 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895945460240 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29724] ppid=29716 vsize=14091368 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/29718/task/29724/stat : 29724 (java) S 29716 29716 27146 0 -1 1077944384 2848 0 0 0 4 4 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895131572848 139896018541186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29725] ppid=29716 vsize=14091368 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29725/stat : 29725 (java) S 29716 29716 27146 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895130518880 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29726] ppid=29716 vsize=14091368 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29726/stat : 29726 (java) S 29716 29716 27146 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 222107549 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895129466496 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29727] ppid=29716 vsize=14091368 memory=-7812800577974661513 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29727/stat : 29727 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895128414800 139896018548635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29728] ppid=29716 vsize=14091368 memory=7031125463459224206 CPUtime=7.69 cores=1,3,5,7
/proc/29718/task/29728/stat : 29728 (java) S 29716 29716 27146 0 -1 1077944384 41405 0 0 0 764 5 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895127361648 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29729] ppid=29716 vsize=14091368 memory=-8102431393132624720 CPUtime=6.89 cores=1,3,5,7
/proc/29718/task/29729/stat : 29729 (java) S 29716 29716 27146 0 -1 1077944384 44502 0 0 0 685 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895126308848 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29730] ppid=29716 vsize=14091368 memory=648529562046249553 CPUtime=1.23 cores=1,3,5,7
/proc/29718/task/29730/stat : 29730 (java) S 29716 29716 27146 0 -1 1077944384 17171 0 0 0 119 4 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895125256560 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29731] ppid=29716 vsize=14091368 memory=11216244626224 CPUtime=0 cores=1,3,5,7
/proc/29718/task/29731/stat : 29731 (java) S 29716 29716 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895124204000 139896018540245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
[pid=29718/tid=29732] ppid=29716 vsize=14091368 memory=14600486967 CPUtime=1.43 cores=1,3,5,7
/proc/29718/task/29732/stat : 29732 (java) S 29716 29716 27146 0 -1 1077944384 3344 0 0 0 64 79 0 0 20 0 15 0 222107552 14429560832 354268 33554432000 4194304 4196468 140725985718864 139895123151792 139896018541186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8650752 140725985727622 140725985727793 140725985727793 140725985730511 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1418528 KiB

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

[startup+2501.81 s]
# the end of solver process 29716 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000748 s, system=0.001496 s

[startup+2501.82 s]
# the end of solver process 29718 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.69 s, system=1.3667 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): 2501.82
CPU time (s): 2520.06
CPU user time (s): 2518.69
CPU system time (s): 1.3667
CPU usage (%): 100.729
Max. virtual memory (cumulated for all children) (KiB): 14207668
Max. memory (cumulated for all children) (KiB): 1418528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.69
system time used= 1.3667
maximum resident set size= 1417524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167569
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58293
involuntary context switches= 2235


# summary of solver processes directly reported to runsolver:
#   pid: 29716,29718
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.69
#   total CPU system time (s): 1.3667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5139 second user time and 25.5609 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-12 05:44:04
IDJOB=4306656
IDBENCH=141057
IDSOLVER=2787
FILE ID=node132/4306656-1534045444
RUNJOBID= node132-1534040437-29091
PBS_JOBID= 21036958
Free space on /tmp= 37968 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-13_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-4306656-1534045444/watcher-4306656-1534045444 -o /tmp/evaluation-result-4306656-1534045444/solver-4306656-1534045444 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534040437-29091 --watchdog 2580  HOME/xcsp3-exec -seed 1528395572 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306656-1534045444.xml

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

MD5SUM BENCH= bfb8f77ba8ae689b0ec737170bc63bca
RANDOM SEED=1528395572

node132.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.65
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.65
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.65
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.65
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:        16812984 kB
MemAvailable:   30908896 kB
Buffers:          223196 kB
Cached:         13981624 kB
SwapCached:            0 kB
Active:          7999028 kB
Inactive:        7256164 kB
Active(anon):     999792 kB
Inactive(anon):   102848 kB
Active(file):    6999236 kB
Inactive(file):  7153316 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22608 kB
Writeback:            24 kB
AnonPages:       1073144 kB
Mapped:            66896 kB
Shmem:             49824 kB
Slab:             399944 kB
SReclaimable:     371820 kB
SUnreclaim:        28124 kB
KernelStack:        3872 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2297312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    997376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 37948 MiB
End job on node132 at 2018-08-12 06:25:46