Trace number 4282292

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.1101 2503.6201

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-m186.xml
MD5SUM2292861bb3d975c21318ff2a994feaed
Bench CategoryCSP (decision 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 variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":63}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282292-1503140201.xml"  -tl '2520s' -p 1 -x 0
0.17/0.33	c [HOME/instance-4282292-1503140201.xml, -tl, 2520s, -p, 1, -x, 0]
0.17/0.39	c simple solver
0.36/0.46	c parse instance...
0.75/0.69	c solve instance...
2520.07/2503.60	s UNKNOWN
2520.07/2503.60	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 (14961 MiB free)
  memory of node 1: 16384 MiB (15686 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282292-1503140201/watcher-4282292-1503140201 -o /tmp/evaluation-result-4282292-1503140201/solver-4282292-1503140201 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1910180187 HOME/instance-4282292-1503140201.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=26379, runsolver pid=26376

[startup+0.100155 s]*
/proc/loadavg: 1.28 1.27 1.31 2/197 26380
/proc/meminfo: memFree=31383080/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9508 memory=892 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) R 26376 26379 17292 0 -1 4202496 398 0 0 0 0 0 0 0 20 0 1 0 12429288 9736192 223 18446744073709551615 4194304 5098028 140722621948272 140722621948272 4639104 0 0 5 0 0 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2377 223 186 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9508 KiB
Current children cumulated memory: 892 KiB

[startup+0.209167 s]*
/proc/loadavg: 1.28 1.27 1.31 2/211 26394
/proc/meminfo: memFree=31371544/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) S 26376 26379 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12429288 9740288 345 18446744073709551615 4194304 5098028 140722621948272 140722621946376 139661523710588 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2378 345 289 221 0 87 0
[pid=26381] ppid=26379 vsize=13907304 memory=21936 CPUtime=0.05 cores=1,3,5,7
/proc/26381/stat : 26381 (java) S 26379 26379 17292 0 -1 1077944320 4861 0 0 0 4 1 0 0 20 0 14 0 12429299 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140733533367488 140533018578679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
/proc/26381/statm: 3476826 5484 2577 1 0 3466323 0
[pid=26381/tid=26382] ppid=26379 vsize=13907304 memory=7311146985107750967 CPUtime=0.05 cores=1,3,5,7
/proc/26381/task/26382/stat : 26382 (java) D 26379 26379 17292 0 -1 4202560 3042 0 0 0 4 1 0 0 20 0 14 0 12429299 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140533022816160 140533018600701 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26383] ppid=26379 vsize=13907304 memory=10613 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26383/stat : 26383 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12429300 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140532953012752 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26384] ppid=26379 vsize=13907304 memory=3617154805126317728 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26384/stat : 26384 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12429300 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140532951960208 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26385] ppid=26379 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26385/stat : 26385 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12429300 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140532950907152 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26386] ppid=26379 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26386/stat : 26386 (java) S 26379 26379 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12429300 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140532949854608 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26387] ppid=26379 vsize=13907304 memory=140665667372672 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26387/stat : 26387 (java) S 26379 26379 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12429301 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531933899504 140533018589826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26388] ppid=26379 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26388/stat : 26388 (java) S 26379 26379 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12429301 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531932845728 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26389] ppid=26379 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12429302 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12429304 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) S 26379 26379 17292 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 14 0 12429304 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531929688304 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12429304 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531928635760 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13907304 memory=140665667372672 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) S 26379 26379 17292 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 12429304 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531927582704 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12429304 14241079296 5484 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23316 KiB

[startup+0.309838 s]*
/proc/loadavg: 1.28 1.27 1.31 5/212 26395
/proc/meminfo: memFree=31365648/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) S 26376 26379 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12429288 9740288 345 18446744073709551615 4194304 5098028 140722621948272 140722621946376 139661523710588 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2378 345 289 221 0 87 0
[pid=26381] ppid=26379 vsize=13974352 memory=30560 CPUtime=0.17 cores=1,3,5,7
/proc/26381/stat : 26381 (java) S 26379 26379 17292 0 -1 1077944320 6064 0 0 0 16 1 0 0 20 0 15 0 12429299 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140733533367488 140533018578679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
/proc/26381/statm: 3493588 7640 2942 1 0 3482964 0
[pid=26381/tid=26382] ppid=26379 vsize=13974352 memory=-8774313645642428999 CPUtime=0.11 cores=1,3,5,7
/proc/26381/task/26382/stat : 26382 (java) R 26379 26379 17292 0 -1 4202560 3500 0 0 0 10 1 0 0 20 0 15 0 12429299 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140533022808008 140533001072610 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26383] ppid=26379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26383/stat : 26383 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140532953012752 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26384] ppid=26379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26384/stat : 26384 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140532951960208 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26385] ppid=26379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26385/stat : 26385 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140532950907152 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26386] ppid=26379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26386/stat : 26386 (java) S 26379 26379 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12429300 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140532949854608 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26387] ppid=26379 vsize=13974352 memory=140665667372672 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26387/stat : 26387 (java) S 26379 26379 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12429301 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531933899504 140533018589826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26388] ppid=26379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26388/stat : 26388 (java) S 26379 26379 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12429301 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531932845728 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26389] ppid=26379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12429302 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) R 26379 26379 17292 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 12429304 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531929679952 140532999243824 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) R 26379 26379 17292 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 15 0 12429304 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531928635760 140533018589826 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13974352 memory=140665667372672 CPUtime=0.03 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) R 26379 26379 17292 0 -1 4202560 700 0 0 0 3 0 0 0 20 0 15 0 12429304 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531927577080 140532998531840 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26395] ppid=26379 vsize=13974352 memory=140665667372672 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26395/stat : 26395 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429313 14309736448 7640 18446744073709551615 4194304 4196468 140733533384944 140531925478448 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 31940 KiB

[startup+0.703885 s]
/proc/loadavg: 1.28 1.27 1.31 8/212 26395
/proc/meminfo: memFree=31347908/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) S 26376 26379 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12429288 9740288 345 18446744073709551615 4194304 5098028 140722621948272 140722621946376 139661523710588 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2378 345 289 221 0 87 0
[pid=26381] ppid=26379 vsize=13980732 memory=63240 CPUtime=1 cores=1,3,5,7
/proc/26381/stat : 26381 (java) S 26379 26379 17292 0 -1 1077944320 12906 0 0 0 96 4 0 0 20 0 15 0 12429299 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140733533367488 140533018578679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
/proc/26381/statm: 3495183 15810 3167 1 0 3483476 0
[pid=26381/tid=26382] ppid=26379 vsize=13980732 memory=5931329040891793761 CPUtime=0.49 cores=1,3,5,7
/proc/26381/task/26382/stat : 26382 (java) R 26379 26379 17292 0 -1 1077944384 8554 0 0 0 46 3 0 0 20 0 15 0 12429299 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140533022817360 140533018588885 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26383] ppid=26379 vsize=13980732 memory=5931329019416958563 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26383/stat : 26383 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140532953012752 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26384] ppid=26379 vsize=13980732 memory=7805695078589426000 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26384/stat : 26384 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140532951960208 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26385] ppid=26379 vsize=13980732 memory=742138739404329024 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26385/stat : 26385 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140532950907152 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26386] ppid=26379 vsize=13980732 memory=-8341965534556230502 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26386/stat : 26386 (java) S 26379 26379 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140532949854608 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26387] ppid=26379 vsize=13980732 memory=1329904169539632281 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26387/stat : 26387 (java) S 26379 26379 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12429301 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140531933899504 140533018589826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26388] ppid=26379 vsize=13980732 memory=-7173504570860347296 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26388/stat : 26388 (java) S 26379 26379 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12429301 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140531932845728 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26389] ppid=26379 vsize=13980732 memory=6944665225511868275 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12429302 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13980732 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) R 26379 26379 17292 0 -1 4202560 869 0 0 0 12 0 0 0 20 0 15 0 12429304 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140531929674328 140533000098238 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13980732 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) R 26379 26379 17292 0 -1 4202560 815 0 0 0 11 0 0 0 20 0 15 0 12429304 14316269568 15810 18446744073709551615 4194304 4196468 140733533384944 140531928622528 140533003502406 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) R 26379 26379 17292 0 -1 4202560 1362 0 0 0 24 0 0 0 20 0 15 0 12429304 14316269568 15814 18446744073709551615 4194304 4196468 140733533384944 140531927582704 140533011678526 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 15814 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26395] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26395/stat : 26395 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429313 14316269568 15814 18446744073709551615 4194304 4196468 140733533384944 140531925478448 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 64620 KiB

[startup+1.50084 s]
/proc/loadavg: 1.28 1.27 1.31 5/212 26395
/proc/meminfo: memFree=31307904/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) S 26376 26379 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12429288 9740288 345 18446744073709551615 4194304 5098028 140722621948272 140722621946376 139661523710588 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2378 345 289 221 0 87 0
[pid=26381] ppid=26379 vsize=13980732 memory=137876 CPUtime=3.24 cores=1,3,5,7
/proc/26381/stat : 26381 (java) S 26379 26379 17292 0 -1 1077944320 18559 0 0 0 319 5 0 0 20 0 15 0 12429299 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140733533367488 140533018578679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
/proc/26381/statm: 3495183 34469 3189 1 0 3483476 0
[pid=26381/tid=26382] ppid=26379 vsize=13980732 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/26381/task/26382/stat : 26382 (java) R 26379 26379 17292 0 -1 4202560 9038 0 0 0 125 3 0 0 20 0 15 0 12429299 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140533022814016 140532626384160 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26383] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26383/stat : 26383 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140532953012752 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26384] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26384/stat : 26384 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140532951960208 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26385] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26385/stat : 26385 (java) S 26379 26379 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140532950907152 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26386] ppid=26379 vsize=13980732 memory=281331096120992 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26386/stat : 26386 (java) S 26379 26379 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12429300 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140532949854608 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26387] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26387/stat : 26387 (java) S 26379 26379 17292 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 12429301 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531933899504 140533018589826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26388] ppid=26379 vsize=13980732 memory=140665548074624 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26388/stat : 26388 (java) S 26379 26379 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12429301 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531932845728 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26389] ppid=26379 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12429302 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13980732 memory=281331096138656 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13980732 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) S 26379 26379 17292 0 -1 1077944384 3008 0 0 0 79 0 0 0 20 0 15 0 12429304 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531929688304 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13980732 memory=-7165351541977658656 CPUtime=0.77 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) S 26379 26379 17292 0 -1 1077944384 3119 0 0 0 77 0 0 0 20 0 15 0 12429304 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531928635760 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13980732 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) S 26379 26379 17292 0 -1 1077944384 2074 0 0 0 37 0 0 0 20 0 15 0 12429304 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531927582704 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13980732 memory=281331095570720 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26395] ppid=26379 vsize=13980732 memory=3760702653792903024 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26395/stat : 26395 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429313 14316269568 34469 18446744073709551615 4194304 4196468 140733533384944 140531925478448 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 3.24 s
Current children cumulated vsize: 13990244 KiB

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

/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 12429302 14316269568 726548 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 726548 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13980732 memory=1380 CPUtime=1.61 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) S 26379 26379 17292 0 -1 1077944384 7087 0 0 0 160 1 0 0 20 0 15 0 12429304 14316269568 726548 18446744073709551615 4194304 4196468 140733533384944 140531929688304 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13980732 memory=11064 CPUtime=1.56 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) S 26379 26379 17292 0 -1 1077944384 8729 0 0 0 155 1 0 0 20 0 15 0 12429304 14316269568 726548 18446744073709551615 4194304 4196468 140733533384944 140531928635760 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13980732 memory=1292 CPUtime=0.49 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) S 26379 26379 17292 0 -1 1077944384 6342 0 0 0 47 2 0 0 20 0 15 0 12429304 14316269568 726548 18446744073709551615 4194304 4196468 140733533384944 140531927582704 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 726548 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26395] ppid=26379 vsize=13980732 memory=11064 CPUtime=1.17 cores=1,3,5,7
/proc/26381/task/26395/stat : 26395 (java) S 26379 26379 17292 0 -1 1077944384 942 0 0 0 49 68 0 0 20 0 15 0 12429313 14316269568 726548 18446744073709551615 4194304 4196468 140733533384944 140531925478448 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 2397.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2907572 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.58 1.50 3/212 26638
/proc/meminfo: memFree=29107080/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) S 26376 26379 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12429288 9740288 345 18446744073709551615 4194304 5098028 140722621948272 140722621946376 139661523710588 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2378 345 289 221 0 87 0
[pid=26381] ppid=26379 vsize=13980732 memory=980272 CPUtime=2457.88 cores=1,3,5,7
/proc/26381/stat : 26381 (java) S 26379 26379 17292 0 -1 1077944320 119326 0 0 0 245434 354 0 0 20 0 15 0 12429299 14316269568 245068 18446744073709551615 4194304 4196468 140733533384944 140733533367488 140533018578679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
/proc/26381/statm: 3495183 245068 3252 1 0 3483476 0
[pid=26381/tid=26382] ppid=26379 vsize=13980732 memory=965828 CPUtime=2436.6 cores=1,3,5,7
/proc/26381/task/26382/stat : 26382 (java) R 26379 26379 17292 0 -1 4202560 50902 0 0 0 243461 199 0 0 20 0 15 0 12429299 14316269568 245068 18446744073709551615 4194304 4196468 140733533384944 140533022818448 140533004646798 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26383] ppid=26379 vsize=13980732 memory=1380 CPUtime=3.82 cores=1,3,5,7
/proc/26381/task/26383/stat : 26383 (java) S 26379 26379 17292 0 -1 1077944384 8433 0 0 0 361 21 0 0 20 0 15 0 12429300 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140532953012752 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26384] ppid=26379 vsize=13980732 memory=965828 CPUtime=3.82 cores=1,3,5,7
/proc/26381/task/26384/stat : 26384 (java) S 26379 26379 17292 0 -1 1077944384 10536 0 0 0 361 21 0 0 20 0 15 0 12429300 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140532951960208 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26385] ppid=26379 vsize=13980732 memory=965828 CPUtime=3.83 cores=1,3,5,7
/proc/26381/task/26385/stat : 26385 (java) S 26379 26379 17292 0 -1 1077944384 7678 0 0 0 363 20 0 0 20 0 15 0 12429300 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140532950907152 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26386] ppid=26379 vsize=13980732 memory=624412 CPUtime=3.83 cores=1,3,5,7
/proc/26381/task/26386/stat : 26386 (java) S 26379 26379 17292 0 -1 1077944384 7997 0 0 0 362 21 0 0 20 0 15 0 12429300 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140532949854608 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26387] ppid=26379 vsize=13980732 memory=1380 CPUtime=1.02 cores=1,3,5,7
/proc/26381/task/26387/stat : 26387 (java) S 26379 26379 17292 0 -1 1077944384 9306 0 0 0 89 13 0 0 20 0 15 0 12429301 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531933899504 140533018589826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26388] ppid=26379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26388/stat : 26388 (java) S 26379 26379 17292 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 12429301 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531932845728 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26389] ppid=26379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 12429302 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13980732 memory=1380 CPUtime=1.61 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) S 26379 26379 17292 0 -1 1077944384 7089 0 0 0 160 1 0 0 20 0 15 0 12429304 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531929688304 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13980732 memory=851784 CPUtime=1.56 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) S 26379 26379 17292 0 -1 1077944384 8731 0 0 0 155 1 0 0 20 0 15 0 12429304 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531928635760 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13980732 memory=1380 CPUtime=0.49 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) S 26379 26379 17292 0 -1 1077944384 6344 0 0 0 47 2 0 0 20 0 15 0 12429304 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531927582704 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13980732 memory=965828 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26395] ppid=26379 vsize=13980732 memory=-8774313645642428999 CPUtime=1.21 cores=1,3,5,7
/proc/26381/task/26395/stat : 26395 (java) S 26379 26379 17292 0 -1 1077944384 957 0 0 0 51 70 0 0 20 0 15 0 12429313 14316269568 245580 18446744073709551615 4194304 4196468 140733533384944 140531925478448 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 2457.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 981652 KiB

[startup+2502.3 s]
/proc/loadavg: 1.79 1.63 1.52 3/212 26640
/proc/meminfo: memFree=29685432/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) S 26376 26379 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12429288 9740288 345 18446744073709551615 4194304 5098028 140722621948272 140722621946376 139661523710588 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2378 345 289 221 0 87 0
[pid=26381] ppid=26379 vsize=13980732 memory=417004 CPUtime=2518.76 cores=1,3,5,7
/proc/26381/stat : 26381 (java) S 26379 26379 17292 0 -1 1077944320 125421 0 0 0 251511 365 0 0 20 0 15 0 12429299 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140733533367488 140533018578679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
/proc/26381/statm: 3495183 104251 3252 1 0 3483476 0
[pid=26381/tid=26382] ppid=26379 vsize=13980732 memory=359452 CPUtime=2496.26 cores=1,3,5,7
/proc/26381/task/26382/stat : 26382 (java) R 26379 26379 17292 0 -1 4202560 54397 0 0 0 249417 209 0 0 20 0 15 0 12429299 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140533022818328 140532627672708 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26383] ppid=26379 vsize=13980732 memory=663696 CPUtime=4.11 cores=1,3,5,7
/proc/26381/task/26383/stat : 26383 (java) S 26379 26379 17292 0 -1 1077944384 8773 0 0 0 390 21 0 0 20 0 15 0 12429300 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140532953012752 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26384] ppid=26379 vsize=13980732 memory=354776 CPUtime=4.1 cores=1,3,5,7
/proc/26381/task/26384/stat : 26384 (java) S 26379 26379 17292 0 -1 1077944384 10883 0 0 0 389 21 0 0 20 0 15 0 12429300 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140532951960208 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26385] ppid=26379 vsize=13980732 memory=388224 CPUtime=4.11 cores=1,3,5,7
/proc/26381/task/26385/stat : 26385 (java) S 26379 26379 17292 0 -1 1077944384 7963 0 0 0 391 20 0 0 20 0 15 0 12429300 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140532950907152 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26386] ppid=26379 vsize=13980732 memory=388224 CPUtime=4.11 cores=1,3,5,7
/proc/26381/task/26386/stat : 26386 (java) S 26379 26379 17292 0 -1 1077944384 8242 0 0 0 390 21 0 0 20 0 15 0 12429300 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140532949854608 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26387] ppid=26379 vsize=13980732 memory=1380 CPUtime=1.07 cores=1,3,5,7
/proc/26381/task/26387/stat : 26387 (java) S 26379 26379 17292 0 -1 1077944384 10653 0 0 0 94 13 0 0 20 0 15 0 12429301 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531933899504 140533018589826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26388] ppid=26379 vsize=13980732 memory=356720 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26388/stat : 26388 (java) S 26379 26379 17292 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 12429301 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531932845728 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26389] ppid=26379 vsize=13980732 memory=354776 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 12429302 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13980732 memory=523936 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13980732 memory=1380 CPUtime=1.62 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) S 26379 26379 17292 0 -1 1077944384 7091 0 0 0 161 1 0 0 20 0 15 0 12429304 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531929688304 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13980732 memory=11064 CPUtime=1.56 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) S 26379 26379 17292 0 -1 1077944384 8733 0 0 0 155 1 0 0 20 0 15 0 12429304 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531928635760 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13980732 memory=1292 CPUtime=0.49 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) S 26379 26379 17292 0 -1 1077944384 6347 0 0 0 47 2 0 0 20 0 15 0 12429304 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531927582704 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26395] ppid=26379 vsize=13980732 memory=579292 CPUtime=1.24 cores=1,3,5,7
/proc/26381/task/26395/stat : 26395 (java) S 26379 26379 17292 0 -1 1077944384 986 0 0 0 52 72 0 0 20 0 15 0 12429313 14316269568 104251 18446744073709551615 4194304 4196468 140733533384944 140531925478448 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 2518.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 418384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.6 s]
/proc/loadavg: 1.80 1.64 1.53 3/212 26640
/proc/meminfo: memFree=29656636/32770624 swapFree=67108860/67108860
[pid=26379] ppid=26376 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/26379/stat : 26379 (xcsp3-exec) S 26376 26379 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 12429288 9740288 345 18446744073709551615 4194304 5098028 140722621948272 140722621946376 139661523710588 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 10 0 0 7196144 7232144 39100416 140722621952377 140722621952582 140722621952582 140722621956075 0
/proc/26379/statm: 2378 345 289 221 0 87 0
[pid=26381] ppid=26379 vsize=13980732 memory=443736 CPUtime=2520.07 cores=1,3,5,7
/proc/26381/stat : 26381 (java) S 26379 26379 17292 0 -1 1077944320 125462 0 0 0 251641 366 0 0 20 0 15 0 12429299 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140733533367488 140533018578679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
/proc/26381/statm: 3495183 110934 3252 1 0 3483476 0
[pid=26381/tid=26382] ppid=26379 vsize=13980732 memory=11064 CPUtime=2497.56 cores=1,3,5,7
/proc/26381/task/26382/stat : 26382 (java) R 26379 26379 17292 0 -1 4202560 54438 0 0 0 249547 209 0 0 20 0 15 0 12429299 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140533022818328 140532627673044 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26383] ppid=26379 vsize=13980732 memory=-8774313645642428999 CPUtime=4.11 cores=1,3,5,7
/proc/26381/task/26383/stat : 26383 (java) S 26379 26379 17292 0 -1 1077944384 8773 0 0 0 390 21 0 0 20 0 15 0 12429300 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140532953012752 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26384] ppid=26379 vsize=13980732 memory=2432 CPUtime=4.1 cores=1,3,5,7
/proc/26381/task/26384/stat : 26384 (java) S 26379 26379 17292 0 -1 1077944384 10883 0 0 0 389 21 0 0 20 0 15 0 12429300 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140532951960208 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26385] ppid=26379 vsize=13980732 memory=1728 CPUtime=4.11 cores=1,3,5,7
/proc/26381/task/26385/stat : 26385 (java) S 26379 26379 17292 0 -1 1077944384 7963 0 0 0 391 20 0 0 20 0 15 0 12429300 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140532950907152 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26386] ppid=26379 vsize=13980732 memory=1228 CPUtime=4.11 cores=1,3,5,7
/proc/26381/task/26386/stat : 26386 (java) S 26379 26379 17292 0 -1 1077944384 8242 0 0 0 390 21 0 0 20 0 15 0 12429300 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140532949854608 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26387] ppid=26379 vsize=13980732 memory=12980 CPUtime=1.07 cores=1,3,5,7
/proc/26381/task/26387/stat : 26387 (java) S 26379 26379 17292 0 -1 1077944384 10653 0 0 0 94 13 0 0 20 0 15 0 12429301 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531933899504 140533018589826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26388] ppid=26379 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26388/stat : 26388 (java) S 26379 26379 17292 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 12429301 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531932845728 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26389] ppid=26379 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26389/stat : 26389 (java) S 26379 26379 17292 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 12429302 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531931792624 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26390] ppid=26379 vsize=13980732 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26390/stat : 26390 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531930741200 140533018597275 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26391] ppid=26379 vsize=13980732 memory=1704 CPUtime=1.62 cores=1,3,5,7
/proc/26381/task/26391/stat : 26391 (java) S 26379 26379 17292 0 -1 1077944384 7091 0 0 0 161 1 0 0 20 0 15 0 12429304 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531929688304 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26392] ppid=26379 vsize=13980732 memory=4616 CPUtime=1.56 cores=1,3,5,7
/proc/26381/task/26392/stat : 26392 (java) S 26379 26379 17292 0 -1 1077944384 8733 0 0 0 155 1 0 0 20 0 15 0 12429304 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531928635760 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26393] ppid=26379 vsize=13980732 memory=1004 CPUtime=0.49 cores=1,3,5,7
/proc/26381/task/26393/stat : 26393 (java) S 26379 26379 17292 0 -1 1077944384 6347 0 0 0 47 2 0 0 20 0 15 0 12429304 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531927582704 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26394] ppid=26379 vsize=13980732 memory=8696 CPUtime=0 cores=1,3,5,7
/proc/26381/task/26394/stat : 26394 (java) S 26379 26379 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12429304 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531926530400 140533018588885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
[pid=26381/tid=26395] ppid=26379 vsize=13980732 memory=792 CPUtime=1.24 cores=1,3,5,7
/proc/26381/task/26395/stat : 26395 (java) S 26379 26379 17292 0 -1 1077944384 986 0 0 0 52 72 0 0 20 0 15 0 12429313 14316269568 110934 18446744073709551615 4194304 4196468 140733533384944 140531925478448 140533018589826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9621504 140733533389234 140733533389410 140733533389410 140733533392847 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 445116 KiB

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

[startup+2503.61 s]
# the end of solver process 26379 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001699 s, system=0.000866 s

[startup+2503.62 s]
# the end of solver process 26381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.43 s, system=3.67428 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): 2503.62
CPU time (s): 2520.11
CPU user time (s): 2516.43
CPU system time (s): 3.67428
CPU usage (%): 100.659
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3475312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.43
system time used= 3.67428
maximum resident set size= 3478040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126109
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76411
involuntary context switches= 2475


# summary of solver processes directly reported to runsolver:
#   pid: 26379,26381
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.43
#   total CPU system time (s): 3.67428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3554 second user time and 22.7107 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 12:42:44
IDJOB=4282292
IDBENCH=133537
IDSOLVER=2677
FILE ID=node129/4282292-1503140201
RUNJOBID= node129-1503095823-17351
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-m186.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-4282292-1503140201/watcher-4282292-1503140201 -o /tmp/evaluation-result-4282292-1503140201/solver-4282292-1503140201 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1910180187 HOME/instance-4282292-1503140201.xml

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

MD5SUM BENCH= 2292861bb3d975c21318ff2a994feaed
RANDOM SEED=1910180187

node129.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.73
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.73
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.73
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.73
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:        31383092 kB
MemAvailable:   31620084 kB
Buffers:          170216 kB
Cached:           357140 kB
SwapCached:            0 kB
Active:           623548 kB
Inactive:         359296 kB
Active(anon):     455796 kB
Inactive(anon):    16748 kB
Active(file):     167752 kB
Inactive(file):   342548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7832 kB
Writeback:             4 kB
AnonPages:        454920 kB
Mapped:            43792 kB
Shmem:             17060 kB
Slab:             110104 kB
SReclaimable:      85056 kB
SUnreclaim:        25048 kB
KernelStack:        3472 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1370096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-19 13:24:28