Trace number 4292271

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)SAT (TO)119 2400.09 2392.81

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292271-1532585044.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292271-1532585044.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
1.04/0.53	c solve instance...
1.32/0.62	o 190 
1.32/0.62	o 189 
1.94/0.84	o 160 
1.94/0.84	o 158 
1.94/0.84	o 152 
1.94/0.86	o 143 
1.94/0.86	o 137 
1.94/0.89	o 135 
6.43/3.43	o 131 
6.43/3.43	o 125 
6.61/3.50	o 123 
219.76/215.31	o 122 
221.67/217.23	o 121 
320.14/315.67	o 120 
750.85/746.00	o 119 
2400.06/2392.80	s SATISFIABLE
2400.06/2392.80	v <instantiation>
2400.06/2392.80	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] </list>
2400.06/2392.80	v 	<values>23 24 14 16 22 15 13 9 12 11 6 4 8 7 3 2 0 1 5 10 19 17 18 20 21 3 11 6 8 7 5 6 4 4 9 4 5 1 4 1 2 7 4 8 9 1 1 3 4 2 </values>
2400.06/2392.80	v </instantiation>
2400.06/2392.80	c Unexpected resolution interruption!

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292271-1532585044/watcher-4292271-1532585044 -o /tmp/evaluation-result-4292271-1532585044/solver-4292271-1532585044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532582652-32275 --watchdog 2560 HOME/xcsp3-exec -seed 760014053 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292271-1532585044.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=32570, runsolver pid=32567

[startup+0.100139 s]*
/proc/loadavg: 1.73 1.77 1.61 5/219 32586
/proc/meminfo: memFree=8993164/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0
[pid=32572] ppid=32570 vsize=14082840 memory=28584 CPUtime=0.12 cores=1,3,5,7
/proc/32572/stat : 32572 (java) S 32570 32570 32243 0 -1 1077944320 5491 0 0 0 11 1 0 0 20 0 15 0 76067310 14420828160 7146 33554432000 4194304 4196468 140734346868720 140734346851264 139899207470839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
/proc/32572/statm: 3520710 7146 3006 1 0 3483008 0
[pid=32572/tid=32573] ppid=32570 vsize=14082840 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/32572/task/32573/stat : 32573 (java) R 32570 32570 32243 0 -1 4202560 3506 0 0 0 9 0 0 0 20 0 15 0 76067310 14420828160 7146 33554432000 4194304 4196468 140734346868720 139899211697376 139899207482774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32574] ppid=32570 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32574/stat : 32574 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14420828160 7146 33554432000 4194304 4196468 140734346868720 139899166231184 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32575] ppid=32570 vsize=14082840 memory=140448423884416 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32575/stat : 32575 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898801961488 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32576] ppid=32570 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32576/stat : 32576 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898800908688 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32577] ppid=32570 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32577/stat : 32577 (java) S 32570 32570 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067311 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898799855888 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32578] ppid=32570 vsize=14082840 memory=140448423884416 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067312 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76067313 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067313 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) S 32570 32570 32243 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 76067315 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898316585328 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898315532528 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14082840 memory=140448423884416 CPUtime=0.01 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) R 32570 32570 32243 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 76067315 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898314479728 139899191551326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14082840 memory=140448423884416 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067316 14420828160 7146 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30036 KiB

[startup+0.210699 s]*
/proc/loadavg: 1.73 1.77 1.61 6/219 32586
/proc/meminfo: memFree=8979068/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0
[pid=32572] ppid=32570 vsize=14087096 memory=40852 CPUtime=0.34 cores=1,3,5,7
/proc/32572/stat : 32572 (java) S 32570 32570 32243 0 -1 1077944320 8220 0 0 0 32 2 0 0 20 0 15 0 76067310 14425186304 10213 33554432000 4194304 4196468 140734346868720 140734346851264 139899207470839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
/proc/32572/statm: 3521774 10213 3163 1 0 3483008 0
[pid=32572/tid=32573] ppid=32570 vsize=14087096 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/32572/task/32573/stat : 32573 (java) R 32570 32570 32243 0 -1 4202560 5459 0 0 0 19 1 0 0 20 0 15 0 76067310 14425186304 10213 33554432000 4194304 4196468 140734346868720 139899211691832 139899191551326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32574] ppid=32570 vsize=14087096 memory=12627 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32574/stat : 32574 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 10213 33554432000 4194304 4196468 140734346868720 139899166231184 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32575] ppid=32570 vsize=14087096 memory=4122966216265316000 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32575/stat : 32575 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898801961488 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32576] ppid=32570 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32576/stat : 32576 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898800908688 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32577] ppid=32570 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32577/stat : 32577 (java) S 32570 32570 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898799855888 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32578] ppid=32570 vsize=14087096 memory=140448423884416 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76067312 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76067313 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067313 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14087096 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) S 32570 32570 32243 0 -1 1077944384 535 0 0 0 1 0 0 0 20 0 15 0 76067315 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898316585328 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14087096 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) S 32570 32570 32243 0 -1 1077944384 187 0 0 0 3 0 0 0 20 0 15 0 76067315 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898315532528 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14087096 memory=140448423884416 CPUtime=0.07 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) S 32570 32570 32243 0 -1 1077944384 735 0 0 0 7 0 0 0 20 0 15 0 76067315 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898314479728 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067316 14425186304 10213 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42304 KiB

[startup+0.310714 s]*
/proc/loadavg: 1.73 1.77 1.61 5/219 32586
/proc/meminfo: memFree=8971624/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0
[pid=32572] ppid=32570 vsize=14087096 memory=47980 CPUtime=0.51 cores=1,3,5,7
/proc/32572/stat : 32572 (java) S 32570 32570 32243 0 -1 1077944320 9071 0 0 0 48 3 0 0 20 0 15 0 76067310 14425186304 11995 33554432000 4194304 4196468 140734346868720 140734346851264 139899207470839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
/proc/32572/statm: 3521774 11995 3248 1 0 3483008 0
[pid=32572/tid=32573] ppid=32570 vsize=14087096 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/32572/task/32573/stat : 32573 (java) R 32570 32570 32243 0 -1 4202560 6154 0 0 0 28 2 0 0 20 0 15 0 76067310 14425186304 11995 33554432000 4194304 4196468 140734346868720 139899211704624 139899207492765 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32574] ppid=32570 vsize=14087096 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32574/stat : 32574 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 11995 33554432000 4194304 4196468 140734346868720 139899166231184 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32575] ppid=32570 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32575/stat : 32575 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898801961488 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32576] ppid=32570 vsize=14087096 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32576/stat : 32576 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898800908688 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32577] ppid=32570 vsize=14087096 memory=7089274314207166114 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32577/stat : 32577 (java) S 32570 32570 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067311 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898799855888 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32578] ppid=32570 vsize=14087096 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76067312 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14087096 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76067313 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14087096 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067313 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14087096 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14087096 memory=4426078206164241782 CPUtime=0.03 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) S 32570 32570 32243 0 -1 1077944384 537 0 0 0 3 0 0 0 20 0 15 0 76067315 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898316585328 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) S 32570 32570 32243 0 -1 1077944384 199 0 0 0 4 0 0 0 20 0 15 0 76067315 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898315532528 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) S 32570 32570 32243 0 -1 1077944384 874 0 0 0 12 0 0 0 20 0 15 0 76067315 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898314479728 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067316 14425186304 11995 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49432 KiB

[startup+0.701276 s]
/proc/loadavg: 1.73 1.77 1.61 8/219 32586
/proc/meminfo: memFree=8954328/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0
[pid=32572] ppid=32570 vsize=14089220 memory=68284 CPUtime=1.63 cores=1,3,5,7
/proc/32572/stat : 32572 (java) S 32570 32570 32243 0 -1 1077944320 12281 0 0 0 159 4 0 0 20 0 15 0 76067310 14427361280 17071 33554432000 4194304 4196468 140734346868720 140734346851264 139899207470839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
/proc/32572/statm: 3522305 17071 3344 1 0 3483520 0
[pid=32572/tid=32573] ppid=32570 vsize=14089220 memory=22796 CPUtime=0.65 cores=1,3,5,7
/proc/32572/task/32573/stat : 32573 (java) R 32570 32570 32243 0 -1 4202560 6941 0 0 0 63 2 0 0 20 0 15 0 76067310 14427361280 17071 33554432000 4194304 4196468 140734346868720 139899211710312 139898846909477 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32574] ppid=32570 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32574/stat : 32574 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14427361280 17071 33554432000 4194304 4196468 140734346868720 139899166231184 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32575] ppid=32570 vsize=14089220 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32575/stat : 32575 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898801961488 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32576] ppid=32570 vsize=14089220 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32576/stat : 32576 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067311 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898800908688 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32577] ppid=32570 vsize=14089220 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32577/stat : 32577 (java) S 32570 32570 32243 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76067311 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898799855888 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32578] ppid=32570 vsize=14089220 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76067312 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14089220 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14089220 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14089220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14089220 memory=8544 CPUtime=0.31 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) R 32570 32570 32243 0 -1 4202560 1497 0 0 0 31 0 0 0 20 0 15 0 76067315 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898316574128 139899192594878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14089220 memory=1444 CPUtime=0.32 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) R 32570 32570 32243 0 -1 4202560 961 0 0 0 32 0 0 0 20 0 15 0 76067315 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898315522128 139899192352760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14089220 memory=5668 CPUtime=0.31 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) S 32570 32570 32243 0 -1 1077944384 1575 0 0 0 31 0 0 0 20 0 15 0 76067315 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898314479728 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14089220 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14089220 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76067316 14427361280 17071 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 69736 KiB

[startup+1.5008 s]
/proc/loadavg: 1.73 1.77 1.61 7/219 32586
/proc/meminfo: memFree=8932012/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0

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

[pid=32572/tid=32578] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.78 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 3798 0 0 0 72 6 0 0 20 0 15 0 76067312 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14089220 memory=252512 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14089220 memory=252512 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14089220 memory=252512 CPUtime=2.07 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) S 32570 32570 32243 0 -1 1077944384 16111 0 0 0 206 1 0 0 20 0 15 0 76067315 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898316585328 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14089220 memory=1452 CPUtime=2 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) S 32570 32570 32243 0 -1 1077944384 14168 0 0 0 199 1 0 0 20 0 15 0 76067315 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898315532528 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.49 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) S 32570 32570 32243 0 -1 1077944384 8201 0 0 0 48 1 0 0 20 0 15 0 76067315 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898314479728 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14089220 memory=252512 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14089220 memory=2408 CPUtime=0.48 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 896 0 0 0 18 30 0 0 20 0 15 0 76067316 14427361280 63128 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 2269.46 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 253964 KiB

[startup+2322.3 s]
/proc/loadavg: 1.94 1.86 1.80 3/218 32659
/proc/meminfo: memFree=8699156/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0
[pid=32572] ppid=32570 vsize=14089220 memory=252652 CPUtime=2329.5 cores=1,3,5,7
/proc/32572/stat : 32572 (java) S 32570 32570 32243 0 -1 1077944320 74248 0 0 0 232885 65 0 0 20 0 15 0 76067310 14427361280 63163 33554432000 4194304 4196468 140734346868720 140734346851264 139899207470839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
/proc/32572/statm: 3522305 63163 3391 1 0 3483520 0
[pid=32572/tid=32573] ppid=32570 vsize=14089220 memory=252652 CPUtime=2320.07 cores=1,3,5,7
/proc/32572/task/32573/stat : 32573 (java) R 32570 32570 32243 0 -1 4202560 18910 0 0 0 232000 7 0 0 20 0 15 0 76067310 14427361280 63163 33554432000 4194304 4196468 140734346868720 139899211710336 139898848310409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32574] ppid=32570 vsize=14089220 memory=252652 CPUtime=0.87 cores=1,3,5,7
/proc/32572/task/32574/stat : 32574 (java) S 32570 32570 32243 0 -1 1077944384 1692 0 0 0 80 7 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139899166231184 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32575] ppid=32570 vsize=14089220 memory=252652 CPUtime=0.87 cores=1,3,5,7
/proc/32572/task/32575/stat : 32575 (java) S 32570 32570 32243 0 -1 1077944384 2473 0 0 0 79 8 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898801961488 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32576] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.86 cores=1,3,5,7
/proc/32572/task/32576/stat : 32576 (java) S 32570 32570 32243 0 -1 1077944384 3127 0 0 0 79 7 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898800908688 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32577] ppid=32570 vsize=14089220 memory=252652 CPUtime=0.88 cores=1,3,5,7
/proc/32572/task/32577/stat : 32577 (java) S 32570 32570 32243 0 -1 1077944384 3365 0 0 0 80 8 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898799855888 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32578] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.79 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 3937 0 0 0 73 6 0 0 20 0 15 0 76067312 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14089220 memory=1452 CPUtime=2.07 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) S 32570 32570 32243 0 -1 1077944384 16113 0 0 0 206 1 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898316585328 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14089220 memory=252652 CPUtime=2 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) S 32570 32570 32243 0 -1 1077944384 14170 0 0 0 199 1 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898315532528 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.49 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) S 32570 32570 32243 0 -1 1077944384 8203 0 0 0 48 1 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898314479728 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14089220 memory=252652 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.48 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 902 0 0 0 18 30 0 0 20 0 15 0 76067316 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 2329.5 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 254104 KiB

[startup+2382.3 s]
/proc/loadavg: 1.79 1.84 1.79 3/218 32660
/proc/meminfo: memFree=8702960/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0
[pid=32572] ppid=32570 vsize=14089220 memory=252652 CPUtime=2389.56 cores=1,3,5,7
/proc/32572/stat : 32572 (java) S 32570 32570 32243 0 -1 1077944320 74624 0 0 0 238890 66 0 0 20 0 15 0 76067310 14427361280 63163 33554432000 4194304 4196468 140734346868720 140734346851264 139899207470839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
/proc/32572/statm: 3522305 63163 3391 1 0 3483520 0
[pid=32572/tid=32573] ppid=32570 vsize=14089220 memory=252652 CPUtime=2380.03 cores=1,3,5,7
/proc/32572/task/32573/stat : 32573 (java) R 32570 32570 32243 0 -1 4202560 19145 0 0 0 237996 7 0 0 20 0 15 0 76067310 14427361280 63163 33554432000 4194304 4196468 140734346868720 139899211710448 139898847927816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32574] ppid=32570 vsize=14089220 memory=252652 CPUtime=0.9 cores=1,3,5,7
/proc/32572/task/32574/stat : 32574 (java) S 32570 32570 32243 0 -1 1077944384 1736 0 0 0 82 8 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139899166231184 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32575] ppid=32570 vsize=14089220 memory=252652 CPUtime=0.89 cores=1,3,5,7
/proc/32572/task/32575/stat : 32575 (java) S 32570 32570 32243 0 -1 1077944384 2481 0 0 0 81 8 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898801961488 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32576] ppid=32570 vsize=14089220 memory=252652 CPUtime=0.88 cores=1,3,5,7
/proc/32572/task/32576/stat : 32576 (java) S 32570 32570 32243 0 -1 1077944384 3148 0 0 0 81 7 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898800908688 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32577] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.9 cores=1,3,5,7
/proc/32572/task/32577/stat : 32577 (java) S 32570 32570 32243 0 -1 1077944384 3375 0 0 0 82 8 0 0 20 0 15 0 76067311 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898799855888 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32578] ppid=32570 vsize=14089220 memory=252652 CPUtime=0.81 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 3982 0 0 0 74 7 0 0 20 0 15 0 76067312 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14089220 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14089220 memory=252652 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14089220 memory=252652 CPUtime=2.07 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) S 32570 32570 32243 0 -1 1077944384 16113 0 0 0 206 1 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898316585328 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14089220 memory=1452 CPUtime=2 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) S 32570 32570 32243 0 -1 1077944384 14170 0 0 0 199 1 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898315532528 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.49 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) S 32570 32570 32243 0 -1 1077944384 8203 0 0 0 48 1 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898314479728 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14089220 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14089220 memory=1452 CPUtime=0.5 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 915 0 0 0 19 31 0 0 20 0 15 0 76067316 14427361280 63163 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 2389.56 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 254104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.8 s]
/proc/loadavg: 1.82 1.84 1.80 3/218 32660
/proc/meminfo: memFree=8701036/32770624 swapFree=67108860/67108860
[pid=32570] ppid=32567 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/32570/stat : 32570 (xcsp3-exec) S 32567 32570 32243 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 76067309 115843072 363 33554432000 4194304 5098028 140721691697728 140721691695832 140495683519100 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31469568 140721691702331 140721691702532 140721691702532 140721691705290 0
/proc/32570/statm: 28282 363 305 221 0 87 0
[pid=32572] ppid=32570 vsize=14089220 memory=254700 CPUtime=2400.06 cores=1,3,5,7
/proc/32572/stat : 32572 (java) S 32570 32570 32243 0 -1 1077944320 74631 0 0 0 239940 66 0 0 20 0 15 0 76067310 14427361280 63675 33554432000 4194304 4196468 140734346868720 140734346851264 139899207470839 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
/proc/32572/statm: 3522305 63675 3391 1 0 3483520 0
[pid=32572/tid=32573] ppid=32570 vsize=14089220 memory=6791534058613427641 CPUtime=2390.52 cores=1,3,5,7
/proc/32572/task/32573/stat : 32573 (java) R 32570 32570 32243 0 -1 4202560 19148 0 0 0 239045 7 0 0 20 0 15 0 76067310 14427361280 63675 33554432000 4194304 4196468 140734346868720 139899211710336 139898848114847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32574] ppid=32570 vsize=14089220 memory=254700 CPUtime=0.9 cores=1,3,5,7
/proc/32572/task/32574/stat : 32574 (java) S 32570 32570 32243 0 -1 1077944384 1736 0 0 0 82 8 0 0 20 0 15 0 76067311 14427361280 63675 33554432000 4194304 4196468 140734346868720 139899166231184 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32575] ppid=32570 vsize=14089220 memory=1296 CPUtime=0.89 cores=1,3,5,7
/proc/32572/task/32575/stat : 32575 (java) S 32570 32570 32243 0 -1 1077944384 2481 0 0 0 81 8 0 0 20 0 15 0 76067311 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898801961488 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32576] ppid=32570 vsize=14089220 memory=2408 CPUtime=0.89 cores=1,3,5,7
/proc/32572/task/32576/stat : 32576 (java) S 32570 32570 32243 0 -1 1077944384 3149 0 0 0 81 8 0 0 20 0 15 0 76067311 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898800908688 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32577] ppid=32570 vsize=14089220 memory=1724 CPUtime=0.9 cores=1,3,5,7
/proc/32572/task/32577/stat : 32577 (java) S 32570 32570 32243 0 -1 1077944384 3378 0 0 0 82 8 0 0 20 0 15 0 76067311 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898799855888 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32578] ppid=32570 vsize=14089220 memory=1004 CPUtime=0.82 cores=1,3,5,7
/proc/32572/task/32578/stat : 32578 (java) S 32570 32570 32243 0 -1 1077944384 3982 0 0 0 75 7 0 0 20 0 15 0 76067312 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898320796528 139899207481986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32579] ppid=32570 vsize=14089220 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32579/stat : 32579 (java) S 32570 32570 32243 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898319742496 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32580] ppid=32570 vsize=14089220 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32580/stat : 32580 (java) S 32570 32570 32243 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 76067313 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898318689648 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32581] ppid=32570 vsize=14089220 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32581/stat : 32581 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898317637968 139899207489435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32582] ppid=32570 vsize=14089220 memory=1228 CPUtime=2.07 cores=1,3,5,7
/proc/32572/task/32582/stat : 32582 (java) S 32570 32570 32243 0 -1 1077944384 16113 0 0 0 206 1 0 0 20 0 15 0 76067315 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898316585328 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32583] ppid=32570 vsize=14089220 memory=8544 CPUtime=2 cores=1,3,5,7
/proc/32572/task/32583/stat : 32583 (java) S 32570 32570 32243 0 -1 1077944384 14170 0 0 0 199 1 0 0 20 0 15 0 76067315 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898315532528 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32584] ppid=32570 vsize=14089220 memory=1444 CPUtime=0.49 cores=1,3,5,7
/proc/32572/task/32584/stat : 32584 (java) S 32570 32570 32243 0 -1 1077944384 8203 0 0 0 48 1 0 0 20 0 15 0 76067315 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898314479728 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32585] ppid=32570 vsize=14089220 memory=5668 CPUtime=0 cores=1,3,5,7
/proc/32572/task/32585/stat : 32585 (java) S 32570 32570 32243 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76067315 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898313427168 139899207481045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
[pid=32572/tid=32586] ppid=32570 vsize=14089220 memory=4616 CPUtime=0.5 cores=1,3,5,7
/proc/32572/task/32586/stat : 32586 (java) S 32570 32570 32243 0 -1 1077944384 915 0 0 0 19 31 0 0 20 0 15 0 76067316 14427361280 63675 33554432000 4194304 4196468 140734346868720 139898312375472 139899207481986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 6754304 140734346871937 140734346872113 140734346872113 140734346874831 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 256152 KiB

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

[startup+2392.81 s]
# the end of solver process 32570 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.42 s, system=0.670258 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): 2392.81
CPU time (s): 2400.09
CPU user time (s): 2399.42
CPU system time (s): 0.670258
CPU usage (%): 100.304
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 256152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.42
system time used= 0.670258
maximum resident set size= 255204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75004
involuntary context switches= 1874


# summary of solver processes directly reported to runsolver:
#   pid: 32570
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2399.42
#   total CPU system time (s): 0.670258

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9614 second user time and 20.7729 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-26 08:04:04
IDJOB=4292271
IDBENCH=141622
IDSOLVER=2747
FILE ID=node106/4292271-1532585044
RUNJOBID= node106-1532582652-32275
PBS_JOBID= 21021967
Free space on /tmp= 46216 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292271-1532585044/watcher-4292271-1532585044 -o /tmp/evaluation-result-4292271-1532585044/solver-4292271-1532585044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532582652-32275 --watchdog 2560  HOME/xcsp3-exec -seed 760014053 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292271-1532585044.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=760014053

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         9011920 kB
MemAvailable:   31797488 kB
Buffers:          230908 kB
Cached:         22454624 kB
SwapCached:            0 kB
Active:          2977716 kB
Inactive:       19898464 kB
Active(anon):     167792 kB
Inactive(anon):    50652 kB
Active(file):    2809924 kB
Inactive(file): 19847812 kB
Unevictable:        6944 kB
Mlocked:            6944 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41300 kB
Writeback:             0 kB
AnonPages:        160348 kB
Mapped:            53052 kB
Shmem:             25228 kB
Slab:             583032 kB
SReclaimable:     556292 kB
SUnreclaim:        26740 kB
KernelStack:        3584 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1293932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46196 MiB
End job on node106 at 2018-07-26 08:43:57