Trace number 4255356

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)106 250.88 240.01401

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark254.672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255356-1501622157.xml"  -tl '264s' -p 1 -x 3
0.00/0.26	c [HOME/instance-4255356-1501622157.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.32	c simple solver
0.00/0.39	c parse instance...
0.00/0.59	c solve instance...
0.00/0.70	o 145 
0.00/0.71	o 142 
0.00/0.72	o 128 
0.00/0.93	o 127 
0.00/1.01	o 125 
0.00/1.04	o 124 
0.00/1.06	o 120 
2.55/1.20	o 118 
3.15/1.34	o 116 
3.15/1.35	o 115 
8.54/3.59	o 113 
8.54/3.59	o 112 
19.23/12.72	o 111 
32.70/25.77	o 110 
33.97/26.92	o 109 
33.97/26.92	o 108 
37.24/29.98	o 107 
37.36/30.04	o 106 
250.88/240.01	s SATISFIABLE
250.88/240.01	v <instantiation>
250.88/240.01	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] 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] </list>
250.88/240.01	v 	<values>7 9 11 10 8 16 17 19 18 14 12 15 13 4 6 0 1 2 3 5 3 4 4 5 11 2 1 1 6 11 8 3 11 8 8 7 6 3 1 3 </values>
250.88/240.01	v </instantiation>
250.88/240.01	c Unexpected resolution interruption!

Verifier Data

OK	106

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-4255356-1501622157/watcher-4255356-1501622157 -o /tmp/evaluation-result-4255356-1501622157/solver-4255356-1501622157 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501616951-11514 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1964671635 HOME/instance-4255356-1501622157.xml 

pid=23387
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.58 1.77 1.84 2/203 23390
/proc/meminfo: memFree=31044028/32770624 swapFree=0/291684
[pid=23390] ppid=23387 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (runsolver) D 23387 23390 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 9721484 24240128 107 18446744073709551615 4194304 4338465 140720729416768 140720729414408 140306129416919 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 36446208 140720729423964 140720729424454 140720729424454 140720729427914 0
/proc/23390/statm: 5918 107 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.58 1.77 1.84 2/203 23390
/proc/meminfo: memFree=31044028/32770624 swapFree=0/291684
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200313 s]
/proc/loadavg: 1.58 1.77 1.84 2/203 23390
/proc/meminfo: memFree=31044028/32770624 swapFree=0/291684
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300244 s]
/proc/loadavg: 1.58 1.77 1.84 2/203 23390
/proc/meminfo: memFree=31044028/32770624 swapFree=0/291684
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700237 s]
/proc/loadavg: 1.58 1.77 1.84 2/203 23390
/proc/meminfo: memFree=31044028/32770624 swapFree=0/291684
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50063 s]
/proc/loadavg: 1.58 1.77 1.84 5/219 23406
/proc/meminfo: memFree=30976268/32770624 swapFree=0/291684
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
[pid=23392] ppid=23390 vsize=13980732 CPUtime=3.78 cores=0,2,4,6
/proc/23392/stat : 23392 (java) S 23390 23390 5234 0 -1 1077944320 23247 0 0 0 372 6 0 0 20 0 15 0 9721494 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140728506098176 140229276122871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
/proc/23392/statm: 3495183 24692 3190 1 0 3483484 0
[pid=23392/tid=23393] ppid=23390 vsize=13980732 CPUtime=1.35 cores=0,2,4,6
/proc/23392/task/23393/stat : 23393 (java) R 23390 23390 5234 0 -1 4202560 9861 0 0 0 132 3 0 0 20 0 15 0 9721494 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140229280359072 140228891229327 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23394] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23394/stat : 23394 (java) S 23390 23390 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140229210557584 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23395] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23395/stat : 23395 (java) S 23390 23390 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140229209504784 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23396] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23396/stat : 23396 (java) S 23390 23390 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140229208451984 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23397] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23397/stat : 23397 (java) S 23390 23390 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140229207399184 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23398] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23398/stat : 23398 (java) S 23390 23390 5234 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 9721496 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228754516336 140229276134018 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23399] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23399/stat : 23399 (java) S 23390 23390 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228753462304 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23400] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23400/stat : 23400 (java) S 23390 23390 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228752409456 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23401] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23401/stat : 23401 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228751357776 140229276141467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23402] ppid=23390 vsize=13980732 CPUtime=0.99 cores=0,2,4,6
/proc/23392/task/23402/stat : 23402 (java) R 23390 23390 5234 0 -1 4202560 5053 0 0 0 98 1 0 0 20 0 15 0 9721499 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228750295760 140229259509424 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23403] ppid=23390 vsize=13980732 CPUtime=0.96 cores=0,2,4,6
/proc/23392/task/23403/stat : 23403 (java) R 23390 23390 5234 0 -1 4202560 4232 0 0 0 96 0 0 0 20 0 15 0 9721499 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228749244816 140229257644004 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23404] ppid=23390 vsize=13980732 CPUtime=0.46 cores=0,2,4,6
/proc/23392/task/23404/stat : 23404 (java) S 23390 23390 5234 0 -1 1077944384 2768 0 0 0 45 1 0 0 20 0 15 0 9721499 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228748200560 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23405] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23405/stat : 23405 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228747148000 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23406] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23406/stat : 23406 (java) S 23390 23390 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 9721503 14316269568 24692 18446744073709551615 4194304 4196468 140728506115632 140228746095280 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 13990244

[startup+3.10075 s]
/proc/loadavg: 1.58 1.77 1.84 5/219 23406
/proc/meminfo: memFree=30922720/32770624 swapFree=0/291684
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
[pid=23392] ppid=23390 vsize=13980732 CPUtime=8.02 cores=0,2,4,6
/proc/23392/stat : 23392 (java) S 23390 23390 5234 0 -1 1077944320 24549 0 0 0 795 7 0 0 20 0 15 0 9721494 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140728506098176 140229276122871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
/proc/23392/statm: 3495183 40883 3198 1 0 3483484 0
[pid=23392/tid=23393] ppid=23390 vsize=13980732 CPUtime=2.95 cores=0,2,4,6
/proc/23392/task/23393/stat : 23393 (java) R 23390 23390 5234 0 -1 4202560 10049 0 0 0 291 4 0 0 20 0 15 0 9721494 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140229280359640 140228892432765 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23394] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23394/stat : 23394 (java) S 23390 23390 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140229210557584 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23395] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23395/stat : 23395 (java) S 23390 23390 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140229209504784 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23396] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23396/stat : 23396 (java) S 23390 23390 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140229208451984 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23397] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23397/stat : 23397 (java) S 23390 23390 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140229207399184 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23398] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23398/stat : 23398 (java) S 23390 23390 5234 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 9721496 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228754516336 140229276134018 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23399] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23399/stat : 23399 (java) S 23390 23390 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228753462304 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23400] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23400/stat : 23400 (java) S 23390 23390 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228752409456 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23401] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23401/stat : 23401 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228751357776 140229276141467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23402] ppid=23390 vsize=13980732 CPUtime=2.32 cores=0,2,4,6
/proc/23392/task/23402/stat : 23402 (java) S 23390 23390 5234 0 -1 1077944384 5378 0 0 0 231 1 0 0 20 0 15 0 9721499 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228750306160 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23403] ppid=23390 vsize=13980732 CPUtime=2.21 cores=0,2,4,6
/proc/23392/task/23403/stat : 23403 (java) S 23390 23390 5234 0 -1 1077944384 4943 0 0 0 221 0 0 0 20 0 15 0 9721499 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228749253360 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23404] ppid=23390 vsize=13980732 CPUtime=0.51 cores=0,2,4,6
/proc/23392/task/23404/stat : 23404 (java) S 23390 23390 5234 0 -1 1077944384 2829 0 0 0 50 1 0 0 20 0 15 0 9721499 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228748200560 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23405] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23405/stat : 23405 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228747148000 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23406] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23406/stat : 23406 (java) S 23390 23390 5234 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 9721503 14316269568 40883 18446744073709551615 4194304 4196468 140728506115632 140228746095280 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 13990244

[startup+6.30076 s]
/proc/loadavg: 1.61 1.78 1.84 3/219 23406
/proc/meminfo: memFree=30815384/32770624 swapFree=0/291692
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
[pid=23392] ppid=23390 vsize=13980732 CPUtime=11.71 cores=0,2,4,6
/proc/23392/stat : 23392 (java) S 23390 23390 5234 0 -1 1077944320 25902 0 0 0 1162 9 0 0 20 0 15 0 9721494 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140728506098176 140229276122871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
/proc/23392/statm: 3495183 51331 3221 1 0 3483484 0
[pid=23392/tid=23393] ppid=23390 vsize=13980732 CPUtime=6.14 cores=0,2,4,6
/proc/23392/task/23393/stat : 23393 (java) R 23390 23390 5234 0 -1 4202560 10112 0 0 0 610 4 0 0 20 0 15 0 9721494 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140229280359584 140228891409290 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23394] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23394/stat : 23394 (java) S 23390 23390 5234 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140229210557584 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23395] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23395/stat : 23395 (java) S 23390 23390 5234 0 -1 1077944384 172 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140229209504784 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23396] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23396/stat : 23396 (java) S 23390 23390 5234 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140229208451984 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23397] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23397/stat : 23397 (java) S 23390 23390 5234 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 9721495 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140229207399184 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23398] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23398/stat : 23398 (java) S 23390 23390 5234 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 15 0 9721496 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228754516336 140229276134018 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23399] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23399/stat : 23399 (java) S 23390 23390 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228753462304 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23400] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23400/stat : 23400 (java) S 23390 23390 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228752409456 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23401] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23401/stat : 23401 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228751357776 140229276141467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23402] ppid=23390 vsize=13980732 CPUtime=2.55 cores=0,2,4,6
/proc/23392/task/23402/stat : 23402 (java) S 23390 23390 5234 0 -1 1077944384 5443 0 0 0 254 1 0 0 20 0 15 0 9721499 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228750306160 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23403] ppid=23390 vsize=13980732 CPUtime=2.38 cores=0,2,4,6
/proc/23392/task/23403/stat : 23403 (java) S 23390 23390 5234 0 -1 1077944384 5003 0 0 0 238 0 0 0 20 0 15 0 9721499 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228749253360 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23404] ppid=23390 vsize=13980732 CPUtime=0.57 cores=0,2,4,6
/proc/23392/task/23404/stat : 23404 (java) S 23390 23390 5234 0 -1 1077944384 3401 0 0 0 56 1 0 0 20 0 15 0 9721499 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228748200560 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23405] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23405/stat : 23405 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228747148000 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23406] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23406/stat : 23406 (java) S 23390 23390 5234 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 9721503 14316269568 51331 18446744073709551615 4194304 4196468 140728506115632 140228746095280 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.64 1.78 1.84 3/219 23406
/proc/meminfo: memFree=30798140/32770624 swapFree=0/291704
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
[pid=23392] ppid=23390 vsize=13980732 CPUtime=19.23 cores=0,2,4,6
/proc/23392/stat : 23392 (java) S 23390 23390 5234 0 -1 1077944320 36844 0 0 0 1912 11 0 0 20 0 15 0 9721494 14316269568 55877 18446744073709551615 4194304 4196468 140728506115632 140728506098176 140229276122871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
/proc/23392/statm: 3495183 55877 3229 1 0 3483484 0
[pid=23392/tid=23393] ppid=23390 vsize=13980732 CPUtime=12.51 cores=0,2,4,6
/proc/23392/task/23393/stat : 23393 (java) R 23390 23390 5234 0 -1 4202560 11035 0 0 0 1247 4 0 0 20 0 15 0 9721494 14316269568 55877 18446744073709551615 4194304 4196468 140728506115632 140229280362144 140228891409868 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23394] ppid=23390 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/23392/task/23394/stat : 23394 (java) S 23390 23390 5234 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 15 0 9721495 14316269568 55877 18446744073709551615 4194304 4196468 140728506115632 140229210557584 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23395] ppid=23390 vsize=13980732 CPUtime=0.02 cores=0,2,4,6
/proc/23392/task/23395/stat : 23395 (java) S 23390 23390 5234 0 -1 1077944384 1067 0 0 0 2 0 0 0 20 0 15 0 9721495 14316269568 55877 18446744073709551615 4194304 4196468 140728506115632 140229209504784 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0

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

[pid=23392/tid=23399] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23399/stat : 23399 (java) S 23390 23390 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228753462304 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23400] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23400/stat : 23400 (java) S 23390 23390 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228752409456 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23401] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23401/stat : 23401 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228751357776 140229276141467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23402] ppid=23390 vsize=13980732 CPUtime=3.56 cores=0,2,4,6
/proc/23392/task/23402/stat : 23402 (java) S 23390 23390 5234 0 -1 1077944384 15443 0 0 0 355 1 0 0 20 0 15 0 9721499 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228750306160 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23403] ppid=23390 vsize=13980732 CPUtime=3.3 cores=0,2,4,6
/proc/23392/task/23403/stat : 23403 (java) S 23390 23390 5234 0 -1 1077944384 14325 0 0 0 329 1 0 0 20 0 15 0 9721499 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228749253360 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23404] ppid=23390 vsize=13980732 CPUtime=0.63 cores=0,2,4,6
/proc/23392/task/23404/stat : 23404 (java) S 23390 23390 5234 0 -1 1077944384 7717 0 0 0 62 1 0 0 20 0 15 0 9721499 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228748200560 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23405] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23405/stat : 23405 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228747148000 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23406] ppid=23390 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/23392/task/23406/stat : 23406 (java) S 23390 23390 5234 0 -1 1077944384 536 0 0 0 1 2 0 0 20 0 15 0 9721503 14316269568 49387 18446744073709551615 4194304 4196468 140728506115632 140228746095280 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
Current children cumulated CPU time (s) 110.59
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.71 1.76 1.83 2/208 23436
/proc/meminfo: memFree=31596312/32770624 swapFree=0/291796
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
[pid=23392] ppid=23390 vsize=13980732 CPUtime=171.64 cores=0,2,4,6
/proc/23392/stat : 23392 (java) S 23390 23390 5234 0 -1 1077944320 68138 0 0 0 17132 32 0 0 20 0 15 0 9721494 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140728506098176 140229276122871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
/proc/23392/statm: 3495183 60306 3229 1 0 3483484 0
[pid=23392/tid=23393] ppid=23390 vsize=13980732 CPUtime=161.48 cores=0,2,4,6
/proc/23392/task/23393/stat : 23393 (java) R 23390 23390 5234 0 -1 4202560 15806 0 0 0 16143 5 0 0 20 0 15 0 9721494 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140229280362448 140228891409324 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23394] ppid=23390 vsize=13980732 CPUtime=0.56 cores=0,2,4,6
/proc/23392/task/23394/stat : 23394 (java) S 23390 23390 5234 0 -1 1077944384 1942 0 0 0 52 4 0 0 20 0 15 0 9721495 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140229210557584 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23395] ppid=23390 vsize=13980732 CPUtime=0.57 cores=0,2,4,6
/proc/23392/task/23395/stat : 23395 (java) S 23390 23390 5234 0 -1 1077944384 2972 0 0 0 53 4 0 0 20 0 15 0 9721495 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140229209504784 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23396] ppid=23390 vsize=13980732 CPUtime=0.57 cores=0,2,4,6
/proc/23392/task/23396/stat : 23396 (java) S 23390 23390 5234 0 -1 1077944384 954 0 0 0 53 4 0 0 20 0 15 0 9721495 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140229208451984 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23397] ppid=23390 vsize=13980732 CPUtime=0.55 cores=0,2,4,6
/proc/23392/task/23397/stat : 23397 (java) S 23390 23390 5234 0 -1 1077944384 1105 0 0 0 51 4 0 0 20 0 15 0 9721495 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140229207399184 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23398] ppid=23390 vsize=13980732 CPUtime=0.07 cores=0,2,4,6
/proc/23392/task/23398/stat : 23398 (java) S 23390 23390 5234 0 -1 1077944384 1481 0 0 0 6 1 0 0 20 0 15 0 9721496 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228754516336 140229276134018 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23399] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23399/stat : 23399 (java) S 23390 23390 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228753462304 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23400] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23400/stat : 23400 (java) S 23390 23390 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228752409456 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23401] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23401/stat : 23401 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228751357776 140229276141467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23402] ppid=23390 vsize=13980732 CPUtime=3.7 cores=0,2,4,6
/proc/23392/task/23402/stat : 23402 (java) S 23390 23390 5234 0 -1 1077944384 17636 0 0 0 369 1 0 0 20 0 15 0 9721499 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228750306160 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23403] ppid=23390 vsize=13980732 CPUtime=3.34 cores=0,2,4,6
/proc/23392/task/23403/stat : 23403 (java) S 23390 23390 5234 0 -1 1077944384 15445 0 0 0 333 1 0 0 20 0 15 0 9721499 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228749253360 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23404] ppid=23390 vsize=13980732 CPUtime=0.64 cores=0,2,4,6
/proc/23392/task/23404/stat : 23404 (java) S 23390 23390 5234 0 -1 1077944384 8884 0 0 0 63 1 0 0 20 0 15 0 9721499 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228748200560 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23405] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23405/stat : 23405 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228747148000 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23406] ppid=23390 vsize=13980732 CPUtime=0.05 cores=0,2,4,6
/proc/23392/task/23406/stat : 23406 (java) S 23390 23390 5234 0 -1 1077944384 558 0 0 0 2 3 0 0 20 0 15 0 9721503 14316269568 60306 18446744073709551615 4194304 4196468 140728506115632 140228746095280 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
Current children cumulated CPU time (s) 171.64
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.66 1.74 1.82 3/215 23490
/proc/meminfo: memFree=30715608/32770624 swapFree=0/291900
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
[pid=23392] ppid=23390 vsize=13980732 CPUtime=232.85 cores=0,2,4,6
/proc/23392/stat : 23392 (java) S 23390 23390 5234 0 -1 1077944320 72788 0 0 0 23239 46 0 0 20 0 15 0 9721494 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140728506098176 140229276122871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
/proc/23392/statm: 3495183 85795 3229 1 0 3483484 0
[pid=23392/tid=23393] ppid=23390 vsize=13980732 CPUtime=221.06 cores=0,2,4,6
/proc/23392/task/23393/stat : 23393 (java) R 23390 23390 5234 0 -1 4202560 16636 0 0 0 22101 5 0 0 20 0 15 0 9721494 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140229280362448 140228894977804 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23394] ppid=23390 vsize=13980732 CPUtime=0.94 cores=0,2,4,6
/proc/23392/task/23394/stat : 23394 (java) S 23390 23390 5234 0 -1 1077944384 2302 0 0 0 86 8 0 0 20 0 15 0 9721495 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140229210557584 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23395] ppid=23390 vsize=13980732 CPUtime=0.94 cores=0,2,4,6
/proc/23392/task/23395/stat : 23395 (java) S 23390 23390 5234 0 -1 1077944384 3264 0 0 0 87 7 0 0 20 0 15 0 9721495 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140229209504784 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23396] ppid=23390 vsize=13980732 CPUtime=0.94 cores=0,2,4,6
/proc/23392/task/23396/stat : 23396 (java) S 23390 23390 5234 0 -1 1077944384 1404 0 0 0 87 7 0 0 20 0 15 0 9721495 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140229208451984 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23397] ppid=23390 vsize=13980732 CPUtime=0.93 cores=0,2,4,6
/proc/23392/task/23397/stat : 23397 (java) S 23390 23390 5234 0 -1 1077944384 1849 0 0 0 86 7 0 0 20 0 15 0 9721495 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140229207399184 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23398] ppid=23390 vsize=13980732 CPUtime=0.1 cores=0,2,4,6
/proc/23392/task/23398/stat : 23398 (java) S 23390 23390 5234 0 -1 1077944384 1749 0 0 0 8 2 0 0 20 0 15 0 9721496 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228754516336 140229276134018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23399] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23399/stat : 23399 (java) S 23390 23390 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228753462304 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23400] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23400/stat : 23400 (java) S 23390 23390 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228752409456 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23401] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23401/stat : 23401 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228751357776 140229276141467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23402] ppid=23390 vsize=13980732 CPUtime=3.7 cores=0,2,4,6
/proc/23392/task/23402/stat : 23402 (java) S 23390 23390 5234 0 -1 1077944384 17883 0 0 0 369 1 0 0 20 0 15 0 9721499 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228750306160 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23403] ppid=23390 vsize=13980732 CPUtime=3.42 cores=0,2,4,6
/proc/23392/task/23403/stat : 23403 (java) S 23390 23390 5234 0 -1 1077944384 16292 0 0 0 341 1 0 0 20 0 15 0 9721499 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228749253360 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23404] ppid=23390 vsize=13980732 CPUtime=0.64 cores=0,2,4,6
/proc/23392/task/23404/stat : 23404 (java) S 23390 23390 5234 0 -1 1077944384 9479 0 0 0 63 1 0 0 20 0 15 0 9721499 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228748200560 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23405] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23405/stat : 23405 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228747148000 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23406] ppid=23390 vsize=13980732 CPUtime=0.08 cores=0,2,4,6
/proc/23392/task/23406/stat : 23406 (java) S 23390 23390 5234 0 -1 1077944384 575 0 0 0 3 5 0 0 20 0 15 0 9721503 14316269568 85795 18446744073709551615 4194304 4196468 140728506115632 140228746095280 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
Current children cumulated CPU time (s) 232.85
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.60 1.73 1.81 3/215 23491
/proc/meminfo: memFree=30648668/32770624 swapFree=0/291928
[pid=23390] ppid=23387 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/23390/stat : 23390 (xcsp3-exec) S 23387 23390 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 9721484 9740288 345 18446744073709551615 4194304 5098028 140726805047152 140726805045256 140328065753724 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 29097984 140726805053851 140726805054055 140726805054055 140726805057515 0
/proc/23390/statm: 2378 345 289 221 0 87 0
[pid=23392] ppid=23390 vsize=13980732 CPUtime=250.88 cores=0,2,4,6
/proc/23392/stat : 23392 (java) S 23390 23390 5234 0 -1 1077944320 73091 0 0 0 25037 51 0 0 20 0 15 0 9721494 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140728506098176 140229276122871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
/proc/23392/statm: 3495183 92706 3229 1 0 3483484 0
[pid=23392/tid=23393] ppid=23390 vsize=13980732 CPUtime=238.63 cores=0,2,4,6
/proc/23392/task/23393/stat : 23393 (java) R 23390 23390 5234 0 -1 4202560 16654 0 0 0 23858 5 0 0 20 0 15 0 9721494 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140229280362192 140228892432605 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23394] ppid=23390 vsize=13980732 CPUtime=1.05 cores=0,2,4,6
/proc/23392/task/23394/stat : 23394 (java) S 23390 23390 5234 0 -1 1077944384 2387 0 0 0 96 9 0 0 20 0 15 0 9721495 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140229210557584 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23395] ppid=23390 vsize=13980732 CPUtime=1.05 cores=0,2,4,6
/proc/23392/task/23395/stat : 23395 (java) S 23390 23390 5234 0 -1 1077944384 3308 0 0 0 97 8 0 0 20 0 15 0 9721495 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140229209504784 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23396] ppid=23390 vsize=13980732 CPUtime=1.05 cores=0,2,4,6
/proc/23392/task/23396/stat : 23396 (java) S 23390 23390 5234 0 -1 1077944384 1468 0 0 0 97 8 0 0 20 0 15 0 9721495 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140229208451984 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23397] ppid=23390 vsize=13980732 CPUtime=1.04 cores=0,2,4,6
/proc/23392/task/23397/stat : 23397 (java) S 23390 23390 5234 0 -1 1077944384 1932 0 0 0 96 8 0 0 20 0 15 0 9721495 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140229207399184 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23398] ppid=23390 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/23392/task/23398/stat : 23398 (java) S 23390 23390 5234 0 -1 1077944384 1758 0 0 0 9 2 0 0 20 0 15 0 9721496 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228754516336 140229276134018 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23399] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23399/stat : 23399 (java) S 23390 23390 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228753462304 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23400] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23400/stat : 23400 (java) S 23390 23390 5234 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 9721497 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228752409456 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23401] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23401/stat : 23401 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228751357776 140229276141467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23402] ppid=23390 vsize=13980732 CPUtime=3.7 cores=0,2,4,6
/proc/23392/task/23402/stat : 23402 (java) S 23390 23390 5234 0 -1 1077944384 17883 0 0 0 369 1 0 0 20 0 15 0 9721499 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228750306160 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23403] ppid=23390 vsize=13980732 CPUtime=3.42 cores=0,2,4,6
/proc/23392/task/23403/stat : 23403 (java) S 23390 23390 5234 0 -1 1077944384 16292 0 0 0 341 1 0 0 20 0 15 0 9721499 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228749253360 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23404] ppid=23390 vsize=13980732 CPUtime=0.64 cores=0,2,4,6
/proc/23392/task/23404/stat : 23404 (java) S 23390 23390 5234 0 -1 1077944384 9479 0 0 0 63 1 0 0 20 0 15 0 9721499 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228748200560 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23405] ppid=23390 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/23392/task/23405/stat : 23405 (java) S 23390 23390 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9721499 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228747148000 140229276133077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
[pid=23392/tid=23406] ppid=23390 vsize=13980732 CPUtime=0.08 cores=0,2,4,6
/proc/23392/task/23406/stat : 23406 (java) S 23390 23390 5234 0 -1 1077944384 575 0 0 0 3 5 0 0 20 0 15 0 9721503 14316269568 92706 18446744073709551615 4194304 4196468 140728506115632 140228746095280 140229276134018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31850496 140728506122708 140728506122883 140728506122883 140728506126287 0
Current children cumulated CPU time (s) 250.88
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 23392 sig 9
??? kill 23390 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 23390 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=1871
# CPU time returned by wait4() is 0.001871
# while last known CPU time is 250.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.014
CPU time (s): 250.88
CPU user time (s): 250.37
CPU system time (s): 0.51
CPU usage (%): 104.527
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001871
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511
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.17404 second user time and 1.45146 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-01 23:01:56
IDJOB=4255356
IDBENCH=135675
IDSOLVER=2637
FILE ID=node134/4255356-1501622157
RUNJOBID= node134-1501616951-11514
PBS_JOBID= 
Free space on /tmp= 61892 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-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-4255356-1501622157/watcher-4255356-1501622157 -o /tmp/evaluation-result-4255356-1501622157/solver-4255356-1501622157 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501616951-11514 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1964671635 HOME/instance-4255356-1501622157.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=1964671635

node134.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.43
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.43
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.43
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.43
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:        31044360 kB
MemAvailable:   31232408 kB
Buffers:          100412 kB
Cached:           369176 kB
SwapCached:            0 kB
Active:          1018448 kB
Inactive:         298336 kB
Active(anon):     849280 kB
Inactive(anon):     6652 kB
Active(file):     169168 kB
Inactive(file):   291684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7596 kB
Writeback:             0 kB
AnonPages:        846836 kB
Mapped:            43112 kB
Shmem:              8892 kB
Slab:             111292 kB
SReclaimable:      86064 kB
SUnreclaim:        25228 kB
KernelStack:        3536 kB
PageTables:         7000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2091820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61884 MiB
End job on node134 at 2017-08-01 23:05:56