Trace number 4406178

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)93 2520.03 2510.61

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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-4406178-1569410764.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406178-1569410764.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
0.73/0.47	c solve instance...
1.03/0.54	o 163 
1.03/0.55	o 154 
1.03/0.55	o 153 
1.03/0.55	o 149 
1.03/0.55	o 148 
1.03/0.55	o 144 
1.03/0.55	o 133 
1.03/0.57	o 132 
1.03/0.57	o 131 
1.03/0.57	o 123 
1.03/0.58	o 109 
1.03/0.58	o 108 
1.03/0.58	o 94 
1.03/0.58	o 93 
2520.00/2510.60	s SATISFIABLE
2520.00/2510.60	v <instantiation>
2520.00/2510.60	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.00/2510.60	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
2520.00/2510.60	v </instantiation>
2520.00/2510.60	c Unexpected resolution interruption!

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406178-1569410764/watcher-4406178-1569410764 -o /var/tmp/evaluation-result-4406178-1569410764/solver-4406178-1569410764 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1231058056 HOME/instance-4406178-1569410764.xml 

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

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=30395, runsolver pid=30392

[startup+0.100134 s]*
/proc/loadavg: 1.51 1.59 1.68 4/229 30411
/proc/meminfo: memFree=26124708/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0
[pid=30397] ppid=30395 vsize=15144776 memory=28924 CPUtime=0.13 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30395 26090 0 -1 1077944320 5679 0 0 0 12 1 0 0 20 0 15 0 517324939 15508250624 7231 33554432000 4194304 4196468 140727530182944 140727530165488 140433480613623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
/proc/30397/statm: 3786194 7231 3160 1 0 3748377 0
[pid=30397/tid=30398] ppid=30395 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/30397/task/30398/stat : 30398 (java) R 30395 30395 26090 0 -1 4202560 3544 0 0 0 8 1 0 0 20 0 15 0 517324939 15508250624 7231 33554432000 4194304 4196468 140727530182944 140433484847760 140433480625558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30399] ppid=30395 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 7231 33554432000 4194304 4196468 140727530182944 140433433233936 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30400] ppid=30395 vsize=15144776 memory=139984208979584 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 7231 33554432000 4194304 4196468 140727530182944 140433432181392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30401] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 7231 33554432000 4194304 4196468 140727530182944 140433431128336 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30402] ppid=30395 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 7231 33554432000 4194304 4196468 140727530182944 140433430075792 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30403] ppid=30395 vsize=15144776 memory=139984208979584 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324941 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517324942 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432947271328 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517324942 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432946218224 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30395 26090 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 517324944 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432944113904 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30395 26090 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 517324944 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432943061360 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15144776 memory=139984208979584 CPUtime=0.02 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) R 30395 30395 26090 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 517324944 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432942004032 140433459532741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15144776 memory=139984208979584 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324945 15508250624 7231 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30376 KiB

[startup+0.210775 s]*
/proc/loadavg: 1.51 1.59 1.68 5/229 30411
/proc/meminfo: memFree=26109984/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0
[pid=30397] ppid=30395 vsize=15144776 memory=41244 CPUtime=0.35 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30395 26090 0 -1 1077944320 9496 0 0 0 32 3 0 0 20 0 15 0 517324939 15508250624 10311 33554432000 4194304 4196468 140727530182944 140727530165488 140433480613623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
/proc/30397/statm: 3786194 10311 3315 1 0 3748377 0
[pid=30397/tid=30398] ppid=30395 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/30397/task/30398/stat : 30398 (java) R 30395 30395 26090 0 -1 4202560 6572 0 0 0 18 2 0 0 20 0 15 0 517324939 15508250624 10311 33554432000 4194304 4196468 140727530182944 140433484846800 140433480635549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30399] ppid=30395 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 10311 33554432000 4194304 4196468 140727530182944 140433433233936 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30400] ppid=30395 vsize=15144776 memory=139984212810359 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 10311 33554432000 4194304 4196468 140727530182944 140433432181392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30401] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 10311 33554432000 4194304 4196468 140727530182944 140433431128336 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30402] ppid=30395 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15508250624 10311 33554432000 4194304 4196468 140727530182944 140433430075792 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30403] ppid=30395 vsize=15144776 memory=139984208979584 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517324941 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517324942 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432947271328 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517324942 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432946218224 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30395 26090 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 15 0 517324944 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432944113904 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30395 26090 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 517324944 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432943061360 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15144776 memory=139984208979584 CPUtime=0.08 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) R 30395 30395 26090 0 -1 4202560 740 0 0 0 8 0 0 0 20 0 15 0 517324944 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432942008304 140433458605475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324945 15508250624 10311 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42696 KiB

[startup+0.312023 s]*
/proc/loadavg: 1.51 1.59 1.68 4/229 30411
/proc/meminfo: memFree=26103560/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0
[pid=30397] ppid=30395 vsize=15149032 memory=50516 CPUtime=0.54 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30395 26090 0 -1 1077944320 10923 0 0 0 50 4 0 0 20 0 15 0 517324939 15512608768 12629 33554432000 4194304 4196468 140727530182944 140727530165488 140433480613623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
/proc/30397/statm: 3787258 12629 3362 1 0 3748377 0
[pid=30397/tid=30398] ppid=30395 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/30397/task/30398/stat : 30398 (java) R 30395 30395 26090 0 -1 4202560 7762 0 0 0 27 3 0 0 20 0 15 0 517324939 15512608768 12629 33554432000 4194304 4196468 140727530182944 140433484844736 140433464694110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30399] ppid=30395 vsize=15149032 memory=13961 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15512608768 12629 33554432000 4194304 4196468 140727530182944 140433433233936 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30400] ppid=30395 vsize=15149032 memory=3845071 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15512608768 12629 33554432000 4194304 4196468 140727530182944 140433432181392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30401] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15512608768 12629 33554432000 4194304 4196468 140727530182944 140433431128336 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30402] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15512608768 12629 33554432000 4194304 4196468 140727530182944 140433430075792 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30403] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517324941 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517324942 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432947271328 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517324942 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432946218224 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30395 26090 0 -1 1077944384 502 0 0 0 4 0 0 0 20 0 15 0 517324944 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432944113904 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) R 30395 30395 26090 0 -1 4202560 517 0 0 0 5 0 0 0 20 0 15 0 517324944 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432943042376 140433462139017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30395 26090 0 -1 1077944384 835 0 0 0 13 0 0 0 20 0 15 0 517324944 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432942008304 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324945 15512608768 12635 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51968 KiB

[startup+0.700791 s]
/proc/loadavg: 1.51 1.59 1.68 6/229 30411
/proc/meminfo: memFree=26089108/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0
[pid=30397] ppid=30395 vsize=15151156 memory=82604 CPUtime=1.65 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30395 26090 0 -1 1077944320 17802 0 0 0 159 6 0 0 20 0 15 0 517324939 15514783744 20651 33554432000 4194304 4196468 140727530182944 140727530165488 140433480613623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
/proc/30397/statm: 3787789 20651 3457 1 0 3748889 0
[pid=30397/tid=30398] ppid=30395 vsize=15151156 memory=36280 CPUtime=0.67 cores=0,2,4,6
/proc/30397/task/30398/stat : 30398 (java) R 30395 30395 26090 0 -1 4202560 9061 0 0 0 64 3 0 0 20 0 15 0 517324939 15514783744 20651 33554432000 4194304 4196468 140727530182944 140433484845176 140433480625558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30399] ppid=30395 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15514783744 20651 33554432000 4194304 4196468 140727530182944 140433433233936 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30400] ppid=30395 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15514783744 20651 33554432000 4194304 4196468 140727530182944 140433432181392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30401] ppid=30395 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324940 15514783744 20651 33554432000 4194304 4196468 140727530182944 140433431128336 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30402] ppid=30395 vsize=15151156 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30395 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517324940 15514783744 20651 33554432000 4194304 4196468 140727530182944 140433430075792 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30403] ppid=30395 vsize=15151156 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517324941 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432947271328 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432946218224 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15151156 memory=2676 CPUtime=0.29 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) R 30395 30395 26090 0 -1 4202560 2686 0 0 0 29 0 0 0 20 0 15 0 517324944 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432944098568 140433465731942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15151156 memory=1764 CPUtime=0.33 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) R 30395 30395 26090 0 -1 4202560 2792 0 0 0 33 0 0 0 20 0 15 0 517324944 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432943042376 140433465739845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15151156 memory=111632 CPUtime=0.31 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) R 30395 30395 26090 0 -1 1077944384 1954 0 0 0 31 0 0 0 20 0 15 0 517324944 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432942008304 140433480624770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15151156 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15151156 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517324945 15514783744 20651 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 84056 KiB

[startup+1.50082 s]
/proc/loadavg: 1.51 1.59 1.68 5/229 30411
/proc/meminfo: memFree=26064184/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0

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

[pid=30397/tid=30403] ppid=30395 vsize=15151156 memory=988 CPUtime=0.96 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 14256 0 0 0 78 18 0 0 20 0 15 0 517324941 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15151156 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432947271392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15151156 memory=3332 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432946218240 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15151156 memory=1416 CPUtime=2.02 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30395 26090 0 -1 1077944384 15535 0 0 0 201 1 0 0 20 0 15 0 517324944 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432944113904 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15151156 memory=776 CPUtime=1.72 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30395 26090 0 -1 1077944384 11695 0 0 0 171 1 0 0 20 0 15 0 517324944 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432943061360 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15151156 memory=1448 CPUtime=0.45 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30395 26090 0 -1 1077944384 7323 0 0 0 44 1 0 0 20 0 15 0 517324944 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432942008304 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15151156 memory=3616 CPUtime=0.74 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1425 0 0 0 32 42 0 0 20 0 15 0 517324945 15514783744 589946 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 2391.12 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2361236 KiB

[startup+2442.3 s]
/proc/loadavg: 1.94 1.83 1.78 3/230 30737
/proc/meminfo: memFree=25334916/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0
[pid=30397] ppid=30395 vsize=15151156 memory=743784 CPUtime=2451.44 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30395 26090 0 -1 1077944320 151795 0 0 0 244654 490 0 0 20 0 15 0 517324939 15514783744 185946 33554432000 4194304 4196468 140727530182944 140727530165488 140433480613623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
/proc/30397/statm: 3787789 185946 3529 1 0 3748889 0
[pid=30397/tid=30398] ppid=30395 vsize=15151156 memory=743784 CPUtime=2439.61 cores=0,2,4,6
/proc/30397/task/30398/stat : 30398 (java) R 30395 30395 26090 0 -1 4202560 79693 0 0 0 243541 420 0 0 20 0 15 0 517324939 15514783744 185946 33554432000 4194304 4196468 140727530182944 140433484853120 140433104325505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30399] ppid=30395 vsize=15151156 memory=743784 CPUtime=1.45 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) S 30395 30395 26090 0 -1 1077944384 4699 0 0 0 140 5 0 0 20 0 15 0 517324940 15514783744 185946 33554432000 4194304 4196468 140727530182944 140433433233936 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30400] ppid=30395 vsize=15151156 memory=1452 CPUtime=1.44 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30395 26090 0 -1 1077944384 5551 0 0 0 138 6 0 0 20 0 15 0 517324940 15514783744 185946 33554432000 4194304 4196468 140727530182944 140433432181392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30401] ppid=30395 vsize=15151156 memory=743784 CPUtime=1.45 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30395 26090 0 -1 1077944384 3770 0 0 0 139 6 0 0 20 0 15 0 517324940 15514783744 185946 33554432000 4194304 4196468 140727530182944 140433431128336 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30402] ppid=30395 vsize=15151156 memory=743784 CPUtime=1.45 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30395 26090 0 -1 1077944384 4952 0 0 0 140 5 0 0 20 0 15 0 517324940 15514783744 185946 33554432000 4194304 4196468 140727530182944 140433430075792 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30403] ppid=30395 vsize=15151156 memory=1452 CPUtime=1 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 15700 0 0 0 81 19 0 0 20 0 15 0 517324941 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15151156 memory=743784 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432947271392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15151156 memory=743784 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432946218240 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15151156 memory=988 CPUtime=2.02 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30395 26090 0 -1 1077944384 15539 0 0 0 201 1 0 0 20 0 15 0 517324944 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432944113904 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15151156 memory=2024 CPUtime=1.72 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30395 26090 0 -1 1077944384 11699 0 0 0 171 1 0 0 20 0 15 0 517324944 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432943061360 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15151156 memory=1452 CPUtime=0.45 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30395 26090 0 -1 1077944384 7329 0 0 0 44 1 0 0 20 0 15 0 517324944 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432942008304 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15151156 memory=1452 CPUtime=0.75 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1451 0 0 0 32 43 0 0 20 0 15 0 517324945 15514783744 185946 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 2451.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 745236 KiB

[startup+2502.3 s]
/proc/loadavg: 1.82 1.81 1.77 3/229 30741
/proc/meminfo: memFree=25661216/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0
[pid=30397] ppid=30395 vsize=15151156 memory=431648 CPUtime=2511.7 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30395 26090 0 -1 1077944320 162326 0 0 0 250614 556 0 0 20 0 15 0 517324939 15514783744 107912 33554432000 4194304 4196468 140727530182944 140727530165488 140433480613623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
/proc/30397/statm: 3787789 107912 3529 1 0 3748889 0
[pid=30397/tid=30398] ppid=30395 vsize=15151156 memory=431648 CPUtime=2499.46 cores=0,2,4,6
/proc/30397/task/30398/stat : 30398 (java) R 30395 30395 26090 0 -1 4202560 86726 0 0 0 249464 482 0 0 20 0 15 0 517324939 15514783744 107912 33554432000 4194304 4196468 140727530182944 140433484853328 140433102756062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30399] ppid=30395 vsize=15151156 memory=3981996 CPUtime=1.53 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) S 30395 30395 26090 0 -1 1077944384 4948 0 0 0 148 5 0 0 20 0 15 0 517324940 15514783744 107912 33554432000 4194304 4196468 140727530182944 140433433233936 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30400] ppid=30395 vsize=15151156 memory=431580 CPUtime=1.52 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30395 26090 0 -1 1077944384 6633 0 0 0 145 7 0 0 20 0 15 0 517324940 15514783744 107912 33554432000 4194304 4196468 140727530182944 140433432181392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30401] ppid=30395 vsize=15151156 memory=431648 CPUtime=1.52 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30395 26090 0 -1 1077944384 4094 0 0 0 146 6 0 0 20 0 15 0 517324940 15514783744 107912 33554432000 4194304 4196468 140727530182944 140433431128336 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30402] ppid=30395 vsize=15151156 memory=431648 CPUtime=1.52 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30395 26090 0 -1 1077944384 5469 0 0 0 147 5 0 0 20 0 15 0 517324940 15514783744 107912 33554432000 4194304 4196468 140727530182944 140433430075792 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30403] ppid=30395 vsize=15151156 memory=431648 CPUtime=1.07 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 16999 0 0 0 86 21 0 0 20 0 15 0 517324941 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15151156 memory=2908724 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432947271392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432946218240 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15151156 memory=540044 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15151156 memory=279965631712676 CPUtime=2.02 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30395 26090 0 -1 1077944384 15541 0 0 0 201 1 0 0 20 0 15 0 517324944 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432944113904 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15151156 memory=988 CPUtime=1.72 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30395 26090 0 -1 1077944384 11701 0 0 0 171 1 0 0 20 0 15 0 517324944 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432943061360 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15151156 memory=2024 CPUtime=0.45 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30395 26090 0 -1 1077944384 7331 0 0 0 44 1 0 0 20 0 15 0 517324944 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432942008304 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15151156 memory=540044 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15151156 memory=1452 CPUtime=0.77 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1472 0 0 0 32 45 0 0 20 0 15 0 517324945 15514783744 107912 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 2511.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 433100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.6 s]
/proc/loadavg: 1.84 1.82 1.77 3/229 30742
/proc/meminfo: memFree=25662984/32770624 swapFree=67002132/67108860
[pid=30395] ppid=30392 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/30395/stat : 30395 (xcsp3-exec) S 30392 30395 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517324938 115843072 363 33554432000 4194304 5098028 140736005489216 140736005487320 140512140223100 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19734528 140736005497686 140736005497945 140736005497945 140736005500870 0
/proc/30395/statm: 28282 363 304 221 0 87 0
[pid=30397] ppid=30395 vsize=15151156 memory=429072 CPUtime=2520 cores=0,2,4,6
/proc/30397/stat : 30397 (java) S 30395 30395 26090 0 -1 1077944320 162588 0 0 0 251444 556 0 0 20 0 15 0 517324939 15514783744 107268 33554432000 4194304 4196468 140727530182944 140727530165488 140433480613623 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
/proc/30397/statm: 3787789 107268 3529 1 0 3748889 0
[pid=30397/tid=30398] ppid=30395 vsize=15151156 memory=2872 CPUtime=2507.74 cores=0,2,4,6
/proc/30397/task/30398/stat : 30398 (java) R 30395 30395 26090 0 -1 4202560 86728 0 0 0 250292 482 0 0 20 0 15 0 517324939 15514783744 107268 33554432000 4194304 4196468 140727530182944 140433484853120 140433102755262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30399] ppid=30395 vsize=15151156 memory=6791534058613427641 CPUtime=1.54 cores=0,2,4,6
/proc/30397/task/30399/stat : 30399 (java) S 30395 30395 26090 0 -1 1077944384 4948 0 0 0 149 5 0 0 20 0 15 0 517324940 15514783744 107268 33554432000 4194304 4196468 140727530182944 140433433233936 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30400] ppid=30395 vsize=15151156 memory=932 CPUtime=1.53 cores=0,2,4,6
/proc/30397/task/30400/stat : 30400 (java) S 30395 30395 26090 0 -1 1077944384 6633 0 0 0 146 7 0 0 20 0 15 0 517324940 15514783744 107268 33554432000 4194304 4196468 140727530182944 140433432181392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30401] ppid=30395 vsize=15151156 memory=1824 CPUtime=1.53 cores=0,2,4,6
/proc/30397/task/30401/stat : 30401 (java) S 30395 30395 26090 0 -1 1077944384 4099 0 0 0 147 6 0 0 20 0 15 0 517324940 15514783744 107268 33554432000 4194304 4196468 140727530182944 140433431128336 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30402] ppid=30395 vsize=15151156 memory=1656 CPUtime=1.53 cores=0,2,4,6
/proc/30397/task/30402/stat : 30402 (java) S 30395 30395 26090 0 -1 1077944384 5476 0 0 0 148 5 0 0 20 0 15 0 517324940 15514783744 107268 33554432000 4194304 4196468 140727530182944 140433430075792 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30403] ppid=30395 vsize=15151156 memory=804 CPUtime=1.07 cores=0,2,4,6
/proc/30397/task/30403/stat : 30403 (java) S 30395 30395 26090 0 -1 1077944384 17247 0 0 0 86 21 0 0 20 0 15 0 517324941 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432948325104 140433480624770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30404] ppid=30395 vsize=15151156 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30404/stat : 30404 (java) S 30395 30395 26090 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432947271392 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30405] ppid=30395 vsize=15151156 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30405/stat : 30405 (java) S 30395 30395 26090 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517324942 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432946218240 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30406] ppid=30395 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30406/stat : 30406 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432945166800 140433480632219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30407] ppid=30395 vsize=15151156 memory=3540 CPUtime=2.02 cores=0,2,4,6
/proc/30397/task/30407/stat : 30407 (java) S 30395 30395 26090 0 -1 1077944384 15541 0 0 0 201 1 0 0 20 0 15 0 517324944 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432944113904 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30408] ppid=30395 vsize=15151156 memory=1232 CPUtime=1.72 cores=0,2,4,6
/proc/30397/task/30408/stat : 30408 (java) S 30395 30395 26090 0 -1 1077944384 11701 0 0 0 171 1 0 0 20 0 15 0 517324944 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432943061360 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30409] ppid=30395 vsize=15151156 memory=10600 CPUtime=0.45 cores=0,2,4,6
/proc/30397/task/30409/stat : 30409 (java) S 30395 30395 26090 0 -1 1077944384 7331 0 0 0 44 1 0 0 20 0 15 0 517324944 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432942008304 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30410] ppid=30395 vsize=15151156 memory=1736 CPUtime=0 cores=0,2,4,6
/proc/30397/task/30410/stat : 30410 (java) S 30395 30395 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517324944 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432940956000 140433480623829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
[pid=30397/tid=30411] ppid=30395 vsize=15151156 memory=279968116405920 CPUtime=0.77 cores=0,2,4,6
/proc/30397/task/30411/stat : 30411 (java) S 30395 30395 26090 0 -1 1077944384 1472 0 0 0 32 45 0 0 20 0 15 0 517324945 15514783744 107268 33554432000 4194304 4196468 140727530182944 140432939904048 140433480624770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 7958528 140727530185691 140727530185866 140727530185866 140727530188751 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 430524 KiB

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

[startup+2510.61 s]
# the end of solver process 30395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.46 s, system=5.56888 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): 2510.61
CPU time (s): 2520.03
CPU user time (s): 2514.46
CPU system time (s): 5.56888
CPU usage (%): 100.375
Max. virtual memory (cumulated for all children) (KiB): 15265988
Max. memory (cumulated for all children) (KiB): 4853016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.46
system time used= 5.56888
maximum resident set size= 4878188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163270
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73146
involuntary context switches= 2446


# summary of solver processes directly reported to runsolver:
#   pid: 30395
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2514.46
#   total CPU system time (s): 5.56888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0617 second user time and 23.5663 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-25 13:25:19
IDJOB=4406178
IDBENCH=135739
IDSOLVER=2869
FILE ID=node136/4406178-1569410764
RUNJOBID= node136-1569396625-26121
PBS_JOBID= 21705684
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.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 /var/tmp/evaluation-result-4406178-1569410764/watcher-4406178-1569410764 -o /var/tmp/evaluation-result-4406178-1569410764/solver-4406178-1569410764 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1231058056 HOME/instance-4406178-1569410764.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1231058056

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26140252 kB
MemAvailable:   31578088 kB
Buffers:          179516 kB
Cached:          5382584 kB
SwapCached:         3548 kB
Active:          3037456 kB
Inactive:        2797800 kB
Active(anon):     270120 kB
Inactive(anon):    59696 kB
Active(file):    2767336 kB
Inactive(file):  2738104 kB
Unevictable:      108564 kB
Mlocked:          108564 kB
SwapTotal:      67108860 kB
SwapFree:       67002132 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:        379772 kB
Mapped:            71512 kB
Shmem:             48268 kB
Slab:             390716 kB
SReclaimable:     360856 kB
SUnreclaim:        29860 kB
KernelStack:        3744 kB
PageTables:         6740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1413248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node136 at 2019-09-25 14:07:09