Trace number 4292583

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)SAT 6.42632 2.49019

General information on the benchmark

NameStripPacking/
StripPacking-C1P3_c18.xml
MD5SUM5b4e243b65627c7fc71624f53298a6f9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.4256
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints49
Number of domains15
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":6},{"size":2,"count":42},{"size":20,"count":32}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":32},{"degree":3,"count":32}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":32},{"arity":3,"count":16},{"arity":64,"count":1}]
Number of extensional constraints16
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":32},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292583-1532284118.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292583-1532284118.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.33/0.28	c parse instance...
1.02/0.55	c solve instance...
6.28/2.48	s SATISFIABLE
6.28/2.48	v <instantiation>
6.28/2.48	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15] </list>
6.28/2.48	v 	<values>0 7 10 4 15 15 13 4 4 17 4 0 9 7 17 12 0 8 0 13 0 5 13 8 2 11 0 14 2 10 5 0 4 5 2 9 5 2 7 3 5 3 6 4 3 10 3 3 14 2 2 7 5 5 7 5 6 2 2 6 6 3 6 10 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 </values>
6.28/2.48	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292583-1532284118/watcher-4292583-1532284118 -o /tmp/evaluation-result-4292583-1532284118/solver-4292583-1532284118 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532279337-4631 --watchdog 2560 HOME/xcsp3-exec -seed 1040632523 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292583-1532284118.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5271, runsolver pid=5268
Current StackSize limit: 8192 KiB


[startup+0.100482 s]*
/proc/loadavg: 2.31 2.07 1.97 4/217 5287
/proc/meminfo: memFree=20381460/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0
[pid=5273] ppid=5271 vsize=14082840 memory=27924 CPUtime=0.12 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5271 5271 1669 0 -1 1077944320 5322 0 0 0 11 1 0 0 20 0 15 0 45974957 14420828160 6981 33554432000 4194304 4196468 140735482584432 140735482566976 140001937370871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
/proc/5273/statm: 3520710 6981 3018 1 0 3483008 0
[pid=5273/tid=5274] ppid=5271 vsize=14082840 memory=8045298788787786587 CPUtime=0.09 cores=1,3,5,7
/proc/5273/task/5274/stat : 5274 (java) R 5271 5271 1669 0 -1 4202560 3292 0 0 0 8 1 0 0 20 0 15 0 45974957 14420828160 6981 33554432000 4194304 4196468 140735482584432 140001941602800 140001923438574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5275] ppid=5271 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14420828160 6981 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14082840 memory=140465792300672 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14420828160 6981 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14082840 memory=140465792300672 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974959 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) S 5271 5271 1669 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 45974962 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001407326960 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974962 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001406274416 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14082840 memory=140465792300672 CPUtime=0.01 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) R 5271 5271 1669 0 -1 4202560 352 0 0 0 1 0 0 0 20 0 15 0 45974962 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001405221360 140001930467707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14082840 memory=140465792300672 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974962 14420828160 7047 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29376 KiB

[startup+0.211071 s]*
/proc/loadavg: 2.31 2.07 1.97 4/217 5287
/proc/meminfo: memFree=20369940/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0
[pid=5273] ppid=5271 vsize=14082840 memory=40052 CPUtime=0.33 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5271 5271 1669 0 -1 1077944320 8039 0 0 0 31 2 0 0 20 0 15 0 45974957 14420828160 10013 33554432000 4194304 4196468 140735482584432 140735482566976 140001937370871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
/proc/5273/statm: 3520710 10013 3171 1 0 3483008 0
[pid=5273/tid=5274] ppid=5271 vsize=14084956 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/5273/task/5274/stat : 5274 (java) D 5271 5271 1669 0 -1 1077944384 5014 0 0 0 18 1 0 0 20 0 15 0 45974957 14422994944 10051 33554432000 4194304 4196468 140735482584432 140001941591864 140001939646151 0 4 0 16800975 18446744072101756452 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5275] ppid=5271 vsize=14084956 memory=14550 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14422994944 10051 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14084956 memory=140465792372981 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14422994944 10051 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14084956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14422994944 10051 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14084956 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14422994944 10051 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14084956 memory=140465792300672 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45974959 14422994944 10051 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14087096 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) S 5271 5271 1669 0 -1 1077944384 780 0 0 0 3 0 0 0 20 0 15 0 45974962 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001407326960 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) S 5271 5271 1669 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 45974962 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001406274416 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14087096 memory=140465792300672 CPUtime=0.08 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) S 5271 5271 1669 0 -1 1077944384 877 0 0 0 8 0 0 0 20 0 15 0 45974962 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001405221360 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974962 14425186304 10054 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41504 KiB

[startup+0.310564 s]*
/proc/loadavg: 2.31 2.07 1.97 4/217 5287
/proc/meminfo: memFree=20361564/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0
[pid=5273] ppid=5271 vsize=14087096 memory=47056 CPUtime=0.51 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5271 5271 1669 0 -1 1077944320 8918 0 0 0 48 3 0 0 20 0 15 0 45974957 14425186304 11764 33554432000 4194304 4196468 140735482584432 140735482566976 140001937370871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
/proc/5273/statm: 3521774 11764 3249 1 0 3483008 0
[pid=5273/tid=5274] ppid=5271 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/5273/task/5274/stat : 5274 (java) R 5271 5271 1669 0 -1 4202560 5710 0 0 0 27 2 0 0 20 0 15 0 45974957 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001941605888 140001921451358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5275] ppid=5271 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14087096 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14087096 memory=-6935123839545469842 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14087096 memory=-6956776531347661416 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14087096 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45974959 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14087096 memory=8982046290584177472 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14087096 memory=8325818968683490714 CPUtime=0.05 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) S 5271 5271 1669 0 -1 1077944384 792 0 0 0 5 0 0 0 20 0 15 0 45974962 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001407326960 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14087096 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) S 5271 5271 1669 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 15 0 45974962 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001406274416 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) S 5271 5271 1669 0 -1 1077944384 1010 0 0 0 12 0 0 0 20 0 15 0 45974962 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001405221360 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974962 14425186304 11764 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48508 KiB

[startup+0.701204 s]
/proc/loadavg: 2.31 2.07 1.97 5/217 5287
/proc/meminfo: memFree=20339172/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0
[pid=5273] ppid=5271 vsize=14089220 memory=73304 CPUtime=1.55 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5271 5271 1669 0 -1 1077944320 13072 0 0 0 150 5 0 0 20 0 15 0 45974957 14427361280 18326 33554432000 4194304 4196468 140735482584432 140735482566976 140001937370871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
/proc/5273/statm: 3522305 18326 3349 1 0 3483520 0
[pid=5273/tid=5274] ppid=5271 vsize=14089220 memory=3472328296227679313 CPUtime=0.66 cores=1,3,5,7
/proc/5273/task/5274/stat : 5274 (java) R 5271 5271 1669 0 -1 4202560 6750 0 0 0 63 3 0 0 20 0 15 0 45974957 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001941609664 140001922581985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5275] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14089220 memory=15416 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14089220 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45974959 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14089220 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14089220 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14089220 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14089220 memory=5520 CPUtime=0.28 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) R 5271 5271 1669 0 -1 4202560 1756 0 0 0 28 0 0 0 20 0 15 0 45974962 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001407316880 140001918890185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14089220 memory=792 CPUtime=0.21 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) R 5271 5271 1669 0 -1 4202560 1019 0 0 0 21 0 0 0 20 0 15 0 45974962 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001406260296 140001920757656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14089220 memory=1228 CPUtime=0.36 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) S 5271 5271 1669 0 -1 1077944384 2240 0 0 0 36 0 0 0 20 0 15 0 45974962 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001405221360 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14089220 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14089220 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 18326 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 74756 KiB

[startup+1.50085 s]
/proc/loadavg: 2.31 2.07 1.97 5/217 5287
/proc/meminfo: memFree=20303512/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0

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

/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14091656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14091656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14091656 memory=14771 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14091656 memory=24363 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45974959 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14091656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14091656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14091656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14091656 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) R 5271 5271 1669 0 -1 4202560 8816 0 0 0 107 1 0 0 20 0 15 0 45974962 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001407313120 140001922295227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14091656 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) R 5271 5271 1669 0 -1 4202560 8974 0 0 0 100 1 0 0 20 0 15 0 45974962 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001406260480 140001918915089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14091656 memory=140465630372288 CPUtime=0.42 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) S 5271 5271 1669 0 -1 1077944384 2691 0 0 0 41 1 0 0 20 0 15 0 45974962 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001405221360 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14091656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14091656 memory=280931260984720 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14429855744 26013 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 3.99 s
Current children cumulated vsize: 14204784 KiB
Current children cumulated memory: 105504 KiB

[startup+2.49015 s]
# the end of solver process 5271 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.32932 s, system=0.096999 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60097 s]
/proc/loadavg: 2.31 2.07 1.97 5/217 5287
/proc/meminfo: memFree=20303512/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0
[pid=5273] ppid=5271 vsize=14091668 memory=104140 CPUtime=4.29 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5271 5271 1669 0 -1 1077944320 29190 0 0 0 422 7 0 0 20 0 15 0 45974957 14429868032 26035 33554432000 4194304 4196468 140735482584432 140735482566976 140001937370871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
/proc/5273/statm: 3522917 26035 3354 1 0 3484132 0
[pid=5273/tid=5274] ppid=5271 vsize=14091668 memory=0 CPUtime=1.56 cores=1,3,5,7
/proc/5273/task/5274/stat : 5274 (java) R 5271 5271 1669 0 -1 4202560 7122 0 0 0 153 3 0 0 20 0 15 0 45974957 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001941609600 140001578541120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5275] ppid=5271 vsize=14091668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14091668 memory=2362232013250 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14091668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14091668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14091668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45974959 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14091668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14091668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14091668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14091668 memory=7450757426890498904 CPUtime=1.18 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) R 5271 5271 1669 0 -1 4202560 8868 0 0 0 117 1 0 0 20 0 15 0 45974962 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001407319984 140001921623397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14091668 memory=6369607583083817303 CPUtime=1.1 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) R 5271 5271 1669 0 -1 4202560 9178 0 0 0 109 1 0 0 20 0 15 0 45974962 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001406260480 140001918892271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14091668 memory=928 CPUtime=0.42 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) S 5271 5271 1669 0 -1 1077944384 2713 0 0 0 41 1 0 0 20 0 15 0 45974962 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001405221360 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14091668 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14091668 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14429868032 26035 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 14204796 KiB
Current children cumulated memory: 105592 KiB

[startup+2.00081 s]*
/proc/loadavg: 2.31 2.07 1.97 5/217 5287
/proc/meminfo: memFree=20277036/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0
[pid=5273] ppid=5271 vsize=14089220 memory=108828 CPUtime=5.54 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5271 5271 1669 0 -1 1077944320 30694 0 0 0 546 8 0 0 20 0 15 0 45974957 14427361280 27207 33554432000 4194304 4196468 140735482584432 140735482566976 140001937370871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
/proc/5273/statm: 3522305 27207 3365 1 0 3483520 0
[pid=5273/tid=5274] ppid=5271 vsize=14089220 memory=576460756329955459 CPUtime=1.98 cores=1,3,5,7
/proc/5273/task/5274/stat : 5274 (java) R 5271 5271 1669 0 -1 4202560 7157 0 0 0 194 4 0 0 20 0 15 0 45974957 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001941609368 140001575172391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5275] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14089220 memory=140465792306924 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 45974959 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14089220 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14089220 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) R 5271 5271 1669 0 -1 4202560 8988 0 0 0 157 1 0 0 20 0 15 0 45974962 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001407318608 140001920902350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14089220 memory=33696 CPUtime=1.51 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) R 5271 5271 1669 0 -1 4202560 10056 0 0 0 150 1 0 0 20 0 15 0 45974962 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001406260480 140001916616714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14089220 memory=140465792300672 CPUtime=0.44 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) R 5271 5271 1669 0 -1 1077944384 3174 0 0 0 43 1 0 0 20 0 15 0 45974962 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001405221360 140001937382018 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14089220 memory=3834031346204094512 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14089220 memory=6935650355339879252 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 27207 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 110280 KiB

[startup+2.40071 s]
/proc/loadavg: 2.31 2.07 1.97 5/217 5287
/proc/meminfo: memFree=20277036/32770624 swapFree=67108860/67108860
[pid=5271] ppid=5268 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5271/stat : 5271 (xcsp3-exec) S 5268 5271 1669 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45974956 115843072 363 33554432000 4194304 5098028 140731442519600 140731442517704 139784580072060 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 28745728 140731442521146 140731442521348 140731442521348 140731442524106 0
/proc/5271/statm: 28282 363 306 221 0 87 0
[pid=5273] ppid=5271 vsize=14089220 memory=111364 CPUtime=6.28 cores=1,3,5,7
/proc/5273/stat : 5273 (java) S 5271 5271 1669 0 -1 1077944320 31778 0 0 0 620 8 0 0 20 0 15 0 45974957 14427361280 27841 33554432000 4194304 4196468 140735482584432 140735482566976 140001937370871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
/proc/5273/statm: 3522305 27841 3365 1 0 3483520 0
[pid=5273/tid=5274] ppid=5271 vsize=14089220 memory=848 CPUtime=2.37 cores=1,3,5,7
/proc/5273/task/5274/stat : 5274 (java) R 5271 5271 1669 0 -1 4202560 7494 0 0 0 233 4 0 0 20 0 15 0 45974957 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001941609776 140001921747984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5275] ppid=5271 vsize=14089220 memory=2644 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5275/stat : 5275 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001909214224 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5276] ppid=5271 vsize=14089220 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5276/stat : 5276 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001532550288 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5277] ppid=5271 vsize=14089220 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5277/stat : 5277 (java) S 5271 5271 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001531497232 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5278] ppid=5271 vsize=14089220 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5278/stat : 5278 (java) S 5271 5271 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45974958 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001530444688 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5279] ppid=5271 vsize=14089220 memory=2544 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5279/stat : 5279 (java) S 5271 5271 1669 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 45974959 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001411537136 140001937382018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5280] ppid=5271 vsize=14089220 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5280/stat : 5280 (java) S 5271 5271 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45974959 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001410483360 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5281] ppid=5271 vsize=14089220 memory=175420 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5281/stat : 5281 (java) S 5271 5271 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45974960 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001409430256 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5282] ppid=5271 vsize=14089220 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5282/stat : 5282 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001408378832 140001937389467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5283] ppid=5271 vsize=14089220 memory=2424 CPUtime=1.76 cores=1,3,5,7
/proc/5273/task/5283/stat : 5283 (java) R 5271 5271 1669 0 -1 4202560 9337 0 0 0 175 1 0 0 20 0 15 0 45974962 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001407326960 140001922486117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5284] ppid=5271 vsize=14089220 memory=1452 CPUtime=1.66 cores=1,3,5,7
/proc/5273/task/5284/stat : 5284 (java) S 5271 5271 1669 0 -1 1077944384 10261 0 0 0 165 1 0 0 20 0 15 0 45974962 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001406274416 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5285] ppid=5271 vsize=14089220 memory=94680 CPUtime=0.46 cores=1,3,5,7
/proc/5273/task/5285/stat : 5285 (java) S 5271 5271 1669 0 -1 1077944384 3361 0 0 0 45 1 0 0 20 0 15 0 45974962 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001405221360 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5286] ppid=5271 vsize=14089220 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5286/stat : 5286 (java) S 5271 5271 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001404169056 140001937381077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
[pid=5273/tid=5287] ppid=5271 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5273/task/5287/stat : 5287 (java) S 5271 5271 1669 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 45974962 14427361280 27841 33554432000 4194304 4196468 140735482584432 140001403116080 140001937382018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24817664 140735482590337 140735482590513 140735482590513 140735482593231 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 112816 KiB

Child status: 0
Real time (s): 2.49019
CPU time (s): 6.42632
CPU user time (s): 6.32932
CPU system time (s): 0.096999
CPU usage (%): 258.065
Max. virtual memory (cumulated for all children) (KiB): 14204800
Max. memory (cumulated for all children) (KiB): 112816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.32932
system time used= 0.096999
maximum resident set size= 116104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2170
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 5271
#   total CPU time (s): 6.42632
#   total CPU user time (s): 6.32932
#   total CPU system time (s): 0.096999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036009 second user time and 0.071391 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 20:28:38
IDJOB=4292583
IDBENCH=141123
IDSOLVER=2747
FILE ID=node151/4292583-1532284118
RUNJOBID= node151-1532279337-4631
PBS_JOBID= 21018964
Free space on /tmp= 55052 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/StripPacking/StripPacking-C1P3_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-4292583-1532284118/watcher-4292583-1532284118 -o /tmp/evaluation-result-4292583-1532284118/solver-4292583-1532284118 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532279337-4631 --watchdog 2560  HOME/xcsp3-exec -seed 1040632523 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292583-1532284118.xml

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

MD5SUM BENCH= 5b4e243b65627c7fc71624f53298a6f9
RANDOM SEED=1040632523

node151.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.87
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.87
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.87
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.87
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:        20399908 kB
MemAvailable:   31790796 kB
Buffers:          248340 kB
Cached:         11290660 kB
SwapCached:            0 kB
Active:          1213400 kB
Inactive:       10528468 kB
Active(anon):     205356 kB
Inactive(anon):    16936 kB
Active(file):    1008044 kB
Inactive(file): 10511532 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20792 kB
Writeback:             0 kB
AnonPages:        204184 kB
Mapped:            48576 kB
Shmem:             17032 kB
Slab:             327232 kB
SReclaimable:     299772 kB
SUnreclaim:        27460 kB
KernelStack:        3872 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1287640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55032 MiB
End job on node151 at 2018-07-22 20:28:40