Trace number 4284159

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 5a (2017-08-18)? (TO) 2520.03 2486.1201

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284159-1503177847.xml"  -tl '2520s' -p 1 -x 3
0.07/0.28	c [HOME/instance-4284159-1503177847.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
2.00/0.93	c solve instance...
2520.00/2486.11	s UNKNOWN
2520.00/2486.11	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 (15026 MiB free)
  memory of node 1: 16384 MiB (15739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284159-1503177847/watcher-4284159-1503177847 -o /tmp/evaluation-result-4284159-1503177847/solver-4284159-1503177847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30420 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1087908373 HOME/instance-4284159-1503177847.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=31205, runsolver pid=31202

[startup+0.10009 s]*
/proc/loadavg: 1.69 1.44 1.43 2/201 31208
/proc/meminfo: memFree=31500820/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13358712 memory=14104 CPUtime=0 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 3309 0 0 0 0 0 0 0 20 0 6 0 16192673 13679321088 3526 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3339678 3526 1892 1 0 3329175 0
[pid=31207/tid=31208] ppid=31205 vsize=13358712 memory=-6871798056524144002 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 2071 0 0 0 0 0 0 0 20 0 6 0 16192673 13679321088 3526 18446744073709551615 4194304 4196468 140736694768720 140447503487568 140447499273373 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 16192674 13679321088 3526 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13358712 memory=140283888608896 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 16192674 13679321088 3526 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 16192674 13679321088 3526 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 16192674 13679321088 3526 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15480 KiB

[startup+0.210914 s]*
/proc/loadavg: 1.69 1.44 1.43 6/214 31221
/proc/meminfo: memFree=31491736/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13974352 memory=25096 CPUtime=0.07 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 5170 0 0 0 6 1 0 0 20 0 15 0 16192673 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3493588 6274 2726 1 0 3482964 0
[pid=31207/tid=31208] ppid=31205 vsize=13974352 memory=7077796292425249400 CPUtime=0.06 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 3328 0 0 0 5 1 0 0 20 0 15 0 16192673 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447503477136 140447460213056 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13974352 memory=140283888608896 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31213] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31213/stat : 31213 (java) S 31205 31205 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16192675 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447045024240 140447499262594 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31214] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31214/stat : 31214 (java) S 31205 31205 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16192675 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447043970464 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31215] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31215/stat : 31215 (java) S 31205 31205 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16192676 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140447042917872 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31216] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31216/stat : 31216 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140446974077648 140447499270043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31217] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31217/stat : 31217 (java) S 31205 31205 15523 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 16192678 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140446973024240 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31218] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31218/stat : 31218 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140446971971696 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31219] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31219/stat : 31219 (java) S 31205 31205 15523 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 16192678 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140446970919152 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31220] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31220/stat : 31220 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140446969866848 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31221] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31221/stat : 31221 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192684 14309736448 6274 18446744073709551615 4194304 4196468 140736694768720 140446968814384 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26472 KiB

[startup+0.310439 s]*
/proc/loadavg: 1.69 1.44 1.43 4/214 31221
/proc/meminfo: memFree=31475804/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13974352 memory=37180 CPUtime=0.26 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 8886 0 0 0 23 3 0 0 20 0 15 0 16192673 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3493588 9295 2976 1 0 3482964 0
[pid=31207/tid=31208] ppid=31205 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 6119 0 0 0 14 2 0 0 20 0 15 0 16192673 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447503453424 140447485369264 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31213] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31213/stat : 31213 (java) S 31205 31205 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16192675 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447045024240 140447499262594 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31214] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31214/stat : 31214 (java) S 31205 31205 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16192675 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447043970464 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31215] ppid=31205 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31215/stat : 31215 (java) S 31205 31205 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16192676 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140447042917872 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31216] ppid=31205 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31216/stat : 31216 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140446974077648 140447499270043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31217] ppid=31205 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31207/task/31217/stat : 31217 (java) R 31205 31205 15523 0 -1 4202560 481 0 0 0 1 0 0 0 20 0 15 0 16192678 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140446973024240 140447483647712 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31218] ppid=31205 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31207/task/31218/stat : 31218 (java) S 31205 31205 15523 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 16192678 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140446971971696 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31219] ppid=31205 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31207/task/31219/stat : 31219 (java) S 31205 31205 15523 0 -1 1077944384 763 0 0 0 6 0 0 0 20 0 15 0 16192678 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140446970919152 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31220] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31220/stat : 31220 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140446969866848 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31221] ppid=31205 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31221/stat : 31221 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192684 14309736448 9295 18446744073709551615 4194304 4196468 140736694768720 140446968814384 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38556 KiB

[startup+0.701937 s]
/proc/loadavg: 1.69 1.44 1.43 5/214 31221
/proc/meminfo: memFree=31461776/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13980732 memory=77356 CPUtime=1.32 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 13508 0 0 0 127 5 0 0 20 0 15 0 16192673 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3495183 19339 3156 1 0 3483476 0
[pid=31207/tid=31208] ppid=31205 vsize=13980732 memory=-8774313645642428999 CPUtime=0.53 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 8017 0 0 0 50 3 0 0 20 0 15 0 16192673 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447503489072 140447128935189 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31213] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31213/stat : 31213 (java) S 31205 31205 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16192675 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447045024240 140447499262594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31214] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31214/stat : 31214 (java) S 31205 31205 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16192675 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447043970464 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31215] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31215/stat : 31215 (java) S 31205 31205 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16192676 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140447042917872 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31216] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31216/stat : 31216 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140446974077648 140447499270043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31217] ppid=31205 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/31207/task/31217/stat : 31217 (java) R 31205 31205 15523 0 -1 4202560 1265 0 0 0 20 0 0 0 20 0 15 0 16192678 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140446973017264 140447499263382 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31218] ppid=31205 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/31207/task/31218/stat : 31218 (java) R 31205 31205 15523 0 -1 4202560 1085 0 0 0 24 0 0 0 20 0 15 0 16192678 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140446971951728 140447484359096 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31219] ppid=31205 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/31207/task/31219/stat : 31219 (java) R 31205 31205 15523 0 -1 1077944384 1834 0 0 0 31 0 0 0 20 0 15 0 16192678 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140446970919280 140447499261653 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31220] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31220/stat : 31220 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140446969866848 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31221] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31221/stat : 31221 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192684 14316269568 19339 18446744073709551615 4194304 4196468 140736694768720 140446968814384 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 78732 KiB

[startup+1.5008 s]
/proc/loadavg: 1.88 1.49 1.44 3/214 31221
/proc/meminfo: memFree=31412628/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13980732 memory=126272 CPUtime=3.82 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 30625 0 0 0 373 9 0 0 20 0 15 0 16192673 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3495183 31568 3198 1 0 3483476 0
[pid=31207/tid=31208] ppid=31205 vsize=13980732 memory=321 CPUtime=1.33 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 10120 0 0 0 129 4 0 0 20 0 15 0 16192673 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140447503486680 140447131639783 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13980732 memory=113 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16192674 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31213] ppid=31205 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31213/stat : 31213 (java) S 31205 31205 15523 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 15 0 16192675 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140447045024240 140447499262594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31214] ppid=31205 vsize=13980732 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31214/stat : 31214 (java) S 31205 31205 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16192675 14316269568 31568 18446744073709551615 4194304 4196468 140736694768720 140447043970464 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31215] ppid=31205 vsize=13980732 memory=4951091520830867572 CPUtime=0 cores=1,3,5,7

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

/proc/31207/task/31215/stat : 31215 (java) S 31205 31205 15523 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 16192676 14318366720 115594 18446744073709551615 4194304 4196468 140736694768720 140447042917888 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31216] ppid=31205 vsize=13982780 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31216/stat : 31216 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115594 18446744073709551615 4194304 4196468 140736694768720 140446974077648 140447499270043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31217] ppid=31205 vsize=13982780 memory=1376 CPUtime=7.49 cores=1,3,5,7
/proc/31207/task/31217/stat : 31217 (java) S 31205 31205 15523 0 -1 1077944384 33773 0 0 0 744 5 0 0 20 0 15 0 16192678 14318366720 115594 18446744073709551615 4194304 4196468 140736694768720 140446973024240 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31218] ppid=31205 vsize=13982780 memory=462376 CPUtime=8.1 cores=1,3,5,7
/proc/31207/task/31218/stat : 31218 (java) S 31205 31205 15523 0 -1 1077944384 38170 0 0 0 806 4 0 0 20 0 15 0 16192678 14318366720 115594 18446744073709551615 4194304 4196468 140736694768720 140446971971696 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31219] ppid=31205 vsize=13982780 memory=4124 CPUtime=1.12 cores=1,3,5,7
/proc/31207/task/31219/stat : 31219 (java) S 31205 31205 15523 0 -1 1077944384 14568 0 0 0 109 3 0 0 20 0 15 0 16192678 14318366720 115594 18446744073709551615 4194304 4196468 140736694768720 140446970919152 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31220] ppid=31205 vsize=13982780 memory=12504 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31220/stat : 31220 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115594 18446744073709551615 4194304 4196468 140736694768720 140446969866848 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31221] ppid=31205 vsize=13982780 memory=-8774313645642428999 CPUtime=0.52 cores=1,3,5,7
/proc/31207/task/31221/stat : 31221 (java) S 31205 31205 15523 0 -1 1077944384 1660 0 0 0 22 30 0 0 20 0 15 0 16192684 14318366720 115594 18446744073709551615 4194304 4196468 140736694768720 140446968814384 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 2415.54 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 463752 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.39 1.47 5/215 31443
/proc/meminfo: memFree=31209784/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13982780 memory=461880 CPUtime=2475.82 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 175421 0 0 0 247479 103 0 0 20 0 15 0 16192673 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3495695 115470 3267 1 0 3483988 0
[pid=31207/tid=31208] ppid=31205 vsize=13982780 memory=461880 CPUtime=2435.42 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 37837 0 0 0 243533 9 0 0 20 0 15 0 16192673 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447503490896 140447126603116 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13982780 memory=461880 CPUtime=5.58 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 9618 0 0 0 545 13 0 0 20 0 15 0 16192674 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13982780 memory=461876 CPUtime=5.61 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 9076 0 0 0 548 13 0 0 20 0 15 0 16192674 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13982780 memory=1376 CPUtime=5.61 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 7533 0 0 0 548 13 0 0 20 0 15 0 16192674 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13982780 memory=461876 CPUtime=5.61 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 10073 0 0 0 548 13 0 0 20 0 15 0 16192674 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31213] ppid=31205 vsize=13982780 memory=461876 CPUtime=0.66 cores=1,3,5,7
/proc/31207/task/31213/stat : 31213 (java) S 31205 31205 15523 0 -1 1077944384 11570 0 0 0 60 6 0 0 20 0 15 0 16192675 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447045024240 140447499262594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31214] ppid=31205 vsize=13982780 memory=461876 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31214/stat : 31214 (java) S 31205 31205 15523 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 16192675 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447043970528 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31215] ppid=31205 vsize=13982780 memory=461880 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31215/stat : 31215 (java) S 31205 31205 15523 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 16192676 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140447042917888 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31216] ppid=31205 vsize=13982780 memory=461880 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31216/stat : 31216 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140446974077648 140447499270043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31217] ppid=31205 vsize=13982780 memory=1376 CPUtime=7.49 cores=1,3,5,7
/proc/31207/task/31217/stat : 31217 (java) S 31205 31205 15523 0 -1 1077944384 33902 0 0 0 744 5 0 0 20 0 15 0 16192678 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140446973024240 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31218] ppid=31205 vsize=13982780 memory=1376 CPUtime=8.1 cores=1,3,5,7
/proc/31207/task/31218/stat : 31218 (java) S 31205 31205 15523 0 -1 1077944384 38172 0 0 0 806 4 0 0 20 0 15 0 16192678 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140446971971696 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31219] ppid=31205 vsize=13982780 memory=1376 CPUtime=1.12 cores=1,3,5,7
/proc/31207/task/31219/stat : 31219 (java) S 31205 31205 15523 0 -1 1077944384 14571 0 0 0 109 3 0 0 20 0 15 0 16192678 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140446970919152 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31220] ppid=31205 vsize=13982780 memory=461880 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31220/stat : 31220 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140446969866848 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31221] ppid=31205 vsize=13982780 memory=1376 CPUtime=0.54 cores=1,3,5,7
/proc/31207/task/31221/stat : 31221 (java) S 31205 31205 15523 0 -1 1077944384 1682 0 0 0 23 31 0 0 20 0 15 0 16192684 14318366720 115470 18446744073709551615 4194304 4196468 140736694768720 140446968814384 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 2475.82 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 463256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.11 s]
/proc/loadavg: 1.51 1.40 1.47 3/212 31444
/proc/meminfo: memFree=31066632/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13982780 memory=460856 CPUtime=2520 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 175960 0 0 0 251897 103 0 0 20 0 15 0 16192673 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3495695 115214 3267 1 0 3483988 0
[pid=31207/tid=31208] ppid=31205 vsize=13982780 memory=460856 CPUtime=2479.08 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 38042 0 0 0 247899 9 0 0 20 0 15 0 16192673 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447503490704 140447134585192 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13982780 memory=460856 CPUtime=5.71 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 9694 0 0 0 558 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13982780 memory=460856 CPUtime=5.74 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 9154 0 0 0 561 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13982780 memory=460856 CPUtime=5.73 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 7633 0 0 0 560 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13982780 memory=1376 CPUtime=5.73 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 10136 0 0 0 560 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31213] ppid=31205 vsize=13982780 memory=460856 CPUtime=0.67 cores=1,3,5,7
/proc/31207/task/31213/stat : 31213 (java) S 31205 31205 15523 0 -1 1077944384 11583 0 0 0 61 6 0 0 20 0 15 0 16192675 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447045024240 140447499262594 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31214] ppid=31205 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31214/stat : 31214 (java) S 31205 31205 15523 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 16192675 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447043970528 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31215] ppid=31205 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31215/stat : 31215 (java) S 31205 31205 15523 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 16192676 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447042917888 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31216] ppid=31205 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31216/stat : 31216 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446974077648 140447499270043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31217] ppid=31205 vsize=13982780 memory=460856 CPUtime=7.49 cores=1,3,5,7
/proc/31207/task/31217/stat : 31217 (java) S 31205 31205 15523 0 -1 1077944384 33902 0 0 0 744 5 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446973024240 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31218] ppid=31205 vsize=13982780 memory=-8774313645642428999 CPUtime=8.1 cores=1,3,5,7
/proc/31207/task/31218/stat : 31218 (java) S 31205 31205 15523 0 -1 1077944384 38172 0 0 0 806 4 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446971971696 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31219] ppid=31205 vsize=13982780 memory=1200 CPUtime=1.12 cores=1,3,5,7
/proc/31207/task/31219/stat : 31219 (java) S 31205 31205 15523 0 -1 1077944384 14571 0 0 0 109 3 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446970919152 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31220] ppid=31205 vsize=13982780 memory=460856 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31220/stat : 31220 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446969866848 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31221] ppid=31205 vsize=13982780 memory=1376 CPUtime=0.55 cores=1,3,5,7
/proc/31207/task/31221/stat : 31221 (java) S 31205 31205 15523 0 -1 1077944384 1686 0 0 0 24 31 0 0 20 0 15 0 16192684 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446968814384 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 462232 KiB

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

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

[startup+2486.12 s]
# the end of solver process 31207 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.99 s, system=1.04408 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

[startup+2486.11 s]
/proc/loadavg: 1.51 1.40 1.47 3/212 31444
/proc/meminfo: memFree=31066632/32770624 swapFree=67108860/67108860
[pid=31205] ppid=31202 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31205/stat : 31205 (xcsp3-exec) S 31202 31205 15523 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 16192663 9740288 344 18446744073709551615 4194304 5098028 140732170624496 140732170622600 140479716192892 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 35254272 140732170625401 140732170625606 140732170625606 140732170629099 0
/proc/31205/statm: 2378 344 289 221 0 87 0
[pid=31207] ppid=31205 vsize=13982780 memory=460856 CPUtime=2520 cores=1,3,5,7
/proc/31207/stat : 31207 (java) S 31205 31205 15523 0 -1 1077944320 175960 0 0 0 251897 103 0 0 20 0 15 0 16192673 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140736694751264 140447499251447 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
/proc/31207/statm: 3495695 115214 3267 1 0 3483988 0
[pid=31207/tid=31208] ppid=31205 vsize=13982780 memory=460856 CPUtime=2479.08 cores=1,3,5,7
/proc/31207/task/31208/stat : 31208 (java) R 31205 31205 15523 0 -1 4202560 38042 0 0 0 247899 9 0 0 20 0 15 0 16192673 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447503490704 140447134585192 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31209] ppid=31205 vsize=13982780 memory=460856 CPUtime=5.71 cores=1,3,5,7
/proc/31207/task/31209/stat : 31209 (java) S 31205 31205 15523 0 -1 1077944384 9694 0 0 0 558 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447456217360 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31210] ppid=31205 vsize=13982780 memory=460856 CPUtime=5.74 cores=1,3,5,7
/proc/31207/task/31210/stat : 31210 (java) S 31205 31205 15523 0 -1 1077944384 9154 0 0 0 561 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447455164816 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31211] ppid=31205 vsize=13982780 memory=460856 CPUtime=5.73 cores=1,3,5,7
/proc/31207/task/31211/stat : 31211 (java) S 31205 31205 15523 0 -1 1077944384 7633 0 0 0 560 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447454112272 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31212] ppid=31205 vsize=13982780 memory=1376 CPUtime=5.73 cores=1,3,5,7
/proc/31207/task/31212/stat : 31212 (java) S 31205 31205 15523 0 -1 1077944384 10136 0 0 0 560 13 0 0 20 0 15 0 16192674 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447453059728 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31213] ppid=31205 vsize=13982780 memory=460856 CPUtime=0.67 cores=1,3,5,7
/proc/31207/task/31213/stat : 31213 (java) S 31205 31205 15523 0 -1 1077944384 11583 0 0 0 61 6 0 0 20 0 15 0 16192675 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447045024240 140447499262594 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31214] ppid=31205 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31214/stat : 31214 (java) S 31205 31205 15523 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 16192675 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447043970528 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31215] ppid=31205 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31215/stat : 31215 (java) S 31205 31205 15523 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 16192676 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140447042917888 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31216] ppid=31205 vsize=13982780 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31216/stat : 31216 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446974077648 140447499270043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31217] ppid=31205 vsize=13982780 memory=460856 CPUtime=7.49 cores=1,3,5,7
/proc/31207/task/31217/stat : 31217 (java) S 31205 31205 15523 0 -1 1077944384 33902 0 0 0 744 5 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446973024240 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31218] ppid=31205 vsize=13982780 memory=-8774313645642428999 CPUtime=8.1 cores=1,3,5,7
/proc/31207/task/31218/stat : 31218 (java) S 31205 31205 15523 0 -1 1077944384 38172 0 0 0 806 4 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446971971696 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31219] ppid=31205 vsize=13982780 memory=1200 CPUtime=1.12 cores=1,3,5,7
/proc/31207/task/31219/stat : 31219 (java) S 31205 31205 15523 0 -1 1077944384 14571 0 0 0 109 3 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446970919152 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31220] ppid=31205 vsize=13982780 memory=460856 CPUtime=0 cores=1,3,5,7
/proc/31207/task/31220/stat : 31220 (java) S 31205 31205 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16192678 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446969866848 140447499261653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
[pid=31207/tid=31221] ppid=31205 vsize=13982780 memory=1376 CPUtime=0.55 cores=1,3,5,7
/proc/31207/task/31221/stat : 31221 (java) S 31205 31205 15523 0 -1 1077944384 1686 0 0 0 24 31 0 0 20 0 15 0 16192684 14318366720 115214 18446744073709551615 4194304 4196468 140736694768720 140446968814384 140447499262594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 10207232 140736694776242 140736694776418 140736694776418 140736694779855 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 462232 KiB

Child status: 143
Real time (s): 2486.12
CPU time (s): 2520.03
CPU user time (s): 2518.99
CPU system time (s): 1.04408
CPU usage (%): 101.364
Max. virtual memory (cumulated for all children) (KiB): 13993200
Max. memory (cumulated for all children) (KiB): 535120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.99
system time used= 1.04408
maximum resident set size= 533744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176723
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65123
involuntary context switches= 1870


# summary of solver processes directly reported to runsolver:
#   pid: 31205,31207
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.99
#   total CPU system time (s): 1.04408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.395 second user time and 23.8851 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-19 23:10:37
IDJOB=4284159
IDBENCH=115837
IDSOLVER=2679
FILE ID=node130/4284159-1503177847
RUNJOBID= node130-1503172050-30420
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284159-1503177847/watcher-4284159-1503177847 -o /tmp/evaluation-result-4284159-1503177847/solver-4284159-1503177847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30420 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1087908373 HOME/instance-4284159-1503177847.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=1087908373

node130.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.77
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.77
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.77
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.77
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:        31504236 kB
MemAvailable:   31724200 kB
Buffers:          187192 kB
Cached:           322464 kB
SwapCached:            0 kB
Active:           540932 kB
Inactive:         322448 kB
Active(anon):     353900 kB
Inactive(anon):    16748 kB
Active(file):     187032 kB
Inactive(file):   305700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8048 kB
Writeback:             0 kB
AnonPages:        375628 kB
Mapped:            46092 kB
Shmem:             17060 kB
Slab:             110564 kB
SReclaimable:      86136 kB
SUnreclaim:        24428 kB
KernelStack:        3760 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1268348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-19 23:52:03