Trace number 4270338

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT (TO)128 244.58 240.02299

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark247.562
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270338-1502622910.xml"  -tl '264s' -p 1 -x 0
0.05/0.30	c [HOME/instance-4270338-1502622910.xml, -tl, 264s, -p, 1, -x, 0]
0.22/0.36	c simple solver
0.40/0.43	c parse instance...
0.84/0.62	c solve instance...
1.13/0.73	o 183 
1.13/0.74	o 166 
1.13/0.74	o 162 
1.13/0.76	o 152 
1.13/0.76	o 148 
1.13/0.78	o 147 
3.29/1.49	o 143 
3.29/1.49	o 139 
3.89/1.63	o 135 
16.75/12.70	o 133 
17.35/13.38	o 130 
122.15/117.77	o 128 
244.56/240.01	s SATISFIABLE
244.56/240.01	v <instantiation>
244.56/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] c[15] c[16] c[17] c[18] c[19] 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] d[15] d[16] d[17] d[18] d[19] </list>
244.56/240.01	v 	<values>8 13 14 19 18 16 17 15 12 11 10 4 5 2 0 1 7 9 3 6 10 3 10 18 7 2 5 10 4 14 5 2 3 2 3 9 3 12 2 4 </values>
244.56/240.01	v </instantiation>
244.56/240.01	c Unexpected resolution interruption!

Verifier Data

OK	128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270338-1502622910/watcher-4270338-1502622910 -o /tmp/evaluation-result-4270338-1502622910/solver-4270338-1502622910 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28447 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1178082632 HOME/instance-4270338-1502622910.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=30082, runsolver pid=30079

[startup+0.100059 s]*
/proc/loadavg: 1.82 1.79 1.89 3/210 30089
/proc/meminfo: memFree=30632780/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13358712 memory=14244 CPUtime=0.01 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 3352 0 0 0 1 0 0 0 20 0 6 0 104202375 13679321088 3561 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3339678 3561 1900 1 0 3329175 0
[pid=30084/tid=30085] ppid=30082 vsize=13358712 memory=-6154851049794539877 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) R 30082 30082 12395 0 -1 4202560 2115 0 0 0 1 0 0 0 20 0 6 0 104202375 13679321088 3561 18446744073709551615 4194304 4196468 140737401617856 140712761406032 140712736758813 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13358712 memory=5767616812746172809 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104202376 13679321088 3561 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13358712 memory=140422447642240 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104202376 13679321088 3561 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104202376 13679321088 3561 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13358712 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 104202376 13679321088 3561 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15624 KiB

[startup+0.210656 s]*
/proc/loadavg: 1.82 1.79 1.89 2/218 30097
/proc/meminfo: memFree=30625920/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13907304 memory=20892 CPUtime=0.05 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 4603 0 0 0 5 0 0 0 20 0 14 0 104202375 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3476826 5223 2577 1 0 3466323 0
[pid=30084/tid=30085] ppid=30082 vsize=13907304 memory=7679935271712759199 CPUtime=0.04 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) D 30082 30082 12395 0 -1 4202560 2784 0 0 0 4 0 0 0 20 0 14 0 104202375 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712761407392 140712757191933 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13907304 memory=5767616812746172809 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104202376 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13907304 memory=140422447642240 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104202376 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104202376 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104202376 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30090] ppid=30082 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104202377 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 104202378 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 104202378 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30093/stat : 30093 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104202380 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712232290640 140712757188507 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30094] ppid=30082 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30094/stat : 30094 (java) S 30082 30082 12395 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 104202380 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712231238000 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30095] ppid=30082 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30095/stat : 30095 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104202380 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712230185200 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30096] ppid=30082 vsize=13907304 memory=140422447642240 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30096/stat : 30096 (java) S 30082 30082 12395 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 104202380 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712229132400 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30097] ppid=30082 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30097/stat : 30097 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104202381 14241079296 5223 18446744073709551615 4194304 4196468 140737401617856 140712228079840 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22272 KiB

[startup+0.311381 s]*
/proc/loadavg: 1.82 1.79 1.89 4/219 30098
/proc/meminfo: memFree=30615752/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13975376 memory=35912 CPUtime=0.22 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 8371 0 0 0 21 1 0 0 20 0 15 0 104202375 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3493844 8978 2974 1 0 3483220 0
[pid=30084/tid=30085] ppid=30082 vsize=13975376 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) R 30082 30082 12395 0 -1 4202560 5622 0 0 0 13 1 0 0 20 0 15 0 104202375 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712761392288 140712749849629 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104202376 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30090] ppid=30082 vsize=13975376 memory=140422345415872 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104202377 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104202378 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104202378 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30093/stat : 30093 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202380 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712232290640 140712757188507 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30094] ppid=30082 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30094/stat : 30094 (java) S 30082 30082 12395 0 -1 1077944384 550 0 0 0 1 0 0 0 20 0 15 0 104202380 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712231238000 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30095] ppid=30082 vsize=13975376 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30095/stat : 30095 (java) S 30082 30082 12395 0 -1 1077944384 194 0 0 0 1 0 0 0 20 0 15 0 104202380 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712230185200 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30096] ppid=30082 vsize=13975376 memory=140422447642240 CPUtime=0.05 cores=0,2,4,6
/proc/30084/task/30096/stat : 30096 (java) S 30082 30082 12395 0 -1 1077944384 701 0 0 0 5 0 0 0 20 0 15 0 104202380 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712229132400 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30097] ppid=30082 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30097/stat : 30097 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202381 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712228079840 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30098] ppid=30082 vsize=13975376 memory=140422447642240 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30098/stat : 30098 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202388 14310785024 8978 18446744073709551615 4194304 4196468 140737401617856 140712227028144 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 37292 KiB

[startup+0.700776 s]
/proc/loadavg: 1.82 1.79 1.89 4/219 30098
/proc/meminfo: memFree=30600216/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13980732 memory=59788 CPUtime=1.13 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 12038 0 0 0 108 5 0 0 20 0 15 0 104202375 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3495183 14947 3180 1 0 3483476 0
[pid=30084/tid=30085] ppid=30082 vsize=13980732 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) R 30082 30082 12395 0 -1 4202560 8059 0 0 0 48 4 0 0 20 0 15 0 104202375 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712761403904 140712400510681 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13980732 memory=12132 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30090] ppid=30082 vsize=13980732 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104202377 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13980732 memory=9024 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30093/stat : 30093 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202380 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712232290640 140712757188507 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30094] ppid=30082 vsize=13980732 memory=1436 CPUtime=0.18 cores=0,2,4,6
/proc/30084/task/30094/stat : 30094 (java) R 30082 30082 12395 0 -1 4202560 999 0 0 0 18 0 0 0 20 0 15 0 104202380 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712231223072 140712741160069 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30095] ppid=30082 vsize=13980732 memory=1196 CPUtime=0.17 cores=0,2,4,6
/proc/30084/task/30095/stat : 30095 (java) R 30082 30082 12395 0 -1 4202560 621 0 0 0 17 0 0 0 20 0 15 0 104202380 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712230174000 140712734393536 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30096] ppid=30082 vsize=13980732 memory=15880 CPUtime=0.23 cores=0,2,4,6
/proc/30084/task/30096/stat : 30096 (java) S 30082 30082 12395 0 -1 1077944384 1052 0 0 0 23 0 0 0 20 0 15 0 104202380 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712229132400 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30097] ppid=30082 vsize=13980732 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30097/stat : 30097 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202381 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712228079840 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30098] ppid=30082 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30098/stat : 30098 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202388 14316269568 14947 18446744073709551615 4194304 4196468 140737401617856 140712227028144 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 61168 KiB

[startup+1.50083 s]
/proc/loadavg: 1.82 1.79 1.89 5/219 30098
/proc/meminfo: memFree=30578468/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13980732 memory=81908 CPUtime=3.59 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 24148 0 0 0 353 6 0 0 20 0 15 0 104202375 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3495183 20477 3194 1 0 3483476 0
[pid=30084/tid=30085] ppid=30082 vsize=13980732 memory=6944656592455097440 CPUtime=1.32 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) R 30082 30082 12395 0 -1 4202560 8466 0 0 0 128 4 0 0 20 0 15 0 104202375 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712761407416 140712400805196 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13980732 memory=1470 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13980732 memory=2110772952541892 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13980732 memory=299 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13980732 memory=112 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104202376 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30090] ppid=30082 vsize=13980732 memory=12132 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104202377 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13980732 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 20477 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6

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

[pid=30084/tid=30090] ppid=30082 vsize=13980732 memory=4132 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 1106 0 0 0 1 0 0 0 20 0 15 0 104202377 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13980732 memory=258479721868052 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30093/stat : 30093 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202380 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712232290640 140712757188507 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30094] ppid=30082 vsize=13980732 memory=1380 CPUtime=1.99 cores=0,2,4,6
/proc/30084/task/30094/stat : 30094 (java) S 30082 30082 12395 0 -1 1077944384 10466 0 0 0 198 1 0 0 20 0 15 0 104202380 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712231238000 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30095] ppid=30082 vsize=13980732 memory=0 CPUtime=2.1 cores=0,2,4,6
/proc/30084/task/30095/stat : 30095 (java) S 30082 30082 12395 0 -1 1077944384 14656 0 0 0 209 1 0 0 20 0 15 0 104202380 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712230185200 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30096] ppid=30082 vsize=13980732 memory=1 CPUtime=0.42 cores=0,2,4,6
/proc/30084/task/30096/stat : 30096 (java) S 30082 30082 12395 0 -1 1077944384 5204 0 0 0 41 1 0 0 20 0 15 0 104202380 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712229132400 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30097] ppid=30082 vsize=13980732 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30097/stat : 30097 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202381 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712228079840 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30098] ppid=30082 vsize=13980732 memory=213572 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30098/stat : 30098 (java) S 30082 30082 12395 0 -1 1077944384 872 0 0 0 1 1 0 0 20 0 15 0 104202388 14316269568 53401 18446744073709551615 4194304 4196468 140737401617856 140712227028144 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 106.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 214984 KiB

[startup+162.301 s]
/proc/loadavg: 1.81 1.81 1.87 3/216 30183
/proc/meminfo: memFree=30133656/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13980732 memory=208492 CPUtime=166.77 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 50294 0 0 0 16664 13 0 0 20 0 15 0 104202375 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3495183 52123 3233 1 0 3483476 0
[pid=30084/tid=30085] ppid=30082 vsize=13980732 memory=208492 CPUtime=162.06 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) R 30082 30082 12395 0 -1 4202560 13089 0 0 0 16201 5 0 0 20 0 15 0 104202375 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712761408624 140712400805578 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13980732 memory=1380 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 543 0 0 0 1 0 0 0 20 0 15 0 104202376 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13980732 memory=208492 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1078 0 0 0 1 0 0 0 20 0 15 0 104202376 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13980732 memory=208492 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1131 0 0 0 1 0 0 0 20 0 15 0 104202376 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13980732 memory=208492 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 104202376 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30090] ppid=30082 vsize=13980732 memory=208492 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 1326 0 0 0 1 0 0 0 20 0 15 0 104202377 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13980732 memory=211568 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13980732 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30093/stat : 30093 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202380 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712232290640 140712757188507 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30094] ppid=30082 vsize=13980732 memory=51192 CPUtime=1.99 cores=0,2,4,6
/proc/30084/task/30094/stat : 30094 (java) S 30082 30082 12395 0 -1 1077944384 10582 0 0 0 198 1 0 0 20 0 15 0 104202380 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712231238000 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30095] ppid=30082 vsize=13980732 memory=208492 CPUtime=2.1 cores=0,2,4,6
/proc/30084/task/30095/stat : 30095 (java) S 30082 30082 12395 0 -1 1077944384 14664 0 0 0 209 1 0 0 20 0 15 0 104202380 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712230185200 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30096] ppid=30082 vsize=13980732 memory=1380 CPUtime=0.42 cores=0,2,4,6
/proc/30084/task/30096/stat : 30096 (java) S 30082 30082 12395 0 -1 1077944384 5343 0 0 0 41 1 0 0 20 0 15 0 104202380 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712229132400 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30097] ppid=30082 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30097/stat : 30097 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202381 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712228079840 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30098] ppid=30082 vsize=13980732 memory=1380 CPUtime=0.04 cores=0,2,4,6
/proc/30084/task/30098/stat : 30098 (java) S 30082 30082 12395 0 -1 1077944384 903 0 0 0 2 2 0 0 20 0 15 0 104202388 14316269568 52123 18446744073709551615 4194304 4196468 140737401617856 140712227028144 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 166.77 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 209872 KiB

[startup+222.301 s]
/proc/loadavg: 1.86 1.83 1.87 3/217 30186
/proc/meminfo: memFree=30071992/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13980732 memory=197740 CPUtime=226.83 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 52790 0 0 0 22669 14 0 0 20 0 15 0 104202375 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3495183 49435 3233 1 0 3483476 0
[pid=30084/tid=30085] ppid=30082 vsize=13980732 memory=197740 CPUtime=222.06 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) R 30082 30082 12395 0 -1 4202560 13706 0 0 0 22201 5 0 0 20 0 15 0 104202375 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712761409632 140712400805553 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13980732 memory=199272 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 903 0 0 0 2 0 0 0 20 0 15 0 104202376 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13980732 memory=197740 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1093 0 0 0 2 0 0 0 20 0 15 0 104202376 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13980732 memory=1380 CPUtime=0.01 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1136 0 0 0 1 0 0 0 20 0 15 0 104202376 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13980732 memory=197740 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 15 0 104202376 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30090] ppid=30082 vsize=13980732 memory=197740 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 1530 0 0 0 2 0 0 0 20 0 15 0 104202377 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13980732 memory=201324 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13980732 memory=199276 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13980732 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30093/stat : 30093 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202380 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712232290640 140712757188507 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30094] ppid=30082 vsize=13980732 memory=51192 CPUtime=2.01 cores=0,2,4,6
/proc/30084/task/30094/stat : 30094 (java) S 30082 30082 12395 0 -1 1077944384 11448 0 0 0 200 1 0 0 20 0 15 0 104202380 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712231238000 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30095] ppid=30082 vsize=13980732 memory=1380 CPUtime=2.1 cores=0,2,4,6
/proc/30084/task/30095/stat : 30095 (java) S 30082 30082 12395 0 -1 1077944384 14671 0 0 0 209 1 0 0 20 0 15 0 104202380 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712230185200 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30096] ppid=30082 vsize=13980732 memory=197740 CPUtime=0.42 cores=0,2,4,6
/proc/30084/task/30096/stat : 30096 (java) S 30082 30082 12395 0 -1 1077944384 5697 0 0 0 41 1 0 0 20 0 15 0 104202380 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712229132400 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30097] ppid=30082 vsize=13980732 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30097/stat : 30097 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202381 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712228079840 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30098] ppid=30082 vsize=13980732 memory=51192 CPUtime=0.05 cores=0,2,4,6
/proc/30084/task/30098/stat : 30098 (java) S 30082 30082 12395 0 -1 1077944384 935 0 0 0 2 3 0 0 20 0 15 0 104202388 14316269568 49435 18446744073709551615 4194304 4196468 140737401617856 140712227028144 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 226.83 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199120 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.83 1.82 1.87 3/217 30186
/proc/meminfo: memFree=30074344/32770624 swapFree=67108860/67108860
[pid=30082] ppid=30079 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30082/stat : 30082 (xcsp3-exec) S 30079 30082 12395 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 104202366 9740288 345 18446744073709551615 4194304 5098028 140727268984672 140727268982776 140444848415356 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 8 0 0 7196144 7232144 31608832 140727268987262 140727268987466 140727268987466 140727268990955 0
/proc/30082/statm: 2378 345 289 221 0 87 0
[pid=30084] ppid=30082 vsize=13980732 memory=194700 CPUtime=244.56 cores=0,2,4,6
/proc/30084/stat : 30084 (java) S 30082 30082 12395 0 -1 1077944320 53288 0 0 0 24441 15 0 0 20 0 15 0 104202375 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140737401600400 140712757169911 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
/proc/30084/statm: 3495183 48675 3233 1 0 3483476 0
[pid=30084/tid=30085] ppid=30082 vsize=13980732 memory=-8774313645642428999 CPUtime=239.76 cores=0,2,4,6
/proc/30084/task/30085/stat : 30085 (java) R 30082 30082 12395 0 -1 4202560 13739 0 0 0 23971 5 0 0 20 0 15 0 104202375 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712761409312 140712400805368 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30086] ppid=30082 vsize=13980732 memory=-7003737579269690708 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30086/stat : 30086 (java) S 30082 30082 12395 0 -1 1077944384 903 0 0 0 2 0 0 0 20 0 15 0 104202376 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712726882960 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30087] ppid=30082 vsize=13980732 memory=1196 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30087/stat : 30087 (java) S 30082 30082 12395 0 -1 1077944384 1093 0 0 0 2 0 0 0 20 0 15 0 104202376 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712356112912 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30088] ppid=30082 vsize=13980732 memory=15880 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30088/stat : 30088 (java) S 30082 30082 12395 0 -1 1077944384 1136 0 0 0 2 0 0 0 20 0 15 0 104202376 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712355060112 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30089] ppid=30082 vsize=13980732 memory=4048 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30089/stat : 30089 (java) S 30082 30082 12395 0 -1 1077944384 323 0 0 0 2 0 0 0 20 0 15 0 104202376 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712354007312 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30090] ppid=30082 vsize=13980732 memory=-8774313645642428999 CPUtime=0.02 cores=0,2,4,6
/proc/30084/task/30090/stat : 30090 (java) S 30082 30082 12395 0 -1 1077944384 1545 0 0 0 2 0 0 0 20 0 15 0 104202377 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712235449200 140712757181058 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30091] ppid=30082 vsize=13980732 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30091/stat : 30091 (java) S 30082 30082 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712234395168 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30092] ppid=30082 vsize=13980732 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30092/stat : 30092 (java) S 30082 30082 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 104202378 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712233342320 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30093] ppid=30082 vsize=13980732 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30093/stat : 30093 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202380 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712232290640 140712757188507 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30094] ppid=30082 vsize=13980732 memory=1160 CPUtime=2.01 cores=0,2,4,6
/proc/30084/task/30094/stat : 30094 (java) S 30082 30082 12395 0 -1 1077944384 11448 0 0 0 200 1 0 0 20 0 15 0 104202380 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712231238000 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30095] ppid=30082 vsize=13980732 memory=3012 CPUtime=2.11 cores=0,2,4,6
/proc/30084/task/30095/stat : 30095 (java) S 30082 30082 12395 0 -1 1077944384 14986 0 0 0 210 1 0 0 20 0 15 0 104202380 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712230185200 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30096] ppid=30082 vsize=13980732 memory=1380 CPUtime=0.42 cores=0,2,4,6
/proc/30084/task/30096/stat : 30096 (java) S 30082 30082 12395 0 -1 1077944384 5824 0 0 0 41 1 0 0 20 0 15 0 104202380 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712229132400 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30097] ppid=30082 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30084/task/30097/stat : 30097 (java) S 30082 30082 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104202381 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712228079840 140712757180117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
[pid=30084/tid=30098] ppid=30082 vsize=13980732 memory=1436 CPUtime=0.05 cores=0,2,4,6
/proc/30084/task/30098/stat : 30098 (java) S 30082 30082 12395 0 -1 1077944384 940 0 0 0 2 3 0 0 20 0 15 0 104202388 14316269568 48675 18446744073709551615 4194304 4196468 140737401617856 140712227028144 140712757181058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 29122560 140737401622967 140737401623142 140737401623142 140737401626575 0
Current children cumulated CPU time: 244.56 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 196080 KiB

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

[startup+240.023 s]
# the end of solver process 30082 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.421 s, system=0.158029 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.023
CPU time (s): 244.58
CPU user time (s): 244.421
CPU system time (s): 0.158029
CPU usage (%): 101.898
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 217032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.421
system time used= 0.158029
maximum resident set size= 217700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54131
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= 7822
involuntary context switches= 273


# summary of solver processes directly reported to runsolver:
#   pid: 30082
#   total CPU time (s): 244.58
#   total CPU user time (s): 244.421
#   total CPU system time (s): 0.158029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42725 second user time and 2.28029 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 13:01:17
IDJOB=4270338
IDBENCH=135672
IDSOLVER=2661
FILE ID=node135/4270338-1502622910
RUNJOBID= node135-1502620465-28447
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.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-4270338-1502622910/watcher-4270338-1502622910 -o /tmp/evaluation-result-4270338-1502622910/solver-4270338-1502622910 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502620465-28447 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1178082632 HOME/instance-4270338-1502622910.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=1178082632

node135.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.21
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.21
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.21
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.21
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:        30636056 kB
MemAvailable:   31539996 kB
Buffers:          311236 kB
Cached:           890476 kB
SwapCached:            0 kB
Active:          1135368 kB
Inactive:         552720 kB
Active(anon):     486640 kB
Inactive(anon):    41324 kB
Active(file):     648728 kB
Inactive(file):   511396 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7968 kB
Writeback:            16 kB
AnonPages:        477888 kB
Mapped:            68008 kB
Shmem:             41656 kB
Slab:             147000 kB
SReclaimable:     119304 kB
SUnreclaim:        27696 kB
KernelStack:        3760 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1676904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-13 13:05:17