Trace number 4306658

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.1 2508.82

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark2519.82
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"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-4306658-1534043941.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306658-1534043941.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
5.92/2.06	c solve instance...
2520.08/2508.80	s UNKNOWN
2520.08/2508.80	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6912 MiB free)
  memory of node 1: 16384 MiB (10309 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=29583, runsolver pid=29580

[startup+0.100061 s]*
/proc/loadavg: 1.43 1.66 1.72 3/220 29599
/proc/meminfo: memFree=17619016/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0
[pid=29585] ppid=29583 vsize=14082940 memory=28504 CPUtime=0.12 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29583 27146 0 -1 1077944320 5555 0 0 0 11 1 0 0 20 0 15 0 221957315 14420930560 7126 33554432000 4194304 4196468 140723779693680 140723779676224 139810321108727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
/proc/29585/statm: 3520735 7126 2994 1 0 3483012 0
[pid=29585/tid=29586] ppid=29583 vsize=14082940 memory=8514701219880730790 CPUtime=0.09 cores=0,2,4,6
/proc/29585/task/29586/stat : 29586 (java) R 29583 29583 27146 0 -1 4202560 3563 0 0 0 8 1 0 0 20 0 15 0 221957316 14420930560 7126 33554432000 4194304 4196468 140723779693680 139810325342000 139809926555399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29587] ppid=29583 vsize=14082940 memory=3472468542894216400 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29583 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 7126 33554432000 4194304 4196468 140723779693680 139810251197456 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29588] ppid=29583 vsize=14082940 memory=140413999064704 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 7126 33554432000 4194304 4196468 140723779693680 139810250144912 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29589] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 7126 33554432000 4194304 4196468 140723779693680 139810249091856 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29590] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 7126 33554432000 4194304 4196468 140723779693680 139810248039312 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29591] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29583 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221957318 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809232226544 139810321119874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29592] ppid=29583 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29583 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221957318 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809231172768 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29593] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221957318 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809230119664 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29583 27146 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 221957321 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809228016368 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29583 27146 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 221957321 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809226963824 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14082940 memory=140413999064704 CPUtime=0.01 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 221957321 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14420930560 7126 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14082940 memory=140413999064704 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957321 14420930560 7191 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29956 KiB

[startup+0.210764 s]*
/proc/loadavg: 1.43 1.66 1.72 3/220 29599
/proc/meminfo: memFree=17607620/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0
[pid=29585] ppid=29583 vsize=14082940 memory=41456 CPUtime=0.34 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29583 27146 0 -1 1077944320 8354 0 0 0 32 2 0 0 20 0 15 0 221957315 14420930560 10364 33554432000 4194304 4196468 140723779693680 140723779676224 139810321108727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
/proc/29585/statm: 3520735 10364 3208 1 0 3483012 0
[pid=29585/tid=29586] ppid=29583 vsize=14082940 memory=5854518564242424225 CPUtime=0.19 cores=0,2,4,6
/proc/29585/task/29586/stat : 29586 (java) D 29583 29583 27146 0 -1 1077944384 5447 0 0 0 18 1 0 0 20 0 15 0 221957316 14420930560 10364 33554432000 4194304 4196468 140723779693680 139810325332896 139810313787949 0 4 0 16800975 18446744072101813796 0 0 -1 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29587] ppid=29583 vsize=14082940 memory=3472468542894216400 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29583 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 10364 33554432000 4194304 4196468 140723779693680 139810251197456 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29588] ppid=29583 vsize=14082940 memory=140413999064704 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 10364 33554432000 4194304 4196468 140723779693680 139810250144912 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29589] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 10364 33554432000 4194304 4196468 140723779693680 139810249091856 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29590] ppid=29583 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14420930560 10364 33554432000 4194304 4196468 140723779693680 139810248039312 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29591] ppid=29583 vsize=14082940 memory=140413999064704 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29583 27146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221957318 14420930560 10364 33554432000 4194304 4196468 140723779693680 139809232226544 139810321119874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29592] ppid=29583 vsize=14082972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29583 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221957318 14420963328 10364 33554432000 4194304 4196468 140723779693680 139809231172768 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29593] ppid=29583 vsize=14082972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221957318 14420963328 10364 33554432000 4194304 4196468 140723779693680 139809230119664 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14420930560 10365 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14082940 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29583 27146 0 -1 1077944384 679 0 0 0 3 0 0 0 20 0 15 0 221957321 14420930560 10365 33554432000 4194304 4196468 140723779693680 139809228016368 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14082940 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29583 27146 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 221957321 14420930560 10365 33554432000 4194304 4196468 140723779693680 139809226963824 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14082940 memory=140413999064704 CPUtime=0.08 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 758 0 0 0 8 0 0 0 20 0 15 0 221957321 14420930560 10365 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14420930560 10365 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14085056 memory=140413999064704 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957321 14423097344 10365 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42908 KiB

[startup+0.310854 s]*
/proc/loadavg: 1.43 1.66 1.72 4/220 29599
/proc/meminfo: memFree=17600664/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0
[pid=29585] ppid=29583 vsize=14087196 memory=48424 CPUtime=0.52 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29583 27146 0 -1 1077944320 9268 0 0 0 50 2 0 0 20 0 15 0 221957315 14425288704 12106 33554432000 4194304 4196468 140723779693680 140723779676224 139810321108727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
/proc/29585/statm: 3521799 12106 3252 1 0 3483012 0
[pid=29585/tid=29586] ppid=29583 vsize=14087196 memory=8514701219881125278 CPUtime=0.3 cores=0,2,4,6
/proc/29585/task/29586/stat : 29586 (java) R 29583 29583 27146 0 -1 4202560 6171 0 0 0 28 2 0 0 20 0 15 0 221957316 14425288704 12106 33554432000 4194304 4196468 140723779693680 139810325346016 139810305189214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29587] ppid=29583 vsize=14087196 memory=3472468542894216400 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29583 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221957316 14425288704 12106 33554432000 4194304 4196468 140723779693680 139810251197456 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29588] ppid=29583 vsize=14087196 memory=140413999064704 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14425288704 12106 33554432000 4194304 4196468 140723779693680 139810250144912 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29589] ppid=29583 vsize=14087196 memory=11 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14425288704 12106 33554432000 4194304 4196468 140723779693680 139810249091856 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29590] ppid=29583 vsize=14087196 memory=140413889554463 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14425288704 12106 33554432000 4194304 4196468 140723779693680 139810248039312 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29591] ppid=29583 vsize=14087196 memory=280827779088160 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29583 27146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221957318 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809232226544 139810321119874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29592] ppid=29583 vsize=14087196 memory=140413889531407 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29583 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221957318 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809231172768 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29593] ppid=29583 vsize=14087196 memory=280827888605280 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221957318 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809230119664 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14087196 memory=140413889536015 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29583 27146 0 -1 1077944384 696 0 0 0 4 0 0 0 20 0 15 0 221957321 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809228016368 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14087196 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29583 27146 0 -1 1077944384 256 0 0 0 4 0 0 0 20 0 15 0 221957321 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809226963824 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 837 0 0 0 12 0 0 0 20 0 15 0 221957321 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14087196 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957321 14425288704 12106 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49876 KiB

[startup+0.702072 s]
/proc/loadavg: 1.43 1.66 1.72 4/220 29599
/proc/meminfo: memFree=17577656/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0
[pid=29585] ppid=29583 vsize=14089320 memory=98272 CPUtime=1.79 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29583 27146 0 -1 1077944320 14077 0 0 0 174 5 0 0 20 0 15 0 221957315 14427463680 24568 33554432000 4194304 4196468 140723779693680 140723779676224 139810321108727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
/proc/29585/statm: 3522330 24568 3358 1 0 3483524 0
[pid=29585/tid=29586] ppid=29583 vsize=14089320 memory=6935650355287975249 CPUtime=0.67 cores=0,2,4,6
/proc/29585/task/29586/stat : 29586 (java) R 29583 29583 27146 0 -1 4202560 6685 0 0 0 65 2 0 0 20 0 15 0 221957316 14427463680 24568 33554432000 4194304 4196468 140723779693680 139810325340064 139809930996228 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29587] ppid=29583 vsize=14089320 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29583 27146 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221957316 14427463680 24568 33554432000 4194304 4196468 140723779693680 139810251197456 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29588] ppid=29583 vsize=14089320 memory=6935649255759568960 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14427463680 24568 33554432000 4194304 4196468 140723779693680 139810250144912 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29589] ppid=29583 vsize=14089320 memory=-7098080424032564416 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14427463680 24568 33554432000 4194304 4196468 140723779693680 139810249091856 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29590] ppid=29583 vsize=14089320 memory=-5345911753256963030 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957316 14427463680 24568 33554432000 4194304 4196468 140723779693680 139810248039312 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29591] ppid=29583 vsize=14089320 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29583 27146 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221957318 14427463680 24568 33554432000 4194304 4196468 140723779693680 139809232226544 139810321119874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29592] ppid=29583 vsize=14089320 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29583 27146 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221957318 14427463680 24568 33554432000 4194304 4196468 140723779693680 139809231172768 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29593] ppid=29583 vsize=14089320 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221957318 14427463680 24568 33554432000 4194304 4196468 140723779693680 139809230119664 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14089320 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14427463680 24568 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14089320 memory=60348 CPUtime=0.35 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) R 29583 29583 27146 0 -1 4202560 1916 0 0 0 34 1 0 0 20 0 15 0 221957321 14427463680 24568 33554432000 4194304 4196468 140723779693680 139809228008856 139810301744407 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14089320 memory=1236 CPUtime=0.33 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) R 29583 29583 27146 0 -1 4202560 1936 0 0 0 33 0 0 0 20 0 15 0 221957321 14427463680 24568 33554432000 4194304 4196468 140723779693680 139809226944840 139810314205147 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14089320 memory=2444 CPUtime=0.4 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 2231 0 0 0 40 0 0 0 20 0 15 0 221957321 14427463680 25080 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14089320 memory=7091832833820811856 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14427463680 25080 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14089320 memory=8025788801293636708 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221957321 14427463680 25080 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 99724 KiB

[startup+1.50079 s]
/proc/loadavg: 1.47 1.67 1.72 6/220 29599
/proc/meminfo: memFree=17491716/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0

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

/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 221957318 14429560832 314592 33554432000 4194304 4196468 140723779693680 139809230119680 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14091368 memory=1258368 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314592 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14091368 memory=1452 CPUtime=4.31 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29583 27146 0 -1 1077944384 28359 0 0 0 428 3 0 0 20 0 15 0 221957321 14429560832 314592 33554432000 4194304 4196468 140723779693680 139809228016368 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14091368 memory=1452 CPUtime=4.3 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29583 27146 0 -1 1077944384 28334 0 0 0 427 3 0 0 20 0 15 0 221957321 14429560832 314592 33554432000 4194304 4196468 140723779693680 139809226963824 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14091368 memory=4132 CPUtime=1.13 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 13357 0 0 0 111 2 0 0 20 0 15 0 221957321 14429560832 314592 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14091368 memory=60432 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314592 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14091368 memory=1236 CPUtime=0.8 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1281 0 0 0 38 42 0 0 20 0 15 0 221957321 14429560832 314592 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 2393.5 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1259820 KiB

[startup+2442.3 s]
/proc/loadavg: 2.12 2.03 1.97 3/222 29763
/proc/meminfo: memFree=15676332/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0
[pid=29585] ppid=29583 vsize=14091368 memory=1259796 CPUtime=2453.54 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29583 27146 0 -1 1077944320 111528 0 0 0 245265 89 0 0 20 0 15 0 221957315 14429560832 314949 33554432000 4194304 4196468 140723779693680 140723779676224 139810321108727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
/proc/29585/statm: 3522842 314949 3425 1 0 3484036 0
[pid=29585/tid=29586] ppid=29583 vsize=14091368 memory=1259796 CPUtime=2441.91 cores=0,2,4,6
/proc/29585/task/29586/stat : 29586 (java) R 29583 29583 27146 0 -1 4202560 29652 0 0 0 244172 19 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810325345920 139809936177344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29587] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29583 27146 0 -1 1077944384 649 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810251197456 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29588] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29583 27146 0 -1 1077944384 2071 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810250144912 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29589] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29583 27146 0 -1 1077944384 1344 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810249091856 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29590] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.24 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29583 27146 0 -1 1077944384 2048 0 0 0 18 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810248039312 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29591] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.05 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29583 27146 0 -1 1077944384 2945 0 0 0 3 2 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809232226544 139810321119874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29592] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29583 27146 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809231172832 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29593] ppid=29583 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809230119680 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14091368 memory=1452 CPUtime=4.31 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29583 27146 0 -1 1077944384 28359 0 0 0 428 3 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809228016368 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14091368 memory=1259796 CPUtime=4.31 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29583 27146 0 -1 1077944384 28471 0 0 0 428 3 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809226963824 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14091368 memory=1259796 CPUtime=1.13 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 13357 0 0 0 111 2 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14091368 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14091368 memory=1796 CPUtime=0.83 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1285 0 0 0 39 44 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 2453.54 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1261248 KiB

[startup+2502.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/224 29773
/proc/meminfo: memFree=15676212/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0
[pid=29585] ppid=29583 vsize=14091368 memory=1259796 CPUtime=2513.57 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29583 27146 0 -1 1077944320 112047 0 0 0 251267 90 0 0 20 0 15 0 221957315 14429560832 314949 33554432000 4194304 4196468 140723779693680 140723779676224 139810321108727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
/proc/29585/statm: 3522842 314949 3425 1 0 3484036 0
[pid=29585/tid=29586] ppid=29583 vsize=14091368 memory=1259796 CPUtime=2501.92 cores=0,2,4,6
/proc/29585/task/29586/stat : 29586 (java) R 29583 29583 27146 0 -1 4202560 30010 0 0 0 250172 20 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810325345896 139809936177344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29587] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29583 27146 0 -1 1077944384 649 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810251197456 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29588] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29583 27146 0 -1 1077944384 2071 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810250144912 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29589] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29583 27146 0 -1 1077944384 1344 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810249091856 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29590] ppid=29583 vsize=14091368 memory=1452 CPUtime=0.24 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29583 27146 0 -1 1077944384 2048 0 0 0 18 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810248039312 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29591] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0.05 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29583 27146 0 -1 1077944384 2951 0 0 0 3 2 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809232226544 139810321119874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29592] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29583 27146 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809231172832 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29593] ppid=29583 vsize=14091368 memory=1259796 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809230119680 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14091368 memory=1452 CPUtime=4.31 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29583 27146 0 -1 1077944384 28484 0 0 0 428 3 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809228016368 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14091368 memory=1259796 CPUtime=4.31 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29583 27146 0 -1 1077944384 28473 0 0 0 428 3 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809226963824 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14091368 memory=1259796 CPUtime=1.13 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 13360 0 0 0 111 2 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14091368 memory=60448 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14091368 memory=1452 CPUtime=0.84 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1310 0 0 0 39 45 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 2513.57 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1261248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.8 s]
/proc/loadavg: 2.04 2.03 1.97 3/224 29773
/proc/meminfo: memFree=15676212/32770624 swapFree=67108860/67108860
[pid=29583] ppid=29580 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29583/stat : 29583 (xcsp3-exec) S 29580 29583 27146 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221957315 115843072 363 33554432000 4194304 5098028 140736445657248 140736445655352 140681982976636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 35229696 140736445666362 140736445666564 140736445666564 140736445669322 0
/proc/29583/statm: 28282 363 305 221 0 87 0
[pid=29585] ppid=29583 vsize=14091368 memory=1259796 CPUtime=2520.08 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29583 27146 0 -1 1077944320 112054 0 0 0 251917 91 0 0 20 0 15 0 221957315 14429560832 314949 33554432000 4194304 4196468 140723779693680 140723779676224 139810321108727 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
/proc/29585/statm: 3522842 314949 3425 1 0 3484036 0
[pid=29585/tid=29586] ppid=29583 vsize=14091368 memory=1259796 CPUtime=2508.42 cores=0,2,4,6
/proc/29585/task/29586/stat : 29586 (java) R 29583 29583 27146 0 -1 4202560 30015 0 0 0 250822 20 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810325345896 139809936177344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29587] ppid=29583 vsize=14091368 memory=1452 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29583 27146 0 -1 1077944384 649 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810251197456 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29588] ppid=29583 vsize=14091368 memory=2444 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29583 27146 0 -1 1077944384 2071 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810250144912 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29589] ppid=29583 vsize=14091368 memory=1832 CPUtime=0.22 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29583 27146 0 -1 1077944384 1344 0 0 0 16 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810249091856 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29590] ppid=29583 vsize=14091368 memory=1920 CPUtime=0.24 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29583 27146 0 -1 1077944384 2048 0 0 0 18 6 0 0 20 0 15 0 221957316 14429560832 314949 33554432000 4194304 4196468 140723779693680 139810248039312 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29591] ppid=29583 vsize=14091368 memory=1192 CPUtime=0.05 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29583 27146 0 -1 1077944384 2951 0 0 0 3 2 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809232226544 139810321119874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29592] ppid=29583 vsize=14091368 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29583 27146 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809231172832 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29593] ppid=29583 vsize=14091368 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29583 27146 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 221957318 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809230119680 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29594] ppid=29583 vsize=14091368 memory=752 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809229068240 139810321127323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29595] ppid=29583 vsize=14091368 memory=7304 CPUtime=4.31 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29583 27146 0 -1 1077944384 28484 0 0 0 428 3 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809228016368 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29596] ppid=29583 vsize=14091368 memory=872 CPUtime=4.31 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29583 27146 0 -1 1077944384 28473 0 0 0 428 3 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809226963824 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29597] ppid=29583 vsize=14091368 memory=4280 CPUtime=1.13 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29583 27146 0 -1 1077944384 13360 0 0 0 111 2 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809225910768 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29598] ppid=29583 vsize=14091368 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29583 27146 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809224858464 139810321118933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
[pid=29585/tid=29599] ppid=29583 vsize=14091368 memory=33384 CPUtime=0.84 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29583 27146 0 -1 1077944384 1312 0 0 0 39 45 0 0 20 0 15 0 221957321 14429560832 314949 33554432000 4194304 4196468 140723779693680 139809223805488 139810321119874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20336640 140723779699846 140723779700017 140723779700017 140723779702735 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1261248 KiB

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

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

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

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

Child status: 143
Real time (s): 2508.82
CPU time (s): 2520.1
CPU user time (s): 2519.18
CPU system time (s): 0.919129
CPU usage (%): 100.45
Max. virtual memory (cumulated for all children) (KiB): 14207132
Max. memory (cumulated for all children) (KiB): 1261248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.18
system time used= 0.919129
maximum resident set size= 1262464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58150
involuntary context switches= 1720


# summary of solver processes directly reported to runsolver:
#   pid: 29583,29585
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.18
#   total CPU system time (s): 0.919129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1083 second user time and 23.6286 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-12 05:19:01
IDJOB=4306658
IDBENCH=141050
IDSOLVER=2787
FILE ID=node132/4306658-1534043941
RUNJOBID= node132-1534040437-29090
PBS_JOBID= 21036958
Free space on /tmp= 37968 MiB

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

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=1985514192

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:        17635540 kB
MemAvailable:   31729212 kB
Buffers:          222688 kB
Cached:         13980604 kB
SwapCached:            0 kB
Active:          7177620 kB
Inactive:        7255372 kB
Active(anon):     179796 kB
Inactive(anon):   102848 kB
Active(file):    6997824 kB
Inactive(file):  7152524 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22312 kB
Writeback:             0 kB
AnonPages:        237088 kB
Mapped:            66544 kB
Shmem:             49824 kB
Slab:             399888 kB
SReclaimable:     371784 kB
SUnreclaim:        28104 kB
KernelStack:        3744 kB
PageTables:         6368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1207188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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:00:50