Trace number 4255061

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)947 253.42999 240.011

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-12.xml
MD5SUMbf7ce9a6e5c92622f49c68f6563ab950
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark954
Best CPU time to get the best result obtained on this benchmark6.3211098
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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-4255061-1501621656.xml"  -tl '264s' -p 1 -x 3
0.00/0.27	c [HOME/instance-4255061-1501621656.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.33	c simple solver
0.00/0.40	c parse instance...
0.00/0.54	c solve instance...
0.00/0.56	o 655 
0.00/0.59	o 689 
0.00/0.64	o 713 
0.00/0.67	o 718 
0.00/0.72	o 729 
0.00/0.72	o 741 
0.00/0.72	o 745 
0.00/0.77	o 769 
4.08/1.69	o 781 
4.38/1.71	o 788 
6.21/2.32	o 811 
6.21/2.35	o 815 
6.79/2.59	o 826 
7.09/2.62	o 832 
10.86/4.16	o 838 
10.86/4.16	o 845 
10.86/4.17	o 868 
10.86/4.17	o 883 
10.99/4.21	o 890 
24.37/16.25	o 891 
24.37/16.26	o 895 
24.48/16.30	o 898 
24.48/16.31	o 903 
24.48/16.33	o 905 
24.48/16.33	o 906 
24.48/16.33	o 924 
24.81/16.69	o 938 
81.55/72.17	o 940 
179.19/167.58	o 947 
253.43/240.00	s SATISFIABLE
253.43/240.00	v <instantiation>
253.43/240.00	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
253.43/240.00	v 	<values>0 1 1 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 1 0 1 0 </values>
253.43/240.00	v </instantiation>
253.43/240.00	c Unexpected resolution interruption!

Verifier Data

OK	947

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-4255061-1501621656/watcher-4255061-1501621656 -o /tmp/evaluation-result-4255061-1501621656/solver-4255061-1501621656 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501617097-24795 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1374382253 HOME/instance-4255061-1501621656.xml 

pid=28182
running on 4 cores: 1,3,5,7

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.50 1.66 1.76 3/198 28185
/proc/meminfo: memFree=31712716/32770624 swapFree=0/215920
[pid=28185] ppid=28182 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (runsolver) D 28182 28185 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 61819056 24240128 106 18446744073709551615 4194304 4338465 140735940540896 140735940538536 139899883381463 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 34693120 140735940546651 140735940547141 140735940547141 140735940550602 0
/proc/28185/statm: 5918 106 53 36 0 2156 0

[startup+0.100094 s]
/proc/loadavg: 1.50 1.66 1.76 3/198 28185
/proc/meminfo: memFree=31712716/32770624 swapFree=0/215920
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20658 s]
/proc/loadavg: 1.50 1.66 1.76 3/198 28185
/proc/meminfo: memFree=31712716/32770624 swapFree=0/215920
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300251 s]
/proc/loadavg: 1.50 1.66 1.76 3/198 28185
/proc/meminfo: memFree=31712716/32770624 swapFree=0/215920
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.701112 s]
/proc/loadavg: 1.50 1.66 1.76 3/198 28185
/proc/meminfo: memFree=31712716/32770624 swapFree=0/215920
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50073 s]
/proc/loadavg: 1.50 1.66 1.76 5/214 28201
/proc/meminfo: memFree=31616532/32770624 swapFree=0/215948
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
[pid=28187] ppid=28185 vsize=13980732 CPUtime=3.78 cores=1,3,5,7
/proc/28187/stat : 28187 (java) S 28185 28185 18930 0 -1 1077944320 37921 0 0 0 369 9 0 0 20 0 15 0 61819065 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140732081619904 140091425525495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
/proc/28187/statm: 3495183 36272 3182 1 0 3483484 0
[pid=28187/tid=28188] ppid=28185 vsize=13980732 CPUtime=1.34 cores=1,3,5,7
/proc/28187/task/28188/stat : 28188 (java) R 28185 28185 18930 0 -1 4202560 8979 0 0 0 130 4 0 0 20 0 15 0 61819066 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140091429761920 140091048707684 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28189] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28189/stat : 28189 (java) S 28185 28185 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140091367471888 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28190] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28190/stat : 28190 (java) S 28185 28185 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140091366419344 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28191] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28191/stat : 28191 (java) S 28185 28185 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140091365366800 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28192] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28192/stat : 28192 (java) S 28185 28185 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140091022908560 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28193] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28193/stat : 28193 (java) S 28185 28185 18930 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090971191280 140091425536642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28194] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28194/stat : 28194 (java) S 28185 28185 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090970137504 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28195] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28195/stat : 28195 (java) S 28185 28185 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090969084912 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28196] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28196/stat : 28196 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090968033488 140091425544091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28197] ppid=28185 vsize=13980732 CPUtime=0.99 cores=1,3,5,7
/proc/28187/task/28197/stat : 28197 (java) R 28185 28185 18930 0 -1 4202560 6704 0 0 0 99 0 0 0 20 0 15 0 61819071 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090966973592 140091410649096 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28198] ppid=28185 vsize=13980732 CPUtime=1.01 cores=1,3,5,7
/proc/28187/task/28198/stat : 28198 (java) R 28185 28185 18930 0 -1 4202560 17514 0 0 0 99 2 0 0 20 0 15 0 61819071 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090965909528 140091409025682 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28199] ppid=28185 vsize=13980732 CPUtime=0.39 cores=1,3,5,7
/proc/28187/task/28199/stat : 28199 (java) S 28185 28185 18930 0 -1 1077944384 3413 0 0 0 38 1 0 0 20 0 15 0 61819071 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090964876016 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28200] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28200/stat : 28200 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090963823712 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28201] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28201/stat : 28201 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819075 14316269568 36272 18446744073709551615 4194304 4196468 140732081637360 140090962770224 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 13990244

[startup+3.10075 s]
/proc/loadavg: 1.50 1.66 1.76 5/214 28201
/proc/meminfo: memFree=31503948/32770624 swapFree=0/215948
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
[pid=28187] ppid=28185 vsize=13980732 CPUtime=8.62 cores=1,3,5,7
/proc/28187/stat : 28187 (java) S 28185 28185 18930 0 -1 1077944320 66885 0 0 0 847 15 0 0 20 0 15 0 61819065 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140732081619904 140091425525495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
/proc/28187/statm: 3495183 71510 3206 1 0 3483484 0
[pid=28187/tid=28188] ppid=28185 vsize=13980732 CPUtime=2.93 cores=1,3,5,7
/proc/28187/task/28188/stat : 28188 (java) R 28185 28185 18930 0 -1 4202560 9770 0 0 0 288 5 0 0 20 0 15 0 61819066 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140091429762288 140091050439435 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28189] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28189/stat : 28189 (java) S 28185 28185 18930 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140091367471888 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28190] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28190/stat : 28190 (java) S 28185 28185 18930 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140091366419344 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28191] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28191/stat : 28191 (java) S 28185 28185 18930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140091365366800 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28192] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28192/stat : 28192 (java) S 28185 28185 18930 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140091022908560 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28193] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28193/stat : 28193 (java) S 28185 28185 18930 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090971191280 140091425536642 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28194] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28194/stat : 28194 (java) S 28185 28185 18930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090970137504 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28195] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28195/stat : 28195 (java) S 28185 28185 18930 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090969084912 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28196] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28196/stat : 28196 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090968033488 140091425544091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28197] ppid=28185 vsize=13980732 CPUtime=2.59 cores=1,3,5,7
/proc/28187/task/28197/stat : 28197 (java) R 28185 28185 18930 0 -1 4202560 15971 0 0 0 257 2 0 0 20 0 15 0 61819071 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090966967216 140091405369103 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28198] ppid=28185 vsize=13980732 CPUtime=2.61 cores=1,3,5,7
/proc/28187/task/28198/stat : 28198 (java) R 28185 28185 18930 0 -1 4202560 35078 0 0 0 256 5 0 0 20 0 15 0 61819071 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090965915128 140091405018369 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28199] ppid=28185 vsize=13980732 CPUtime=0.42 cores=1,3,5,7
/proc/28187/task/28199/stat : 28199 (java) S 28185 28185 18930 0 -1 1077944384 4008 0 0 0 41 1 0 0 20 0 15 0 61819071 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090964876016 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28200] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28200/stat : 28200 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090963823712 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28201] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28201/stat : 28201 (java) S 28185 28185 18930 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 61819075 14316269568 71510 18446744073709551615 4194304 4196468 140732081637360 140090962770224 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 13990244

[startup+6.30075 s]
/proc/loadavg: 1.70 1.70 1.77 5/214 28201
/proc/meminfo: memFree=31462520/32770624 swapFree=0/215960
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
[pid=28187] ppid=28185 vsize=13980732 CPUtime=13.82 cores=1,3,5,7
/proc/28187/stat : 28187 (java) S 28185 28185 18930 0 -1 1077944320 67471 0 0 0 1365 17 0 0 20 0 15 0 61819065 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140732081619904 140091425525495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
/proc/28187/statm: 3495183 67115 3217 1 0 3483484 0
[pid=28187/tid=28188] ppid=28185 vsize=13980732 CPUtime=6.12 cores=1,3,5,7
/proc/28187/task/28188/stat : 28188 (java) R 28185 28185 18930 0 -1 4202560 9791 0 0 0 607 5 0 0 20 0 15 0 61819066 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140091429762648 140091049324208 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28189] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28189/stat : 28189 (java) S 28185 28185 18930 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140091367471888 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28190] ppid=28185 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/28187/task/28190/stat : 28190 (java) S 28185 28185 18930 0 -1 1077944384 458 0 0 0 1 0 0 0 20 0 15 0 61819066 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140091366419344 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28191] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28191/stat : 28191 (java) S 28185 28185 18930 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 61819066 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140091365366800 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28192] ppid=28185 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/28187/task/28192/stat : 28192 (java) S 28185 28185 18930 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 61819066 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140091022908560 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28193] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28193/stat : 28193 (java) S 28185 28185 18930 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090971191280 140091425536642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28194] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28194/stat : 28194 (java) S 28185 28185 18930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090970137504 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28195] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28195/stat : 28195 (java) S 28185 28185 18930 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090969084912 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28196] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28196/stat : 28196 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090968033488 140091425544091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28197] ppid=28185 vsize=13980732 CPUtime=3.61 cores=1,3,5,7
/proc/28187/task/28197/stat : 28197 (java) S 28185 28185 18930 0 -1 1077944384 16157 0 0 0 359 2 0 0 20 0 15 0 61819071 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090966981104 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28198] ppid=28185 vsize=13980732 CPUtime=3.48 cores=1,3,5,7
/proc/28187/task/28198/stat : 28198 (java) S 28185 28185 18930 0 -1 1077944384 35271 0 0 0 343 5 0 0 20 0 15 0 61819071 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090965928560 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28199] ppid=28185 vsize=13980732 CPUtime=0.51 cores=1,3,5,7
/proc/28187/task/28199/stat : 28199 (java) S 28185 28185 18930 0 -1 1077944384 4158 0 0 0 50 1 0 0 20 0 15 0 61819071 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090964876016 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28200] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28200/stat : 28200 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090963823712 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28201] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28201/stat : 28201 (java) S 28185 28185 18930 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 61819075 14316269568 67115 18446744073709551615 4194304 4196468 140732081637360 140090962770224 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
Current children cumulated CPU time (s) 13.82
Current children cumulated vsize (KiB) 13990244

[startup+12.7006 s]
/proc/loadavg: 1.72 1.70 1.77 3/215 28202
/proc/meminfo: memFree=31464252/32770624 swapFree=0/215968
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
[pid=28187] ppid=28185 vsize=13980732 CPUtime=20.74 cores=1,3,5,7
/proc/28187/stat : 28187 (java) S 28185 28185 18930 0 -1 1077944320 75189 0 0 0 2056 18 0 0 20 0 15 0 61819065 14316269568 67499 18446744073709551615 4194304 4196468 140732081637360 140732081619904 140091425525495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
/proc/28187/statm: 3495183 67499 3227 1 0 3483484 0
[pid=28187/tid=28188] ppid=28185 vsize=13980732 CPUtime=12.48 cores=1,3,5,7
/proc/28187/task/28188/stat : 28188 (java) R 28185 28185 18930 0 -1 4202560 10615 0 0 0 1243 5 0 0 20 0 15 0 61819066 14316269568 67499 18446744073709551615 4194304 4196468 140732081637360 140091429765200 140091049525106 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28189] ppid=28185 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/28187/task/28189/stat : 28189 (java) S 28185 28185 18930 0 -1 1077944384 655 0 0 0 2 0 0 0 20 0 15 0 61819066 14316269568 67499 18446744073709551615 4194304 4196468 140732081637360 140091367471888 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28190] ppid=28185 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/28187/task/28190/stat : 28190 (java) S 28185 28185 18930 0 -1 1077944384 650 0 0 0 3 0 0 0 20 0 15 0 61819066 14316269568 67499 18446744073709551615 4194304 4196468 140732081637360 140091366419344 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0

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

[pid=28187/tid=28194] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28194/stat : 28194 (java) S 28185 28185 18930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090970137504 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28195] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28195/stat : 28195 (java) S 28185 28185 18930 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090969084912 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28196] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28196/stat : 28196 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090968033488 140091425544091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28197] ppid=28185 vsize=13980732 CPUtime=4.08 cores=1,3,5,7
/proc/28187/task/28197/stat : 28197 (java) S 28185 28185 18930 0 -1 1077944384 22467 0 0 0 406 2 0 0 20 0 15 0 61819071 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090966981104 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28198] ppid=28185 vsize=13980732 CPUtime=3.92 cores=1,3,5,7
/proc/28187/task/28198/stat : 28198 (java) S 28185 28185 18930 0 -1 1077944384 40960 0 0 0 387 5 0 0 20 0 15 0 61819071 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090965928560 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28199] ppid=28185 vsize=13980732 CPUtime=0.57 cores=1,3,5,7
/proc/28187/task/28199/stat : 28199 (java) S 28185 28185 18930 0 -1 1077944384 7416 0 0 0 55 2 0 0 20 0 15 0 61819071 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090964876016 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28200] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28200/stat : 28200 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090963823712 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28201] ppid=28185 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/28187/task/28201/stat : 28201 (java) S 28185 28185 18930 0 -1 1077944384 216 0 0 0 1 3 0 0 20 0 15 0 61819075 14316269568 71286 18446744073709551615 4194304 4196468 140732081637360 140090962770224 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
Current children cumulated CPU time (s) 112.38
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.22 1.53 1.69 3/215 28208
/proc/meminfo: memFree=31157456/32770624 swapFree=0/216064
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
[pid=28187] ppid=28185 vsize=13980732 CPUtime=173.82 cores=1,3,5,7
/proc/28187/stat : 28187 (java) S 28185 28185 18930 0 -1 1077944320 101823 0 0 0 17330 52 0 0 20 0 15 0 61819065 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140732081619904 140091425525495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
/proc/28187/statm: 3495183 98048 3227 1 0 3483484 0
[pid=28187/tid=28188] ppid=28185 vsize=13980732 CPUtime=160.8 cores=1,3,5,7
/proc/28187/task/28188/stat : 28188 (java) R 28185 28185 18930 0 -1 4202560 16258 0 0 0 16073 7 0 0 20 0 15 0 61819066 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140091429765200 140091049666303 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28189] ppid=28185 vsize=13980732 CPUtime=1 cores=1,3,5,7
/proc/28187/task/28189/stat : 28189 (java) S 28185 28185 18930 0 -1 1077944384 1907 0 0 0 93 7 0 0 20 0 15 0 61819066 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140091367471888 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28190] ppid=28185 vsize=13980732 CPUtime=1.02 cores=1,3,5,7
/proc/28187/task/28190/stat : 28190 (java) S 28185 28185 18930 0 -1 1077944384 2243 0 0 0 95 7 0 0 20 0 15 0 61819066 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140091366419344 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28191] ppid=28185 vsize=13980732 CPUtime=0.99 cores=1,3,5,7
/proc/28187/task/28191/stat : 28191 (java) S 28185 28185 18930 0 -1 1077944384 1810 0 0 0 93 6 0 0 20 0 15 0 61819066 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140091365366800 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28192] ppid=28185 vsize=13980732 CPUtime=1.01 cores=1,3,5,7
/proc/28187/task/28192/stat : 28192 (java) S 28185 28185 18930 0 -1 1077944384 2424 0 0 0 94 7 0 0 20 0 15 0 61819066 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140091022908560 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28193] ppid=28185 vsize=13980732 CPUtime=0.19 cores=1,3,5,7
/proc/28187/task/28193/stat : 28193 (java) S 28185 28185 18930 0 -1 1077944384 1873 0 0 0 17 2 0 0 20 0 15 0 61819068 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090971191280 140091425536642 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28194] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28194/stat : 28194 (java) S 28185 28185 18930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090970137504 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28195] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28195/stat : 28195 (java) S 28185 28185 18930 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090969084912 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28196] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28196/stat : 28196 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090968033488 140091425544091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28197] ppid=28185 vsize=13980732 CPUtime=4.14 cores=1,3,5,7
/proc/28187/task/28197/stat : 28197 (java) S 28185 28185 18930 0 -1 1077944384 24102 0 0 0 411 3 0 0 20 0 15 0 61819071 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090966981104 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28198] ppid=28185 vsize=13980732 CPUtime=3.92 cores=1,3,5,7
/proc/28187/task/28198/stat : 28198 (java) S 28185 28185 18930 0 -1 1077944384 41392 0 0 0 387 5 0 0 20 0 15 0 61819071 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090965928560 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28199] ppid=28185 vsize=13980732 CPUtime=0.57 cores=1,3,5,7
/proc/28187/task/28199/stat : 28199 (java) S 28185 28185 18930 0 -1 1077944384 8164 0 0 0 55 2 0 0 20 0 15 0 61819071 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090964876016 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28200] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28200/stat : 28200 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090963823712 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28201] ppid=28185 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/28187/task/28201/stat : 28201 (java) S 28185 28185 18930 0 -1 1077944384 295 0 0 0 3 4 0 0 20 0 15 0 61819075 14316269568 98048 18446744073709551615 4194304 4196468 140732081637360 140090962770224 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
Current children cumulated CPU time (s) 173.82
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.56 1.55 1.69 4/216 28289
/proc/meminfo: memFree=31211824/32770624 swapFree=0/216144
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
[pid=28187] ppid=28185 vsize=13980732 CPUtime=235.33 cores=1,3,5,7
/proc/28187/stat : 28187 (java) S 28185 28185 18930 0 -1 1077944320 107800 0 0 0 23467 66 0 0 20 0 15 0 61819065 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140732081619904 140091425525495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
/proc/28187/statm: 3495183 118628 3227 1 0 3483484 0
[pid=28187/tid=28188] ppid=28185 vsize=13980732 CPUtime=220.15 cores=1,3,5,7
/proc/28187/task/28188/stat : 28188 (java) R 28185 28185 18930 0 -1 4202560 17483 0 0 0 22008 7 0 0 20 0 15 0 61819066 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140091429765264 140091050807005 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28189] ppid=28185 vsize=13980732 CPUtime=1.5 cores=1,3,5,7
/proc/28187/task/28189/stat : 28189 (java) S 28185 28185 18930 0 -1 1077944384 2436 0 0 0 140 10 0 0 20 0 15 0 61819066 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140091367471888 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28190] ppid=28185 vsize=13980732 CPUtime=1.52 cores=1,3,5,7
/proc/28187/task/28190/stat : 28190 (java) S 28185 28185 18930 0 -1 1077944384 2869 0 0 0 142 10 0 0 20 0 15 0 61819066 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140091366419344 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28191] ppid=28185 vsize=13980732 CPUtime=1.5 cores=1,3,5,7
/proc/28187/task/28191/stat : 28191 (java) S 28185 28185 18930 0 -1 1077944384 2122 0 0 0 141 9 0 0 20 0 15 0 61819066 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140091365366800 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28192] ppid=28185 vsize=13980732 CPUtime=1.51 cores=1,3,5,7
/proc/28187/task/28192/stat : 28192 (java) S 28185 28185 18930 0 -1 1077944384 2804 0 0 0 141 10 0 0 20 0 15 0 61819066 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140091022908560 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28193] ppid=28185 vsize=13980732 CPUtime=0.28 cores=1,3,5,7
/proc/28187/task/28193/stat : 28193 (java) S 28185 28185 18930 0 -1 1077944384 2042 0 0 0 25 3 0 0 20 0 15 0 61819068 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090971191280 140091425536642 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28194] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28194/stat : 28194 (java) S 28185 28185 18930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090970137504 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28195] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28195/stat : 28195 (java) S 28185 28185 18930 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090969084912 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28196] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28196/stat : 28196 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090968033488 140091425544091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28197] ppid=28185 vsize=13980732 CPUtime=4.15 cores=1,3,5,7
/proc/28187/task/28197/stat : 28197 (java) S 28185 28185 18930 0 -1 1077944384 24524 0 0 0 412 3 0 0 20 0 15 0 61819071 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090966981104 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28198] ppid=28185 vsize=13980732 CPUtime=3.97 cores=1,3,5,7
/proc/28187/task/28198/stat : 28198 (java) S 28185 28185 18930 0 -1 1077944384 42909 0 0 0 392 5 0 0 20 0 15 0 61819071 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090965928560 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28199] ppid=28185 vsize=13980732 CPUtime=0.58 cores=1,3,5,7
/proc/28187/task/28199/stat : 28199 (java) S 28185 28185 18930 0 -1 1077944384 8956 0 0 0 56 2 0 0 20 0 15 0 61819071 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090964876016 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28200] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28200/stat : 28200 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090963823712 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28201] ppid=28185 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/28187/task/28201/stat : 28201 (java) S 28185 28185 18930 0 -1 1077944384 300 0 0 0 4 6 0 0 20 0 15 0 61819075 14316269568 118628 18446744073709551615 4194304 4196468 140732081637360 140090962770224 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
Current children cumulated CPU time (s) 235.33
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.56 1.55 1.69 3/216 28289
/proc/meminfo: memFree=31179948/32770624 swapFree=0/216164
[pid=28185] ppid=28182 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/28185/stat : 28185 (xcsp3-exec) S 28182 28185 18930 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 61819056 9740288 344 18446744073709551615 4194304 5098028 140729182309408 140729182307512 139978891281020 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 10080256 140729182310810 140729182311014 140729182311014 140729182314475 0
/proc/28185/statm: 2378 344 289 221 0 87 0
[pid=28187] ppid=28185 vsize=13980732 CPUtime=253.43 cores=1,3,5,7
/proc/28187/stat : 28187 (java) S 28185 28185 18930 0 -1 1077944320 109589 0 0 0 25272 71 0 0 20 0 15 0 61819065 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140732081619904 140091425525495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
/proc/28187/statm: 3495183 126298 3227 1 0 3483484 0
[pid=28187/tid=28188] ppid=28185 vsize=13980732 CPUtime=237.66 cores=1,3,5,7
/proc/28187/task/28188/stat : 28188 (java) R 28185 28185 18930 0 -1 4202560 18548 0 0 0 23759 7 0 0 20 0 15 0 61819066 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140091429765136 140091049324368 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28189] ppid=28185 vsize=13980732 CPUtime=1.63 cores=1,3,5,7
/proc/28187/task/28189/stat : 28189 (java) S 28185 28185 18930 0 -1 1077944384 2519 0 0 0 152 11 0 0 20 0 15 0 61819066 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140091367471888 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28190] ppid=28185 vsize=13980732 CPUtime=1.65 cores=1,3,5,7
/proc/28187/task/28190/stat : 28190 (java) S 28185 28185 18930 0 -1 1077944384 2956 0 0 0 154 11 0 0 20 0 15 0 61819066 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140091366419344 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28191] ppid=28185 vsize=13980732 CPUtime=1.63 cores=1,3,5,7
/proc/28187/task/28191/stat : 28191 (java) S 28185 28185 18930 0 -1 1077944384 2215 0 0 0 153 10 0 0 20 0 15 0 61819066 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140091365366800 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28192] ppid=28185 vsize=13980732 CPUtime=1.64 cores=1,3,5,7
/proc/28187/task/28192/stat : 28192 (java) S 28185 28185 18930 0 -1 1077944384 3027 0 0 0 153 11 0 0 20 0 15 0 61819066 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140091022908560 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28193] ppid=28185 vsize=13980732 CPUtime=0.29 cores=1,3,5,7
/proc/28187/task/28193/stat : 28193 (java) S 28185 28185 18930 0 -1 1077944384 2065 0 0 0 26 3 0 0 20 0 15 0 61819068 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090971191280 140091425536642 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28194] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28194/stat : 28194 (java) S 28185 28185 18930 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090970137504 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28195] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28195/stat : 28195 (java) S 28185 28185 18930 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 61819068 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090969084912 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28196] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28196/stat : 28196 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090968033488 140091425544091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28197] ppid=28185 vsize=13980732 CPUtime=4.15 cores=1,3,5,7
/proc/28187/task/28197/stat : 28197 (java) S 28185 28185 18930 0 -1 1077944384 24526 0 0 0 412 3 0 0 20 0 15 0 61819071 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090966981104 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28198] ppid=28185 vsize=13980732 CPUtime=3.97 cores=1,3,5,7
/proc/28187/task/28198/stat : 28198 (java) S 28185 28185 18930 0 -1 1077944384 42911 0 0 0 392 5 0 0 20 0 15 0 61819071 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090965928560 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28199] ppid=28185 vsize=13980732 CPUtime=0.58 cores=1,3,5,7
/proc/28187/task/28199/stat : 28199 (java) S 28185 28185 18930 0 -1 1077944384 9167 0 0 0 56 2 0 0 20 0 15 0 61819071 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090964876016 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28200] ppid=28185 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/28187/task/28200/stat : 28200 (java) S 28185 28185 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61819071 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090963823712 140091425535701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
[pid=28187/tid=28201] ppid=28185 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/28187/task/28201/stat : 28201 (java) S 28185 28185 18930 0 -1 1077944384 300 0 0 0 4 7 0 0 20 0 15 0 61819075 14316269568 126298 18446744073709551615 4194304 4196468 140732081637360 140090962770224 140091425536642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38883328 140732081639891 140732081640066 140732081640066 140732081643471 0
Current children cumulated CPU time (s) 253.43
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 28187 sig 9
??? kill 28185 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 28185 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1759
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=167
# CPU time returned by wait4() is 0.001926
# while last known CPU time is 253.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.011
CPU time (s): 253.43
CPU user time (s): 252.72
CPU system time (s): 0.71
CPU usage (%): 105.591
Max. virtual memory (cumulated for all children) (KiB): 13992072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001759
system time used= 0.000167
maximum resident set size= 1380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509
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.17989 second user time and 1.50011 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-01 22:53:18
IDJOB=4255061
IDBENCH=133516
IDSOLVER=2637
FILE ID=node132/4255061-1501621656
RUNJOBID= node132-1501617097-24795
PBS_JOBID= 
Free space on /tmp= 61872 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-12.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-4255061-1501621656/watcher-4255061-1501621656 -o /tmp/evaluation-result-4255061-1501621656/solver-4255061-1501621656 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501617097-24795 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1374382253 HOME/instance-4255061-1501621656.xml

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

MD5SUM BENCH= bf7ce9a6e5c92622f49c68f6563ab950
RANDOM SEED=1374382253

node132.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.74
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.74
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.74
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.74
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:        31712752 kB
MemAvailable:   31818376 kB
Buffers:          121128 kB
Cached:           283612 kB
SwapCached:            0 kB
Active:           410208 kB
Inactive:         240624 kB
Active(anon):     246916 kB
Inactive(anon):    24444 kB
Active(file):     163292 kB
Inactive(file):   216180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7884 kB
Writeback:             0 kB
AnonPages:        356636 kB
Mapped:            50896 kB
Shmem:             25276 kB
Slab:             109308 kB
SReclaimable:      83972 kB
SUnreclaim:        25336 kB
KernelStack:        3792 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1174480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 61864 MiB
End job on node132 at 2017-08-01 22:57:18