Trace number 4406177

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 2019-09-24SAT (TO)104 2520.06 2513.03

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
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 benchmark39.3333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406177-1569410741.xml"  -tl '2520s' -p 1
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4406177-1569410741.xml, -tl, 2520s, -p, 1]
0.33/0.24	c simple solver
0.33/0.31	c parse instance...
0.94/0.53	c solve instance...
0.94/0.59	o 156 
0.94/0.60	o 148 
0.94/0.60	o 145 
0.94/0.60	o 144 
0.94/0.60	o 143 
0.94/0.60	o 142 
0.94/0.60	o 141 
0.94/0.61	o 137 
1.23/0.62	o 136 
1.23/0.62	o 132 
1.23/0.63	o 131 
1.23/0.63	o 130 
1.23/0.65	o 126 
1.23/0.66	o 123 
1.23/0.66	o 121 
1.23/0.68	o 109 
1.51/0.78	o 105 
1.84/0.80	o 104 
2520.01/2513.02	s SATISFIABLE
2520.01/2513.02	v <instantiation>
2520.01/2513.02	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>
2520.01/2513.02	v 	<values>7 9 10 13 11 12 14 8 6 4 1 0 3 2 5 3 4 6 4 7 9 12 10 6 11 1 8 8 7 8 </values>
2520.01/2513.02	v </instantiation>
2520.01/2513.02	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: 16375 MiB (12693 MiB free)
  memory of node 1: 16384 MiB (12142 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406177-1569410741/watcher-4406177-1569410741 -o /tmp/evaluation-result-4406177-1569410741/solver-4406177-1569410741 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324911091-15159 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4406177-1569410741.xml 

running on 4 cores: 0-3

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

solver pid=18438, runsolver pid=18435

[startup+0.100135 s]*
/proc/loadavg: 1.81 1.78 1.72 3/229 18454
/proc/meminfo: memFree=25415624/32770688 swapFree=66927672/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0
[pid=18440] ppid=18438 vsize=15144776 memory=29404 CPUtime=0.12 cores=0-3
/proc/18440/stat : 18440 (java) S 18438 18438 15128 0 -1 1077944320 5804 0 0 0 10 2 0 0 20 0 15 0 517080283 15508250624 7351 33554432000 4194304 4196468 140736496160432 140736496142976 139808360525559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
/proc/18440/statm: 3786194 7351 3120 1 0 3748377 0
[pid=18440/tid=18441] ppid=18438 vsize=15144776 memory=8108032331684915787 CPUtime=0.09 cores=0-3
/proc/18440/task/18441/stat : 18441 (java) R 18438 18438 15128 0 -1 4202560 3739 0 0 0 8 1 0 0 20 0 15 0 517080284 15508250624 7351 33554432000 4194304 4196468 140736496160432 139808364740816 139808341297672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18442] ppid=18438 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0-3
/proc/18440/task/18442/stat : 18442 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 7351 33554432000 4194304 4196468 140736496160432 139808313146512 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18443] ppid=18438 vsize=15144776 memory=140311821678208 CPUtime=0 cores=0-3
/proc/18440/task/18443/stat : 18443 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 7351 33554432000 4194304 4196468 140736496160432 139808312093712 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18444] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18444/stat : 18444 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 7351 33554432000 4194304 4196468 140736496160432 139808311040912 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18445] ppid=18438 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18440/task/18445/stat : 18445 (java) S 18438 18438 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 7351 33554432000 4194304 4196468 140736496160432 139808309988112 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18446] ppid=18438 vsize=15144776 memory=140311821678208 CPUtime=0 cores=0-3
/proc/18440/task/18446/stat : 18446 (java) S 18438 18438 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517080286 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807693986160 139808360536706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18447] ppid=18438 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18440/task/18447/stat : 18447 (java) S 18438 18438 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517080286 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807692932128 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18448] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517080287 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807691879280 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) R 18438 18438 15128 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 517080289 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807689775984 139808360546906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) S 18438 18438 15128 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517080289 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807688723184 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15144776 memory=140311821678208 CPUtime=0.01 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) R 18438 18438 15128 0 -1 4202560 346 0 0 0 1 0 0 0 20 0 15 0 517080289 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807687670384 139808360537494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15144776 memory=140311821678208 CPUtime=0 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080290 15508250624 7351 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30856 KiB

[startup+0.211725 s]*
/proc/loadavg: 1.81 1.78 1.72 4/229 18454
/proc/meminfo: memFree=25402620/32770688 swapFree=66927672/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0
[pid=18440] ppid=18438 vsize=15144776 memory=40692 CPUtime=0.33 cores=0-3
/proc/18440/stat : 18440 (java) S 18438 18438 15128 0 -1 1077944320 9384 0 0 0 30 3 0 0 20 0 15 0 517080283 15508250624 10173 33554432000 4194304 4196468 140736496160432 140736496142976 139808360525559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
/proc/18440/statm: 3786194 10173 3303 1 0 3748377 0
[pid=18440/tid=18441] ppid=18438 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/18440/task/18441/stat : 18441 (java) R 18438 18438 15128 0 -1 4202560 6589 0 0 0 18 2 0 0 20 0 15 0 517080284 15508250624 10173 33554432000 4194304 4196468 140736496160432 139808364758752 139808360547485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18442] ppid=18438 vsize=15144776 memory=1915598 CPUtime=0 cores=0-3
/proc/18440/task/18442/stat : 18442 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 10173 33554432000 4194304 4196468 140736496160432 139808313146512 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18443] ppid=18438 vsize=15144776 memory=140311825522622 CPUtime=0 cores=0-3
/proc/18440/task/18443/stat : 18443 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 10173 33554432000 4194304 4196468 140736496160432 139808312093712 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18444] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18444/stat : 18444 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 10238 33554432000 4194304 4196468 140736496160432 139808311040912 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18445] ppid=18438 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18440/task/18445/stat : 18445 (java) S 18438 18438 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517080284 15508250624 10238 33554432000 4194304 4196468 140736496160432 139808309988112 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18446] ppid=18438 vsize=15144776 memory=140311821678208 CPUtime=0 cores=0-3
/proc/18440/task/18446/stat : 18446 (java) S 18438 18438 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517080286 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807693986160 139808360536706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18447] ppid=18438 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18440/task/18447/stat : 18447 (java) S 18438 18438 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517080286 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807692932128 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18448] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517080287 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807691879280 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15144776 memory=0 CPUtime=0.03 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) R 18438 18438 15128 0 -1 1077944384 395 0 0 0 3 0 0 0 20 0 15 0 517080289 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807689775984 139808360536706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15144776 memory=-1 CPUtime=0.01 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) R 18438 18438 15128 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 15 0 517080289 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807688723184 139808353510601 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15144776 memory=140311821678208 CPUtime=0.07 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) R 18438 18438 15128 0 -1 4202560 736 0 0 0 7 0 0 0 20 0 15 0 517080289 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807687670384 139808338761974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080290 15508250624 10238 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42144 KiB

[startup+0.311599 s]*
/proc/loadavg: 1.81 1.78 1.72 3/229 18454
/proc/meminfo: memFree=25397664/32770688 swapFree=66927672/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0
[pid=18440] ppid=18438 vsize=15149032 memory=46796 CPUtime=0.51 cores=0-3
/proc/18440/stat : 18440 (java) S 18438 18438 15128 0 -1 1077944320 10512 0 0 0 47 4 0 0 20 0 15 0 517080283 15512608768 11699 33554432000 4194304 4196468 140736496160432 140736496142976 139808360525559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
/proc/18440/statm: 3787258 11699 3324 1 0 3748377 0
[pid=18440/tid=18441] ppid=18438 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0-3
/proc/18440/task/18441/stat : 18441 (java) R 18438 18438 15128 0 -1 4202560 7583 0 0 0 27 3 0 0 20 0 15 0 517080284 15512608768 11699 33554432000 4194304 4196468 140736496160432 139808364747072 139808344606046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18442] ppid=18438 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0-3
/proc/18440/task/18442/stat : 18442 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15512608768 11699 33554432000 4194304 4196468 140736496160432 139808313146512 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18443] ppid=18438 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0-3
/proc/18440/task/18443/stat : 18443 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15512608768 11699 33554432000 4194304 4196468 140736496160432 139808312093712 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18444] ppid=18438 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0-3
/proc/18440/task/18444/stat : 18444 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15512608768 11699 33554432000 4194304 4196468 140736496160432 139808311040912 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18445] ppid=18438 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0-3
/proc/18440/task/18445/stat : 18445 (java) S 18438 18438 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517080284 15512608768 11699 33554432000 4194304 4196468 140736496160432 139808309988112 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18446] ppid=18438 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0-3
/proc/18440/task/18446/stat : 18446 (java) S 18438 18438 15128 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517080286 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807693986160 139808360536706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18447] ppid=18438 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0-3
/proc/18440/task/18447/stat : 18447 (java) S 18438 18438 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517080286 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807692932128 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18448] ppid=18438 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0-3
/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517080287 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807691879280 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) S 18438 18438 15128 0 -1 1077944384 411 0 0 0 4 0 0 0 20 0 15 0 517080289 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807689775984 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15149032 memory=0 CPUtime=0.03 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) S 18438 18438 15128 0 -1 1077944384 385 0 0 0 3 0 0 0 20 0 15 0 517080289 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807688723184 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15149032 memory=0 CPUtime=0.12 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) S 18438 18438 15128 0 -1 1077944384 830 0 0 0 12 0 0 0 20 0 15 0 517080289 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807687670384 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080290 15512608768 11699 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48248 KiB

[startup+0.700909 s]
/proc/loadavg: 1.81 1.78 1.72 4/229 18454
/proc/meminfo: memFree=25386920/32770688 swapFree=66927672/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0
[pid=18440] ppid=18438 vsize=15151156 memory=69912 CPUtime=1.51 cores=0-3
/proc/18440/stat : 18440 (java) S 18438 18438 15128 0 -1 1077944320 14786 0 0 0 144 7 0 0 20 0 15 0 517080283 15514783744 17478 33554432000 4194304 4196468 140736496160432 140736496142976 139808360525559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
/proc/18440/statm: 3787789 17478 3457 1 0 3748889 0
[pid=18440/tid=18441] ppid=18438 vsize=15151156 memory=0 CPUtime=0.67 cores=0-3
/proc/18440/task/18441/stat : 18441 (java) R 18438 18438 15128 0 -1 4202560 9267 0 0 0 62 5 0 0 20 0 15 0 517080284 15514783744 17478 33554432000 4194304 4196468 140736496160432 139808364760944 139807981409309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18442] ppid=18438 vsize=15151156 memory=33 CPUtime=0 cores=0-3
/proc/18440/task/18442/stat : 18442 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15514783744 17478 33554432000 4194304 4196468 140736496160432 139808313146512 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18443] ppid=18438 vsize=15151156 memory=-7604262568725289114 CPUtime=0 cores=0-3
/proc/18440/task/18443/stat : 18443 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15514783744 17478 33554432000 4194304 4196468 140736496160432 139808312093712 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18444] ppid=18438 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18444/stat : 18444 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080284 15514783744 17478 33554432000 4194304 4196468 140736496160432 139808311040912 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18445] ppid=18438 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18445/stat : 18445 (java) S 18438 18438 15128 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517080284 15514783744 17478 33554432000 4194304 4196468 140736496160432 139808309988112 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18446] ppid=18438 vsize=15151156 memory=77216 CPUtime=0 cores=0-3
/proc/18440/task/18446/stat : 18446 (java) S 18438 18438 15128 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517080286 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807693986160 139808360536706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18447] ppid=18438 vsize=15151156 memory=984 CPUtime=0 cores=0-3
/proc/18440/task/18447/stat : 18447 (java) S 18438 18438 15128 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517080286 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807692932128 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18448] ppid=18438 vsize=15151156 memory=2020 CPUtime=0 cores=0-3
/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517080287 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807691879280 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15151156 memory=1420 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15151156 memory=776 CPUtime=0.24 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) R 18438 18438 15128 0 -1 4202560 1603 0 0 0 24 0 0 0 20 0 15 0 517080289 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807689761864 139808340218636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15151156 memory=660 CPUtime=0.24 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) R 18438 18438 15128 0 -1 4202560 1041 0 0 0 24 0 0 0 20 0 15 0 517080289 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807688710032 139808338273067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15151156 memory=1556 CPUtime=0.33 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) R 18438 18438 15128 0 -1 1077944384 1568 0 0 0 33 0 0 0 20 0 15 0 517080289 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807687670384 139808360536706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15151156 memory=9588 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15151156 memory=1712 CPUtime=0 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517080290 15514783744 17478 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 71364 KiB

[startup+1.50083 s]
/proc/loadavg: 1.81 1.78 1.72 5/229 18454
/proc/meminfo: memFree=25354616/32770688 swapFree=66927672/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0

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

/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 517080287 15514783744 200247 33554432000 4194304 4196468 140736496160432 139807691879296 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15151156 memory=800988 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15514783744 200247 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15151156 memory=1452 CPUtime=2.17 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) S 18438 18438 15128 0 -1 1077944384 17311 0 0 0 215 2 0 0 20 0 15 0 517080289 15514783744 200247 33554432000 4194304 4196468 140736496160432 139807689775984 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15151156 memory=1452 CPUtime=1.95 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) S 18438 18438 15128 0 -1 1077944384 11731 0 0 0 194 1 0 0 20 0 15 0 517080289 15514783744 200247 33554432000 4194304 4196468 140736496160432 139807688723184 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15151156 memory=238875 CPUtime=0.51 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) S 18438 18438 15128 0 -1 1077944384 7834 0 0 0 50 1 0 0 20 0 15 0 517080289 15514783744 200247 33554432000 4194304 4196468 140736496160432 139807687670384 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15151156 memory=56 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15514783744 200247 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15151156 memory=3624 CPUtime=0.57 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1279 0 0 0 22 35 0 0 20 0 15 0 517080290 15514783744 200247 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 2388.94 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 802440 KiB

[startup+2442.3 s]
/proc/loadavg: 1.81 1.70 1.74 3/229 18782
/proc/meminfo: memFree=24822856/32770688 swapFree=66927680/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0
[pid=18440] ppid=18438 vsize=15151156 memory=770148 CPUtime=2449.05 cores=0-3
/proc/18440/stat : 18440 (java) S 18438 18438 15128 0 -1 1077944320 108842 0 0 0 244681 224 0 0 20 0 15 0 517080283 15514783744 192537 33554432000 4194304 4196468 140736496160432 140736496142976 139808360525559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
/proc/18440/statm: 3787789 192537 3523 1 0 3748889 0
[pid=18440/tid=18441] ppid=18438 vsize=15151156 memory=393880 CPUtime=2440.03 cores=0-3
/proc/18440/task/18441/stat : 18441 (java) R 18438 18438 15128 0 -1 4202560 41547 0 0 0 243841 162 0 0 20 0 15 0 517080284 15514783744 192537 33554432000 4194304 4196468 140736496160432 139808364764912 139807985949696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18442] ppid=18438 vsize=15151156 memory=383520 CPUtime=0.74 cores=0-3
/proc/18440/task/18442/stat : 18442 (java) S 18438 18438 15128 0 -1 1077944384 3657 0 0 0 69 5 0 0 20 0 15 0 517080284 15514783744 192537 33554432000 4194304 4196468 140736496160432 139808313146512 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18443] ppid=18438 vsize=15151156 memory=1121732 CPUtime=0.74 cores=0-3
/proc/18440/task/18443/stat : 18443 (java) S 18438 18438 15128 0 -1 1077944384 2865 0 0 0 70 4 0 0 20 0 15 0 517080284 15514783744 192537 33554432000 4194304 4196468 140736496160432 139808312093712 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18444] ppid=18438 vsize=15151156 memory=1041548 CPUtime=0.74 cores=0-3
/proc/18440/task/18444/stat : 18444 (java) S 18438 18438 15128 0 -1 1077944384 2502 0 0 0 69 5 0 0 20 0 15 0 517080284 15514783744 192537 33554432000 4194304 4196468 140736496160432 139808311040912 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18445] ppid=18438 vsize=15151156 memory=801048 CPUtime=0.75 cores=0-3
/proc/18440/task/18445/stat : 18445 (java) S 18438 18438 15128 0 -1 1077944384 4919 0 0 0 69 6 0 0 20 0 15 0 517080284 15514783744 192537 33554432000 4194304 4196468 140736496160432 139808309988112 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18446] ppid=18438 vsize=15151156 memory=1121732 CPUtime=0.72 cores=0-3
/proc/18440/task/18446/stat : 18446 (java) S 18438 18438 15128 0 -1 1077944384 13503 0 0 0 61 11 0 0 20 0 15 0 517080286 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807693986160 139808360536706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18447] ppid=18438 vsize=15151156 memory=393880 CPUtime=0 cores=0-3
/proc/18440/task/18447/stat : 18447 (java) S 18438 18438 15128 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517080286 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807692932192 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18448] ppid=18438 vsize=15151156 memory=393880 CPUtime=0 cores=0-3
/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 517080287 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807691879296 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15151156 memory=580988 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15151156 memory=770148 CPUtime=2.18 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) S 18438 18438 15128 0 -1 1077944384 17574 0 0 0 216 2 0 0 20 0 15 0 517080289 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807689775984 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15151156 memory=1452 CPUtime=1.95 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) S 18438 18438 15128 0 -1 1077944384 11733 0 0 0 194 1 0 0 20 0 15 0 517080289 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807688723184 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15151156 memory=743420 CPUtime=0.51 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) S 18438 18438 15128 0 -1 1077944384 7836 0 0 0 50 1 0 0 20 0 15 0 517080289 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807687670384 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15151156 memory=1452 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15151156 memory=770148 CPUtime=0.59 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1301 0 0 0 23 36 0 0 20 0 15 0 517080290 15514783744 192537 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 2449.05 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 771600 KiB

[startup+2502.3 s]
/proc/loadavg: 1.82 1.73 1.75 3/229 18786
/proc/meminfo: memFree=24004676/32770688 swapFree=66927680/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0
[pid=18440] ppid=18438 vsize=15151156 memory=1592556 CPUtime=2509.25 cores=0-3
/proc/18440/stat : 18440 (java) S 18438 18438 15128 0 -1 1077944320 113485 0 0 0 250677 248 0 0 20 0 15 0 517080283 15514783744 398139 33554432000 4194304 4196468 140736496160432 140736496142976 139808360525559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
/proc/18440/statm: 3787789 398139 3523 1 0 3748889 0
[pid=18440/tid=18441] ppid=18438 vsize=15151156 memory=1565864 CPUtime=2499.92 cores=0-3
/proc/18440/task/18441/stat : 18441 (java) R 18438 18438 15128 0 -1 4202560 44310 0 0 0 249806 186 0 0 20 0 15 0 517080284 15514783744 398139 33554432000 4194304 4196468 140736496160432 139808364764912 139807983858059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18442] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0.81 cores=0-3
/proc/18440/task/18442/stat : 18442 (java) S 18438 18438 15128 0 -1 1077944384 3922 0 0 0 76 5 0 0 20 0 15 0 517080284 15514783744 398139 33554432000 4194304 4196468 140736496160432 139808313146512 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18443] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0.81 cores=0-3
/proc/18440/task/18443/stat : 18443 (java) S 18438 18438 15128 0 -1 1077944384 3090 0 0 0 77 4 0 0 20 0 15 0 517080284 15514783744 398139 33554432000 4194304 4196468 140736496160432 139808312093712 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18444] ppid=18438 vsize=15151156 memory=1452 CPUtime=0.81 cores=0-3
/proc/18440/task/18444/stat : 18444 (java) S 18438 18438 15128 0 -1 1077944384 3431 0 0 0 76 5 0 0 20 0 15 0 517080284 15514783744 398139 33554432000 4194304 4196468 140736496160432 139808311040912 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18445] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0.82 cores=0-3
/proc/18440/task/18445/stat : 18445 (java) S 18438 18438 15128 0 -1 1077944384 5163 0 0 0 76 6 0 0 20 0 15 0 517080284 15514783744 398139 33554432000 4194304 4196468 140736496160432 139808309988112 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18446] ppid=18438 vsize=15151156 memory=0 CPUtime=0.75 cores=0-3
/proc/18440/task/18446/stat : 18446 (java) S 18438 18438 15128 0 -1 1077944384 13689 0 0 0 64 11 0 0 20 0 15 0 517080286 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807693986160 139808360536706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18447] ppid=18438 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/18440/task/18447/stat : 18447 (java) S 18438 18438 15128 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517080286 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807692932192 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18448] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0 cores=0-3
/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 517080287 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807691879296 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15151156 memory=1452 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15151156 memory=1565876 CPUtime=2.18 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) S 18438 18438 15128 0 -1 1077944384 17576 0 0 0 216 2 0 0 20 0 15 0 517080289 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807689775984 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15151156 memory=1452 CPUtime=1.95 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) S 18438 18438 15128 0 -1 1077944384 11736 0 0 0 194 1 0 0 20 0 15 0 517080289 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807688723184 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0.51 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) S 18438 18438 15128 0 -1 1077944384 7839 0 0 0 50 1 0 0 20 0 15 0 517080289 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807687670384 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15151156 memory=1452 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15151156 memory=1556 CPUtime=0.6 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1324 0 0 0 23 37 0 0 20 0 15 0 517080290 15514783744 398139 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 2509.25 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1594008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513 s]*
/proc/loadavg: 1.85 1.73 1.75 3/229 18786
/proc/meminfo: memFree=23646632/32770688 swapFree=66927680/67108860
[pid=18438] ppid=18435 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/18438/stat : 18438 (xcsp3-exec) S 18435 18438 15128 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517080283 115843072 363 33554432000 4194304 5098028 140720523000224 140720522998328 140662790439548 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38936576 140720523006842 140720523007085 140720523007085 140720523009994 0
/proc/18438/statm: 28282 363 304 221 0 87 0
[pid=18440] ppid=18438 vsize=15151156 memory=1950312 CPUtime=2520.01 cores=0-3
/proc/18440/stat : 18440 (java) S 18438 18438 15128 0 -1 1077944320 114197 0 0 0 251747 254 0 0 20 0 15 0 517080283 15514783744 487578 33554432000 4194304 4196468 140736496160432 140736496142976 139808360525559 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
/proc/18440/statm: 3787789 487578 3523 1 0 3748889 0
[pid=18440/tid=18441] ppid=18438 vsize=15151156 memory=1398722017469774279 CPUtime=2510.61 cores=0-3
/proc/18440/task/18441/stat : 18441 (java) R 18438 18438 15128 0 -1 4202560 44855 0 0 0 250870 191 0 0 20 0 15 0 517080284 15514783744 487578 33554432000 4194304 4196468 140736496160432 139808364764784 139807984301407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18442] ppid=18438 vsize=15151156 memory=1560 CPUtime=0.82 cores=0-3
/proc/18440/task/18442/stat : 18442 (java) S 18438 18438 15128 0 -1 1077944384 3927 0 0 0 77 5 0 0 20 0 15 0 517080284 15514783744 487578 33554432000 4194304 4196468 140736496160432 139808313146512 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18443] ppid=18438 vsize=15151156 memory=928 CPUtime=0.83 cores=0-3
/proc/18440/task/18443/stat : 18443 (java) S 18438 18438 15128 0 -1 1077944384 3092 0 0 0 79 4 0 0 20 0 15 0 517080284 15514783744 487578 33554432000 4194304 4196468 140736496160432 139808312093712 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18444] ppid=18438 vsize=15151156 memory=4126316290023845779 CPUtime=0.82 cores=0-3
/proc/18440/task/18444/stat : 18444 (java) S 18438 18438 15128 0 -1 1077944384 3431 0 0 0 77 5 0 0 20 0 15 0 517080284 15514783744 487578 33554432000 4194304 4196468 140736496160432 139808311040912 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18445] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0.83 cores=0-3
/proc/18440/task/18445/stat : 18445 (java) S 18438 18438 15128 0 -1 1077944384 5164 0 0 0 77 6 0 0 20 0 15 0 517080284 15514783744 487578 33554432000 4194304 4196468 140736496160432 139808309988112 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18446] ppid=18438 vsize=15151156 memory=14008 CPUtime=0.75 cores=0-3
/proc/18440/task/18446/stat : 18446 (java) S 18438 18438 15128 0 -1 1077944384 13691 0 0 0 64 11 0 0 20 0 15 0 517080286 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807693986160 139808360536706 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18447] ppid=18438 vsize=15151156 memory=1452 CPUtime=0 cores=0-3
/proc/18440/task/18447/stat : 18447 (java) S 18438 18438 15128 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 517080286 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807692932192 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18448] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0 cores=0-3
/proc/18440/task/18448/stat : 18448 (java) S 18438 18438 15128 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 517080287 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807691879296 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18449] ppid=18438 vsize=15151156 memory=39232 CPUtime=0 cores=0-3
/proc/18440/task/18449/stat : 18449 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080289 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807690827600 139808360544155 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18450] ppid=18438 vsize=15151156 memory=2120 CPUtime=2.18 cores=0-3
/proc/18440/task/18450/stat : 18450 (java) S 18438 18438 15128 0 -1 1077944384 17576 0 0 0 216 2 0 0 20 0 15 0 517080289 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807689775984 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18451] ppid=18438 vsize=15151156 memory=496 CPUtime=1.95 cores=0-3
/proc/18440/task/18451/stat : 18451 (java) S 18438 18438 15128 0 -1 1077944384 11891 0 0 0 194 1 0 0 20 0 15 0 517080289 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807688723184 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18452] ppid=18438 vsize=15151156 memory=1452 CPUtime=0.51 cores=0-3
/proc/18440/task/18452/stat : 18452 (java) S 18438 18438 15128 0 -1 1077944384 7839 0 0 0 50 1 0 0 20 0 15 0 517080289 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807687670384 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18453] ppid=18438 vsize=15151156 memory=1592556 CPUtime=0 cores=0-3
/proc/18440/task/18453/stat : 18453 (java) S 18438 18438 15128 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517080290 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807686617824 139808360535765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
[pid=18440/tid=18454] ppid=18438 vsize=15151156 memory=1556 CPUtime=0.6 cores=0-3
/proc/18440/task/18454/stat : 18454 (java) S 18438 18438 15128 0 -1 1077944384 1326 0 0 0 23 37 0 0 20 0 15 0 517080290 15514783744 487578 33554432000 4194304 4196468 140736496160432 139807685565104 139808360536706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18710528 140736496161775 140736496161946 140736496161946 140736496164815 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1951764 KiB

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

[startup+2513.02 s]
# the end of solver process 18438 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001781 s, system=0.00089 s

[startup+2513.03 s]
# the end of solver process 18440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.51 s, system=2.55327 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): 2513.03
CPU time (s): 2520.06
CPU user time (s): 2517.51
CPU system time (s): 2.55327
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 2488260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.51
system time used= 2.55327
maximum resident set size= 2515520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70317
involuntary context switches= 6965


# summary of solver processes directly reported to runsolver:
#   pid: 18438,18440
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.51
#   total CPU system time (s): 2.55327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0271 second user time and 24.4826 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 19:46:02
IDJOB=4406177
IDBENCH=135736
IDSOLVER=2869
FILE ID=node120/4406177-1569410741
RUNJOBID= node120-1324911091-15159
PBS_JOBID= 21705692
Free space on /tmp= 23384 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406177-1569410741/watcher-4406177-1569410741 -o /tmp/evaluation-result-4406177-1569410741/solver-4406177-1569410741 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324911091-15159 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4406177-1569410741.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=1672968524

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25432204 kB
MemAvailable:   31431940 kB
Buffers:          137952 kB
Cached:          6139364 kB
SwapCached:        68836 kB
Active:          3450088 kB
Inactive:        3247144 kB
Active(anon):     350956 kB
Inactive(anon):   133896 kB
Active(file):    3099132 kB
Inactive(file):  3113248 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66927672 kB
Dirty:             26148 kB
Writeback:             0 kB
AnonPages:        460544 kB
Mapped:            77596 kB
Shmem:             55976 kB
Slab:             235984 kB
SReclaimable:     206380 kB
SUnreclaim:        29604 kB
KernelStack:        3696 kB
PageTables:         6572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1666820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23360 MiB
End job on node120 at 2011-12-26 20:27:55