Trace number 4282924

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.5 seq (2017-08-18)? (TO) 243.56 240.021

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
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 variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
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-4282924-1503213605.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282924-1503213605.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
1.14/0.56	c solve instance...
243.54/240.01	s UNKNOWN
243.54/240.01	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 (10620 MiB free)
  memory of node 1: 16384 MiB (10069 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282924-1503213605/watcher-4282924-1503213605 -o /tmp/evaluation-result-4282924-1503213605/solver-4282924-1503213605 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 766772927 HOME/instance-4282924-1503213605.xml 

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

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


[startup+0.100088 s]*
/proc/loadavg: 1.56 1.71 1.84 5/218 9491
/proc/meminfo: memFree=21168796/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0
[pid=9477] ppid=9475 vsize=13978596 memory=28820 CPUtime=0.12 cores=0,2,4,6
/proc/9477/stat : 9477 (java) S 9475 9475 7296 0 -1 1077944320 5061 0 0 0 11 1 0 0 20 0 15 0 154441214 14314082304 7205 33554432000 4194304 4196468 140735486501136 140735486483680 139894694260471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
/proc/9477/statm: 3494649 7205 2877 1 0 3482966 0
[pid=9477/tid=9478] ppid=9475 vsize=13978596 memory=7755663236775777115 CPUtime=0.09 cores=0,2,4,6
/proc/9477/task/9478/stat : 9478 (java) R 9475 9475 7296 0 -1 4202560 3066 0 0 0 8 1 0 0 20 0 15 0 154441214 14314082304 7205 33554432000 4194304 4196468 140735486501136 139894698492160 139894694272406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9479] ppid=9475 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9479/stat : 9479 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14314082304 7205 33554432000 4194304 4196468 140735486501136 139894609328656 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9480] ppid=9475 vsize=13978596 memory=140553952589440 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9480/stat : 9480 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14314082304 7205 33554432000 4194304 4196468 140735486501136 139894608276112 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9481] ppid=9475 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9481/stat : 9481 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14314082304 7205 33554432000 4194304 4196468 140735486501136 139894607223056 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9482] ppid=9475 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9482/stat : 9482 (java) S 9475 9475 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154441215 14314082304 7205 33554432000 4194304 4196468 140735486501136 139894606170512 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9483] ppid=9475 vsize=13978596 memory=140553952589440 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9483/stat : 9483 (java) S 9475 9475 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154441216 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893672749808 139894694271618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9484] ppid=9475 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9484/stat : 9484 (java) S 9475 9475 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154441217 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893671696032 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9485] ppid=9475 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154441217 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) S 9475 9475 7296 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 154441219 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893668538608 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) S 9475 9475 7296 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 15 0 154441219 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893667486064 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13978596 memory=140553952589440 CPUtime=0.01 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) R 9475 9475 7296 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 15 0 154441219 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893666433008 139894672932465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13978596 memory=140553952589440 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441220 14314082304 7205 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30204 KiB

[startup+0.210628 s]*
/proc/loadavg: 1.56 1.71 1.84 3/218 9491
/proc/meminfo: memFree=21157384/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0
[pid=9477] ppid=9475 vsize=13982884 memory=40544 CPUtime=0.33 cores=0,2,4,6
/proc/9477/stat : 9477 (java) S 9475 9475 7296 0 -1 1077944320 7715 0 0 0 31 2 0 0 20 0 15 0 154441214 14318473216 10136 33554432000 4194304 4196468 140735486501136 140735486483680 139894694260471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
/proc/9477/statm: 3495713 10136 3052 1 0 3482966 0
[pid=9477/tid=9478] ppid=9475 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/9477/task/9478/stat : 9478 (java) R 9475 9475 7296 0 -1 1077944384 4854 0 0 0 18 1 0 0 20 0 15 0 154441214 14318440448 10136 33554432000 4194304 4196468 140735486501136 139894698471440 139894686939693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9479] ppid=9475 vsize=13982884 memory=8911 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9479/stat : 9479 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14318473216 10136 33554432000 4194304 4196468 140735486501136 139894609328656 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9480] ppid=9475 vsize=13982884 memory=140553953632638 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9480/stat : 9480 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14318473216 10136 33554432000 4194304 4196468 140735486501136 139894608276112 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9481] ppid=9475 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9481/stat : 9481 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14318440448 10136 33554432000 4194304 4196468 140735486501136 139894607223056 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9482] ppid=9475 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9482/stat : 9482 (java) S 9475 9475 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154441215 14318440448 10136 33554432000 4194304 4196468 140735486501136 139894606170512 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9483] ppid=9475 vsize=13982852 memory=140553952589440 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9483/stat : 9483 (java) S 9475 9475 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154441216 14318440448 10136 33554432000 4194304 4196468 140735486501136 139893672749808 139894694271618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9484] ppid=9475 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9484/stat : 9484 (java) S 9475 9475 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154441217 14318440448 10136 33554432000 4194304 4196468 140735486501136 139893671696032 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9485] ppid=9475 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154441217 14318440448 10136 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14318440448 10136 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) S 9475 9475 7296 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 154441219 14318440448 10136 33554432000 4194304 4196468 140735486501136 139893668538608 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13982884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) S 9475 9475 7296 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 154441219 14318473216 10136 33554432000 4194304 4196468 140735486501136 139893667486064 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13982884 memory=140553952589440 CPUtime=0.07 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) S 9475 9475 7296 0 -1 1077944384 703 0 0 0 7 0 0 0 20 0 15 0 154441219 14318473216 10136 33554432000 4194304 4196468 140735486501136 139893666433008 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14318440448 10136 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441220 14318440448 10136 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 41928 KiB

[startup+0.314262 s]*
/proc/loadavg: 1.56 1.71 1.84 5/218 9491
/proc/meminfo: memFree=21149568/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0
[pid=9477] ppid=9475 vsize=13982852 memory=48456 CPUtime=0.53 cores=0,2,4,6
/proc/9477/stat : 9477 (java) S 9475 9475 7296 0 -1 1077944320 8779 0 0 0 50 3 0 0 20 0 15 0 154441214 14318440448 12114 33554432000 4194304 4196468 140735486501136 140735486483680 139894694260471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
/proc/9477/statm: 3495713 12114 3092 1 0 3482966 0
[pid=9477/tid=9478] ppid=9475 vsize=13982852 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/9477/task/9478/stat : 9478 (java) R 9475 9475 7296 0 -1 4202560 5511 0 0 0 28 2 0 0 20 0 15 0 154441214 14318440448 12114 33554432000 4194304 4196468 140735486501136 139894698483392 139894694282397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9479] ppid=9475 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9479/stat : 9479 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14318440448 12114 33554432000 4194304 4196468 140735486501136 139894609328656 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9480] ppid=9475 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9480/stat : 9480 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14318440448 12114 33554432000 4194304 4196468 140735486501136 139894608276112 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9481] ppid=9475 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9481/stat : 9481 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14318440448 12114 33554432000 4194304 4196468 140735486501136 139894607223056 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9482] ppid=9475 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9482/stat : 9482 (java) S 9475 9475 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154441215 14318440448 12114 33554432000 4194304 4196468 140735486501136 139894606170512 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9483] ppid=9475 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9483/stat : 9483 (java) S 9475 9475 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154441216 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893672749808 139894694271618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9484] ppid=9475 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9484/stat : 9484 (java) S 9475 9475 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154441217 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893671696032 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9485] ppid=9475 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154441217 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13982852 memory=8982046290584177472 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) S 9475 9475 7296 0 -1 1077944384 394 0 0 0 4 0 0 0 20 0 15 0 154441219 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893668538608 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) S 9475 9475 7296 0 -1 1077944384 663 0 0 0 4 0 0 0 20 0 15 0 154441219 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893667486064 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) R 9475 9475 7296 0 -1 4202560 909 0 0 0 13 0 0 0 20 0 15 0 154441219 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893666433008 139894694281818 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441220 14318440448 12114 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49840 KiB

[startup+0.70123 s]
/proc/loadavg: 1.56 1.71 1.84 7/218 9491
/proc/meminfo: memFree=21132056/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0
[pid=9477] ppid=9475 vsize=13984976 memory=75856 CPUtime=1.71 cores=0,2,4,6
/proc/9477/stat : 9477 (java) S 9475 9475 7296 0 -1 1077944320 11068 0 0 0 167 4 0 0 20 0 15 0 154441214 14320615424 18964 33554432000 4194304 4196468 140735486501136 140735486483680 139894694260471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
/proc/9477/statm: 3496244 18964 3210 1 0 3483478 0
[pid=9477/tid=9478] ppid=9475 vsize=13984976 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/9477/task/9478/stat : 9478 (java) R 9475 9475 7296 0 -1 4202560 6104 0 0 0 65 2 0 0 20 0 15 0 154441214 14320615424 18964 33554432000 4194304 4196468 140735486501136 139894698494576 139894286268042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9479] ppid=9475 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9479/stat : 9479 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14320615424 18964 33554432000 4194304 4196468 140735486501136 139894609328656 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9480] ppid=9475 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9480/stat : 9480 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14320615424 18964 33554432000 4194304 4196468 140735486501136 139894608276112 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9481] ppid=9475 vsize=13984976 memory=43124 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9481/stat : 9481 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441215 14320615424 18964 33554432000 4194304 4196468 140735486501136 139894607223056 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9482] ppid=9475 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9482/stat : 9482 (java) S 9475 9475 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154441215 14320615424 18964 33554432000 4194304 4196468 140735486501136 139894606170512 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9483] ppid=9475 vsize=13984976 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9483/stat : 9483 (java) S 9475 9475 7296 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154441216 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893672749808 139894694271618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9484] ppid=9475 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9484/stat : 9484 (java) S 9475 9475 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893671696032 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9485] ppid=9475 vsize=13984976 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13984976 memory=5792 CPUtime=0.33 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) R 9475 9475 7296 0 -1 4202560 977 0 0 0 33 0 0 0 20 0 15 0 154441219 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893668528400 139894679423276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13984976 memory=796 CPUtime=0.33 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) R 9475 9475 7296 0 -1 4202560 1145 0 0 0 33 0 0 0 20 0 15 0 154441219 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893667467080 139894677757259 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13984976 memory=1436 CPUtime=0.34 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) S 9475 9475 7296 0 -1 1077944384 1535 0 0 0 34 0 0 0 20 0 15 0 154441219 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893666433008 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154441220 14320615424 18964 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 77240 KiB

[startup+1.50076 s]
/proc/loadavg: 1.56 1.71 1.84 5/218 9491
/proc/meminfo: memFree=21108040/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0

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

/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 49848 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13984976 memory=281107623478976 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 49848 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13984976 memory=1716 CPUtime=1.29 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) S 9475 9475 7296 0 -1 1077944384 6440 0 0 0 129 0 0 0 20 0 15 0 154441219 14320615424 49848 33554432000 4194304 4196468 140735486501136 139893668538608 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13984976 memory=1952 CPUtime=1.36 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) S 9475 9475 7296 0 -1 1077944384 6686 0 0 0 136 0 0 0 20 0 15 0 154441219 14320615424 49848 33554432000 4194304 4196468 140735486501136 139893667486064 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13984976 memory=1384 CPUtime=0.49 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) S 9475 9475 7296 0 -1 1077944384 5476 0 0 0 48 1 0 0 20 0 15 0 154441219 14320615424 49848 33554432000 4194304 4196468 140735486501136 139893666433008 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13984976 memory=55 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 49848 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13984976 memory=9133 CPUtime=0.01 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 546 0 0 0 0 1 0 0 20 0 15 0 154441220 14320615424 49848 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 105.56 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 200776 KiB

[startup+162.301 s]
/proc/loadavg: 1.97 1.90 1.89 3/217 9493
/proc/meminfo: memFree=21027216/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0
[pid=9477] ppid=9475 vsize=13984976 memory=176860 CPUtime=165.66 cores=0,2,4,6
/proc/9477/stat : 9477 (java) S 9475 9475 7296 0 -1 1077944320 38212 0 0 0 16552 14 0 0 20 0 15 0 154441214 14320615424 44215 33554432000 4194304 4196468 140735486501136 140735486483680 139894694260471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
/proc/9477/statm: 3496244 44215 3262 1 0 3483478 0
[pid=9477/tid=9478] ppid=9475 vsize=13984976 memory=178912 CPUtime=162.21 cores=0,2,4,6
/proc/9477/task/9478/stat : 9478 (java) R 9475 9475 7296 0 -1 4202560 10218 0 0 0 16217 4 0 0 20 0 15 0 154441214 14320615424 44215 33554432000 4194304 4196468 140735486501136 139894698500304 139894286420288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9479] ppid=9475 vsize=13984976 memory=176860 CPUtime=0.02 cores=0,2,4,6
/proc/9477/task/9479/stat : 9479 (java) S 9475 9475 7296 0 -1 1077944384 1028 0 0 0 2 0 0 0 20 0 15 0 154441215 14320615424 44215 33554432000 4194304 4196468 140735486501136 139894609328656 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9480] ppid=9475 vsize=13984976 memory=176860 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9480/stat : 9480 (java) S 9475 9475 7296 0 -1 1077944384 1696 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 44215 33554432000 4194304 4196468 140735486501136 139894608276112 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9481] ppid=9475 vsize=13984976 memory=176860 CPUtime=0.02 cores=0,2,4,6
/proc/9477/task/9481/stat : 9481 (java) S 9475 9475 7296 0 -1 1077944384 749 0 0 0 2 0 0 0 20 0 15 0 154441215 14320615424 44215 33554432000 4194304 4196468 140735486501136 139894607223056 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9482] ppid=9475 vsize=13984976 memory=1384 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9482/stat : 9482 (java) S 9475 9475 7296 0 -1 1077944384 1216 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 44215 33554432000 4194304 4196468 140735486501136 139894606170512 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9483] ppid=9475 vsize=13984976 memory=4048 CPUtime=0.01 cores=0,2,4,6
/proc/9477/task/9483/stat : 9483 (java) S 9475 9475 7296 0 -1 1077944384 1375 0 0 0 1 0 0 0 20 0 15 0 154441216 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893672749808 139894694271618 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9484] ppid=9475 vsize=13984976 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9484/stat : 9484 (java) S 9475 9475 7296 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893671696032 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9485] ppid=9475 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13984976 memory=178912 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13984976 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) S 9475 9475 7296 0 -1 1077944384 7071 0 0 0 132 0 0 0 20 0 15 0 154441219 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893668538608 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13984976 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) S 9475 9475 7296 0 -1 1077944384 7345 0 0 0 140 0 0 0 20 0 15 0 154441219 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893667486064 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13984976 memory=178912 CPUtime=0.49 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) S 9475 9475 7296 0 -1 1077944384 5581 0 0 0 48 1 0 0 20 0 15 0 154441219 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893666433008 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13984976 memory=18476 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 558 0 0 0 1 2 0 0 20 0 15 0 154441220 14320615424 44215 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 165.66 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 178244 KiB

[startup+222.301 s]
/proc/loadavg: 1.82 1.87 1.88 3/217 9494
/proc/meminfo: memFree=21068888/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0
[pid=9477] ppid=9475 vsize=13984976 memory=158496 CPUtime=225.82 cores=0,2,4,6
/proc/9477/stat : 9477 (java) S 9475 9475 7296 0 -1 1077944320 42093 0 0 0 22567 15 0 0 20 0 15 0 154441214 14320615424 39624 33554432000 4194304 4196468 140735486501136 140735486483680 139894694260471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
/proc/9477/statm: 3496244 39624 3262 1 0 3483478 0
[pid=9477/tid=9478] ppid=9475 vsize=13984976 memory=162600 CPUtime=222.19 cores=0,2,4,6
/proc/9477/task/9478/stat : 9478 (java) R 9475 9475 7296 0 -1 4202560 10561 0 0 0 22215 4 0 0 20 0 15 0 154441214 14320615424 39624 33554432000 4194304 4196468 140735486501136 139894698500032 139894288404288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9479] ppid=9475 vsize=13984976 memory=165164 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9479/stat : 9479 (java) S 9475 9475 7296 0 -1 1077944384 1033 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 39624 33554432000 4194304 4196468 140735486501136 139894609328656 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9480] ppid=9475 vsize=13984976 memory=165164 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9480/stat : 9480 (java) S 9475 9475 7296 0 -1 1077944384 1811 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 39624 33554432000 4194304 4196468 140735486501136 139894608276112 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9481] ppid=9475 vsize=13984976 memory=162600 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9481/stat : 9481 (java) S 9475 9475 7296 0 -1 1077944384 754 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 39624 33554432000 4194304 4196468 140735486501136 139894607223056 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9482] ppid=9475 vsize=13984976 memory=161060 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9482/stat : 9482 (java) S 9475 9475 7296 0 -1 1077944384 1236 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 39624 33554432000 4194304 4196468 140735486501136 139894606170512 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9483] ppid=9475 vsize=13984976 memory=161060 CPUtime=0.02 cores=0,2,4,6
/proc/9477/task/9483/stat : 9483 (java) S 9475 9475 7296 0 -1 1077944384 1574 0 0 0 2 0 0 0 20 0 15 0 154441216 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893672749808 139894694271618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9484] ppid=9475 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9484/stat : 9484 (java) S 9475 9475 7296 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893671696032 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9485] ppid=9475 vsize=13984976 memory=158496 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13984976 memory=161060 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13984976 memory=43124 CPUtime=1.39 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) S 9475 9475 7296 0 -1 1077944384 8324 0 0 0 139 0 0 0 20 0 15 0 154441219 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893668538608 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13984976 memory=161060 CPUtime=1.45 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) S 9475 9475 7296 0 -1 1077944384 8511 0 0 0 145 0 0 0 20 0 15 0 154441219 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893667486064 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13984976 memory=1384 CPUtime=0.5 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) S 9475 9475 7296 0 -1 1077944384 6329 0 0 0 49 1 0 0 20 0 15 0 154441219 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893666433008 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13984976 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13984976 memory=1296 CPUtime=0.04 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 585 0 0 0 1 3 0 0 20 0 15 0 154441220 14320615424 39624 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 225.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 159880 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.86 1.88 1.88 3/217 9572
/proc/meminfo: memFree=21151812/32770624 swapFree=67108860/67108860
[pid=9475] ppid=9472 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/9475/stat : 9475 (xcsp3-exec) S 9472 9475 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154441213 9740288 346 33554432000 4194304 5098028 140727681223184 140727681221288 140433156584060 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 25292800 140727681229941 140727681230144 140727681230144 140727681232875 0
/proc/9475/statm: 2378 346 289 221 0 87 0
[pid=9477] ppid=9475 vsize=13984976 memory=152340 CPUtime=243.54 cores=0,2,4,6
/proc/9477/stat : 9477 (java) S 9475 9475 7296 0 -1 1077944320 42102 0 0 0 24339 15 0 0 20 0 15 0 154441214 14320615424 38085 33554432000 4194304 4196468 140735486501136 140735486483680 139894694260471 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
/proc/9477/statm: 3496244 38085 3262 1 0 3483478 0
[pid=9477/tid=9478] ppid=9475 vsize=13984976 memory=1224 CPUtime=239.89 cores=0,2,4,6
/proc/9477/task/9478/stat : 9478 (java) R 9475 9475 7296 0 -1 4202560 10567 0 0 0 23985 4 0 0 20 0 15 0 154441214 14320615424 38085 33554432000 4194304 4196468 140735486501136 139894698499568 139894288189041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9479] ppid=9475 vsize=13984976 memory=12136 CPUtime=0.04 cores=0,2,4,6
/proc/9477/task/9479/stat : 9479 (java) S 9475 9475 7296 0 -1 1077944384 1034 0 0 0 3 1 0 0 20 0 15 0 154441215 14320615424 38085 33554432000 4194304 4196468 140735486501136 139894609328656 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9480] ppid=9475 vsize=13984976 memory=5792 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9480/stat : 9480 (java) S 9475 9475 7296 0 -1 1077944384 1812 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 38085 33554432000 4194304 4196468 140735486501136 139894608276112 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9481] ppid=9475 vsize=13984976 memory=4126316290023845779 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9481/stat : 9481 (java) S 9475 9475 7296 0 -1 1077944384 755 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 38085 33554432000 4194304 4196468 140735486501136 139894607223056 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9482] ppid=9475 vsize=13984976 memory=1236 CPUtime=0.03 cores=0,2,4,6
/proc/9477/task/9482/stat : 9482 (java) S 9475 9475 7296 0 -1 1077944384 1236 0 0 0 2 1 0 0 20 0 15 0 154441215 14320615424 38085 33554432000 4194304 4196468 140735486501136 139894606170512 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9483] ppid=9475 vsize=13984976 memory=960 CPUtime=0.02 cores=0,2,4,6
/proc/9477/task/9483/stat : 9483 (java) S 9475 9475 7296 0 -1 1077944384 1574 0 0 0 2 0 0 0 20 0 15 0 154441216 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893672749808 139894694271618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9484] ppid=9475 vsize=13984976 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9484/stat : 9484 (java) S 9475 9475 7296 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893671696032 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9485] ppid=9475 vsize=13984976 memory=932 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9485/stat : 9485 (java) S 9475 9475 7296 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 154441217 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893670642928 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9486] ppid=9475 vsize=13984976 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9486/stat : 9486 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893669591504 139894694279067 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9487] ppid=9475 vsize=13984976 memory=2244 CPUtime=1.39 cores=0,2,4,6
/proc/9477/task/9487/stat : 9487 (java) S 9475 9475 7296 0 -1 1077944384 8324 0 0 0 139 0 0 0 20 0 15 0 154441219 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893668538608 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9488] ppid=9475 vsize=13984976 memory=4124 CPUtime=1.45 cores=0,2,4,6
/proc/9477/task/9488/stat : 9488 (java) S 9475 9475 7296 0 -1 1077944384 8511 0 0 0 145 0 0 0 20 0 15 0 154441219 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893667486064 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9489] ppid=9475 vsize=13984976 memory=8112282956445269571 CPUtime=0.5 cores=0,2,4,6
/proc/9477/task/9489/stat : 9489 (java) S 9475 9475 7296 0 -1 1077944384 6329 0 0 0 49 1 0 0 20 0 15 0 154441219 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893666433008 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9490] ppid=9475 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/9477/task/9490/stat : 9490 (java) S 9475 9475 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154441219 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893665380704 139894694270677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
[pid=9477/tid=9491] ppid=9475 vsize=13984976 memory=1716 CPUtime=0.04 cores=0,2,4,6
/proc/9477/task/9491/stat : 9491 (java) S 9475 9475 7296 0 -1 1077944384 585 0 0 0 1 3 0 0 20 0 15 0 154441220 14320615424 38085 33554432000 4194304 4196468 140735486501136 139893664328752 139894694271618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140735486506141 140735486506316 140735486506316 140735486509007 0
Current children cumulated CPU time: 243.54 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 153724 KiB

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

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

[startup+240.021 s]
# the end of solver process 9477 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=243.399 s, system=0.161025 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): 240.021
CPU time (s): 243.56
CPU user time (s): 243.399
CPU system time (s): 0.161025
CPU usage (%): 101.474
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 202312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.399
system time used= 0.161025
maximum resident set size= 206568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42921
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7836
involuntary context switches= 327


# summary of solver processes directly reported to runsolver:
#   pid: 9475,9477
#   total CPU time (s): 243.56
#   total CPU user time (s): 243.399
#   total CPU system time (s): 0.161025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.78496 second user time and 1.81143 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-20 09:05:45
IDJOB=4282924
IDBENCH=135432
IDSOLVER=2678
FILE ID=node149/4282924-1503213605
RUNJOBID= node149-1503210552-7327
PBS_JOBID= 20630877
Free space on /tmp= 61704 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.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-4282924-1503213605/watcher-4282924-1503213605 -o /tmp/evaluation-result-4282924-1503213605/solver-4282924-1503213605 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 766772927 HOME/instance-4282924-1503213605.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=766772927

node149.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.43
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.43
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.43
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.43
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:        21186252 kB
MemAvailable:   31743644 kB
Buffers:          287272 kB
Cached:         10539136 kB
SwapCached:            0 kB
Active:          2377240 kB
Inactive:        8712736 kB
Active(anon):     213068 kB
Inactive(anon):    86576 kB
Active(file):    2164172 kB
Inactive(file):  8626160 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7960 kB
Writeback:             0 kB
AnonPages:        289796 kB
Mapped:            64356 kB
Shmem:             33416 kB
Slab:             192956 kB
SReclaimable:     165792 kB
SUnreclaim:        27164 kB
KernelStack:        3824 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1303272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61696 MiB
End job on node149 at 2017-08-20 09:09:45