Trace number 4306618

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 4.0.7b seq (e747e1e)OPT12 45.642 41.8152

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-7x7_c18.xml
MD5SUMb012ef5fa7bba6c8b791df977729af7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.182611
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints49
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":49}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":20},{"degree":6,"count":25}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":20},{"arity":5,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":49}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306618-1534048054.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306618-1534048054.xml, -tl, 2520s, -p, 1]
0.33/0.22	c simple solver
0.33/0.28	c parse instance...
0.72/0.46	c solve instance...
0.72/0.47	o 15 
1.32/0.62	o 14 
2.44/1.30	o 13 
15.58/12.21	o 12 
45.61/41.80	s OPTIMUM FOUND
45.61/41.80	v <instantiation>
45.61/41.80	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] </list>
45.61/41.80	v 	<values>0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 </values>
45.61/41.80	v </instantiation>

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306618-1534048054/watcher-4306618-1534048054 -o /tmp/evaluation-result-4306618-1534048054/solver-4306618-1534048054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20443 --watchdog 2580 HOME/xcsp3-exec -seed 1557648342 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306618-1534048054.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=21673, runsolver pid=21670

[startup+0.100125 s]*
/proc/loadavg: 1.63 1.66 1.67 3/217 21689
/proc/meminfo: memFree=20486880/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14082940 memory=26748 CPUtime=0.12 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 5598 0 0 0 11 1 0 0 20 0 15 0 222368298 14420930560 6687 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3520735 6687 3012 1 0 3483012 0
[pid=21675/tid=21676] ppid=21673 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 3558 0 0 0 8 1 0 0 20 0 15 0 222368298 14420930560 6687 33554432000 4194304 4196468 140721661217488 140374463249632 140374459045021 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 6687 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14082940 memory=139738818913920 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 6687 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 6687 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 6687 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14082940 memory=139738818913920 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368301 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222368301 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222368301 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) S 21673 21673 18978 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373635672560 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) S 21673 21673 18978 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373634620016 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14082940 memory=139738818913920 CPUtime=0.01 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) S 21673 21673 18978 0 -1 1077944384 298 0 0 0 1 0 0 0 20 0 15 0 222368304 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373633567472 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14082940 memory=139738818913920 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) S 21673 21673 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 6687 33554432000 4194304 4196468 140721661217488 140373631461680 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 28200 KiB

[startup+0.210522 s]*
/proc/loadavg: 1.63 1.66 1.67 4/217 21689
/proc/meminfo: memFree=20474624/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14082940 memory=40080 CPUtime=0.33 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 8534 0 0 0 31 2 0 0 20 0 15 0 222368298 14420930560 10020 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3520735 10020 3209 1 0 3483012 0
[pid=21675/tid=21676] ppid=21673 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 5445 0 0 0 18 2 0 0 20 0 15 0 222368298 14420930560 10020 33554432000 4194304 4196468 140721661217488 140374463252816 140374443103582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14082940 memory=12629 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 10020 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14082940 memory=139738818934620 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 10020 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 10020 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14420930560 10020 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14082940 memory=139738818913920 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 222368301 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222368301 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222368301 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) S 21673 21673 18978 0 -1 1077944384 607 0 0 0 2 0 0 0 20 0 15 0 222368304 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373635672560 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) S 21673 21673 18978 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 222368304 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373634620016 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14082940 memory=139738818913920 CPUtime=0.08 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) S 21673 21673 18978 0 -1 1077944384 940 0 0 0 8 0 0 0 20 0 15 0 222368304 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373633567472 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) S 21673 21673 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222368304 14420930560 10020 33554432000 4194304 4196468 140721661217488 140373631461680 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41532 KiB

[startup+0.310477 s]*
/proc/loadavg: 1.63 1.66 1.67 4/217 21689
/proc/meminfo: memFree=20468344/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14087196 memory=47040 CPUtime=0.52 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 9502 0 0 0 49 3 0 0 20 0 15 0 222368298 14425288704 11760 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3521799 11760 3251 1 0 3483012 0
[pid=21675/tid=21676] ppid=21673 vsize=14087196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 6128 0 0 0 27 2 0 0 20 0 15 0 222368298 14425288704 11760 33554432000 4194304 4196468 140721661217488 140374463254208 140374443103582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222368299 14425288704 11760 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14425288704 11760 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368299 14425288704 11760 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14425288704 11760 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 222368301 14425288704 11760 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14087068 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222368301 14425157632 11816 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222368301 14425288704 11816 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14087196 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14425288704 11816 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14087196 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) R 21673 21673 18978 0 -1 4202560 705 0 0 0 4 0 0 0 20 0 15 0 222368304 14425288704 11816 33554432000 4194304 4196468 140721661217488 140373635670960 140374444148432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) S 21673 21673 18978 0 -1 1077944384 258 0 0 0 4 0 0 0 20 0 15 0 222368304 14425288704 11816 33554432000 4194304 4196468 140721661217488 140373634620016 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) S 21673 21673 18978 0 -1 1077944384 1105 0 0 0 12 0 0 0 20 0 15 0 222368304 14425288704 11816 33554432000 4194304 4196468 140721661217488 140373633567472 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14425288704 11816 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) S 21673 21673 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222368304 14425288704 11816 33554432000 4194304 4196468 140721661217488 140373631461680 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 48492 KiB

[startup+0.700835 s]
/proc/loadavg: 1.63 1.66 1.67 6/217 21689
/proc/meminfo: memFree=20453164/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14089320 memory=64400 CPUtime=1.45 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 12431 0 0 0 141 4 0 0 20 0 15 0 222368298 14427463680 16100 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3522330 16100 3357 1 0 3483524 0
[pid=21675/tid=21676] ppid=21673 vsize=14089320 memory=60520 CPUtime=0.67 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 6952 0 0 0 64 3 0 0 20 0 15 0 222368298 14427463680 16100 33554432000 4194304 4196468 140721661217488 140374463260480 140374098865710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14089320 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 222368299 14427463680 16100 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14089320 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14427463680 16100 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14089320 memory=1752 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368299 14427463680 16100 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 222368299 14427463680 16100 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14089320 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14089320 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14089320 memory=748 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14089320 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14089320 memory=6580 CPUtime=0.26 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) D 21673 21673 18978 0 -1 4202560 1355 0 0 0 26 0 0 0 20 0 15 0 222368304 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373635653592 140374451740247 0 4 0 16800975 18446744071582151463 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14089320 memory=1296 CPUtime=0.23 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) D 21673 21673 18978 0 -1 4202560 1063 0 0 0 23 0 0 0 20 0 15 0 222368304 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373634604680 140374451740247 0 4 0 16800975 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14089320 memory=4452 CPUtime=0.28 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) D 21673 21673 18978 0 -1 4202560 1749 0 0 0 27 1 0 0 20 0 15 0 222368304 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373633567392 140374438947231 0 4 0 16800975 18446744072100093061 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14089320 memory=3732 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14089320 memory=12668 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) D 21673 21673 18978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 16100 33554432000 4194304 4196468 140721661217488 140373631461600 140374443879182 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 65852 KiB

[startup+1.50076 s]
/proc/loadavg: 1.63 1.66 1.67 5/217 21689
/proc/meminfo: memFree=20427156/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0

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

/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14089320 memory=196056 CPUtime=44.02 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 43290 0 0 0 4388 14 0 0 20 0 15 0 222368298 14427463680 49014 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3522330 49014 3409 1 0 3483524 0
[pid=21675/tid=21676] ppid=21673 vsize=14089320 memory=6791534058613427641 CPUtime=40.01 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 10140 0 0 0 3996 5 0 0 20 0 15 0 222368298 14427463680 49014 33554432000 4194304 4196468 140721661217488 140374463262016 140374438748192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14089320 memory=4872558044660077418 CPUtime=0.04 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 262 0 0 0 4 0 0 0 20 0 15 0 222368299 14427463680 49014 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14089320 memory=279477415242208 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 810 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 49014 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14089320 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 531 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 49014 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14089320 memory=279477414577680 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 786 0 0 0 5 0 0 0 20 0 15 0 222368299 14427463680 49014 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14089320 memory=7235985418176849765 CPUtime=0.06 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 769 0 0 0 6 0 0 0 20 0 15 0 222368301 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14089320 memory=-2605811476043407915 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14089320 memory=-3284643825843719562 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14089320 memory=-3833726747341067623 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14089320 memory=-3833726747341067623 CPUtime=1.72 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) S 21673 21673 18978 0 -1 1077944384 13204 0 0 0 170 2 0 0 20 0 15 0 222368304 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373635672560 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14089320 memory=53041 CPUtime=1.58 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) S 21673 21673 18978 0 -1 1077944384 8821 0 0 0 158 0 0 0 20 0 15 0 222368304 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373634620016 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14089320 memory=4420 CPUtime=0.35 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) S 21673 21673 18978 0 -1 1077944384 5629 0 0 0 34 1 0 0 20 0 15 0 222368304 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373633567472 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14089320 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14089320 memory=8836 CPUtime=0.01 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) S 21673 21673 18978 0 -1 1077944384 973 0 0 0 1 0 0 0 20 0 15 0 222368304 14427463680 49014 33554432000 4194304 4196468 140721661217488 140373631461680 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 44.02 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 197508 KiB

[startup+41.0007 s]
/proc/loadavg: 1.68 1.67 1.68 3/217 21690
/proc/meminfo: memFree=20315944/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14089320 memory=220568 CPUtime=44.81 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 43844 0 0 0 4467 14 0 0 20 0 15 0 222368298 14427463680 55142 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3522330 55142 3409 1 0 3483524 0
[pid=21675/tid=21676] ppid=21673 vsize=14089320 memory=1452 CPUtime=40.79 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 10663 0 0 0 4074 5 0 0 20 0 15 0 222368298 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374463262016 140374099330165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14089320 memory=6791534058613427641 CPUtime=0.04 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 269 0 0 0 4 0 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14089320 memory=-8961168018402230209 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 811 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14089320 memory=-2748367524519556131 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 534 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14089320 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 789 0 0 0 5 0 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14089320 memory=180072 CPUtime=0.06 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 785 0 0 0 6 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14089320 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14089320 memory=4452 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14089320 memory=3732 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14089320 memory=12668 CPUtime=1.72 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) S 21673 21673 18978 0 -1 1077944384 13204 0 0 0 170 2 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373635672560 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14089320 memory=1072 CPUtime=1.58 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) S 21673 21673 18978 0 -1 1077944384 8821 0 0 0 158 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373634620016 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14089320 memory=1752 CPUtime=0.35 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) S 21673 21673 18978 0 -1 1077944384 5629 0 0 0 34 1 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373633567472 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14089320 memory=1808 CPUtime=0.01 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) S 21673 21673 18978 0 -1 1077944384 974 0 0 0 1 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373631461680 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 44.81 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 222020 KiB

[startup+41.4008 s]
/proc/loadavg: 1.68 1.67 1.68 3/217 21690
/proc/meminfo: memFree=20291928/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14089320 memory=220568 CPUtime=45.21 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 43845 0 0 0 4507 14 0 0 20 0 15 0 222368298 14427463680 55142 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3522330 55142 3409 1 0 3483524 0
[pid=21675/tid=21676] ppid=21673 vsize=14089320 memory=7451298395251496532 CPUtime=41.19 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 10664 0 0 0 4114 5 0 0 20 0 15 0 222368298 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374463262016 140374099933248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14089320 memory=7594028112794183510 CPUtime=0.04 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 269 0 0 0 4 0 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14089320 memory=6154820267226784105 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 811 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14089320 memory=7164226869942838368 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 534 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14089320 memory=7307184289356141159 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 789 0 0 0 5 0 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14089320 memory=7162531440177276259 CPUtime=0.06 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 785 0 0 0 6 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14089320 memory=7156896468856302163 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14089320 memory=7164226869942838368 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14089320 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14089320 memory=13252 CPUtime=1.72 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) S 21673 21673 18978 0 -1 1077944384 13204 0 0 0 170 2 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373635672560 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14089320 memory=1452 CPUtime=1.58 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) S 21673 21673 18978 0 -1 1077944384 8821 0 0 0 158 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373634620016 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14089320 memory=220568 CPUtime=0.35 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) S 21673 21673 18978 0 -1 1077944384 5629 0 0 0 34 1 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373633567472 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14089320 memory=19876 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14089320 memory=22084 CPUtime=0.01 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) S 21673 21673 18978 0 -1 1077944384 974 0 0 0 1 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373631461680 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 45.21 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 222020 KiB

[startup+41.8006 s]
/proc/loadavg: 1.68 1.67 1.68 3/217 21690
/proc/meminfo: memFree=20291928/32770624 swapFree=67108688/67108860
[pid=21673] ppid=21670 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21673/stat : 21673 (xcsp3-exec) S 21670 21673 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 222368298 115843072 363 33554432000 4194304 5098028 140736435667584 140736435665688 139927013892732 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 21090304 140736435676218 140736435676420 140736435676420 140736435679178 0
/proc/21673/statm: 28282 363 305 221 0 87 0
[pid=21675] ppid=21673 vsize=14089320 memory=220568 CPUtime=45.61 cores=0,2,4,6
/proc/21675/stat : 21675 (java) S 21673 21673 18978 0 -1 1077944320 43846 0 0 0 4547 14 0 0 20 0 15 0 222368298 14427463680 55142 33554432000 4194304 4196468 140721661217488 140721661200032 140374459023095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
/proc/21675/statm: 3522330 55142 3409 1 0 3483524 0
[pid=21675/tid=21676] ppid=21673 vsize=14089320 memory=180072 CPUtime=41.59 cores=0,2,4,6
/proc/21675/task/21676/stat : 21676 (java) R 21673 21673 18978 0 -1 4202560 10665 0 0 0 4154 5 0 0 20 0 15 0 222368298 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374463261904 140374099933200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21677] ppid=21673 vsize=14089320 memory=1452 CPUtime=0.04 cores=0,2,4,6
/proc/21675/task/21677/stat : 21677 (java) S 21673 21673 18978 0 -1 1077944384 269 0 0 0 4 0 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374430866192 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21678] ppid=21673 vsize=14089320 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21678/stat : 21678 (java) S 21673 21673 18978 0 -1 1077944384 811 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374053854096 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21679] ppid=21673 vsize=14089320 memory=1924 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21679/stat : 21679 (java) S 21673 21673 18978 0 -1 1077944384 534 0 0 0 4 1 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374052801552 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21680] ppid=21673 vsize=14089320 memory=7284 CPUtime=0.05 cores=0,2,4,6
/proc/21675/task/21680/stat : 21680 (java) S 21673 21673 18978 0 -1 1077944384 789 0 0 0 5 0 0 0 20 0 15 0 222368299 14427463680 55142 33554432000 4194304 4196468 140721661217488 140374051749008 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21681] ppid=21673 vsize=14089320 memory=804 CPUtime=0.06 cores=0,2,4,6
/proc/21675/task/21681/stat : 21681 (java) S 21673 21673 18978 0 -1 1077944384 785 0 0 0 6 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373639882736 140374459034242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21682] ppid=21673 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21682/stat : 21682 (java) S 21673 21673 18978 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373638828960 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21683] ppid=21673 vsize=14089320 memory=139738707411375 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21683/stat : 21683 (java) S 21673 21673 18978 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 222368301 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373637776368 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21684] ppid=21673 vsize=14089320 memory=139738707423744 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21684/stat : 21684 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373636724944 140374459041691 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21685] ppid=21673 vsize=14089320 memory=3472463636888568064 CPUtime=1.72 cores=0,2,4,6
/proc/21675/task/21685/stat : 21685 (java) S 21673 21673 18978 0 -1 1077944384 13204 0 0 0 170 2 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373635672560 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21686] ppid=21673 vsize=14089320 memory=3868 CPUtime=1.58 cores=0,2,4,6
/proc/21675/task/21686/stat : 21686 (java) S 21673 21673 18978 0 -1 1077944384 8821 0 0 0 158 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373634620016 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21687] ppid=21673 vsize=14089320 memory=60524 CPUtime=0.35 cores=0,2,4,6
/proc/21675/task/21687/stat : 21687 (java) S 21673 21673 18978 0 -1 1077944384 5629 0 0 0 34 1 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373633567472 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21688] ppid=21673 vsize=14089320 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/21675/task/21688/stat : 21688 (java) S 21673 21673 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373632515168 140374459033301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
[pid=21675/tid=21689] ppid=21673 vsize=14089320 memory=2336 CPUtime=0.01 cores=0,2,4,6
/proc/21675/task/21689/stat : 21689 (java) S 21673 21673 18978 0 -1 1077944384 974 0 0 0 1 0 0 0 20 0 15 0 222368304 14427463680 55142 33554432000 4194304 4196468 140721661217488 140373631461680 140374459034242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24453120 140721661224070 140721661224241 140721661224241 140721661226959 0
Current children cumulated CPU time: 45.61 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 222020 KiB

Child status: 0
Real time (s): 41.8152
CPU time (s): 45.642
CPU user time (s): 45.4884
CPU system time (s): 0.153653
CPU usage (%): 109.152
Max. virtual memory (cumulated for all children) (KiB): 14204528
Max. memory (cumulated for all children) (KiB): 222020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4884
system time used= 0.153653
maximum resident set size= 220988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44784
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= 4378
involuntary context switches= 106


# summary of solver processes directly reported to runsolver:
#   pid: 21673
#   total CPU time (s): 45.642
#   total CPU user time (s): 45.4884
#   total CPU system time (s): 0.153653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.276906 second user time and 0.423169 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 06:27:34
IDJOB=4306618
IDBENCH=141114
IDSOLVER=2787
FILE ID=node106/4306618-1534048054
RUNJOBID= node106-1534038018-20443
PBS_JOBID= 21036957
Free space on /tmp= 39640 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-7x7_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306618-1534048054/watcher-4306618-1534048054 -o /tmp/evaluation-result-4306618-1534048054/solver-4306618-1534048054 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20443 --watchdog 2580  HOME/xcsp3-exec -seed 1557648342 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306618-1534048054.xml

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

MD5SUM BENCH= b012ef5fa7bba6c8b791df977729af7d
RANDOM SEED=1557648342

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        20502380 kB
MemAvailable:   31682716 kB
Buffers:          109604 kB
Cached:         11217976 kB
SwapCached:            0 kB
Active:          5780724 kB
Inactive:        5824396 kB
Active(anon):     224476 kB
Inactive(anon):   105404 kB
Active(file):    5556248 kB
Inactive(file):  5718992 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             22196 kB
Writeback:             0 kB
AnonPages:        284680 kB
Mapped:            64108 kB
Shmem:             49632 kB
Slab:             362072 kB
SReclaimable:     333556 kB
SUnreclaim:        28516 kB
KernelStack:        3552 kB
PageTables:         6132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1449184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39616 MiB
End job on node106 at 2018-08-12 06:28:16