Trace number 4284554

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT (TO)104 250.041 240.024

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1128.5
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284554-1503213923.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284554-1503213923.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
0.72/0.46	c solve instance...
1.05/0.53	o 128 
1.05/0.59	o 126 
2.02/0.80	o 124 
2.33/0.97	o 121 
2.67/1.07	o 115 
11.66/5.49	o 114 
11.77/5.56	o 112 
14.52/7.87	o 109 
26.93/19.67	o 108 
65.43/57.55	o 104 
250.02/240.01	s SATISFIABLE
250.02/240.01	v <instantiation>
250.02/240.01	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
250.02/240.01	v 	<values>13 9 10 7 8 4 0 3 2 1 5 6 12 11 14 14 10 6 4 4 5 4 6 2 7 1 15 12 10 4 </values>
250.02/240.01	v </instantiation>
250.02/240.01	c Unexpected resolution interruption!

Verifier Data

OK	104

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 (11289 MiB free)
  memory of node 1: 16384 MiB (11132 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284554-1503213923/watcher-4284554-1503213923 -o /tmp/evaluation-result-4284554-1503213923/solver-4284554-1503213923 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1503209199-23685 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 430063182 HOME/instance-4284554-1503213923.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
Current StackSize limit: 8192 KiB
solver pid=26681, runsolver pid=26678


[startup+0.104704 s]*
/proc/loadavg: 1.96 1.86 1.86 5/218 26697
/proc/meminfo: memFree=22942868/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0
[pid=26683] ppid=26681 vsize=13978596 memory=28884 CPUtime=0.12 cores=0,2,4,6
/proc/26683/stat : 26683 (java) S 26681 26681 23654 0 -1 1077944320 5527 0 0 0 11 1 0 0 20 0 15 0 154463708 14314082304 7221 33554432000 4194304 4196468 140728930314880 140728930297424 140673611538167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
/proc/26683/statm: 3494649 7221 2889 1 0 3482966 0
[pid=26683/tid=26684] ppid=26681 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/26683/task/26684/stat : 26684 (java) R 26681 26681 23654 0 -1 4202560 3460 0 0 0 9 0 0 0 20 0 15 0 154463708 14314082304 7221 33554432000 4194304 4196468 140728930314880 140673615774592 140673214992772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26685] ppid=26681 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14314082304 7221 33554432000 4194304 4196468 140728930314880 140673541626640 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26686] ppid=26681 vsize=13978596 memory=139657736861312 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14314082304 7221 33554432000 4194304 4196468 140728930314880 140673540574096 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26687] ppid=26681 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14314082304 7221 33554432000 4194304 4196468 140728930314880 140673539521552 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26688] ppid=26681 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26688/stat : 26688 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14314082304 7221 33554432000 4194304 4196468 140728930314880 140673538469008 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26689] ppid=26681 vsize=13978596 memory=139657736861312 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26689/stat : 26689 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463710 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672725137392 140673611549314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26690] ppid=26681 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26690/stat : 26690 (java) S 26681 26681 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154463711 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672724083616 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26691] ppid=26681 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154463711 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) S 26681 26681 23654 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 154463714 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672720927216 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672719874672 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13978596 memory=139657736861312 CPUtime=0.01 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) S 26681 26681 23654 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 15 0 154463714 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672718822128 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13978596 memory=139657736861312 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463714 14314082304 7221 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30268 KiB

[startup+0.210782 s]*
/proc/loadavg: 1.96 1.86 1.86 3/218 26697
/proc/meminfo: memFree=22932092/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0
[pid=26683] ppid=26681 vsize=13982852 memory=40336 CPUtime=0.33 cores=0,2,4,6
/proc/26683/stat : 26683 (java) S 26681 26681 23654 0 -1 1077944320 8137 0 0 0 31 2 0 0 20 0 15 0 154463708 14318440448 10084 33554432000 4194304 4196468 140728930314880 140728930297424 140673611538167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
/proc/26683/statm: 3495713 10084 3046 1 0 3482966 0
[pid=26683/tid=26684] ppid=26681 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/26683/task/26684/stat : 26684 (java) R 26681 26681 23654 0 -1 4202560 5255 0 0 0 18 1 0 0 20 0 15 0 154463708 14318440448 10084 33554432000 4194304 4196468 140728930314880 140673615759160 140673604216181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26685] ppid=26681 vsize=13982852 memory=12546 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 10084 33554432000 4194304 4196468 140728930314880 140673541626640 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26686] ppid=26681 vsize=13982852 memory=288370033888573056 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 10084 33554432000 4194304 4196468 140728930314880 140673540574096 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26687] ppid=26681 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 10084 33554432000 4194304 4196468 140728930314880 140673539521552 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26688] ppid=26681 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26688/stat : 26688 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 10084 33554432000 4194304 4196468 140728930314880 140673538469008 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26689] ppid=26681 vsize=13982852 memory=139657736861312 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26689/stat : 26689 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463710 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672725137392 140673611549314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26690] ppid=26681 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26690/stat : 26690 (java) S 26681 26681 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154463711 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672724083616 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26691] ppid=26681 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154463711 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) S 26681 26681 23654 0 -1 1077944384 571 0 0 0 2 0 0 0 20 0 15 0 154463714 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672720927216 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) S 26681 26681 23654 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 154463714 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672719874672 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13982852 memory=139657736861312 CPUtime=0.07 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) R 26681 26681 23654 0 -1 4202560 724 0 0 0 7 0 0 0 20 0 15 0 154463714 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672718822128 140673596394935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463714 14318440448 10084 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41720 KiB

[startup+0.310509 s]*
/proc/loadavg: 1.96 1.86 1.86 4/218 26697
/proc/meminfo: memFree=22926260/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0
[pid=26683] ppid=26681 vsize=13982852 memory=47608 CPUtime=0.49 cores=0,2,4,6
/proc/26683/stat : 26683 (java) S 26681 26681 23654 0 -1 1077944320 9007 0 0 0 46 3 0 0 20 0 15 0 154463708 14318440448 11902 33554432000 4194304 4196468 140728930314880 140728930297424 140673611538167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
/proc/26683/statm: 3495713 11902 3096 1 0 3482966 0
[pid=26683/tid=26684] ppid=26681 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26683/task/26684/stat : 26684 (java) R 26681 26681 23654 0 -1 4202560 6007 0 0 0 27 2 0 0 20 0 15 0 154463708 14318440448 11902 33554432000 4194304 4196468 140728930314880 140673615775904 140673595618654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26685] ppid=26681 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 11902 33554432000 4194304 4196468 140728930314880 140673541626640 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26686] ppid=26681 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 11902 33554432000 4194304 4196468 140728930314880 140673540574096 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26687] ppid=26681 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 11902 33554432000 4194304 4196468 140728930314880 140673539521552 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26688] ppid=26681 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26688/stat : 26688 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14318440448 11902 33554432000 4194304 4196468 140728930314880 140673538469008 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26689] ppid=26681 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26689/stat : 26689 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463710 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672725137392 140673611549314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26690] ppid=26681 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26690/stat : 26690 (java) S 26681 26681 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154463711 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672724083616 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26691] ppid=26681 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154463711 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13982852 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) S 26681 26681 23654 0 -1 1077944384 571 0 0 0 3 0 0 0 20 0 15 0 154463714 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672720927216 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) S 26681 26681 23654 0 -1 1077944384 331 0 0 0 3 0 0 0 20 0 15 0 154463714 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672719874672 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13982852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) S 26681 26681 23654 0 -1 1077944384 797 0 0 0 11 0 0 0 20 0 15 0 154463714 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672718822128 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463714 14318440448 11902 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48992 KiB

[startup+0.701182 s]
/proc/loadavg: 1.96 1.86 1.86 5/218 26697
/proc/meminfo: memFree=22912180/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0
[pid=26683] ppid=26681 vsize=13984976 memory=67300 CPUtime=1.7 cores=0,2,4,6
/proc/26683/stat : 26683 (java) S 26681 26681 23654 0 -1 1077944320 11969 0 0 0 165 5 0 0 20 0 15 0 154463708 14320615424 16825 33554432000 4194304 4196468 140728930314880 140728930297424 140673611538167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
/proc/26683/statm: 3496244 16825 3215 1 0 3483478 0
[pid=26683/tid=26684] ppid=26681 vsize=13984976 memory=42768 CPUtime=0.67 cores=0,2,4,6
/proc/26683/task/26684/stat : 26684 (java) R 26681 26681 23654 0 -1 4202560 6599 0 0 0 65 2 0 0 20 0 15 0 154463708 14320615424 16825 33554432000 4194304 4196468 140728930314880 140673615773840 140673611550102 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26685] ppid=26681 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14320615424 16825 33554432000 4194304 4196468 140728930314880 140673541626640 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26686] ppid=26681 vsize=13984976 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14320615424 16825 33554432000 4194304 4196468 140728930314880 140673540574096 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26687] ppid=26681 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463709 14320615424 16825 33554432000 4194304 4196468 140728930314880 140673539521552 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26688] ppid=26681 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26688/stat : 26688 (java) S 26681 26681 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154463709 14320615424 16825 33554432000 4194304 4196468 140728930314880 140673538469008 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26689] ppid=26681 vsize=13984976 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26689/stat : 26689 (java) S 26681 26681 23654 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154463710 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672725137392 140673611549314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26690] ppid=26681 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26690/stat : 26690 (java) S 26681 26681 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672724083616 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26691] ppid=26681 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13984976 memory=5784 CPUtime=0.34 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) R 26681 26681 23654 0 -1 4202560 1248 0 0 0 34 0 0 0 20 0 15 0 154463714 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672720912528 140673593082401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13984976 memory=4616 CPUtime=0.31 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) R 26681 26681 23654 0 -1 4202560 1290 0 0 0 31 0 0 0 20 0 15 0 154463714 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672719860552 140673593082262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13984976 memory=1928 CPUtime=0.34 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) R 26681 26681 23654 0 -1 1077944384 1530 0 0 0 34 0 0 0 20 0 15 0 154463714 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672718822128 140673611549314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 16825 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 68684 KiB

[startup+1.50081 s]
/proc/loadavg: 1.96 1.86 1.86 5/218 26697
/proc/meminfo: memFree=22891752/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0

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

/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 47287 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13984976 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 47287 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13984976 memory=42768 CPUtime=3.65 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) S 26681 26681 23654 0 -1 1077944384 13032 0 0 0 363 2 0 0 20 0 15 0 154463714 14320615424 47287 33554432000 4194304 4196468 140728930314880 140672720927216 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13984976 memory=4012 CPUtime=3.41 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) S 26681 26681 23654 0 -1 1077944384 14046 0 0 0 340 1 0 0 20 0 15 0 154463714 14320615424 47287 33554432000 4194304 4196468 140728930314880 140672719874672 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13984976 memory=42768 CPUtime=0.62 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) S 26681 26681 23654 0 -1 1077944384 6533 0 0 0 61 1 0 0 20 0 15 0 154463714 14320615424 47287 33554432000 4194304 4196468 140728930314880 140672718822128 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 47287 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13984976 memory=1384 CPUtime=0.03 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 428 0 0 0 1 2 0 0 20 0 15 0 154463714 14320615424 47287 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 110.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 190532 KiB

[startup+162.301 s]
/proc/loadavg: 1.83 1.80 1.84 3/218 26780
/proc/meminfo: memFree=22534160/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0
[pid=26683] ppid=26681 vsize=13984976 memory=197120 CPUtime=171.23 cores=0,2,4,6
/proc/26683/stat : 26683 (java) S 26681 26681 23654 0 -1 1077944320 58027 0 0 0 17099 24 0 0 20 0 15 0 154463708 14320615424 49280 33554432000 4194304 4196468 140728930314880 140728930297424 140673611538167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
/proc/26683/statm: 3496244 49280 3267 1 0 3483478 0
[pid=26683/tid=26684] ppid=26681 vsize=13984976 memory=195384 CPUtime=161.81 cores=0,2,4,6
/proc/26683/task/26684/stat : 26684 (java) R 26681 26681 23654 0 -1 4202560 13650 0 0 0 16176 5 0 0 20 0 15 0 154463708 14320615424 49280 33554432000 4194304 4196468 140728930314880 140673615777616 140673218150006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26685] ppid=26681 vsize=13984976 memory=194872 CPUtime=0.37 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (java) S 26681 26681 23654 0 -1 1077944384 1318 0 0 0 35 2 0 0 20 0 15 0 154463709 14320615424 49280 33554432000 4194304 4196468 140728930314880 140673541626640 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26686] ppid=26681 vsize=13984976 memory=196916 CPUtime=0.38 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (java) S 26681 26681 23654 0 -1 1077944384 1811 0 0 0 36 2 0 0 20 0 15 0 154463709 14320615424 49280 33554432000 4194304 4196468 140728930314880 140673540574096 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26687] ppid=26681 vsize=13984976 memory=197636 CPUtime=0.37 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (java) S 26681 26681 23654 0 -1 1077944384 1498 0 0 0 35 2 0 0 20 0 15 0 154463709 14320615424 49280 33554432000 4194304 4196468 140728930314880 140673539521552 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26688] ppid=26681 vsize=13984976 memory=1384 CPUtime=0.37 cores=0,2,4,6
/proc/26683/task/26688/stat : 26688 (java) S 26681 26681 23654 0 -1 1077944384 1182 0 0 0 35 2 0 0 20 0 15 0 154463709 14320615424 49280 33554432000 4194304 4196468 140728930314880 140673538469008 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26689] ppid=26681 vsize=13984976 memory=197120 CPUtime=0.06 cores=0,2,4,6
/proc/26683/task/26689/stat : 26689 (java) S 26681 26681 23654 0 -1 1077944384 1576 0 0 0 5 1 0 0 20 0 15 0 154463710 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672725137392 140673611549314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26690] ppid=26681 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26690/stat : 26690 (java) S 26681 26681 23654 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672724083616 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26691] ppid=26681 vsize=13984976 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13984976 memory=1708 CPUtime=3.65 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) S 26681 26681 23654 0 -1 1077944384 13346 0 0 0 363 2 0 0 20 0 15 0 154463714 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672720927216 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13984976 memory=1012 CPUtime=3.44 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) S 26681 26681 23654 0 -1 1077944384 14786 0 0 0 343 1 0 0 20 0 15 0 154463714 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672719874672 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13984976 memory=288230574492221466 CPUtime=0.62 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) S 26681 26681 23654 0 -1 1077944384 7051 0 0 0 61 1 0 0 20 0 15 0 154463714 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672718822128 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13984976 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13984976 memory=12136 CPUtime=0.05 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 459 0 0 0 2 3 0 0 20 0 15 0 154463714 14320615424 49280 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 171.23 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198504 KiB

[startup+222.301 s]
/proc/loadavg: 1.57 1.73 1.81 3/222 26802
/proc/meminfo: memFree=22424280/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0
[pid=26683] ppid=26681 vsize=13984976 memory=250596 CPUtime=232.07 cores=0,2,4,6
/proc/26683/stat : 26683 (java) S 26681 26681 23654 0 -1 1077944320 62324 0 0 0 23174 33 0 0 20 0 15 0 154463708 14320615424 62649 33554432000 4194304 4196468 140728930314880 140728930297424 140673611538167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
/proc/26683/statm: 3496244 62649 3267 1 0 3483478 0
[pid=26683/tid=26684] ppid=26681 vsize=13984976 memory=241384 CPUtime=221.52 cores=0,2,4,6
/proc/26683/task/26684/stat : 26684 (java) R 26681 26681 23654 0 -1 4202560 13826 0 0 0 22146 6 0 0 20 0 15 0 154463708 14320615424 62649 33554432000 4194304 4196468 140728930314880 140673615777504 140673219170927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26685] ppid=26681 vsize=13984976 memory=247528 CPUtime=0.62 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (java) S 26681 26681 23654 0 -1 1077944384 1509 0 0 0 58 4 0 0 20 0 15 0 154463709 14320615424 62649 33554432000 4194304 4196468 140728930314880 140673541626640 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26686] ppid=26681 vsize=13984976 memory=248548 CPUtime=0.62 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (java) S 26681 26681 23654 0 -1 1077944384 1989 0 0 0 59 3 0 0 20 0 15 0 154463709 14320615424 62649 33554432000 4194304 4196468 140728930314880 140673540574096 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26687] ppid=26681 vsize=13984976 memory=248548 CPUtime=0.62 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (java) S 26681 26681 23654 0 -1 1077944384 1647 0 0 0 58 4 0 0 20 0 15 0 154463709 14320615424 62649 33554432000 4194304 4196468 140728930314880 140673539521552 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26688] ppid=26681 vsize=13984976 memory=250596 CPUtime=0.62 cores=0,2,4,6
/proc/26683/task/26688/stat : 26688 (java) S 26681 26681 23654 0 -1 1077944384 1363 0 0 0 58 4 0 0 20 0 15 0 154463709 14320615424 62649 33554432000 4194304 4196468 140728930314880 140673538469008 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26689] ppid=26681 vsize=13984976 memory=1384 CPUtime=0.09 cores=0,2,4,6
/proc/26683/task/26689/stat : 26689 (java) S 26681 26681 23654 0 -1 1077944384 1603 0 0 0 8 1 0 0 20 0 15 0 154463710 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672725137392 140673611549314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26690] ppid=26681 vsize=13984976 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26690/stat : 26690 (java) S 26681 26681 23654 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672724083616 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26691] ppid=26681 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13984976 memory=250596 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13984976 memory=248548 CPUtime=3.71 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) S 26681 26681 23654 0 -1 1077944384 14582 0 0 0 369 2 0 0 20 0 15 0 154463714 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672720927216 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13984976 memory=4012 CPUtime=3.48 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) S 26681 26681 23654 0 -1 1077944384 15917 0 0 0 346 2 0 0 20 0 15 0 154463714 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672719874672 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13984976 memory=248548 CPUtime=0.63 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) S 26681 26681 23654 0 -1 1077944384 8066 0 0 0 62 1 0 0 20 0 15 0 154463714 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672718822128 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13984976 memory=1728 CPUtime=0.07 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 472 0 0 0 3 4 0 0 20 0 15 0 154463714 14320615424 62649 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 232.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 251980 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.44 1.69 1.80 3/217 26803
/proc/meminfo: memFree=22397012/32770624 swapFree=67108860/67108860
[pid=26681] ppid=26678 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/26681/stat : 26681 (xcsp3-exec) S 26678 26681 23654 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154463708 9740288 346 33554432000 4194304 5098028 140732450395456 140732450393560 139640764985980 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24588288 140732450403445 140732450403648 140732450403648 140732450406379 0
/proc/26681/statm: 2378 346 289 221 0 87 0
[pid=26683] ppid=26681 vsize=13984976 memory=269028 CPUtime=250.02 cores=0,2,4,6
/proc/26683/stat : 26683 (java) S 26681 26681 23654 0 -1 1077944320 62511 0 0 0 24967 35 0 0 20 0 15 0 154463708 14320615424 67257 33554432000 4194304 4196468 140728930314880 140728930297424 140673611538167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
/proc/26683/statm: 3496244 67257 3267 1 0 3483478 0
[pid=26683/tid=26684] ppid=26681 vsize=13984976 memory=1792 CPUtime=239.13 cores=0,2,4,6
/proc/26683/task/26684/stat : 26684 (java) R 26681 26681 23654 0 -1 4202560 13849 0 0 0 23907 6 0 0 20 0 15 0 154463708 14320615424 67257 33554432000 4194304 4196468 140728930314880 140673615777776 140673219170907 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26685] ppid=26681 vsize=13984976 memory=4872558044660077418 CPUtime=0.7 cores=0,2,4,6
/proc/26683/task/26685/stat : 26685 (java) S 26681 26681 23654 0 -1 1077944384 1536 0 0 0 66 4 0 0 20 0 15 0 154463709 14320615424 67257 33554432000 4194304 4196468 140728930314880 140673541626640 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26686] ppid=26681 vsize=13984976 memory=796 CPUtime=0.7 cores=0,2,4,6
/proc/26683/task/26686/stat : 26686 (java) S 26681 26681 23654 0 -1 1077944384 2037 0 0 0 66 4 0 0 20 0 15 0 154463709 14320615424 67257 33554432000 4194304 4196468 140728930314880 140673540574096 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26687] ppid=26681 vsize=13984976 memory=1228 CPUtime=0.69 cores=0,2,4,6
/proc/26683/task/26687/stat : 26687 (java) S 26681 26681 23654 0 -1 1077944384 1689 0 0 0 65 4 0 0 20 0 15 0 154463709 14320615424 67257 33554432000 4194304 4196468 140728930314880 140673539521552 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26688] ppid=26681 vsize=13984976 memory=5784 CPUtime=0.69 cores=0,2,4,6
/proc/26683/task/26688/stat : 26688 (java) S 26681 26681 23654 0 -1 1077944384 1410 0 0 0 65 4 0 0 20 0 15 0 154463709 14320615424 67257 33554432000 4194304 4196468 140728930314880 140673538469008 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26689] ppid=26681 vsize=13984976 memory=4616 CPUtime=0.1 cores=0,2,4,6
/proc/26683/task/26689/stat : 26689 (java) S 26681 26681 23654 0 -1 1077944384 1603 0 0 0 9 1 0 0 20 0 15 0 154463710 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672725137392 140673611549314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26690] ppid=26681 vsize=13984976 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26690/stat : 26690 (java) S 26681 26681 23654 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672724083616 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26691] ppid=26681 vsize=13984976 memory=262884 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26691/stat : 26691 (java) S 26681 26681 23654 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154463711 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672723031024 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26692] ppid=26681 vsize=13984976 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26692/stat : 26692 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672721979600 140673611556763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26693] ppid=26681 vsize=13984976 memory=42784 CPUtime=3.71 cores=0,2,4,6
/proc/26683/task/26693/stat : 26693 (java) S 26681 26681 23654 0 -1 1077944384 14582 0 0 0 369 2 0 0 20 0 15 0 154463714 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672720927216 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26694] ppid=26681 vsize=13984976 memory=-6611732675706578790 CPUtime=3.48 cores=0,2,4,6
/proc/26683/task/26694/stat : 26694 (java) S 26681 26681 23654 0 -1 1077944384 15917 0 0 0 346 2 0 0 20 0 15 0 154463714 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672719874672 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26695] ppid=26681 vsize=13984976 memory=-8526537225420035946 CPUtime=0.63 cores=0,2,4,6
/proc/26683/task/26695/stat : 26695 (java) S 26681 26681 23654 0 -1 1077944384 8066 0 0 0 62 1 0 0 20 0 15 0 154463714 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672718822128 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26696] ppid=26681 vsize=13984976 memory=928 CPUtime=0 cores=0,2,4,6
/proc/26683/task/26696/stat : 26696 (java) S 26681 26681 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154463714 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672717769824 140673611548373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
[pid=26683/tid=26697] ppid=26681 vsize=13984976 memory=269028 CPUtime=0.08 cores=0,2,4,6
/proc/26683/task/26697/stat : 26697 (java) S 26681 26681 23654 0 -1 1077944384 472 0 0 0 3 5 0 0 20 0 15 0 154463714 14320615424 67257 33554432000 4194304 4196468 140728930314880 140672716716336 140673611549314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26042368 140728930321565 140728930321740 140728930321740 140728930324431 0
Current children cumulated CPU time: 250.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 270412 KiB

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

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

[startup+240.024 s]
# the end of solver process 26683 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.682 s, system=0.359263 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.024
CPU time (s): 250.041
CPU user time (s): 249.682
CPU system time (s): 0.359263
CPU usage (%): 104.173
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 270412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.682
system time used= 0.359263
maximum resident set size= 269596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10200
involuntary context switches= 398


# summary of solver processes directly reported to runsolver:
#   pid: 26681,26683
#   total CPU time (s): 250.041
#   total CPU user time (s): 249.682
#   total CPU system time (s): 0.359263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48993 second user time and 2.37359 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-20 09:11:02
IDJOB=4284554
IDBENCH=135732
IDSOLVER=2680
FILE ID=node105/4284554-1503213923
RUNJOBID= node105-1503209199-23685
PBS_JOBID= 20630876
Free space on /tmp= 61796 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.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-4284554-1503213923/watcher-4284554-1503213923 -o /tmp/evaluation-result-4284554-1503213923/solver-4284554-1503213923 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1503209199-23685 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 430063182 HOME/instance-4284554-1503213923.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=430063182

node105.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.17
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.17
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.17
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.17
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:        22961332 kB
MemAvailable:   31794300 kB
Buffers:          239572 kB
Cached:          8882816 kB
SwapCached:            0 kB
Active:          1272240 kB
Inactive:        8084316 kB
Active(anon):     184112 kB
Inactive(anon):    85892 kB
Active(file):    1088128 kB
Inactive(file):  7998424 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7780 kB
Writeback:             0 kB
AnonPages:        240984 kB
Mapped:            64136 kB
Shmem:             33420 kB
Slab:             151504 kB
SReclaimable:     124500 kB
SUnreclaim:        27004 kB
KernelStack:        3616 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1221068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61788 MiB
End job on node105 at 2017-08-20 09:15:03