Trace number 4255357

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 5a (2017-07-26)SAT (TO)139 251.41 240.00999

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-18.xml
MD5SUM16e7a4452edd8ccb673a436dbd81290a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark248.51401
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":60}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255357-1501622355.xml"  -tl '264s' -p 1 -x 3
0.00/0.29	c [HOME/instance-4255357-1501622355.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.35	c simple solver
0.00/0.41	c parse instance...
0.00/0.67	c solve instance...
0.00/0.80	o 201 
0.00/0.82	o 191 
0.00/0.83	o 190 
0.00/0.86	o 180 
0.00/0.88	o 179 
0.00/0.90	o 172 
0.00/0.90	o 169 
0.00/0.93	o 162 
0.00/0.94	o 151 
4.11/1.65	o 150 
4.11/1.65	o 146 
4.42/1.70	o 145 
166.09/156.83	o 143 
204.76/194.54	o 142 
230.64/219.83	o 140 
230.97/220.15	o 139 
251.41/240.00	s SATISFIABLE
251.41/240.00	v <instantiation>
251.41/240.00	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] c[25] c[26] c[27] c[28] c[29] 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] d[25] d[26] d[27] d[28] d[29] </list>
251.41/240.00	v 	<values>4 3 5 8 12 16 17 19 18 25 26 27 28 23 20 22 21 24 29 14 9 11 7 6 0 1 2 15 10 13 1 2 1 3 3 1 4 4 8 2 1 1 7 11 4 3 3 5 17 4 5 2 2 7 7 10 10 3 1 7 </values>
251.41/240.00	v </instantiation>
251.41/240.00	c Unexpected resolution interruption!

Verifier Data

OK	139

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4255357-1501622355/watcher-4255357-1501622355 -o /tmp/evaluation-result-4255357-1501622355/solver-4255357-1501622355 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501617179-10853 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 782044349 HOME/instance-4255357-1501622355.xml 

pid=15741
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.94 1.87 3/196 15744
/proc/meminfo: memFree=31631836/32770624 swapFree=0/193448
[pid=15744] ppid=15741 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (runsolver) D 15741 15744 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10858643 24240128 106 18446744073709551615 4194304 4338465 140729626004432 140729626002072 139700061233879 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 17555456 140729626009693 140729626010182 140729626010182 140729626013642 0
/proc/15744/statm: 5918 106 53 36 0 2156 0

[startup+0.100056 s]
/proc/loadavg: 1.93 1.94 1.87 3/196 15744
/proc/meminfo: memFree=31631836/32770624 swapFree=0/193448
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) R 15741 15744 5091 0 -1 4202496 489 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 285 18446744073709551615 4194304 5098028 140727676477808 140727676477808 140080394348364 0 65538 5 65536 0 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 285 236 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200267 s]
/proc/loadavg: 1.93 1.94 1.87 3/196 15744
/proc/meminfo: memFree=31631836/32770624 swapFree=0/193448
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300373 s]
/proc/loadavg: 1.93 1.94 1.87 3/196 15744
/proc/meminfo: memFree=31631836/32770624 swapFree=0/193448
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.70188 s]
/proc/loadavg: 1.93 1.94 1.87 3/196 15744
/proc/meminfo: memFree=31631836/32770624 swapFree=0/193448
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50066 s]
/proc/loadavg: 1.93 1.94 1.87 5/212 15761
/proc/meminfo: memFree=31561776/32770624 swapFree=0/193276
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
[pid=15746] ppid=15744 vsize=13980732 CPUtime=3.8 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15744 15744 5091 0 -1 1077944320 21543 0 0 0 374 6 0 0 20 0 15 0 10858653 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 140736530175056 139884222836471 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
/proc/15746/statm: 3495183 24693 3180 1 0 3483484 0
[pid=15746/tid=15747] ppid=15744 vsize=13980732 CPUtime=1.33 cores=0,2,4,6
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 5091 0 -1 4202560 8980 0 0 0 130 3 0 0 20 0 15 0 10858653 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139884227073112 139883816850024 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15748] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139884142250896 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15749] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139884141198096 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15750] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139884140145808 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15751] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139884139093008 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15752] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 5091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883566319728 139884222847618 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15753] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883565265696 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15754] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883564213360 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15755] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883563161680 139884222855067 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15756] ppid=15744 vsize=13980732 CPUtime=0.96 cores=0,2,4,6
/proc/15746/task/15756/stat : 15756 (java) R 15744 15744 5091 0 -1 4202560 4264 0 0 0 96 0 0 0 20 0 15 0 10858659 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883562096880 139884202080496 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15757] ppid=15744 vsize=13980732 CPUtime=0.96 cores=0,2,4,6
/proc/15746/task/15757/stat : 15757 (java) R 15744 15744 5091 0 -1 4202560 3606 0 0 0 96 0 0 0 20 0 15 0 10858659 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883561042720 139884208850797 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15758] ppid=15744 vsize=13980732 CPUtime=0.52 cores=0,2,4,6
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 5091 0 -1 1077944384 3383 0 0 0 51 1 0 0 20 0 15 0 10858659 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883560004464 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15759] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883558951904 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15760] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 5091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 10858664 14316269568 24693 18446744073709551615 4194304 4196468 140736530192512 139883557898672 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 13990244

[startup+3.10064 s]
/proc/loadavg: 1.93 1.94 1.87 4/212 15761
/proc/meminfo: memFree=31507784/32770624 swapFree=0/193276
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
[pid=15746] ppid=15744 vsize=13980732 CPUtime=7.86 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15744 15744 5091 0 -1 1077944320 24806 0 0 0 779 7 0 0 20 0 15 0 10858653 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 140736530175056 139884222836471 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
/proc/15746/statm: 3495183 46029 3202 1 0 3483484 0
[pid=15746/tid=15747] ppid=15744 vsize=13980732 CPUtime=2.93 cores=0,2,4,6
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 5091 0 -1 4202560 9472 0 0 0 289 4 0 0 20 0 15 0 10858653 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139884227073608 139883818098497 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15748] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139884142250896 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15749] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139884141198096 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15750] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139884140145808 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15751] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139884139093008 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15752] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883566319728 139884222847618 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15753] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883565265696 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15754] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883564213360 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15755] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883563161680 139884222855067 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15756] ppid=15744 vsize=13980732 CPUtime=2.08 cores=0,2,4,6
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 5091 0 -1 1077944384 5415 0 0 0 208 0 0 0 20 0 15 0 10858659 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883562109552 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15757] ppid=15744 vsize=13980732 CPUtime=2.21 cores=0,2,4,6
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 5091 0 -1 1077944384 4948 0 0 0 220 1 0 0 20 0 15 0 10858659 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883561056752 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15758] ppid=15744 vsize=13980732 CPUtime=0.61 cores=0,2,4,6
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 5091 0 -1 1077944384 3630 0 0 0 60 1 0 0 20 0 15 0 10858659 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883560004464 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15759] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883558951904 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15760] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 5091 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 10858664 14316269568 46029 18446744073709551615 4194304 4196468 140736530192512 139883557898672 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 13990244

[startup+6.30074 s]
/proc/loadavg: 1.94 1.94 1.87 3/212 15761
/proc/meminfo: memFree=31420380/32770624 swapFree=0/193288
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
[pid=15746] ppid=15744 vsize=13980732 CPUtime=11.64 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15744 15744 5091 0 -1 1077944320 25828 0 0 0 1153 11 0 0 20 0 15 0 10858653 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 140736530175056 139884222836471 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
/proc/15746/statm: 3495183 54398 3220 1 0 3483484 0
[pid=15746/tid=15747] ppid=15744 vsize=13980732 CPUtime=6.1 cores=0,2,4,6
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 5091 0 -1 4202560 9512 0 0 0 606 4 0 0 20 0 15 0 10858653 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139884227073400 139883817924784 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15748] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 5091 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139884142250896 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15749] ppid=15744 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 5091 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 10858654 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139884141198096 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15750] ppid=15744 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 5091 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 15 0 10858654 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139884140145808 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15751] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 5091 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 10858654 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139884139093008 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15752] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 5091 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883566319728 139884222847618 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15753] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 5091 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883565265696 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15754] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883564213360 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15755] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883563161680 139884222855067 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15756] ppid=15744 vsize=13980732 CPUtime=2.32 cores=0,2,4,6
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 5091 0 -1 1077944384 5460 0 0 0 231 1 0 0 20 0 15 0 10858659 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883562109552 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15757] ppid=15744 vsize=13980732 CPUtime=2.44 cores=0,2,4,6
/proc/15746/task/15757/stat : 15757 (java) R 15744 15744 5091 0 -1 4202560 4988 0 0 0 243 1 0 0 20 0 15 0 10858659 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883561056752 139884206738146 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15758] ppid=15744 vsize=13980732 CPUtime=0.66 cores=0,2,4,6
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 5091 0 -1 1077944384 3911 0 0 0 65 1 0 0 20 0 15 0 10858659 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883560004464 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15759] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883558951904 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15760] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 5091 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 10858664 14316269568 54398 18446744073709551615 4194304 4196468 140736530192512 139883557898672 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.86 1.93 1.86 3/212 15761
/proc/meminfo: memFree=31394452/32770624 swapFree=0/193288
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
[pid=15746] ppid=15744 vsize=13980732 CPUtime=18.96 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15744 15744 5091 0 -1 1077944320 32872 0 0 0 1884 12 0 0 20 0 15 0 10858653 14316269568 55594 18446744073709551615 4194304 4196468 140736530192512 140736530175056 139884222836471 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
/proc/15746/statm: 3495183 55594 3231 1 0 3483484 0
[pid=15746/tid=15747] ppid=15744 vsize=13980732 CPUtime=12.48 cores=0,2,4,6
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 5091 0 -1 4202560 10436 0 0 0 1244 4 0 0 20 0 15 0 10858653 14316269568 55594 18446744073709551615 4194304 4196468 140736530192512 139884227075760 139883817925299 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15748] ppid=15744 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 5091 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 15 0 10858654 14316269568 55594 18446744073709551615 4194304 4196468 140736530192512 139884142250896 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15749] ppid=15744 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 5091 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 15 0 10858654 14316269568 55594 18446744073709551615 4194304 4196468 140736530192512 139884141198096 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0

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

[pid=15746/tid=15753] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 5091 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883565265696 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15754] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883564213360 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15755] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883563161680 139884222855067 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15756] ppid=15744 vsize=13980732 CPUtime=3.26 cores=0,2,4,6
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 5091 0 -1 1077944384 12589 0 0 0 325 1 0 0 20 0 15 0 10858659 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883562109552 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15757] ppid=15744 vsize=13980732 CPUtime=3.36 cores=0,2,4,6
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 5091 0 -1 1077944384 12527 0 0 0 335 1 0 0 20 0 15 0 10858659 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883561056752 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15758] ppid=15744 vsize=13980732 CPUtime=0.73 cores=0,2,4,6
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 5091 0 -1 1077944384 7381 0 0 0 71 2 0 0 20 0 15 0 10858659 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883560004464 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15759] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883558951904 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15760] ppid=15744 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 5091 0 -1 1077944384 679 0 0 0 1 2 0 0 20 0 15 0 10858664 14316269568 56243 18446744073709551615 4194304 4196468 140736530192512 139883557898672 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
Current children cumulated CPU time (s) 110.65
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.83 1.84 1.84 3/211 15922
/proc/meminfo: memFree=31512976/32770624 swapFree=0/193444
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
[pid=15746] ppid=15744 vsize=13980732 CPUtime=171.87 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15744 15744 5091 0 -1 1077944320 61778 0 0 0 17143 44 0 0 20 0 15 0 10858653 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 140736530175056 139884222836471 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
/proc/15746/statm: 3495183 78659 3231 1 0 3483484 0
[pid=15746/tid=15747] ppid=15744 vsize=13980732 CPUtime=161.27 cores=0,2,4,6
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 5091 0 -1 4202560 15031 0 0 0 16122 5 0 0 20 0 15 0 10858653 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139884227073944 139883816913340 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15748] ppid=15744 vsize=13980732 CPUtime=0.71 cores=0,2,4,6
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 5091 0 -1 1077944384 877 0 0 0 64 7 0 0 20 0 15 0 10858654 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139884142250896 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15749] ppid=15744 vsize=13980732 CPUtime=0.7 cores=0,2,4,6
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 5091 0 -1 1077944384 1782 0 0 0 63 7 0 0 20 0 15 0 10858654 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139884141198096 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15750] ppid=15744 vsize=13980732 CPUtime=0.71 cores=0,2,4,6
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 5091 0 -1 1077944384 2360 0 0 0 64 7 0 0 20 0 15 0 10858654 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139884140145808 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15751] ppid=15744 vsize=13980732 CPUtime=0.71 cores=0,2,4,6
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 5091 0 -1 1077944384 1532 0 0 0 63 8 0 0 20 0 15 0 10858654 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139884139093008 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15752] ppid=15744 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 5091 0 -1 1077944384 1575 0 0 0 8 1 0 0 20 0 15 0 10858656 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883566319728 139884222847618 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15753] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 5091 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883565265696 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15754] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883564213360 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15755] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883563161680 139884222855067 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15756] ppid=15744 vsize=13980732 CPUtime=3.39 cores=0,2,4,6
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 5091 0 -1 1077944384 14689 0 0 0 338 1 0 0 20 0 15 0 10858659 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883562109552 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15757] ppid=15744 vsize=13980732 CPUtime=3.41 cores=0,2,4,6
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 5091 0 -1 1077944384 13798 0 0 0 340 1 0 0 20 0 15 0 10858659 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883561056752 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15758] ppid=15744 vsize=13980732 CPUtime=0.73 cores=0,2,4,6
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 5091 0 -1 1077944384 8091 0 0 0 71 2 0 0 20 0 15 0 10858659 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883560004464 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15759] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883558951904 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15760] ppid=15744 vsize=13980732 CPUtime=0.06 cores=0,2,4,6
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 5091 0 -1 1077944384 702 0 0 0 3 3 0 0 20 0 15 0 10858664 14316269568 78659 18446744073709551615 4194304 4196468 140736530192512 139883557898672 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
Current children cumulated CPU time (s) 171.87
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.80 1.83 1.84 3/211 15924
/proc/meminfo: memFree=31302784/32770624 swapFree=0/193508
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
[pid=15746] ppid=15744 vsize=13980732 CPUtime=233.21 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15744 15744 5091 0 -1 1077944320 66099 0 0 0 23259 62 0 0 20 0 15 0 10858653 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 140736530175056 139884222836471 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
/proc/15746/statm: 3495183 110451 3231 1 0 3483484 0
[pid=15746/tid=15747] ppid=15744 vsize=13980732 CPUtime=220.79 cores=0,2,4,6
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 5091 0 -1 4202560 16089 0 0 0 22074 5 0 0 20 0 15 0 10858653 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139884227076112 139883819118891 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15748] ppid=15744 vsize=13980732 CPUtime=1.12 cores=0,2,4,6
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 5091 0 -1 1077944384 1034 0 0 0 102 10 0 0 20 0 15 0 10858654 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139884142250896 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15749] ppid=15744 vsize=13980732 CPUtime=1.12 cores=0,2,4,6
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 5091 0 -1 1077944384 1960 0 0 0 101 11 0 0 20 0 15 0 10858654 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139884141198096 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15750] ppid=15744 vsize=13980732 CPUtime=1.13 cores=0,2,4,6
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 5091 0 -1 1077944384 2557 0 0 0 102 11 0 0 20 0 15 0 10858654 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139884140145808 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15751] ppid=15744 vsize=13980732 CPUtime=1.12 cores=0,2,4,6
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 5091 0 -1 1077944384 2263 0 0 0 100 12 0 0 20 0 15 0 10858654 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139884139093008 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15752] ppid=15744 vsize=13980732 CPUtime=0.12 cores=0,2,4,6
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 5091 0 -1 1077944384 1824 0 0 0 11 1 0 0 20 0 15 0 10858656 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883566319728 139884222847618 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15753] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 5091 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883565265696 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15754] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883564213360 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15755] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883563161680 139884222855067 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15756] ppid=15744 vsize=13980732 CPUtime=3.43 cores=0,2,4,6
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 5091 0 -1 1077944384 15628 0 0 0 342 1 0 0 20 0 15 0 10858659 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883562109552 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15757] ppid=15744 vsize=13980732 CPUtime=3.44 cores=0,2,4,6
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 5091 0 -1 1077944384 14451 0 0 0 343 1 0 0 20 0 15 0 10858659 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883561056752 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15758] ppid=15744 vsize=13980732 CPUtime=0.74 cores=0,2,4,6
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 5091 0 -1 1077944384 8224 0 0 0 72 2 0 0 20 0 15 0 10858659 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883560004464 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15759] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883558951904 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15760] ppid=15744 vsize=13980732 CPUtime=0.09 cores=0,2,4,6
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 5091 0 -1 1077944384 728 0 0 0 5 4 0 0 20 0 15 0 10858664 14316269568 110451 18446744073709551615 4194304 4196468 140736530192512 139883557898672 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
Current children cumulated CPU time (s) 233.21
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.91 1.86 1.85 3/211 15924
/proc/meminfo: memFree=31452752/32770624 swapFree=0/193520
[pid=15744] ppid=15741 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/15744/stat : 15744 (xcsp3-exec) S 15741 15744 5091 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 10858643 9740288 345 18446744073709551615 4194304 5098028 140727676477808 140727676475912 140080394347132 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 12591104 140727676486044 140727676486247 140727676486247 140727676489707 0
/proc/15744/statm: 2378 345 289 221 0 87 0
[pid=15746] ppid=15744 vsize=13980732 CPUtime=251.41 cores=0,2,4,6
/proc/15746/stat : 15746 (java) S 15744 15744 5091 0 -1 1077944320 70818 0 0 0 25075 66 0 0 20 0 15 0 10858653 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 140736530175056 139884222836471 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
/proc/15746/statm: 3495183 73242 3244 1 0 3483484 0
[pid=15746/tid=15747] ppid=15744 vsize=13980732 CPUtime=238.31 cores=0,2,4,6
/proc/15746/task/15747/stat : 15747 (java) R 15744 15744 5091 0 -1 4202560 16144 0 0 0 23826 5 0 0 20 0 15 0 10858653 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139884227076000 139883818448664 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15748] ppid=15744 vsize=13980732 CPUtime=1.27 cores=0,2,4,6
/proc/15746/task/15748/stat : 15748 (java) S 15744 15744 5091 0 -1 1077944384 1478 0 0 0 116 11 0 0 20 0 15 0 10858654 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139884142250896 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15749] ppid=15744 vsize=13980732 CPUtime=1.27 cores=0,2,4,6
/proc/15746/task/15749/stat : 15749 (java) S 15744 15744 5091 0 -1 1077944384 2120 0 0 0 115 12 0 0 20 0 15 0 10858654 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139884141198096 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15750] ppid=15744 vsize=13980732 CPUtime=1.27 cores=0,2,4,6
/proc/15746/task/15750/stat : 15750 (java) S 15744 15744 5091 0 -1 1077944384 2798 0 0 0 115 12 0 0 20 0 15 0 10858654 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139884140145808 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15751] ppid=15744 vsize=13980732 CPUtime=1.27 cores=0,2,4,6
/proc/15746/task/15751/stat : 15751 (java) S 15744 15744 5091 0 -1 1077944384 2521 0 0 0 114 13 0 0 20 0 15 0 10858654 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139884139093008 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15752] ppid=15744 vsize=13980732 CPUtime=0.14 cores=0,2,4,6
/proc/15746/task/15752/stat : 15752 (java) S 15744 15744 5091 0 -1 1077944384 3460 0 0 0 13 1 0 0 20 0 15 0 10858656 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883566319728 139884222847618 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15753] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15753/stat : 15753 (java) S 15744 15744 5091 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883565265696 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15754] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15754/stat : 15754 (java) S 15744 15744 5091 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 10858656 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883564213360 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15755] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15755/stat : 15755 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883563161680 139884222855067 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15756] ppid=15744 vsize=13980732 CPUtime=3.45 cores=0,2,4,6
/proc/15746/task/15756/stat : 15756 (java) S 15744 15744 5091 0 -1 1077944384 15936 0 0 0 344 1 0 0 20 0 15 0 10858659 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883562109552 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15757] ppid=15744 vsize=13980732 CPUtime=3.49 cores=0,2,4,6
/proc/15746/task/15757/stat : 15757 (java) S 15744 15744 5091 0 -1 1077944384 15550 0 0 0 347 2 0 0 20 0 15 0 10858659 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883561056752 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15758] ppid=15744 vsize=13980732 CPUtime=0.75 cores=0,2,4,6
/proc/15746/task/15758/stat : 15758 (java) S 15744 15744 5091 0 -1 1077944384 8740 0 0 0 73 2 0 0 20 0 15 0 10858659 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883560004464 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15759] ppid=15744 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/15746/task/15759/stat : 15759 (java) S 15744 15744 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10858659 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883558951904 139884222846677 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
[pid=15746/tid=15760] ppid=15744 vsize=13980732 CPUtime=0.1 cores=0,2,4,6
/proc/15746/task/15760/stat : 15760 (java) S 15744 15744 5091 0 -1 1077944384 730 0 0 0 5 5 0 0 20 0 15 0 10858664 14316269568 73242 18446744073709551615 4194304 4196468 140736530192512 139883557898672 139884222847618 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32145408 140736530198996 140736530199171 140736530199171 140736530202575 0
Current children cumulated CPU time (s) 251.41
Current children cumulated vsize (KiB) 13990244

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15746 sig 9
??? kill 15744 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15744 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1909
# CPU time returned by wait4() is 0.001909
# while last known CPU time is 251.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.01
CPU time (s): 251.41
CPU user time (s): 250.75
CPU system time (s): 0.66
CPU usage (%): 104.75
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001909
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16114 second user time and 1.4507 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-01 23:05:16
IDJOB=4255357
IDBENCH=135870
IDSOLVER=2637
FILE ID=node129/4255357-1501622355
RUNJOBID= node129-1501617179-10853
PBS_JOBID= 
Free space on /tmp= 61768 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-18.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255357-1501622355/watcher-4255357-1501622355 -o /tmp/evaluation-result-4255357-1501622355/solver-4255357-1501622355 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501617179-10853 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 782044349 HOME/instance-4255357-1501622355.xml

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

MD5SUM BENCH= 16e7a4452edd8ccb673a436dbd81290a
RANDOM SEED=782044349

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31631868 kB
MemAvailable:   31705984 kB
Buffers:           98264 kB
Cached:           259700 kB
SwapCached:            0 kB
Active:           536804 kB
Inactive:         202240 kB
Active(anon):     381020 kB
Inactive(anon):     8532 kB
Active(file):     155784 kB
Inactive(file):   193708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7496 kB
Writeback:             0 kB
AnonPages:        427172 kB
Mapped:            42116 kB
Shmem:              8872 kB
Slab:             105752 kB
SReclaimable:      80920 kB
SUnreclaim:        24832 kB
KernelStack:        3760 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1150016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61760 MiB
End job on node129 at 2017-08-01 23:09:16