Trace number 4406175

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)91 2520.07 2509.73

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406175-1569410856.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406175-1569410856.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
0.73/0.48	c solve instance...
1.01/0.54	o 119 
1.01/0.56	o 118 
1.01/0.56	o 109 
1.01/0.58	o 99 
1.01/0.58	o 95 
1.01/0.59	o 91 
2520.02/2509.70	s SATISFIABLE
2520.02/2509.70	v <instantiation>
2520.02/2509.70	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.02/2509.70	v 	<values>1 3 4 7 8 9 13 14 12 10 11 6 0 5 2 2 2 9 2 2 6 1 7 4 7 15 8 15 6 5 </values>
2520.02/2509.70	v </instantiation>
2520.02/2509.70	c Unexpected resolution interruption!

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406175-1569410856/watcher-4406175-1569410856 -o /var/tmp/evaluation-result-4406175-1569410856/solver-4406175-1569410856 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25937 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1235200647 HOME/instance-4406175-1569410856.xml 

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

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
solver pid=29824, runsolver pid=29821
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.62 1.59 1.60 4/229 29840
/proc/meminfo: memFree=24439812/32770624 swapFree=66953520/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0
[pid=29826] ppid=29824 vsize=15144776 memory=29644 CPUtime=0.13 cores=1,3,5,7
/proc/29826/stat : 29826 (java) S 29824 29824 25905 0 -1 1077944320 5797 0 0 0 11 2 0 0 20 0 15 0 517000313 15508250624 7411 33554432000 4194304 4196468 140732396458672 140732396441216 139674300419831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
/proc/29826/statm: 3786194 7411 3163 1 0 3748377 0
[pid=29826/tid=29827] ppid=29824 vsize=15144776 memory=8108032331684915787 CPUtime=0.09 cores=1,3,5,7
/proc/29826/task/29827/stat : 29827 (java) R 29824 29824 25905 0 -1 4202560 3705 0 0 0 8 1 0 0 20 0 15 0 517000313 15508250624 7411 33554432000 4194304 4196468 140732396458672 139674304649184 139674300431766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29828] ppid=29824 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29828/stat : 29828 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 7411 33554432000 4194304 4196468 140732396458672 139674228460432 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29829] ppid=29824 vsize=15144776 memory=139841255941760 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29829/stat : 29829 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 7411 33554432000 4194304 4196468 140732396458672 139674227407632 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29830] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29830/stat : 29830 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 7411 33554432000 4194304 4196468 140732396458672 139674226355344 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29831] ppid=29824 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29831/stat : 29831 (java) S 29824 29824 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 7411 33554432000 4194304 4196468 140732396458672 139674225302544 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29832] ppid=29824 vsize=15144776 memory=139841255941760 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29832/stat : 29832 (java) S 29824 29824 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517000315 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673768958064 139674300430978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29833] ppid=29824 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29833/stat : 29833 (java) S 29824 29824 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517000315 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673767904032 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29834] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517000316 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673766851696 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) R 29824 29824 25905 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 517000318 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673764747888 139674300430978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) R 29824 29824 25905 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 15 0 517000318 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673763676288 139674278252688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15144776 memory=139841255941760 CPUtime=0.02 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) R 29824 29824 25905 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 517000318 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673762642800 139674300431766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15144776 memory=139841255941760 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000319 15508250624 7411 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31100 KiB

[startup+0.210751 s]*
/proc/loadavg: 1.62 1.59 1.60 3/229 29840
/proc/meminfo: memFree=24426832/32770624 swapFree=66953520/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0
[pid=29826] ppid=29824 vsize=15144776 memory=40976 CPUtime=0.35 cores=1,3,5,7
/proc/29826/stat : 29826 (java) S 29824 29824 25905 0 -1 1077944320 9475 0 0 0 31 4 0 0 20 0 15 0 517000313 15508250624 10244 33554432000 4194304 4196468 140732396458672 140732396441216 139674300419831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
/proc/29826/statm: 3786194 10244 3306 1 0 3748377 0
[pid=29826/tid=29827] ppid=29824 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/29826/task/29827/stat : 29827 (java) R 29824 29824 25905 0 -1 4202560 6621 0 0 0 17 3 0 0 20 0 15 0 517000313 15508250624 10244 33554432000 4194304 4196468 140732396458672 139674304657648 139674292651998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29828] ppid=29824 vsize=15144776 memory=11079 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29828/stat : 29828 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 10244 33554432000 4194304 4196468 140732396458672 139674228460432 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29829] ppid=29824 vsize=15144776 memory=3832626192117427809 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29829/stat : 29829 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 10244 33554432000 4194304 4196468 140732396458672 139674227407632 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29830] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29830/stat : 29830 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 10244 33554432000 4194304 4196468 140732396458672 139674226355344 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29831] ppid=29824 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29831/stat : 29831 (java) S 29824 29824 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517000314 15508250624 10244 33554432000 4194304 4196468 140732396458672 139674225302544 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29832] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29832/stat : 29832 (java) S 29824 29824 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517000315 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673768958064 139674300430978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29833] ppid=29824 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29833/stat : 29833 (java) S 29824 29824 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517000315 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673767904032 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29834] ppid=29824 vsize=15144776 memory=139841255941760 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517000316 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673766851696 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) S 29824 29824 25905 0 -1 1077944384 662 0 0 0 3 0 0 0 20 0 15 0 517000318 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673764747888 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) S 29824 29824 25905 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 15 0 517000318 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673763695088 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) R 29824 29824 25905 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 15 0 517000318 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673762642800 139674300441178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000319 15508250624 10244 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42432 KiB

[startup+0.311518 s]*
/proc/loadavg: 1.62 1.59 1.60 4/229 29840
/proc/meminfo: memFree=24395224/32770624 swapFree=66953520/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0
[pid=29826] ppid=29824 vsize=15149032 memory=50224 CPUtime=0.54 cores=1,3,5,7
/proc/29826/stat : 29826 (java) S 29824 29824 25905 0 -1 1077944320 10859 0 0 0 49 5 0 0 20 0 15 0 517000313 15512608768 12556 33554432000 4194304 4196468 140732396458672 140732396441216 139674300419831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
/proc/29826/statm: 3787258 12556 3349 1 0 3748377 0
[pid=29826/tid=29827] ppid=29824 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/29826/task/29827/stat : 29827 (java) R 29824 29824 25905 0 -1 4202560 7818 0 0 0 26 4 0 0 20 0 15 0 517000313 15512608768 12556 33554432000 4194304 4196468 140732396458672 139674304650944 139674284500318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29828] ppid=29824 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29828/stat : 29828 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15512608768 12556 33554432000 4194304 4196468 140732396458672 139674228460432 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29829] ppid=29824 vsize=15149032 memory=3977014054782003128 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29829/stat : 29829 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15512608768 12556 33554432000 4194304 4196468 140732396458672 139674227407632 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29830] ppid=29824 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29830/stat : 29830 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15512608768 12556 33554432000 4194304 4196468 140732396458672 139674226355344 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29831] ppid=29824 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29831/stat : 29831 (java) S 29824 29824 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517000314 15512608768 12556 33554432000 4194304 4196468 140732396458672 139674225302544 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29832] ppid=29824 vsize=15149032 memory=139841255941760 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29832/stat : 29832 (java) S 29824 29824 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517000315 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673768958064 139674300430978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29833] ppid=29824 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29833/stat : 29833 (java) S 29824 29824 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517000315 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673767904032 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29834] ppid=29824 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517000316 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673766851696 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) R 29824 29824 25905 0 -1 4202560 746 0 0 0 6 0 0 0 20 0 15 0 517000318 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673764738272 139674281829981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15149032 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) S 29824 29824 25905 0 -1 1077944384 124 0 0 0 3 0 0 0 20 0 15 0 517000318 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673763695088 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15149032 memory=139841255941760 CPUtime=0.12 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) S 29824 29824 25905 0 -1 1077944384 869 0 0 0 12 0 0 0 20 0 15 0 517000318 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673762642800 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15149032 memory=139841255941760 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000319 15512608768 12556 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51680 KiB

[startup+0.700801 s]
/proc/loadavg: 1.62 1.59 1.60 6/229 29840
/proc/meminfo: memFree=24377772/32770624 swapFree=66953520/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0
[pid=29826] ppid=29824 vsize=15151156 memory=78900 CPUtime=1.61 cores=1,3,5,7
/proc/29826/stat : 29826 (java) S 29824 29824 25905 0 -1 1077944320 17006 0 0 0 154 7 0 0 20 0 15 0 517000313 15514783744 19725 33554432000 4194304 4196468 140732396458672 140732396441216 139674300419831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
/proc/29826/statm: 3787789 19725 3456 1 0 3748889 0
[pid=29826/tid=29827] ppid=29824 vsize=15151156 memory=2116 CPUtime=0.66 cores=1,3,5,7
/proc/29826/task/29827/stat : 29827 (java) R 29824 29824 25905 0 -1 4202560 9194 0 0 0 62 4 0 0 20 0 15 0 517000313 15514783744 19725 33554432000 4194304 4196468 140732396458672 139674304659280 139674300431766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29828] ppid=29824 vsize=15151156 memory=520 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29828/stat : 29828 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15514783744 19725 33554432000 4194304 4196468 140732396458672 139674228460432 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29829] ppid=29824 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29829/stat : 29829 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15514783744 19725 33554432000 4194304 4196468 140732396458672 139674227407632 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29830] ppid=29824 vsize=15151156 memory=924 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29830/stat : 29830 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000314 15514783744 19725 33554432000 4194304 4196468 140732396458672 139674226355344 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29831] ppid=29824 vsize=15151156 memory=3688 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29831/stat : 29831 (java) S 29824 29824 25905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517000314 15514783744 19725 33554432000 4194304 4196468 140732396458672 139674225302544 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29832] ppid=29824 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29832/stat : 29832 (java) S 29824 29824 25905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517000315 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673768958064 139674300430978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29833] ppid=29824 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29833/stat : 29833 (java) S 29824 29824 25905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517000315 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673767904032 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29834] ppid=29824 vsize=15151156 memory=808 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517000316 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673766851696 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15151156 memory=7086240636179272035 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15151156 memory=8025788809766065260 CPUtime=0.31 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) R 29824 29824 25905 0 -1 4202560 2267 0 0 0 31 0 0 0 20 0 15 0 517000318 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673764733912 139674280112927 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15151156 memory=7007707949394126417 CPUtime=0.29 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) R 29824 29824 25905 0 -1 4202560 2346 0 0 0 29 0 0 0 20 0 15 0 517000318 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673763679752 139674281964035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15151156 memory=8514726395715219869 CPUtime=0.3 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) R 29824 29824 25905 0 -1 1077944384 1891 0 0 0 30 0 0 0 20 0 15 0 517000318 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673762642800 139674300430978 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15151156 memory=7954035780130139755 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517000319 15514783744 19725 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 80356 KiB

[startup+1.50081 s]
/proc/loadavg: 1.73 1.61 1.60 5/229 29840
/proc/meminfo: memFree=24332476/32770624 swapFree=66953520/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0

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

/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517000316 15514783744 113133 33554432000 4194304 4196468 140732396458672 139673766851712 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 113133 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15151156 memory=452532 CPUtime=1.63 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) S 29824 29824 25905 0 -1 1077944384 11537 0 0 0 162 1 0 0 20 0 15 0 517000318 15514783744 113133 33554432000 4194304 4196468 140732396458672 139673764747888 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15151156 memory=1456 CPUtime=1.78 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) S 29824 29824 25905 0 -1 1077944384 11638 0 0 0 176 2 0 0 20 0 15 0 517000318 15514783744 113133 33554432000 4194304 4196468 140732396458672 139673763695088 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15151156 memory=452532 CPUtime=0.46 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) S 29824 29824 25905 0 -1 1077944384 7474 0 0 0 45 1 0 0 20 0 15 0 517000318 15514783744 113133 33554432000 4194304 4196468 140732396458672 139673762642800 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 113133 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15151156 memory=1456 CPUtime=0.52 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1465 0 0 0 23 29 0 0 20 0 15 0 517000319 15514783744 113133 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 2452.21 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 453988 KiB

[startup+2502.3 s]
/proc/loadavg: 1.93 3.02 2.63 3/230 30249
/proc/meminfo: memFree=20188372/32770624 swapFree=66953524/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0
[pid=29826] ppid=29824 vsize=15151156 memory=5235880 CPUtime=2512.55 cores=1,3,5,7
/proc/29826/stat : 29826 (java) S 29824 29824 25905 0 -1 1077944320 196344 0 0 0 250499 756 0 0 20 0 15 0 517000313 15514783744 1308970 33554432000 4194304 4196468 140732396458672 140732396441216 139674300419831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
/proc/29826/statm: 3787789 1308970 3528 1 0 3748889 0
[pid=29826/tid=29827] ppid=29824 vsize=15151156 memory=1456 CPUtime=2498.67 cores=1,3,5,7
/proc/29826/task/29827/stat : 29827 (java) R 29824 29824 25905 0 -1 4202560 116651 0 0 0 249189 678 0 0 20 0 15 0 517000313 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139674304659232 139673900384814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29828] ppid=29824 vsize=15151156 memory=5235880 CPUtime=2.05 cores=1,3,5,7
/proc/29826/task/29828/stat : 29828 (java) S 29824 29824 25905 0 -1 1077944384 7167 0 0 0 198 7 0 0 20 0 15 0 517000314 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139674228460432 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29829] ppid=29824 vsize=15151156 memory=5235880 CPUtime=2.05 cores=1,3,5,7
/proc/29826/task/29829/stat : 29829 (java) S 29824 29824 25905 0 -1 1077944384 6425 0 0 0 198 7 0 0 20 0 15 0 517000314 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139674227407632 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29830] ppid=29824 vsize=15151156 memory=3504 CPUtime=2.05 cores=1,3,5,7
/proc/29826/task/29830/stat : 29830 (java) S 29824 29824 25905 0 -1 1077944384 10511 0 0 0 197 8 0 0 20 0 15 0 517000314 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139674226355344 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29831] ppid=29824 vsize=15151156 memory=66112 CPUtime=2.05 cores=1,3,5,7
/proc/29826/task/29831/stat : 29831 (java) S 29824 29824 25905 0 -1 1077944384 4326 0 0 0 199 6 0 0 20 0 15 0 517000314 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139674225302544 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29832] ppid=29824 vsize=15151156 memory=1456 CPUtime=1.2 cores=1,3,5,7
/proc/29826/task/29832/stat : 29832 (java) S 29824 29824 25905 0 -1 1077944384 17700 0 0 0 94 26 0 0 20 0 15 0 517000315 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673768958064 139674300430978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29833] ppid=29824 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29833/stat : 29833 (java) S 29824 29824 25905 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 517000315 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673767904096 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29834] ppid=29824 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517000316 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673766851712 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15151156 memory=5235880 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15151156 memory=1276 CPUtime=1.63 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) S 29824 29824 25905 0 -1 1077944384 11537 0 0 0 162 1 0 0 20 0 15 0 517000318 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673764747888 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15151156 memory=1096 CPUtime=1.78 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) S 29824 29824 25905 0 -1 1077944384 11638 0 0 0 176 2 0 0 20 0 15 0 517000318 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673763695088 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15151156 memory=14008 CPUtime=0.46 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) S 29824 29824 25905 0 -1 1077944384 7474 0 0 0 45 1 0 0 20 0 15 0 517000318 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673762642800 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15151156 memory=5196816 CPUtime=0.53 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1469 0 0 0 23 30 0 0 20 0 15 0 517000319 15514783744 1308970 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 2512.55 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 5237336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.7 s]
/proc/loadavg: 1.93 3.00 2.63 3/229 30249
/proc/meminfo: memFree=20188516/32770624 swapFree=66953524/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0
[pid=29826] ppid=29824 vsize=15151156 memory=5235956 CPUtime=2520.02 cores=1,3,5,7
/proc/29826/stat : 29826 (java) S 29824 29824 25905 0 -1 1077944320 201894 0 0 0 251246 756 0 0 20 0 15 0 517000313 15514783744 1308989 33554432000 4194304 4196468 140732396458672 140732396441216 139674300419831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
/proc/29826/statm: 3787789 1308989 3528 1 0 3748889 0
[pid=29826/tid=29827] ppid=29824 vsize=15151156 memory=0 CPUtime=2506.04 cores=1,3,5,7
/proc/29826/task/29827/stat : 29827 (java) R 29824 29824 25905 0 -1 4202560 116839 0 0 0 249926 678 0 0 20 0 15 0 517000313 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674304659344 139673900755662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29828] ppid=29824 vsize=15151156 memory=5235880 CPUtime=2.08 cores=1,3,5,7
/proc/29826/task/29828/stat : 29828 (java) S 29824 29824 25905 0 -1 1077944384 7771 0 0 0 201 7 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674228460432 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29829] ppid=29824 vsize=15151156 memory=5235956 CPUtime=2.07 cores=1,3,5,7
/proc/29826/task/29829/stat : 29829 (java) S 29824 29824 25905 0 -1 1077944384 7541 0 0 0 200 7 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674227407632 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29830] ppid=29824 vsize=15151156 memory=1456 CPUtime=2.07 cores=1,3,5,7
/proc/29826/task/29830/stat : 29830 (java) S 29824 29824 25905 0 -1 1077944384 11137 0 0 0 199 8 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674226355344 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29831] ppid=29824 vsize=15151156 memory=1456 CPUtime=2.07 cores=1,3,5,7
/proc/29826/task/29831/stat : 29831 (java) S 29824 29824 25905 0 -1 1077944384 7143 0 0 0 201 6 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674225302544 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29832] ppid=29824 vsize=15151156 memory=5235956 CPUtime=1.2 cores=1,3,5,7
/proc/29826/task/29832/stat : 29832 (java) S 29824 29824 25905 0 -1 1077944384 17882 0 0 0 94 26 0 0 20 0 15 0 517000315 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673768958064 139674300430978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29833] ppid=29824 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29833/stat : 29833 (java) S 29824 29824 25905 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 517000315 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673767904096 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29834] ppid=29824 vsize=15151156 memory=5235880 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517000316 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673766851712 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15151156 memory=178 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15151156 memory=46 CPUtime=1.63 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) S 29824 29824 25905 0 -1 1077944384 11537 0 0 0 162 1 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673764747888 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15151156 memory=2008 CPUtime=1.78 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) S 29824 29824 25905 0 -1 1077944384 11638 0 0 0 176 2 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673763695088 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15151156 memory=1424 CPUtime=0.46 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) S 29824 29824 25905 0 -1 1077944384 7474 0 0 0 45 1 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673762642800 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15151156 memory=66112 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15151156 memory=988 CPUtime=0.54 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1486 0 0 0 24 30 0 0 20 0 15 0 517000319 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 5237412 KiB

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

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

[startup+2509.73 s]
# the end of solver process 29826 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.48 s, system=7.59219 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2509.7 s]
/proc/loadavg: 1.93 3.00 2.63 3/229 30249
/proc/meminfo: memFree=20188516/32770624 swapFree=66953524/67108860
[pid=29824] ppid=29821 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29824/stat : 29824 (xcsp3-exec) S 29821 29824 25905 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517000312 115843072 364 33554432000 4194304 5098028 140721993022064 140721993020168 140126764921468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32022528 140721993024342 140721993024601 140721993024601 140721993027526 0
/proc/29824/statm: 28282 364 305 221 0 87 0
[pid=29826] ppid=29824 vsize=15151156 memory=5235956 CPUtime=2520.02 cores=1,3,5,7
/proc/29826/stat : 29826 (java) S 29824 29824 25905 0 -1 1077944320 201894 0 0 0 251246 756 0 0 20 0 15 0 517000313 15514783744 1308989 33554432000 4194304 4196468 140732396458672 140732396441216 139674300419831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
/proc/29826/statm: 3787789 1308989 3528 1 0 3748889 0
[pid=29826/tid=29827] ppid=29824 vsize=15151156 memory=0 CPUtime=2506.04 cores=1,3,5,7
/proc/29826/task/29827/stat : 29827 (java) R 29824 29824 25905 0 -1 4202560 116839 0 0 0 249926 678 0 0 20 0 15 0 517000313 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674304659344 139673900755662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29828] ppid=29824 vsize=15151156 memory=5235880 CPUtime=2.08 cores=1,3,5,7
/proc/29826/task/29828/stat : 29828 (java) S 29824 29824 25905 0 -1 1077944384 7771 0 0 0 201 7 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674228460432 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29829] ppid=29824 vsize=15151156 memory=5235956 CPUtime=2.07 cores=1,3,5,7
/proc/29826/task/29829/stat : 29829 (java) S 29824 29824 25905 0 -1 1077944384 7541 0 0 0 200 7 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674227407632 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29830] ppid=29824 vsize=15151156 memory=1456 CPUtime=2.07 cores=1,3,5,7
/proc/29826/task/29830/stat : 29830 (java) S 29824 29824 25905 0 -1 1077944384 11137 0 0 0 199 8 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674226355344 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29831] ppid=29824 vsize=15151156 memory=1456 CPUtime=2.07 cores=1,3,5,7
/proc/29826/task/29831/stat : 29831 (java) S 29824 29824 25905 0 -1 1077944384 7143 0 0 0 201 6 0 0 20 0 15 0 517000314 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139674225302544 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29832] ppid=29824 vsize=15151156 memory=5235956 CPUtime=1.2 cores=1,3,5,7
/proc/29826/task/29832/stat : 29832 (java) S 29824 29824 25905 0 -1 1077944384 17882 0 0 0 94 26 0 0 20 0 15 0 517000315 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673768958064 139674300430978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29833] ppid=29824 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29833/stat : 29833 (java) S 29824 29824 25905 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 517000315 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673767904096 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29834] ppid=29824 vsize=15151156 memory=5235880 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29834/stat : 29834 (java) S 29824 29824 25905 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 517000316 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673766851712 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29835] ppid=29824 vsize=15151156 memory=178 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29835/stat : 29835 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673765800016 139674300438427 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29836] ppid=29824 vsize=15151156 memory=46 CPUtime=1.63 cores=1,3,5,7
/proc/29826/task/29836/stat : 29836 (java) S 29824 29824 25905 0 -1 1077944384 11537 0 0 0 162 1 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673764747888 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29837] ppid=29824 vsize=15151156 memory=2008 CPUtime=1.78 cores=1,3,5,7
/proc/29826/task/29837/stat : 29837 (java) S 29824 29824 25905 0 -1 1077944384 11638 0 0 0 176 2 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673763695088 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29838] ppid=29824 vsize=15151156 memory=1424 CPUtime=0.46 cores=1,3,5,7
/proc/29826/task/29838/stat : 29838 (java) S 29824 29824 25905 0 -1 1077944384 7474 0 0 0 45 1 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673762642800 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29839] ppid=29824 vsize=15151156 memory=66112 CPUtime=0 cores=1,3,5,7
/proc/29826/task/29839/stat : 29839 (java) S 29824 29824 25905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517000318 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673761590240 139674300430037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
[pid=29826/tid=29840] ppid=29824 vsize=15151156 memory=988 CPUtime=0.54 cores=1,3,5,7
/proc/29826/task/29840/stat : 29840 (java) S 29824 29824 25905 0 -1 1077944384 1486 0 0 0 24 30 0 0 20 0 15 0 517000319 15514783744 1308989 33554432000 4194304 4196468 140732396458672 139673760537008 139674300430978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36229120 140732396467163 140732396467338 140732396467338 140732396470223 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 5237412 KiB

Child status: 143
Real time (s): 2509.73
CPU time (s): 2520.07
CPU user time (s): 2512.48
CPU system time (s): 7.59219
CPU usage (%): 100.412
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 5541540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.48
system time used= 7.59218
maximum resident set size= 5554420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202707
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73574
involuntary context switches= 2014


# summary of solver processes directly reported to runsolver:
#   pid: 29824,29826
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2512.48
#   total CPU system time (s): 7.59219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4985 second user time and 19.2179 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-25 13:26:54
IDJOB=4406175
IDBENCH=135747
IDSOLVER=2869
FILE ID=node119/4406175-1569410856
RUNJOBID= node119-1569396629-25937
PBS_JOBID= 21705693
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.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-4406175-1569410856/watcher-4406175-1569410856 -o /var/tmp/evaluation-result-4406175-1569410856/solver-4406175-1569410856 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1569396629-25937 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1235200647 HOME/instance-4406175-1569410856.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=1235200647

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        24456884 kB
MemAvailable:   30616904 kB
Buffers:          165008 kB
Cached:          6095408 kB
SwapCached:        46716 kB
Active:          4217208 kB
Inactive:        3276740 kB
Active(anon):    1186212 kB
Inactive(anon):   104632 kB
Active(file):    3030996 kB
Inactive(file):  3172108 kB
Unevictable:      107192 kB
Mlocked:          107192 kB
SwapTotal:      67108860 kB
SwapFree:       66953520 kB
Dirty:             26028 kB
Writeback:             0 kB
AnonPages:       1080196 kB
Mapped:            71600 kB
Shmem:             48564 kB
Slab:             414808 kB
SReclaimable:     385376 kB
SUnreclaim:        29432 kB
KernelStack:        4032 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2048612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    960512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node119 at 2019-09-25 14:08:44