Trace number 4403396

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 2019-09-20SAT 1973.14 498.857

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-033.xml
MD5SUM273a3a450a7af16ef80dfed9e1af494c
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 benchmark36.4974
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints51
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":48}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":49},{"arity":2,"count":1},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints50
Distribution of constraint types[{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403396-1568991099.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403396-1568991099.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.26/0.61	c solve instance...
1973.08/498.83	s SATISFIABLE
1973.08/498.83	v <instantiation>
1973.08/498.83	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] 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] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] </list>
1973.08/498.83	v 	<values>182 175 175 210 186 159 198 210 198 159 159 182 184 159 186 159 129 228 220 129 215 201 0 0 129 129 120 131 201 120 56 141 73 136 95 131 95 56 159 0 159 141 73 216 0 201 159 0 </values>
1973.08/498.83	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 (7972 MiB free)
  memory of node 1: 16384 MiB (8268 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403396-1568991099/watcher-4403396-1568991099 -o /tmp/evaluation-result-4403396-1568991099/solver-4403396-1568991099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 74412998 HOME/instance-4403396-1568991099.xml 

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

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=16286, runsolver pid=16283

[startup+0.100106 s]*
/proc/loadavg: 7.77 7.73 7.57 10/234 16302
/proc/meminfo: memFree=16605516/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0
[pid=16288] ppid=16286 vsize=15144776 memory=28712 CPUtime=0.12 cores=1,3,5,7
/proc/16288/stat : 16288 (java) S 16286 16286 11742 0 -1 1077944320 5709 0 0 0 11 1 0 0 20 0 15 0 475376651 15508250624 7178 33554432000 4194304 4196468 140726033684832 140726033667376 139974095703799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
/proc/16288/statm: 3786194 7178 3118 1 0 3748377 0
[pid=16288/tid=16289] ppid=16286 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/16288/task/16289/stat : 16289 (java) R 16286 16286 11742 0 -1 4202560 3605 0 0 0 8 1 0 0 20 0 15 0 475376651 15508250624 7244 33554432000 4194304 4196468 140726033684832 139974099926800 139974079747429 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16290] ppid=16286 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16290/stat : 16290 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 7244 33554432000 4194304 4196468 140726033684832 139973687696528 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16291] ppid=16286 vsize=15144776 memory=139719463024256 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16291/stat : 16291 (java) S 16286 16286 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 7244 33554432000 4194304 4196468 140726033684832 139973686643728 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16292] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16292/stat : 16292 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 7244 33554432000 4194304 4196468 140726033684832 139973685590928 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16293] ppid=16286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16293/stat : 16293 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973684538128 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16294] ppid=16286 vsize=15144776 memory=139719463024256 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16294/stat : 16294 (java) S 16286 16286 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475376653 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973036542320 139974095714946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16295] ppid=16286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16295/stat : 16295 (java) S 16286 16286 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475376654 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973035488288 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16296] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16296/stat : 16296 (java) S 16286 16286 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475376654 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973034435440 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16297] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16297/stat : 16297 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475376656 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973033383760 139974095722395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16298] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16298/stat : 16298 (java) R 16286 16286 11742 0 -1 4202560 339 0 0 0 0 0 0 0 20 0 15 0 475376656 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973032332144 139974073544000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16299] ppid=16286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16299/stat : 16299 (java) R 16286 16286 11742 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475376656 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973031279344 139974095714946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16300] ppid=16286 vsize=15144776 memory=139719463024256 CPUtime=0.02 cores=1,3,5,7
/proc/16288/task/16300/stat : 16300 (java) R 16286 16286 11742 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 475376656 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973030226544 139974079784286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16301] ppid=16286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16301/stat : 16301 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475376656 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973029173984 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16302] ppid=16286 vsize=15144776 memory=139719463024256 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16302/stat : 16302 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376657 15508250624 7310 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30164 KiB

[startup+0.213126 s]*
/proc/loadavg: 7.77 7.73 7.57 7/234 16302
/proc/meminfo: memFree=16593528/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0
[pid=16288] ppid=16286 vsize=15144776 memory=40276 CPUtime=0.34 cores=1,3,5,7
/proc/16288/stat : 16288 (java) S 16286 16286 11742 0 -1 1077944320 9340 0 0 0 31 3 0 0 20 0 15 0 475376651 15508250624 10069 33554432000 4194304 4196468 140726033684832 140726033667376 139974095703799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
/proc/16288/statm: 3786194 10069 3264 1 0 3748377 0
[pid=16288/tid=16289] ppid=16286 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/16288/task/16289/stat : 16289 (java) R 16286 16286 11742 0 -1 4202560 6598 0 0 0 18 2 0 0 20 0 15 0 475376651 15508250624 10069 33554432000 4194304 4196468 140726033684832 139974099941248 139974095725725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16290] ppid=16286 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16290/stat : 16290 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973687696528 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16291] ppid=16286 vsize=15144776 memory=139719463038802 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16291/stat : 16291 (java) S 16286 16286 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973686643728 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16292] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16292/stat : 16292 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973685590928 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16293] ppid=16286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16293/stat : 16293 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973684538128 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16294] ppid=16286 vsize=15144776 memory=139719463024256 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16294/stat : 16294 (java) S 16286 16286 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475376653 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973036542320 139974095714946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16295] ppid=16286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16295/stat : 16295 (java) S 16286 16286 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475376654 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973035488288 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16296] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16296/stat : 16296 (java) S 16286 16286 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475376654 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973034435440 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16297] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16297/stat : 16297 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475376656 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973033383760 139974095722395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16298] ppid=16286 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16288/task/16298/stat : 16298 (java) S 16286 16286 11742 0 -1 1077944384 444 0 0 0 3 0 0 0 20 0 15 0 475376656 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973032332144 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16299] ppid=16286 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16288/task/16299/stat : 16299 (java) S 16286 16286 11742 0 -1 1077944384 181 0 0 0 1 0 0 0 20 0 15 0 475376656 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973031279344 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16300] ppid=16286 vsize=15144776 memory=139719463024256 CPUtime=0.08 cores=1,3,5,7
/proc/16288/task/16300/stat : 16300 (java) S 16286 16286 11742 0 -1 1077944384 817 0 0 0 8 0 0 0 20 0 15 0 475376656 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973030226544 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16301] ppid=16286 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16301/stat : 16301 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475376656 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973029173984 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16302] ppid=16286 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16302/stat : 16302 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376657 15508250624 10069 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41728 KiB

[startup+0.310834 s]*
/proc/loadavg: 7.77 7.73 7.57 8/234 16302
/proc/meminfo: memFree=16586020/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0
[pid=16288] ppid=16286 vsize=15149032 memory=50156 CPUtime=0.53 cores=1,3,5,7
/proc/16288/stat : 16288 (java) S 16286 16286 11742 0 -1 1077944320 10827 0 0 0 48 5 0 0 20 0 15 0 475376651 15512608768 12539 33554432000 4194304 4196468 140726033684832 140726033667376 139974095703799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
/proc/16288/statm: 3787258 12539 3365 1 0 3748377 0
[pid=16288/tid=16289] ppid=16286 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/16288/task/16289/stat : 16289 (java) R 16286 16286 11742 0 -1 4202560 7776 0 0 0 26 4 0 0 20 0 15 0 475376651 15512608768 12543 33554432000 4194304 4196468 140726033684832 139974099934912 139974095725725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16290] ppid=16286 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16290/stat : 16290 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973687696528 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16291] ppid=16286 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16291/stat : 16291 (java) S 16286 16286 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475376652 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973686643728 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16292] ppid=16286 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16292/stat : 16292 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973685590928 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16293] ppid=16286 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16293/stat : 16293 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376652 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973684538128 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16294] ppid=16286 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16294/stat : 16294 (java) S 16286 16286 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475376653 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973036542320 139974095714946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16295] ppid=16286 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16295/stat : 16295 (java) S 16286 16286 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475376654 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973035488288 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16296] ppid=16286 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16296/stat : 16296 (java) S 16286 16286 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475376654 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973034435440 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16297] ppid=16286 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16297/stat : 16297 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475376656 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973033383760 139974095722395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16298] ppid=16286 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/16288/task/16298/stat : 16298 (java) R 16286 16286 11742 0 -1 4202560 554 0 0 0 5 0 0 0 20 0 15 0 475376656 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973032313160 139974074965766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16299] ppid=16286 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16288/task/16299/stat : 16299 (java) S 16286 16286 11742 0 -1 1077944384 223 0 0 0 3 0 0 0 20 0 15 0 475376656 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973031279344 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16300] ppid=16286 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16288/task/16300/stat : 16300 (java) S 16286 16286 11742 0 -1 1077944384 976 0 0 0 13 0 0 0 20 0 15 0 475376656 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973030226544 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16301] ppid=16286 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16301/stat : 16301 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475376656 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973029173984 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16302] ppid=16286 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16302/stat : 16302 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475376657 15512608768 12543 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51608 KiB

[startup+0.70092 s]
/proc/loadavg: 7.77 7.73 7.57 8/234 16302
/proc/meminfo: memFree=16570824/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0
[pid=16288] ppid=16286 vsize=15417412 memory=83084 CPUtime=1.58 cores=1,3,5,7
/proc/16288/stat : 16288 (java) S 16286 16286 11742 0 -1 1077944320 15047 0 0 0 151 7 0 0 20 0 19 0 475376651 15787429888 20771 33554432000 4194304 4196468 140726033684832 140726033667376 139974095703799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
/proc/16288/statm: 3854353 20771 3451 1 0 3815453 0
[pid=16288/tid=16289] ppid=16286 vsize=15417412 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/16288/task/16289/stat : 16289 (java) S 16286 16286 11742 0 -1 1077944384 9400 0 0 0 55 4 0 0 20 0 19 0 475376651 15787429888 20771 33554432000 4194304 4196468 140726033684832 139974099944576 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16290] ppid=16286 vsize=15417412 memory=54384 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16290/stat : 16290 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475376652 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973687696528 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16291] ppid=16286 vsize=15417412 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16291/stat : 16291 (java) S 16286 16286 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475376652 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973686643728 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16292] ppid=16286 vsize=15417412 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16292/stat : 16292 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475376652 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973685590928 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16293] ppid=16286 vsize=15417412 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16293/stat : 16293 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475376652 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973684538128 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16294] ppid=16286 vsize=15417412 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16294/stat : 16294 (java) S 16286 16286 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475376653 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973036542320 139974095714946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16295] ppid=16286 vsize=15417412 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16295/stat : 16295 (java) S 16286 16286 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475376654 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973035488288 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16296] ppid=16286 vsize=15417412 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16296/stat : 16296 (java) S 16286 16286 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475376654 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973034435440 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16297] ppid=16286 vsize=15417412 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16297/stat : 16297 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973033383760 139974095722395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16298] ppid=16286 vsize=15417412 memory=10564 CPUtime=0.19 cores=1,3,5,7
/proc/16288/task/16298/stat : 16298 (java) D 16286 16286 11742 0 -1 4202560 989 0 0 0 19 0 0 0 20 0 19 0 475376656 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973032316504 139974080097556 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16299] ppid=16286 vsize=15417412 memory=716 CPUtime=0.18 cores=1,3,5,7
/proc/16288/task/16299/stat : 16299 (java) R 16286 16286 11742 0 -1 4202560 879 0 0 0 18 0 0 0 20 0 19 0 475376656 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973031258408 139974088420951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16300] ppid=16286 vsize=15417412 memory=780 CPUtime=0.36 cores=1,3,5,7
/proc/16288/task/16300/stat : 16300 (java) R 16286 16286 11742 0 -1 1077944384 1786 0 0 0 36 0 0 0 20 0 19 0 475376656 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973030224336 139974095714005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16301] ppid=16286 vsize=15417412 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16301/stat : 16301 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973029173984 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16302] ppid=16286 vsize=15417412 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16302/stat : 16302 (java) S 16286 16286 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475376657 15787429888 20771 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 84536 KiB

[startup+1.50093 s]
/proc/loadavg: 7.77 7.73 7.57 10/238 16307
/proc/meminfo: memFree=16550224/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0

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

/proc/16288/task/16302/stat : 16302 (java) S 16286 16286 11742 0 -1 1077944384 945 0 0 0 0 13 0 0 20 0 19 0 475376657 15789527040 82082 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16303] ppid=16286 vsize=15419460 memory=1192 CPUtime=485.49 cores=1,3,5,7
/proc/16288/task/16303/stat : 16303 (java) R 16286 16286 11742 0 -1 4202560 2784 0 0 0 48547 2 0 0 20 0 19 0 475376713 15789527040 82082 33554432000 4194304 4196468 140726033684832 139973019138808 139973740076612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16304] ppid=16286 vsize=15419460 memory=940 CPUtime=487.24 cores=1,3,5,7
/proc/16288/task/16304/stat : 16304 (java) R 16286 16286 11742 0 -1 4202560 2512 0 0 0 48721 3 0 0 20 0 19 0 475376713 15789527040 82082 33554432000 4194304 4196468 140726033684832 139973018086896 139973740883950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16306] ppid=16286 vsize=15419460 memory=14008 CPUtime=485.84 cores=1,3,5,7
/proc/16288/task/16306/stat : 16306 (java) R 16286 16286 11742 0 -1 4202560 2675 0 0 0 48583 1 0 0 20 0 19 0 475376713 15789527040 82082 33554432000 4194304 4196468 140726033684832 139973017034192 139973739773392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16307] ppid=16286 vsize=15419460 memory=12040 CPUtime=486.04 cores=1,3,5,7
/proc/16288/task/16307/stat : 16307 (java) R 16286 16286 11742 0 -1 4202560 3369 0 0 0 48602 2 0 0 20 0 19 0 475376713 15789527040 82082 33554432000 4194304 4196468 140726033684832 139973015985568 139973738919729 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 1963.34 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 329780 KiB

[startup+497.609 s]
/proc/loadavg: 8.60 8.30 7.90 9/237 16347
/proc/meminfo: memFree=16159828/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0
[pid=16288] ppid=16286 vsize=15419460 memory=328408 CPUtime=1969.67 cores=1,3,5,7
/proc/16288/stat : 16288 (java) S 16286 16286 11742 0 -1 1077944320 111241 0 0 0 196770 197 0 0 20 0 19 0 475376651 15789527040 82102 33554432000 4194304 4196468 140726033684832 140726033667376 139974095703799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
/proc/16288/statm: 3854865 82102 3540 1 0 3815965 0
[pid=16288/tid=16289] ppid=16286 vsize=15419460 memory=2004 CPUtime=0.59 cores=1,3,5,7
/proc/16288/task/16289/stat : 16289 (java) S 16286 16286 11742 0 -1 1077944384 9400 0 0 0 55 4 0 0 20 0 19 0 475376651 15789527040 82102 33554432000 4194304 4196468 140726033684832 139974099944576 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16290] ppid=16286 vsize=15419460 memory=1376 CPUtime=1.64 cores=1,3,5,7
/proc/16288/task/16290/stat : 16290 (java) S 16286 16286 11742 0 -1 1077944384 3085 0 0 0 155 9 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973687696528 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16291] ppid=16286 vsize=15419460 memory=1452 CPUtime=1.64 cores=1,3,5,7
/proc/16288/task/16291/stat : 16291 (java) S 16286 16286 11742 0 -1 1077944384 2158 0 0 0 155 9 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973686643728 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16292] ppid=16286 vsize=15419460 memory=1452 CPUtime=1.63 cores=1,3,5,7
/proc/16288/task/16292/stat : 16292 (java) S 16286 16286 11742 0 -1 1077944384 1885 0 0 0 155 8 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973685590928 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16293] ppid=16286 vsize=15419460 memory=1452 CPUtime=1.63 cores=1,3,5,7
/proc/16288/task/16293/stat : 16293 (java) S 16286 16286 11742 0 -1 1077944384 3242 0 0 0 155 8 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973684538128 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16294] ppid=16286 vsize=15419460 memory=1452 CPUtime=2.57 cores=1,3,5,7
/proc/16288/task/16294/stat : 16294 (java) S 16286 16286 11742 0 -1 1077944384 16319 0 0 0 102 155 0 0 20 0 19 0 475376653 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973036542320 139974095714946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16295] ppid=16286 vsize=15419460 memory=328328 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16295/stat : 16295 (java) S 16286 16286 11742 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 475376654 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973035488352 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16296] ppid=16286 vsize=15419460 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16296/stat : 16296 (java) S 16286 16286 11742 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475376654 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973034435456 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16297] ppid=16286 vsize=15419460 memory=780 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16297/stat : 16297 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973033383760 139974095722395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16298] ppid=16286 vsize=15419460 memory=1552 CPUtime=3.89 cores=1,3,5,7
/proc/16288/task/16298/stat : 16298 (java) S 16286 16286 11742 0 -1 1077944384 25834 0 0 0 387 2 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973032332144 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16299] ppid=16286 vsize=15419460 memory=2832 CPUtime=4.2 cores=1,3,5,7
/proc/16288/task/16299/stat : 16299 (java) S 16286 16286 11742 0 -1 1077944384 25558 0 0 0 418 2 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973031279344 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16300] ppid=16286 vsize=15419460 memory=1192 CPUtime=0.7 cores=1,3,5,7
/proc/16288/task/16300/stat : 16300 (java) S 16286 16286 11742 0 -1 1077944384 10097 0 0 0 70 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973030226544 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16301] ppid=16286 vsize=15419460 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16301/stat : 16301 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973029173984 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16302] ppid=16286 vsize=15419460 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16288/task/16302/stat : 16302 (java) R 16286 16286 11742 0 -1 1077944384 945 0 0 0 0 13 0 0 20 0 19 0 475376657 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16303] ppid=16286 vsize=15419460 memory=0 CPUtime=487.07 cores=1,3,5,7
/proc/16288/task/16303/stat : 16303 (java) R 16286 16286 11742 0 -1 4202560 2787 0 0 0 48705 2 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973019141824 139973739083660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16304] ppid=16286 vsize=15419460 memory=0 CPUtime=488.83 cores=1,3,5,7
/proc/16288/task/16304/stat : 16304 (java) R 16286 16286 11742 0 -1 4202560 2512 0 0 0 48880 3 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973018086896 139973740886539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16306] ppid=16286 vsize=15419460 memory=2 CPUtime=487.39 cores=1,3,5,7
/proc/16288/task/16306/stat : 16306 (java) R 16286 16286 11742 0 -1 4202560 2677 0 0 0 48738 1 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973017033560 139973738900030 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16307] ppid=16286 vsize=15419460 memory=172 CPUtime=487.62 cores=1,3,5,7
/proc/16288/task/16307/stat : 16307 (java) R 16286 16286 11742 0 -1 4202560 3370 0 0 0 48760 2 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973015982040 139973740139069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 1969.67 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 329860 KiB

[startup+498.401 s]
/proc/loadavg: 8.60 8.30 7.90 9/237 16347
/proc/meminfo: memFree=16159828/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0
[pid=16288] ppid=16286 vsize=15419460 memory=328408 CPUtime=1972.68 cores=1,3,5,7
/proc/16288/stat : 16288 (java) S 16286 16286 11742 0 -1 1077944320 111606 0 0 0 197071 197 0 0 20 0 19 0 475376651 15789527040 82102 33554432000 4194304 4196468 140726033684832 140726033667376 139974095703799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
/proc/16288/statm: 3854865 82102 3540 1 0 3815965 0
[pid=16288/tid=16289] ppid=16286 vsize=15419460 memory=920 CPUtime=0.59 cores=1,3,5,7
/proc/16288/task/16289/stat : 16289 (java) S 16286 16286 11742 0 -1 1077944384 9400 0 0 0 55 4 0 0 20 0 19 0 475376651 15789527040 82102 33554432000 4194304 4196468 140726033684832 139974099944576 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16290] ppid=16286 vsize=15419460 memory=3848 CPUtime=1.64 cores=1,3,5,7
/proc/16288/task/16290/stat : 16290 (java) S 16286 16286 11742 0 -1 1077944384 3089 0 0 0 155 9 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973687696528 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16291] ppid=16286 vsize=15419460 memory=1452 CPUtime=1.64 cores=1,3,5,7
/proc/16288/task/16291/stat : 16291 (java) S 16286 16286 11742 0 -1 1077944384 2158 0 0 0 155 9 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973686643728 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16292] ppid=16286 vsize=15419460 memory=328408 CPUtime=1.63 cores=1,3,5,7
/proc/16288/task/16292/stat : 16292 (java) S 16286 16286 11742 0 -1 1077944384 1886 0 0 0 155 8 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973685590928 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16293] ppid=16286 vsize=15419460 memory=111632 CPUtime=1.63 cores=1,3,5,7
/proc/16288/task/16293/stat : 16293 (java) S 16286 16286 11742 0 -1 1077944384 3243 0 0 0 155 8 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973684538128 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16294] ppid=16286 vsize=15419460 memory=804 CPUtime=2.58 cores=1,3,5,7
/proc/16288/task/16294/stat : 16294 (java) S 16286 16286 11742 0 -1 1077944384 16321 0 0 0 102 156 0 0 20 0 19 0 475376653 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973036542320 139974095714946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16295] ppid=16286 vsize=15419460 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16295/stat : 16295 (java) S 16286 16286 11742 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 475376654 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973035488352 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16296] ppid=16286 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16296/stat : 16296 (java) S 16286 16286 11742 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475376654 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973034435456 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16297] ppid=16286 vsize=15419460 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16297/stat : 16297 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973033383760 139974095722395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16298] ppid=16286 vsize=15419460 memory=54392 CPUtime=3.89 cores=1,3,5,7
/proc/16288/task/16298/stat : 16298 (java) S 16286 16286 11742 0 -1 1077944384 26093 0 0 0 387 2 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973032332144 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16299] ppid=16286 vsize=15419460 memory=984 CPUtime=4.2 cores=1,3,5,7
/proc/16288/task/16299/stat : 16299 (java) S 16286 16286 11742 0 -1 1077944384 25558 0 0 0 418 2 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973031279344 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16300] ppid=16286 vsize=15419460 memory=2004 CPUtime=0.7 cores=1,3,5,7
/proc/16288/task/16300/stat : 16300 (java) S 16286 16286 11742 0 -1 1077944384 10097 0 0 0 70 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973030226544 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16301] ppid=16286 vsize=15419460 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16301/stat : 16301 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973029173984 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16302] ppid=16286 vsize=15419460 memory=1060 CPUtime=0.13 cores=1,3,5,7
/proc/16288/task/16302/stat : 16302 (java) S 16286 16286 11742 0 -1 1077944384 945 0 0 0 0 13 0 0 20 0 19 0 475376657 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16303] ppid=16286 vsize=15419460 memory=1452 CPUtime=487.82 cores=1,3,5,7
/proc/16288/task/16303/stat : 16303 (java) S 16286 16286 11742 0 -1 1077944384 2813 0 0 0 48780 2 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973019143744 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16304] ppid=16286 vsize=15419460 memory=328328 CPUtime=489.6 cores=1,3,5,7
/proc/16288/task/16304/stat : 16304 (java) R 16286 16286 11742 0 -1 4202560 2512 0 0 0 48957 3 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973018086896 139973740883852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16306] ppid=16286 vsize=15419460 memory=1804 CPUtime=488.12 cores=1,3,5,7
/proc/16288/task/16306/stat : 16306 (java) S 16286 16286 11742 0 -1 1077944384 2697 0 0 0 48811 1 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973017039568 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16307] ppid=16286 vsize=15419460 memory=920 CPUtime=488.36 cores=1,3,5,7
/proc/16288/task/16307/stat : 16307 (java) S 16286 16286 11742 0 -1 1077944384 3422 0 0 0 48834 2 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973015987792 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 1972.68 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 329860 KiB

[startup+498.801 s]
/proc/loadavg: 8.60 8.30 7.90 9/237 16347
/proc/meminfo: memFree=16159828/32770624 swapFree=66974524/67108860
[pid=16286] ppid=16283 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16286/stat : 16286 (xcsp3-exec) S 16283 16286 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475376650 115843072 363 33554432000 4194304 5098028 140730245707792 140730245705896 140451229839996 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15863808 140730245714812 140730245715053 140730245715053 140730245717962 0
/proc/16286/statm: 28282 363 304 221 0 87 0
[pid=16288] ppid=16286 vsize=15419460 memory=328408 CPUtime=1973.08 cores=1,3,5,7
/proc/16288/stat : 16288 (java) S 16286 16286 11742 0 -1 1077944320 111606 0 0 0 197111 197 0 0 20 0 19 0 475376651 15789527040 82102 33554432000 4194304 4196468 140726033684832 140726033667376 139974095703799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
/proc/16288/statm: 3854865 82102 3540 1 0 3815965 0
[pid=16288/tid=16289] ppid=16286 vsize=15419460 memory=4872558044660077418 CPUtime=0.59 cores=1,3,5,7
/proc/16288/task/16289/stat : 16289 (java) S 16286 16286 11742 0 -1 1077944384 9400 0 0 0 55 4 0 0 20 0 19 0 475376651 15789527040 82102 33554432000 4194304 4196468 140726033684832 139974099944576 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16290] ppid=16286 vsize=15419460 memory=111632 CPUtime=1.64 cores=1,3,5,7
/proc/16288/task/16290/stat : 16290 (java) S 16286 16286 11742 0 -1 1077944384 3089 0 0 0 155 9 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973687696528 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16291] ppid=16286 vsize=15419460 memory=1452 CPUtime=1.64 cores=1,3,5,7
/proc/16288/task/16291/stat : 16291 (java) S 16286 16286 11742 0 -1 1077944384 2158 0 0 0 155 9 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973686643728 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16292] ppid=16286 vsize=15419460 memory=6791534058613427641 CPUtime=1.63 cores=1,3,5,7
/proc/16288/task/16292/stat : 16292 (java) S 16286 16286 11742 0 -1 1077944384 1886 0 0 0 155 8 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973685590928 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16293] ppid=16286 vsize=15419460 memory=6791534058613427641 CPUtime=1.63 cores=1,3,5,7
/proc/16288/task/16293/stat : 16293 (java) S 16286 16286 11742 0 -1 1077944384 3243 0 0 0 155 8 0 0 20 0 19 0 475376652 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973684538128 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16294] ppid=16286 vsize=15419460 memory=780 CPUtime=2.58 cores=1,3,5,7
/proc/16288/task/16294/stat : 16294 (java) S 16286 16286 11742 0 -1 1077944384 16321 0 0 0 102 156 0 0 20 0 19 0 475376653 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973036542320 139974095714946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16295] ppid=16286 vsize=15419460 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16295/stat : 16295 (java) S 16286 16286 11742 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 475376654 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973035488352 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16296] ppid=16286 vsize=15419460 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16296/stat : 16296 (java) S 16286 16286 11742 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 475376654 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973034435456 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16297] ppid=16286 vsize=15419460 memory=1192 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16297/stat : 16297 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973033383760 139974095722395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16298] ppid=16286 vsize=15419460 memory=5787477641288517003 CPUtime=3.89 cores=1,3,5,7
/proc/16288/task/16298/stat : 16298 (java) S 16286 16286 11742 0 -1 1077944384 26093 0 0 0 387 2 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973032332144 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16299] ppid=16286 vsize=15419460 memory=-8961168018402230209 CPUtime=4.2 cores=1,3,5,7
/proc/16288/task/16299/stat : 16299 (java) S 16286 16286 11742 0 -1 1077944384 25558 0 0 0 418 2 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973031279344 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16300] ppid=16286 vsize=15419460 memory=-8253362762722141311 CPUtime=0.7 cores=1,3,5,7
/proc/16288/task/16300/stat : 16300 (java) S 16286 16286 11742 0 -1 1077944384 10097 0 0 0 70 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973030226544 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16301] ppid=16286 vsize=15419460 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7
/proc/16288/task/16301/stat : 16301 (java) S 16286 16286 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475376656 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973029173984 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16302] ppid=16286 vsize=15419460 memory=-7175204567652784766 CPUtime=0.13 cores=1,3,5,7
/proc/16288/task/16302/stat : 16302 (java) S 16286 16286 11742 0 -1 1077944384 945 0 0 0 0 13 0 0 20 0 19 0 475376657 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973028121264 139974095714946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16303] ppid=16286 vsize=15419460 memory=6791534058613427641 CPUtime=487.82 cores=1,3,5,7
/proc/16288/task/16303/stat : 16303 (java) S 16286 16286 11742 0 -1 1077944384 2813 0 0 0 48780 2 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973019143744 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16304] ppid=16286 vsize=15419460 memory=4715433313220523562 CPUtime=490 cores=1,3,5,7
/proc/16288/task/16304/stat : 16304 (java) R 16286 16286 11742 0 -1 4202560 2512 0 0 0 48997 3 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973018086896 139973740886516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16306] ppid=16286 vsize=15419460 memory=-8341965534556230502 CPUtime=488.12 cores=1,3,5,7
/proc/16288/task/16306/stat : 16306 (java) S 16286 16286 11742 0 -1 1077944384 2697 0 0 0 48811 1 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973017039568 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
[pid=16288/tid=16307] ppid=16286 vsize=15419460 memory=1452 CPUtime=488.36 cores=1,3,5,7
/proc/16288/task/16307/stat : 16307 (java) S 16286 16286 11742 0 -1 1077944384 3422 0 0 0 48834 2 0 0 20 0 19 0 475376713 15789527040 82102 33554432000 4194304 4196468 140726033684832 139973015987792 139974095714005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35819520 140726033687535 140726033687706 140726033687706 140726033690575 0
Current children cumulated CPU time: 1973.08 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 329860 KiB

Child status: 0
Real time (s): 498.857
CPU time (s): 1973.14
CPU user time (s): 1971.15
CPU system time (s): 1.98318
CPU usage (%): 395.532
Max. virtual memory (cumulated for all children) (KiB): 15535224
Max. memory (cumulated for all children) (KiB): 499756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1971.15
system time used= 1.98318
maximum resident set size= 502564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38667
involuntary context switches= 35594


# summary of solver processes directly reported to runsolver:
#   pid: 16286
#   total CPU time (s): 1973.14
#   total CPU user time (s): 1971.15
#   total CPU system time (s): 1.98318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.20761 second user time and 5.64881 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 16:50:56
IDJOB=4403396
IDBENCH=127865
IDSOLVER=2863
FILE ID=node125/4403396-1568991099
RUNJOBID= node125-1568988175-11774
PBS_JOBID= 21704643
Free space on /tmp= 4136 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-033.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403396-1568991099/watcher-4403396-1568991099 -o /tmp/evaluation-result-4403396-1568991099/solver-4403396-1568991099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 74412998 HOME/instance-4403396-1568991099.xml

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

MD5SUM BENCH= 273a3a450a7af16ef80dfed9e1af494c
RANDOM SEED=74412998

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.29
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.29
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.29
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.29
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:        16630300 kB
MemAvailable:   31602428 kB
Buffers:           85908 kB
Cached:         14792976 kB
SwapCached:        29996 kB
Active:          7600012 kB
Inactive:        7537940 kB
Active(anon):     227156 kB
Inactive(anon):    78720 kB
Active(file):    7372856 kB
Inactive(file):  7459220 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974524 kB
Dirty:             26188 kB
Writeback:             0 kB
AnonPages:        423564 kB
Mapped:            64916 kB
Shmem:             38176 kB
Slab:             597844 kB
SReclaimable:     568512 kB
SUnreclaim:        29332 kB
KernelStack:        4176 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1498536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4108 MiB
End job on node125 at 2019-09-20 16:59:15