Trace number 4272061

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)OPT1188 22.7806 15.6151

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-06.xml
MD5SUM3ceda869c276348ad0b4fc7c9d738878
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1188
Best CPU time to get the best result obtained on this benchmark0.33630201
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"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.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272061-1502806223.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4272061-1502806223.xml, -tl, 2520s, -p, 1, -x, 3]
0.32/0.32	c simple solver
0.32/0.38	c parse instance...
0.68/0.53	c solve instance...
0.68/0.54	o 855 
0.68/0.55	o 891 
0.68/0.56	o 908 
0.68/0.57	o 946 
0.68/0.61	o 958 
0.96/0.62	o 977 
0.96/0.65	o 998 
0.96/0.65	o 1017 
0.96/0.66	o 1033 
0.96/0.67	o 1057 
2.28/1.02	o 1060 
3.79/1.55	o 1069 
4.10/1.60	o 1077 
4.10/1.64	o 1090 
4.10/1.64	o 1109 
4.10/1.65	o 1153 
9.83/4.11	o 1161 
12.67/6.53	o 1163 
12.67/6.54	o 1175 
13.08/6.97	o 1188 
22.56/15.59	s OPTIMUM FOUND
22.56/15.59	v <instantiation>
22.56/15.59	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] </list>
22.56/15.59	v 	<values>1 1 0 1 1 1 1 1 0 0 1 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 0 1 1 0 </values>
22.56/15.59	v </instantiation>

Verifier Data

OK	1188

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272061-1502806223/watcher-4272061-1502806223 -o /tmp/evaluation-result-4272061-1502806223/solver-4272061-1502806223 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 962260013 HOME/instance-4272061-1502806223.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
solver pid=1319, runsolver pid=1316
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.62 1.39 1.42 3/205 1327
/proc/meminfo: memFree=30780604/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13574484 memory=18460 CPUtime=0.02 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 3939 0 0 0 2 0 0 0 20 0 9 0 34504916 13900271616 4615 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3393621 4615 2065 1 0 3383118 0
[pid=1321/tid=1322] ppid=1319 vsize=13574484 memory=8508281356422317474 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 2689 0 0 0 2 0 0 0 20 0 9 0 34504916 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598839035024 140598820862380 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 34504917 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13574484 memory=139788601394816 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 34504917 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 34504917 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34504917 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13574484 memory=139788601394816 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 34504918 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598380558576 140598834805378 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 34504918 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 34504919 13900271616 4679 18446744073709551615 4194304 4196468 140730275374528 140598378451760 140598834804437 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19836 KiB

[startup+0.21014 s]*
/proc/loadavg: 1.62 1.39 1.42 3/213 1335
/proc/meminfo: memFree=30769284/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13974352 memory=29408 CPUtime=0.11 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 5347 0 0 0 10 1 0 0 20 0 15 0 34504916 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3493588 7352 2816 1 0 3482964 0
[pid=1321/tid=1322] ppid=1319 vsize=13974352 memory=7022364594140610616 CPUtime=0.09 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 3370 0 0 0 8 1 0 0 20 0 15 0 34504916 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598839027504 140598834806166 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13974352 memory=4294978898 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13974352 memory=139788601576871 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13974352 memory=139788601394816 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34504918 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598380558576 140598834805378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34504918 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34504919 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598378451696 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1330] ppid=1319 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1330/stat : 1330 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598377400272 140598834812827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1331] ppid=1319 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1331/stat : 1331 (java) S 1319 1319 7968 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 34504921 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598376348400 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1332] ppid=1319 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1332/stat : 1332 (java) S 1319 1319 7968 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 34504921 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598375295856 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1333] ppid=1319 vsize=13974352 memory=139788601394816 CPUtime=0.01 cores=0,2,4,6
/proc/1321/task/1333/stat : 1333 (java) R 1319 1319 7968 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 34504921 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598374242800 140598827031358 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1334] ppid=1319 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1334/stat : 1334 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140598373190496 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1335] ppid=1319 vsize=13974352 memory=139788601394816 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1335/stat : 1335 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504925 14309736448 7352 18446744073709551615 4194304 4196468 140730275374528 140597742791216 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30784 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.62 1.39 1.42 4/213 1335
/proc/meminfo: memFree=30756036/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13974352 memory=41628 CPUtime=0.32 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 9124 0 0 0 29 3 0 0 20 0 15 0 34504916 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3493588 10407 2995 1 0 3482964 0
[pid=1321/tid=1322] ppid=1319 vsize=13974352 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 6245 0 0 0 17 2 0 0 20 0 15 0 34504916 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598839031280 140598818874748 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13974352 memory=4294978898 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13974352 memory=139788601576871 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13974352 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13974352 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34504917 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13974352 memory=3833885086128892904 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34504918 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598380558576 140598834805378 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34504918 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34504919 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598378451696 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1330] ppid=1319 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1330/stat : 1330 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598377400272 140598834812827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1331] ppid=1319 vsize=13974352 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1331/stat : 1331 (java) S 1319 1319 7968 0 -1 1077944384 451 0 0 0 3 0 0 0 20 0 15 0 34504921 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598376348400 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1332] ppid=1319 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1321/task/1332/stat : 1332 (java) S 1319 1319 7968 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 15 0 34504921 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598375295856 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1333] ppid=1319 vsize=13974352 memory=139788601394816 CPUtime=0.07 cores=0,2,4,6
/proc/1321/task/1333/stat : 1333 (java) S 1319 1319 7968 0 -1 1077944384 759 0 0 0 7 0 0 0 20 0 15 0 34504921 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598374242800 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1334] ppid=1319 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1334/stat : 1334 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140598373190496 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1335] ppid=1319 vsize=13974352 memory=139788601394816 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1335/stat : 1335 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504925 14309736448 10407 18446744073709551615 4194304 4196468 140730275374528 140597742791216 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 43004 KiB

[startup+0.701256 s]
/proc/loadavg: 1.62 1.39 1.42 3/213 1335
/proc/meminfo: memFree=30747228/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13980732 memory=73308 CPUtime=1.29 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 14968 0 0 0 123 6 0 0 20 0 15 0 34504916 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3495183 18327 3172 1 0 3483476 0
[pid=1321/tid=1322] ppid=1319 vsize=13980732 memory=279577003926016 CPUtime=0.57 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 8457 0 0 0 53 4 0 0 20 0 15 0 34504916 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598839032880 140598817969864 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13980732 memory=2110139109022724 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13980732 memory=279577003842624 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13980732 memory=3472328296227699185 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34504917 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 34504918 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598380558576 140598834805378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34504918 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13980732 memory=139788501934880 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34504919 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598378451696 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1330] ppid=1319 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1330/stat : 1330 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598377400272 140598834812827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1331] ppid=1319 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/1321/task/1331/stat : 1331 (java) R 1319 1319 7968 0 -1 4202560 1639 0 0 0 23 0 0 0 20 0 15 0 34504921 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598376334432 140598816338696 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1332] ppid=1319 vsize=13980732 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/1321/task/1332/stat : 1332 (java) R 1319 1319 7968 0 -1 4202560 1661 0 0 0 17 1 0 0 20 0 15 0 34504921 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598375276872 140598818181216 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1333] ppid=1319 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1321/task/1333/stat : 1333 (java) R 1319 1319 7968 0 -1 4202560 1904 0 0 0 28 0 0 0 20 0 15 0 34504921 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598374242800 140598814225736 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1334] ppid=1319 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1334/stat : 1334 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140598373190496 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1335] ppid=1319 vsize=13980732 memory=-2276395272229541278 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1335/stat : 1335 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504925 14316269568 18327 18446744073709551615 4194304 4196468 140730275374528 140597742791216 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 74684 KiB

[startup+1.50086 s]
/proc/loadavg: 1.62 1.39 1.42 5/213 1335
/proc/meminfo: memFree=30712768/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13980732 memory=137756 CPUtime=3.79 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 28729 0 0 0 371 8 0 0 20 0 15 0 34504916 14316269568 34439 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3495183 34439 3193 1 0 3483476 0
[pid=1321/tid=1322] ppid=1319 vsize=13980732 memory=7954595371753563497 CPUtime=1.37 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 8731 0 0 0 133 4 0 0 20 0 15 0 34504916 14316269568 34439 18446744073709551615 4194304 4196468 140730275374528 140598839031584 140598459710280 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13980732 memory=7014751519717677416 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14316269568 34439 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14316269568 34439 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34504917 14316269568 34439 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13980732 memory=279577003878592 CPUtime=0 cores=0,2,4,6

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

[startup+12.801 s]
/proc/loadavg: 1.52 1.38 1.41 3/213 1335
/proc/meminfo: memFree=30565928/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13980732 memory=239836 CPUtime=19.51 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 55093 0 0 0 1934 17 0 0 20 0 15 0 34504916 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3495183 59959 3236 1 0 3483476 0
[pid=1321/tid=1322] ppid=1319 vsize=13980732 memory=0 CPUtime=12.62 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 10422 0 0 0 1257 5 0 0 20 0 15 0 34504916 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598839033904 140598459333851 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 300 0 0 0 2 0 0 0 20 0 15 0 34504917 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 189 0 0 0 2 0 0 0 20 0 15 0 34504917 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13980732 memory=1376 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 138 0 0 0 2 0 0 0 20 0 15 0 34504917 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13980732 memory=237284 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 965 0 0 0 2 0 0 0 20 0 15 0 34504917 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13980732 memory=1700 CPUtime=0.01 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 396 0 0 0 1 0 0 0 20 0 15 0 34504918 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598380558576 140598834805378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 34504918 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 34504919 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598378451696 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1330] ppid=1319 vsize=13980732 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1330/stat : 1330 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598377400272 140598834812827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1331] ppid=1319 vsize=13980732 memory=5520 CPUtime=3.27 cores=0,2,4,6
/proc/1321/task/1331/stat : 1331 (java) S 1319 1319 7968 0 -1 1077944384 14139 0 0 0 325 2 0 0 20 0 15 0 34504921 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598376348400 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1332] ppid=1319 vsize=13980732 memory=4612 CPUtime=2.92 cores=0,2,4,6
/proc/1321/task/1332/stat : 1332 (java) S 1319 1319 7968 0 -1 1077944384 23555 0 0 0 287 5 0 0 20 0 15 0 34504921 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598375295856 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1333] ppid=1319 vsize=13980732 memory=792 CPUtime=0.52 cores=0,2,4,6
/proc/1321/task/1333/stat : 1333 (java) S 1319 1319 7968 0 -1 1077944384 3585 0 0 0 51 1 0 0 20 0 15 0 34504921 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598374242800 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1334] ppid=1319 vsize=13980732 memory=8704 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1334/stat : 1334 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140598373190496 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1335] ppid=1319 vsize=13980732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1335/stat : 1335 (java) S 1319 1319 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 34504925 14316269568 59959 18446744073709551615 4194304 4196468 140730275374528 140597742791216 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 19.51 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 241212 KiB

[startup+14.4008 s]
/proc/loadavg: 1.52 1.38 1.41 3/213 1335
/proc/meminfo: memFree=30561396/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13980732 memory=241972 CPUtime=21.13 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 55534 0 0 0 2096 17 0 0 20 0 15 0 34504916 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3495183 60493 3236 1 0 3483476 0
[pid=1321/tid=1322] ppid=1319 vsize=13980732 memory=241972 CPUtime=14.21 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 10434 0 0 0 1416 5 0 0 20 0 15 0 34504916 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598839033664 140598459470918 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13980732 memory=35 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 15 0 34504917 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13980732 memory=9916 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 190 0 0 0 2 0 0 0 20 0 15 0 34504917 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13980732 memory=1200 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 143 0 0 0 3 0 0 0 20 0 15 0 34504917 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13980732 memory=15872 CPUtime=0.02 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 969 0 0 0 2 0 0 0 20 0 15 0 34504917 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13980732 memory=4040 CPUtime=0.01 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 396 0 0 0 1 0 0 0 20 0 15 0 34504918 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598380558576 140598834805378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13980732 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 34504918 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13980732 memory=13000 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 34504919 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598378451696 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1330] ppid=1319 vsize=13980732 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1330/stat : 1330 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598377400272 140598834812827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1331] ppid=1319 vsize=13980732 memory=1152 CPUtime=3.27 cores=0,2,4,6
/proc/1321/task/1331/stat : 1331 (java) S 1319 1319 7968 0 -1 1077944384 14175 0 0 0 325 2 0 0 20 0 15 0 34504921 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598376348400 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1332] ppid=1319 vsize=13980732 memory=3108 CPUtime=2.92 cores=0,2,4,6
/proc/1321/task/1332/stat : 1332 (java) S 1319 1319 7968 0 -1 1077944384 23588 0 0 0 287 5 0 0 20 0 15 0 34504921 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598375295856 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1333] ppid=1319 vsize=13980732 memory=1380 CPUtime=0.52 cores=0,2,4,6
/proc/1321/task/1333/stat : 1333 (java) S 1319 1319 7968 0 -1 1077944384 3930 0 0 0 51 1 0 0 20 0 15 0 34504921 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598374242800 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1334] ppid=1319 vsize=13980732 memory=322912 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1334/stat : 1334 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140598373190496 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1335] ppid=1319 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1335/stat : 1335 (java) S 1319 1319 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 34504925 14316269568 60493 18446744073709551615 4194304 4196468 140730275374528 140597742791216 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 21.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 243348 KiB

[startup+15.2008 s]
/proc/loadavg: 1.56 1.39 1.42 3/213 1335
/proc/meminfo: memFree=30561272/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13980732 memory=238908 CPUtime=21.94 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 56407 0 0 0 2177 17 0 0 20 0 15 0 34504916 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3495183 59727 3236 1 0 3483476 0
[pid=1321/tid=1322] ppid=1319 vsize=13980732 memory=4064 CPUtime=15.01 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) R 1319 1319 7968 0 -1 4202560 10727 0 0 0 1496 5 0 0 20 0 15 0 34504916 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598839029984 140598459333678 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13980732 memory=20692 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 15 0 34504917 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13980732 memory=2424 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 197 0 0 0 3 0 0 0 20 0 15 0 34504917 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13980732 memory=1296 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 155 0 0 0 3 0 0 0 20 0 15 0 34504917 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13980732 memory=1732 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 995 0 0 0 3 0 0 0 20 0 15 0 34504917 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13980732 memory=1700 CPUtime=0.01 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 15 0 34504918 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598380558576 140598834805378 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 34504918 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 34504919 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598378451696 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1330] ppid=1319 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1330/stat : 1330 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598377400272 140598834812827 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1331] ppid=1319 vsize=13980732 memory=20692 CPUtime=3.27 cores=0,2,4,6
/proc/1321/task/1331/stat : 1331 (java) S 1319 1319 7968 0 -1 1077944384 14175 0 0 0 325 2 0 0 20 0 15 0 34504921 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598376348400 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1332] ppid=1319 vsize=13980732 memory=2424 CPUtime=2.92 cores=0,2,4,6
/proc/1321/task/1332/stat : 1332 (java) S 1319 1319 7968 0 -1 1077944384 23736 0 0 0 287 5 0 0 20 0 15 0 34504921 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598375295856 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1333] ppid=1319 vsize=13980732 memory=1296 CPUtime=0.53 cores=0,2,4,6
/proc/1321/task/1333/stat : 1333 (java) S 1319 1319 7968 0 -1 1077944384 4081 0 0 0 52 1 0 0 20 0 15 0 34504921 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598374242800 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1334] ppid=1319 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1334/stat : 1334 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34504921 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140598373190496 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1335] ppid=1319 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1335/stat : 1335 (java) S 1319 1319 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 34504925 14316269568 59727 18446744073709551615 4194304 4196468 140730275374528 140597742791216 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 21.94 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 240284 KiB

[startup+15.6008 s]
/proc/loadavg: 1.56 1.39 1.42 3/213 1335
/proc/meminfo: memFree=30561272/32770624 swapFree=67108860/67108860
[pid=1319] ppid=1316 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/1319/stat : 1319 (xcsp3-exec) S 1316 1319 7968 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 34504908 9740288 344 18446744073709551615 4194304 5098028 140724351732512 140724351730616 140194736271996 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 37371904 140724351734138 140724351734342 140724351734342 140724351737835 0
/proc/1319/statm: 2378 344 289 221 0 87 0
[pid=1321] ppid=1319 vsize=13980732 memory=238744 CPUtime=22.76 cores=0,2,4,6
/proc/1321/stat : 1321 (java) S 1319 1319 7968 0 -1 1077944320 62841 0 0 0 2259 17 0 0 20 0 13 0 34504916 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140730275357072 140598834794231 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
/proc/1321/statm: 3495183 59686 3238 1 0 3483476 0
[pid=1321/tid=1322] ppid=1319 vsize=13980732 memory=20692 CPUtime=15.4 cores=0,2,4,6
/proc/1321/task/1322/stat : 1322 (java) S 1319 1319 7968 0 -1 1077944384 11011 0 0 0 1535 5 0 0 20 0 13 0 34504916 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598839037072 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1323] ppid=1319 vsize=13980732 memory=2424 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1323/stat : 1323 (java) S 1319 1319 7968 0 -1 1077944384 526 0 0 0 3 0 0 0 20 0 13 0 34504917 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598776740880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1324] ppid=1319 vsize=13980732 memory=1296 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1324/stat : 1324 (java) S 1319 1319 7968 0 -1 1077944384 197 0 0 0 3 0 0 0 20 0 13 0 34504917 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598775688336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1325] ppid=1319 vsize=13980732 memory=1732 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1325/stat : 1325 (java) S 1319 1319 7968 0 -1 1077944384 155 0 0 0 3 0 0 0 20 0 13 0 34504917 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598433028880 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1326] ppid=1319 vsize=13980732 memory=1700 CPUtime=0.03 cores=0,2,4,6
/proc/1321/task/1326/stat : 1326 (java) S 1319 1319 7968 0 -1 1077944384 995 0 0 0 3 0 0 0 20 0 13 0 34504917 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598431976336 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1327] ppid=1319 vsize=13980732 memory=1228 CPUtime=0.01 cores=0,2,4,6
/proc/1321/task/1327/stat : 1327 (java) S 1319 1319 7968 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 13 0 34504918 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598380558784 140598834805378 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1328] ppid=1319 vsize=13980732 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1328/stat : 1328 (java) S 1319 1319 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 13 0 34504918 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598379504800 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1329] ppid=1319 vsize=13980732 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1329/stat : 1329 (java) S 1319 1319 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 13 0 34504919 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598378451696 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1331] ppid=1319 vsize=13980732 memory=4612 CPUtime=3.59 cores=0,2,4,6
/proc/1321/task/1331/stat : 1331 (java) S 1319 1319 7968 0 -1 1077944384 18617 0 0 0 357 2 0 0 20 0 13 0 34504921 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598376332912 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1332] ppid=1319 vsize=13980732 memory=792 CPUtime=3.02 cores=0,2,4,6
/proc/1321/task/1332/stat : 1332 (java) S 1319 1319 7968 0 -1 1077944384 25389 0 0 0 297 5 0 0 20 0 13 0 34504921 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598375295856 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1333] ppid=1319 vsize=13980732 memory=8704 CPUtime=0.53 cores=0,2,4,6
/proc/1321/task/1333/stat : 1333 (java) S 1319 1319 7968 0 -1 1077944384 4081 0 0 0 52 1 0 0 20 0 13 0 34504921 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598374242800 140598834805378 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
[pid=1321/tid=1334] ppid=1319 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/1321/task/1334/stat : 1334 (java) S 1319 1319 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 34504921 14316269568 59686 18446744073709551615 4194304 4196468 140730275374528 140598373190496 140598834804437 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7315456 140730275381682 140730275381858 140730275381858 140730275385295 0
Current children cumulated CPU time: 22.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 240120 KiB

Child status: 0
Real time (s): 15.6151
CPU time (s): 22.7806
CPU user time (s): 22.593
CPU system time (s): 0.187647
CPU usage (%): 145.888
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 248672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.593
system time used= 0.187647
maximum resident set size= 247296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2866
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 1319
#   total CPU time (s): 22.7806
#   total CPU user time (s): 22.593
#   total CPU system time (s): 0.187647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.145076 second user time and 0.170464 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 15:56:25
IDJOB=4272061
IDBENCH=133465
IDSOLVER=2664
FILE ID=node128/4272061-1502806223
RUNJOBID= node128-1502649221-29000
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-06.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-4272061-1502806223/watcher-4272061-1502806223 -o /tmp/evaluation-result-4272061-1502806223/solver-4272061-1502806223 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 962260013 HOME/instance-4272061-1502806223.xml

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

MD5SUM BENCH= 3ceda869c276348ad0b4fc7c9d738878
RANDOM SEED=962260013

node128.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.94
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.94
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.94
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.94
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:        30788012 kB
MemAvailable:   31699076 kB
Buffers:          229452 kB
Cached:           965344 kB
SwapCached:            0 kB
Active:           693032 kB
Inactive:         870180 kB
Active(anon):     368880 kB
Inactive(anon):    16764 kB
Active(file):     324152 kB
Inactive(file):   853416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7560 kB
Writeback:             0 kB
AnonPages:        368368 kB
Mapped:            50268 kB
Shmem:             17116 kB
Slab:             123752 kB
SReclaimable:      98664 kB
SUnreclaim:        25088 kB
KernelStack:        3472 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     942556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 15:56:41