Trace number 4283812

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT 341.396 328.90601

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-22.xml
MD5SUM63c49c4fa2f593a3284d3df8e40494dc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.29601499
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283812-1503187778.xml"  -tl '2520s' -p 1 -x 3
0.07/0.28	c [HOME/instance-4283812-1503187778.xml, -tl, 2520s, -p, 1, -x, 3]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
0.61/0.56	c solve instance...
341.28/328.90	s SATISFIABLE
341.28/328.90	v <instantiation>
341.28/328.90	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
341.28/328.90	v 	<values>1 0 0 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 1 1 </values>
341.28/328.90	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14818 MiB free)
  memory of node 1: 16384 MiB (14754 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283812-1503187778/watcher-4283812-1503187778 -o /tmp/evaluation-result-4283812-1503187778/solver-4283812-1503187778 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 984537171 HOME/instance-4283812-1503187778.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28442, runsolver pid=28439

[startup+0.100115 s]*
/proc/loadavg: 1.52 1.48 1.47 3/198 28445
/proc/meminfo: memFree=30279448/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13358712 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 3235 0 0 0 0 0 0 0 20 0 6 0 120998248 13679321088 3971 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3339678 3971 1867 1 0 3329175 0
[pid=28444/tid=28445] ppid=28442 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 2002 0 0 0 0 0 0 0 20 0 6 0 120998249 13679321088 3971 18446744073709551615 4194304 4196468 140726861399600 140166657012304 140166636884004 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 120998250 13679321088 3971 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13358712 memory=140509409687168 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 120998250 13679321088 3971 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 120998250 13679321088 3971 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 120998250 13679321088 3971 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17260 KiB

[startup+0.209975 s]*
/proc/loadavg: 1.52 1.48 1.47 3/211 28458
/proc/meminfo: memFree=30270372/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13974352 memory=23488 CPUtime=0.07 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 4816 0 0 0 6 1 0 0 20 0 15 0 120998248 14309736448 5872 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3493588 5872 2713 1 0 3482964 0
[pid=28444/tid=28445] ppid=28442 vsize=13974352 memory=-6871798056524144002 CPUtime=0.06 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 2981 0 0 0 5 1 0 0 20 0 15 0 120998249 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166657001872 140166652798109 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13974352 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13974352 memory=140509409687168 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13974352 memory=140509409687168 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120998251 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120998252 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166197368352 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28452/stat : 28452 (java) S 28442 28442 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120998252 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166196315504 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28453] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28453/stat : 28453 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166195263824 140166652794779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28454] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28454/stat : 28454 (java) S 28442 28442 8563 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 120998255 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166194211184 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28455] ppid=28442 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28455/stat : 28455 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998255 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166193158384 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28456] ppid=28442 vsize=13974352 memory=140509409687168 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28456/stat : 28456 (java) R 28442 28442 8563 0 -1 4202560 225 0 0 0 0 0 0 0 20 0 15 0 120998255 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166192105584 140166631460212 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28457] ppid=28442 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28457/stat : 28457 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166123481312 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28458] ppid=28442 vsize=13974352 memory=140509409687168 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28458/stat : 28458 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998260 14309736448 6384 18446744073709551615 4194304 4196468 140726861399600 140166122429616 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24864 KiB

[startup+0.310135 s]*
/proc/loadavg: 1.52 1.48 1.47 3/211 28458
/proc/meminfo: memFree=30256928/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13974352 memory=37500 CPUtime=0.26 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 8407 0 0 0 23 3 0 0 20 0 15 0 120998248 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3493588 9375 2984 1 0 3482964 0
[pid=28444/tid=28445] ppid=28442 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 5718 0 0 0 14 2 0 0 20 0 15 0 120998249 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166656987424 140166636856670 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13974352 memory=140509409697761 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13974352 memory=7522228882497235053 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120998251 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120998252 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166197368352 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28452/stat : 28452 (java) S 28442 28442 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120998252 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166196315504 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28453] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28453/stat : 28453 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166195263824 140166652794779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28454] ppid=28442 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28444/task/28454/stat : 28454 (java) S 28442 28442 8563 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 15 0 120998255 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166194211184 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28455] ppid=28442 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28444/task/28455/stat : 28455 (java) S 28442 28442 8563 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 15 0 120998255 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166193158384 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28456] ppid=28442 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28444/task/28456/stat : 28456 (java) S 28442 28442 8563 0 -1 1077944384 710 0 0 0 5 0 0 0 20 0 15 0 120998255 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166192105584 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28457] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28457/stat : 28457 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166123481312 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28458] ppid=28442 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28458/stat : 28458 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998260 14309736448 9375 18446744073709551615 4194304 4196468 140726861399600 140166122429616 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38876 KiB

[startup+0.706533 s]
/proc/loadavg: 1.52 1.48 1.47 5/211 28458
/proc/meminfo: memFree=30243980/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13980732 memory=67900 CPUtime=1.22 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 13103 0 0 0 117 5 0 0 20 0 15 0 120998248 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3495183 16975 3169 1 0 3483476 0
[pid=28444/tid=28445] ppid=28442 vsize=13980732 memory=7886766292050720565 CPUtime=0.54 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 8025 0 0 0 51 3 0 0 20 0 15 0 120998249 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166657013024 140166277829624 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13980732 memory=6003668156883685970 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 120998251 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166197368352 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28452/stat : 28452 (java) S 28442 28442 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166196315504 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28453] ppid=28442 vsize=13980732 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28453/stat : 28453 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166195263824 140166652794779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28454] ppid=28442 vsize=13980732 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/28444/task/28454/stat : 28454 (java) R 28442 28442 8563 0 -1 4202560 1222 0 0 0 20 0 0 0 20 0 15 0 120998255 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166194197728 140166636187213 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28455] ppid=28442 vsize=13980732 memory=-2893623298589923098 CPUtime=0.18 cores=0,2,4,6
/proc/28444/task/28455/stat : 28455 (java) R 28442 28442 8563 0 -1 4202560 1048 0 0 0 18 0 0 0 20 0 15 0 120998255 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166193144408 140166637698156 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28456] ppid=28442 vsize=13980732 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/28444/task/28456/stat : 28456 (java) R 28442 28442 8563 0 -1 4202560 1501 0 0 0 26 0 0 0 20 0 15 0 120998255 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166192105584 140166632088065 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28457] ppid=28442 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28457/stat : 28457 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166123481312 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28458] ppid=28442 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28458/stat : 28458 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998260 14316269568 16975 18446744073709551615 4194304 4196468 140726861399600 140166122429616 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 69276 KiB

[startup+1.50083 s]
/proc/loadavg: 1.52 1.48 1.47 5/211 28458
/proc/meminfo: memFree=30194680/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13980732 memory=160948 CPUtime=3.44 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 19776 0 0 0 337 7 0 0 20 0 15 0 120998248 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3495183 40237 3192 1 0 3483476 0
[pid=28444/tid=28445] ppid=28442 vsize=13980732 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 8744 0 0 0 129 4 0 0 20 0 15 0 120998249 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140166657011232 140166652788118 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13980732 memory=4426658576607127401 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13980732 memory=6081106795909835568 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13980732 memory=7884231072750986528 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120998250 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 120998251 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13980732 memory=140509251354752 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 40237 18446744073709551615 4194304 4196468 140726861399600 140166197368352 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13980732 memory=296936 CPUtime=340.47 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 88237 0 0 0 33964 83 0 0 20 0 15 0 120998248 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3495183 74234 3259 1 0 3483476 0
[pid=28444/tid=28445] ppid=28442 vsize=13980732 memory=-8195925453750481479 CPUtime=324.6 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 25678 0 0 0 32451 9 0 0 20 0 15 0 120998249 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166657015872 140166277996778 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13980732 memory=1376 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 4546 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13980732 memory=302416 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 4010 0 0 0 227 15 0 0 20 0 15 0 120998250 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13980732 memory=4124 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 3214 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13980732 memory=4872558044660077418 CPUtime=2.41 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 4592 0 0 0 227 14 0 0 20 0 15 0 120998250 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13980732 memory=1292 CPUtime=0.5 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 4315 0 0 0 43 7 0 0 20 0 15 0 120998251 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13980732 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166197368416 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13980732 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28452/stat : 28452 (java) S 28442 28442 8563 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166196315520 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28453] ppid=28442 vsize=13980732 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28453/stat : 28453 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166195263824 140166652794779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28454] ppid=28442 vsize=13980732 memory=1624 CPUtime=2.08 cores=0,2,4,6
/proc/28444/task/28454/stat : 28454 (java) S 28442 28442 8563 0 -1 1077944384 13497 0 0 0 207 1 0 0 20 0 15 0 120998255 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166194211184 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28455] ppid=28442 vsize=13980732 memory=928 CPUtime=2.78 cores=0,2,4,6
/proc/28444/task/28455/stat : 28455 (java) S 28442 28442 8563 0 -1 1077944384 17927 0 0 0 276 2 0 0 20 0 15 0 120998255 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166193158384 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28456] ppid=28442 vsize=13980732 memory=2164 CPUtime=0.57 cores=0,2,4,6
/proc/28444/task/28456/stat : 28456 (java) S 28442 28442 8563 0 -1 1077944384 8553 0 0 0 56 1 0 0 20 0 15 0 120998255 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166192105584 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28457] ppid=28442 vsize=13980732 memory=840 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28457/stat : 28457 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166123481312 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28458] ppid=28442 vsize=13980732 memory=16436 CPUtime=0.18 cores=0,2,4,6
/proc/28444/task/28458/stat : 28458 (java) S 28442 28442 8563 0 -1 1077944384 524 0 0 0 10 8 0 0 20 0 15 0 120998260 14316269568 74234 18446744073709551615 4194304 4196468 140726861399600 140166122429616 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 340.47 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 298312 KiB

[startup+328.401 s]
/proc/loadavg: 1.46 1.44 1.45 3/215 28484
/proc/meminfo: memFree=29945612/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13980732 memory=296424 CPUtime=340.87 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 88239 0 0 0 34004 83 0 0 20 0 15 0 120998248 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3495183 74106 3259 1 0 3483476 0
[pid=28444/tid=28445] ppid=28442 vsize=13980732 memory=928 CPUtime=324.99 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 25679 0 0 0 32490 9 0 0 20 0 15 0 120998249 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166657015584 140166279106941 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13980732 memory=2164 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 4547 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13980732 memory=840 CPUtime=2.43 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 4010 0 0 0 228 15 0 0 20 0 15 0 120998250 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13980732 memory=1376 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 3214 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13980732 memory=296936 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 4592 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13980732 memory=1200 CPUtime=0.5 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 4315 0 0 0 43 7 0 0 20 0 15 0 120998251 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13980732 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166197368416 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13980732 memory=36676 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28452/stat : 28452 (java) S 28442 28442 8563 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166196315520 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28453] ppid=28442 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28453/stat : 28453 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166195263824 140166652794779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28454] ppid=28442 vsize=13980732 memory=4044 CPUtime=2.08 cores=0,2,4,6
/proc/28444/task/28454/stat : 28454 (java) S 28442 28442 8563 0 -1 1077944384 13497 0 0 0 207 1 0 0 20 0 15 0 120998255 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166194211184 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28455] ppid=28442 vsize=13980732 memory=640 CPUtime=2.78 cores=0,2,4,6
/proc/28444/task/28455/stat : 28455 (java) S 28442 28442 8563 0 -1 1077944384 17927 0 0 0 276 2 0 0 20 0 15 0 120998255 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166193158384 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28456] ppid=28442 vsize=13980732 memory=1792 CPUtime=0.57 cores=0,2,4,6
/proc/28444/task/28456/stat : 28456 (java) S 28442 28442 8563 0 -1 1077944384 8553 0 0 0 56 1 0 0 20 0 15 0 120998255 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166192105584 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28457] ppid=28442 vsize=13980732 memory=960 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28457/stat : 28457 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166123481312 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28458] ppid=28442 vsize=13980732 memory=1240 CPUtime=0.18 cores=0,2,4,6
/proc/28444/task/28458/stat : 28458 (java) S 28442 28442 8563 0 -1 1077944384 524 0 0 0 10 8 0 0 20 0 15 0 120998260 14316269568 74106 18446744073709551615 4194304 4196468 140726861399600 140166122429616 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 340.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 297800 KiB

[startup+328.801 s]
/proc/loadavg: 1.46 1.44 1.45 3/215 28484
/proc/meminfo: memFree=29945612/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13980732 memory=295912 CPUtime=341.28 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 88240 0 0 0 34045 83 0 0 20 0 15 0 120998248 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3495183 73978 3259 1 0 3483476 0
[pid=28444/tid=28445] ppid=28442 vsize=13980732 memory=297448 CPUtime=325.39 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 25680 0 0 0 32530 9 0 0 20 0 15 0 120998249 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166657015632 140166277636907 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13980732 memory=0 CPUtime=2.43 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 4547 0 0 0 229 14 0 0 20 0 15 0 120998250 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13980732 memory=-8774313645642428999 CPUtime=2.43 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 4010 0 0 0 228 15 0 0 20 0 15 0 120998250 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13980732 memory=296424 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 3214 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13980732 memory=2752 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 4592 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13980732 memory=1156 CPUtime=0.5 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 4315 0 0 0 43 7 0 0 20 0 15 0 120998251 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166197368416 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13980732 memory=-8341965534556230502 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28452/stat : 28452 (java) S 28442 28442 8563 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166196315520 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28453] ppid=28442 vsize=13980732 memory=7822038051842261661 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28453/stat : 28453 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166195263824 140166652794779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28454] ppid=28442 vsize=13980732 memory=6946910548611983982 CPUtime=2.08 cores=0,2,4,6
/proc/28444/task/28454/stat : 28454 (java) S 28442 28442 8563 0 -1 1077944384 13497 0 0 0 207 1 0 0 20 0 15 0 120998255 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166194211184 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28455] ppid=28442 vsize=13980732 memory=4639948313719891052 CPUtime=2.78 cores=0,2,4,6
/proc/28444/task/28455/stat : 28455 (java) S 28442 28442 8563 0 -1 1077944384 17927 0 0 0 276 2 0 0 20 0 15 0 120998255 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166193158384 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28456] ppid=28442 vsize=13980732 memory=1836 CPUtime=0.57 cores=0,2,4,6
/proc/28444/task/28456/stat : 28456 (java) S 28442 28442 8563 0 -1 1077944384 8553 0 0 0 56 1 0 0 20 0 15 0 120998255 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166192105584 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28457] ppid=28442 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28457/stat : 28457 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166123481312 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28458] ppid=28442 vsize=13980732 memory=796 CPUtime=0.18 cores=0,2,4,6
/proc/28444/task/28458/stat : 28458 (java) S 28442 28442 8563 0 -1 1077944384 524 0 0 0 10 8 0 0 20 0 15 0 120998260 14316269568 73978 18446744073709551615 4194304 4196468 140726861399600 140166122429616 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 297288 KiB

[startup+328.901 s]
/proc/loadavg: 1.46 1.44 1.45 3/215 28484
/proc/meminfo: memFree=29945612/32770624 swapFree=67108860/67108860
[pid=28442] ppid=28439 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28442/stat : 28442 (xcsp3-exec) S 28439 28442 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 120998239 9740288 344 18446744073709551615 4194304 5098028 140731806092144 140731806090248 139621327098492 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 14815232 140731806093689 140731806093893 140731806093893 140731806097387 0
/proc/28442/statm: 2378 344 289 221 0 87 0
[pid=28444] ppid=28442 vsize=13980732 memory=295928 CPUtime=341.38 cores=0,2,4,6
/proc/28444/stat : 28444 (java) S 28442 28442 8563 0 -1 1077944320 88298 0 0 0 34055 83 0 0 20 0 15 0 120998248 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140726861382144 140166652776183 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
/proc/28444/statm: 3495183 73982 3260 1 0 3483476 0
[pid=28444/tid=28445] ppid=28442 vsize=13980732 memory=296424 CPUtime=325.49 cores=0,2,4,6
/proc/28444/task/28445/stat : 28445 (java) R 28442 28442 8563 0 -1 4202560 25708 0 0 0 32540 9 0 0 20 0 15 0 120998249 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166657013424 140166652798109 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28446] ppid=28442 vsize=13980732 memory=295912 CPUtime=2.43 cores=0,2,4,6
/proc/28444/task/28446/stat : 28446 (java) S 28442 28442 8563 0 -1 1077944384 4547 0 0 0 229 14 0 0 20 0 15 0 120998250 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166594722448 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28447] ppid=28442 vsize=13980732 memory=1376 CPUtime=2.43 cores=0,2,4,6
/proc/28444/task/28447/stat : 28447 (java) S 28442 28442 8563 0 -1 1077944384 4010 0 0 0 228 15 0 0 20 0 15 0 120998250 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166251944464 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28448] ppid=28442 vsize=13980732 memory=0 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28448/stat : 28448 (java) S 28442 28442 8563 0 -1 1077944384 3214 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166250891664 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28449] ppid=28442 vsize=13980732 memory=1720 CPUtime=2.42 cores=0,2,4,6
/proc/28444/task/28449/stat : 28449 (java) S 28442 28442 8563 0 -1 1077944384 4592 0 0 0 228 14 0 0 20 0 15 0 120998250 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166249838864 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28450] ppid=28442 vsize=13980732 memory=4616 CPUtime=0.5 cores=0,2,4,6
/proc/28444/task/28450/stat : 28450 (java) S 28442 28442 8563 0 -1 1077944384 4315 0 0 0 43 7 0 0 20 0 15 0 120998251 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166198422384 140166652787330 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28451] ppid=28442 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28451/stat : 28451 (java) S 28442 28442 8563 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166197368416 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28452] ppid=28442 vsize=13980732 memory=289364 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28452/stat : 28452 (java) S 28442 28442 8563 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 120998252 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166196315520 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28453] ppid=28442 vsize=13980732 memory=10180 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28453/stat : 28453 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166195263824 140166652794779 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28454] ppid=28442 vsize=13980732 memory=1440 CPUtime=2.08 cores=0,2,4,6
/proc/28444/task/28454/stat : 28454 (java) S 28442 28442 8563 0 -1 1077944384 13499 0 0 0 207 1 0 0 20 0 15 0 120998255 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166194211184 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28455] ppid=28442 vsize=13980732 memory=0 CPUtime=2.78 cores=0,2,4,6
/proc/28444/task/28455/stat : 28455 (java) S 28442 28442 8563 0 -1 1077944384 17929 0 0 0 276 2 0 0 20 0 15 0 120998255 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166193158384 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28456] ppid=28442 vsize=13980732 memory=589972055364562179 CPUtime=0.58 cores=0,2,4,6
/proc/28444/task/28456/stat : 28456 (java) S 28442 28442 8563 0 -1 1077944384 8579 0 0 0 57 1 0 0 20 0 15 0 120998255 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166192105584 140166652787330 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28457] ppid=28442 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/28444/task/28457/stat : 28457 (java) S 28442 28442 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120998255 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166123481312 140166652786389 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
[pid=28444/tid=28458] ppid=28442 vsize=13980732 memory=1376 CPUtime=0.18 cores=0,2,4,6
/proc/28444/task/28458/stat : 28458 (java) R 28442 28442 8563 0 -1 4202560 524 0 0 0 10 8 0 0 20 0 15 0 120998260 14316269568 73982 18446744073709551615 4194304 4196468 140726861399600 140166122429616 140166652797530 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 19877888 140726861402545 140726861402721 140726861402721 140726861406159 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 297304 KiB

Child status: 0
Real time (s): 328.906
CPU time (s): 341.396
CPU user time (s): 340.56
CPU system time (s): 0.836061
CPU usage (%): 103.797
Max. virtual memory (cumulated for all children) (KiB): 13992336
Max. memory (cumulated for all children) (KiB): 477316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.56
system time used= 0.836061
maximum resident set size= 490732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21480
involuntary context switches= 1039


# summary of solver processes directly reported to runsolver:
#   pid: 28442
#   total CPU time (s): 341.396
#   total CPU user time (s): 340.56
#   total CPU system time (s): 0.836061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87282 second user time and 3.24975 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 01:55:30
IDJOB=4283812
IDBENCH=120877
IDSOLVER=2679
FILE ID=node125/4283812-1503187778
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-22.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-4283812-1503187778/watcher-4283812-1503187778 -o /tmp/evaluation-result-4283812-1503187778/solver-4283812-1503187778 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 984537171 HOME/instance-4283812-1503187778.xml

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

MD5SUM BENCH= 63c49c4fa2f593a3284d3df8e40494dc
RANDOM SEED=984537171

node125.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.07
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.07
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.07
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.07
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:        30282924 kB
MemAvailable:   31460744 kB
Buffers:          327960 kB
Cached:          1156544 kB
SwapCached:            0 kB
Active:          1362340 kB
Inactive:         685012 kB
Active(anon):     563188 kB
Inactive(anon):    49484 kB
Active(file):     799152 kB
Inactive(file):   635528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8024 kB
Writeback:             0 kB
AnonPages:        562784 kB
Mapped:            74744 kB
Shmem:             49828 kB
Slab:             144708 kB
SReclaimable:     117952 kB
SUnreclaim:        26756 kB
KernelStack:        3456 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1229276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-20 02:00:59