Trace number 4403855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20? 156.311 55.7068

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-75.xml
MD5SUM9cdf82428becd6b5ad716031980a59d2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2520.02
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403855-1568992630.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403855-1568992630.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
144.04/52.19	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
144.04/52.19		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
144.04/52.19		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
144.04/52.19		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
144.04/52.19		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
144.04/52.19		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:317)
144.04/52.19		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
144.04/52.19		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
144.04/52.19		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
144.04/52.19		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
144.04/52.19		at org.xcsp.parser.XCallbacks$$Lambda$109/1511785794.accept(Unknown Source)
144.04/52.19		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
144.04/52.19		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
144.04/52.19		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
144.04/52.19		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
144.04/52.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
144.04/52.19		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
156.09/55.55		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
156.09/55.55		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
156.09/55.55		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
156.09/55.55		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
156.09/55.55		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
156.09/55.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
156.09/55.55	s UNKNOWN
156.09/55.55	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403855-1568992630/watcher-4403855-1568992630 -o /var/tmp/evaluation-result-4403855-1568992630/solver-4403855-1568992630 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6087 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 876704492 HOME/instance-4403855-1568992630.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
solver pid=10850, runsolver pid=10847
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 7.81 8.36 8.21 8/234 10866
/proc/meminfo: memFree=11882544/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
[pid=10852] ppid=10850 vsize=15144776 memory=28888 CPUtime=0.13 cores=1,3,5,7
/proc/10852/stat : 10852 (java) S 10850 10850 6055 0 -1 1077944320 5604 0 0 0 12 1 0 0 20 0 15 0 475525645 15508250624 7222 33554432000 4194304 4196468 140722750643184 140722750625728 139745399660279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
/proc/10852/statm: 3786194 7222 3164 1 0 3748377 0
[pid=10852/tid=10853] ppid=10850 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=1,3,5,7
/proc/10852/task/10853/stat : 10853 (java) R 10850 10850 6055 0 -1 4202560 3546 0 0 0 9 0 0 0 20 0 15 0 475525645 15508250624 7222 33554432000 4194304 4196468 140722750643184 139745403890048 139745391897406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10854] ppid=10850 vsize=15144776 memory=3472468386920215760 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10854/stat : 10854 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 7222 33554432000 4194304 4196468 140722750643184 139745352280720 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10855] ppid=10850 vsize=15144776 memory=140258025064064 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10855/stat : 10855 (java) S 10850 10850 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744991173136 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10856] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10856/stat : 10856 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744990120336 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10857] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10857/stat : 10857 (java) S 10850 10850 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744989067536 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10858] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10858/stat : 10858 (java) S 10850 10850 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475525647 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744868240240 139745399671426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10859] ppid=10850 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10859/stat : 10859 (java) S 10850 10850 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475525647 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744867186208 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10860] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475525648 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744866133360 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) R 10850 10850 6055 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 15 0 475525650 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744864029040 139745399671426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) R 10850 10850 6055 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 15 0 475525650 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744862976240 139745380361943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15144776 memory=140258025064064 CPUtime=0.02 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) R 10850 10850 6055 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 475525650 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744861923568 139745378621215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15144776 memory=140258025064064 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525651 15508250624 7222 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30344 KiB

[startup+0.210755 s]*
/proc/loadavg: 7.81 8.36 8.21 7/234 10866
/proc/meminfo: memFree=11868200/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
[pid=10852] ppid=10850 vsize=15144776 memory=41096 CPUtime=0.34 cores=1,3,5,7
/proc/10852/stat : 10852 (java) S 10850 10850 6055 0 -1 1077944320 9511 0 0 0 32 2 0 0 20 0 15 0 475525645 15508250624 10274 33554432000 4194304 4196468 140722750643184 140722750625728 139745399660279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
/proc/10852/statm: 3786194 10274 3308 1 0 3748377 0
[pid=10852/tid=10853] ppid=10850 vsize=15144776 memory=-8895323862916359523 CPUtime=0.2 cores=1,3,5,7
/proc/10852/task/10853/stat : 10853 (java) R 10850 10850 6055 0 -1 4202560 6593 0 0 0 18 2 0 0 20 0 15 0 475525645 15508250624 10274 33554432000 4194304 4196468 140722750643184 139745403894016 139745399672214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10854] ppid=10850 vsize=15144776 memory=3472468386920215760 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10854/stat : 10854 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 10274 33554432000 4194304 4196468 140722750643184 139745352280720 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10855] ppid=10850 vsize=15144776 memory=140258025064064 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10855/stat : 10855 (java) S 10850 10850 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744991173136 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10856] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10856/stat : 10856 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744990120336 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10857] ppid=10850 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10857/stat : 10857 (java) S 10850 10850 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475525646 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744989067536 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10858] ppid=10850 vsize=15144776 memory=140258025064064 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10858/stat : 10858 (java) S 10850 10850 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475525647 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744868240240 139745399671426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10859] ppid=10850 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10859/stat : 10859 (java) S 10850 10850 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475525647 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744867186208 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10860] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475525648 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744866133360 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) S 10850 10850 6055 0 -1 1077944384 719 0 0 0 3 0 0 0 20 0 15 0 475525650 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744864029040 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) S 10850 10850 6055 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 15 0 475525650 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744862976240 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15144776 memory=140258025064064 CPUtime=0.08 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) R 10850 10850 6055 0 -1 4202560 779 0 0 0 8 0 0 0 20 0 15 0 475525650 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744861923440 139745378961285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15144776 memory=140258025064064 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525651 15508250624 10274 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42552 KiB

[startup+0.311915 s]*
/proc/loadavg: 7.81 8.36 8.21 7/234 10866
/proc/meminfo: memFree=11861144/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
[pid=10852] ppid=10850 vsize=15149032 memory=50116 CPUtime=0.54 cores=1,3,5,7
/proc/10852/stat : 10852 (java) S 10850 10850 6055 0 -1 1077944320 10840 0 0 0 51 3 0 0 20 0 15 0 475525645 15512608768 12529 33554432000 4194304 4196468 140722750643184 140722750625728 139745399660279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
/proc/10852/statm: 3787258 12529 3369 1 0 3748377 0
[pid=10852/tid=10853] ppid=10850 vsize=15149032 memory=-8094235084319000145 CPUtime=0.3 cores=1,3,5,7
/proc/10852/task/10853/stat : 10853 (java) R 10850 10850 6055 0 -1 4202560 7764 0 0 0 28 2 0 0 20 0 15 0 475525645 15512608768 12529 33554432000 4194304 4196468 140722750643184 139745403888480 139745383740766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10854] ppid=10850 vsize=15149032 memory=3472468386920215760 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10854/stat : 10854 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525646 15512608768 12529 33554432000 4194304 4196468 140722750643184 139745352280720 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10855] ppid=10850 vsize=15149032 memory=280515953588608 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10855/stat : 10855 (java) S 10850 10850 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475525646 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744991173136 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10856] ppid=10850 vsize=15149032 memory=280515857081376 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10856/stat : 10856 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525646 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744990120336 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10857] ppid=10850 vsize=15149032 memory=140257928524559 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10857/stat : 10857 (java) S 10850 10850 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475525646 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744989067536 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10858] ppid=10850 vsize=15149032 memory=280515953595520 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10858/stat : 10858 (java) S 10850 10850 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475525647 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744868240240 139745399671426 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10859] ppid=10850 vsize=15149032 memory=140257928529167 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10859/stat : 10859 (java) S 10850 10850 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475525647 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744867186208 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10860] ppid=10850 vsize=15149032 memory=140257928537559 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475525648 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744866133360 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15149032 memory=140257928544487 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) S 10850 10850 6055 0 -1 1077944384 727 0 0 0 4 0 0 0 20 0 15 0 475525650 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744864029040 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) R 10850 10850 6055 0 -1 4202560 210 0 0 0 4 0 0 0 20 0 15 0 475525650 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744862966624 139745381204455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15149032 memory=140258025064064 CPUtime=0.13 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) S 10850 10850 6055 0 -1 1077944384 839 0 0 0 13 0 0 0 20 0 15 0 475525650 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744861923440 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15149032 memory=140258025065520 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525651 15512608768 12529 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51572 KiB

[startup+0.700802 s]
/proc/loadavg: 7.81 8.36 8.21 9/234 10866
/proc/meminfo: memFree=11715552/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
[pid=10852] ppid=10850 vsize=15149108 memory=288968 CPUtime=1.25 cores=1,3,5,7
/proc/10852/stat : 10852 (java) S 10850 10850 6055 0 -1 1077944320 11989 0 0 0 103 22 0 0 20 0 15 0 475525645 15512686592 72242 33554432000 4194304 4196468 140722750643184 140722750625728 139745399660279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
/proc/10852/statm: 3787277 72242 3425 1 0 3748377 0
[pid=10852/tid=10853] ppid=10850 vsize=15149108 memory=7882800638288482663 CPUtime=0.61 cores=1,3,5,7
/proc/10852/task/10853/stat : 10853 (java) R 10850 10850 6055 0 -1 4202560 8267 0 0 0 55 6 0 0 20 0 15 0 475525645 15512686592 72242 33554432000 4194304 4196468 140722750643184 139745403894240 139745032479494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10854] ppid=10850 vsize=15149108 memory=7740951466249179473 CPUtime=0.06 cores=1,3,5,7
/proc/10852/task/10854/stat : 10854 (java) S 10850 10850 6055 0 -1 1077944384 60 0 0 0 2 4 0 0 20 0 15 0 475525646 15512686592 72242 33554432000 4194304 4196468 140722750643184 139745352280720 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10855] ppid=10850 vsize=15149108 memory=7453282923495516522 CPUtime=0.05 cores=1,3,5,7
/proc/10852/task/10855/stat : 10855 (java) S 10850 10850 6055 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 15 0 475525646 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744991173136 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10856] ppid=10850 vsize=15149108 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/10852/task/10856/stat : 10856 (java) S 10850 10850 6055 0 -1 1077944384 52 0 0 0 2 3 0 0 20 0 15 0 475525646 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744990120336 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10857] ppid=10850 vsize=15149108 memory=6943526294502006880 CPUtime=0.05 cores=1,3,5,7
/proc/10852/task/10857/stat : 10857 (java) S 10850 10850 6055 0 -1 1077944384 70 0 0 0 2 3 0 0 20 0 15 0 475525646 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744989067536 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10858] ppid=10850 vsize=15149108 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10858/stat : 10858 (java) S 10850 10850 6055 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475525647 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744868240240 139745399671426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10859] ppid=10850 vsize=15149108 memory=756 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10859/stat : 10859 (java) S 10850 10850 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475525647 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744867186208 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10860] ppid=10850 vsize=15149108 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 475525648 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744866133360 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15149108 memory=8100 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15149108 memory=1164 CPUtime=0.08 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) S 10850 10850 6055 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 15 0 475525650 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744864029040 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15149108 memory=9520 CPUtime=0.09 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) S 10850 10850 6055 0 -1 1077944384 296 0 0 0 9 0 0 0 20 0 15 0 475525650 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744862976240 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15149108 memory=14008 CPUtime=0.19 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) S 10850 10850 6055 0 -1 1077944384 1007 0 0 0 19 0 0 0 20 0 15 0 475525650 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744861923440 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15149108 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15149108 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475525651 15512686592 72242 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 15262236 KiB
Current children cumulated memory: 290424 KiB

[startup+1.50086 s]
/proc/loadavg: 7.81 8.36 8.21 8/234 10866
/proc/meminfo: memFree=10831692/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0

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

/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475525648 15514783744 3150334 33554432000 4194304 4196468 140722750643184 139744866133376 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150334 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15151156 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) S 10850 10850 6055 0 -1 1077944384 2243 0 0 0 46 0 0 0 20 0 15 0 475525650 15514783744 3150334 33554432000 4194304 4196468 140722750643184 139744864029088 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15151156 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) S 10850 10850 6055 0 -1 1077944384 1779 0 0 0 50 0 0 0 20 0 15 0 475525650 15514783744 3150334 33554432000 4194304 4196468 140722750643184 139744862976000 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15151156 memory=14008 CPUtime=0.33 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) S 10850 10850 6055 0 -1 1077944384 2493 0 0 0 33 0 0 0 20 0 15 0 475525650 15514783744 3150334 33554432000 4194304 4196468 140722750643184 139744861923488 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150334 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15151156 memory=12028 CPUtime=0.04 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 361 0 0 0 1 3 0 0 20 0 15 0 475525651 15514783744 3150334 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 141.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12602792 KiB

[startup+52.8009 s]
/proc/loadavg: 7.33 8.12 8.13 6/234 10869
/proc/meminfo: memFree=188664/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
[pid=10852] ppid=10850 vsize=15151156 memory=12601340 CPUtime=146.54 cores=1,3,5,7
/proc/10852/stat : 10852 (java) S 10850 10850 6055 0 -1 1077944320 1134405 0 0 0 11625 3029 0 0 20 0 15 0 475525645 15514783744 3150335 33554432000 4194304 4196468 140722750643184 140722750625728 139745399660279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
/proc/10852/statm: 3787789 3150335 3497 1 0 3748889 0
[pid=10852/tid=10853] ppid=10850 vsize=15151156 memory=-9174445032661854264 CPUtime=12.33 cores=1,3,5,7
/proc/10852/task/10853/stat : 10853 (java) S 10850 10850 6055 0 -1 1077944384 39392 0 0 0 1211 22 0 0 20 0 15 0 475525645 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139745403899296 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10854] ppid=10850 vsize=15151156 memory=6791534058613427641 CPUtime=30.96 cores=1,3,5,7
/proc/10852/task/10854/stat : 10854 (java) R 10850 10850 6055 0 -1 4202560 361125 0 0 0 2387 709 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139745352280920 139745384610884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10855] ppid=10850 vsize=15151156 memory=39024 CPUtime=31.24 cores=1,3,5,7
/proc/10852/task/10855/stat : 10855 (java) R 10850 10850 6055 0 -1 4202560 187227 0 0 0 2373 751 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744991173336 139745384611406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10856] ppid=10850 vsize=15151156 memory=2004 CPUtime=31.15 cores=1,3,5,7
/proc/10852/task/10856/stat : 10856 (java) R 10850 10850 6055 0 -1 4202560 286051 0 0 0 2394 721 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744990120536 139745384357837 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10857] ppid=10850 vsize=15151156 memory=984 CPUtime=30.95 cores=1,3,5,7
/proc/10852/task/10857/stat : 10857 (java) R 10850 10850 6055 0 -1 4202560 184177 0 0 0 2281 814 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744989067424 139745379686713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10858] ppid=10850 vsize=15151156 memory=1324 CPUtime=8.5 cores=1,3,5,7
/proc/10852/task/10858/stat : 10858 (java) S 10850 10850 6055 0 -1 1077944384 68173 0 0 0 845 5 0 0 20 0 15 0 475525647 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744868238560 139745399670485 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10859] ppid=10850 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10859/stat : 10859 (java) S 10850 10850 6055 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 475525647 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744867186272 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10860] ppid=10850 vsize=15151156 memory=68 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475525648 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744866133376 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15151156 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15151156 memory=6656426216303648864 CPUtime=0.46 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) S 10850 10850 6055 0 -1 1077944384 2243 0 0 0 46 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744864029040 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15151156 memory=1456 CPUtime=0.5 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) S 10850 10850 6055 0 -1 1077944384 1779 0 0 0 50 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744862976240 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15151156 memory=12601336 CPUtime=0.33 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) S 10850 10850 6055 0 -1 1077944384 2521 0 0 0 33 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744861918816 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15151156 memory=7156589683720545897 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15151156 memory=280515857178528 CPUtime=0.04 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 361 0 0 0 1 3 0 0 20 0 15 0 475525651 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 146.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12602796 KiB

[startup+54.401 s]
/proc/loadavg: 7.33 8.12 8.13 9/234 10869
/proc/meminfo: memFree=188792/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
[pid=10852] ppid=10850 vsize=15151156 memory=12601340 CPUtime=152.87 cores=1,3,5,7
/proc/10852/stat : 10852 (java) S 10850 10850 6055 0 -1 1077944320 1152417 0 0 0 12256 3031 0 0 20 0 15 0 475525645 15514783744 3150335 33554432000 4194304 4196468 140722750643184 140722750625728 139745399660279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
/proc/10852/statm: 3787789 3150335 3497 1 0 3748889 0
[pid=10852/tid=10853] ppid=10850 vsize=15151156 memory=6791534058613427641 CPUtime=12.33 cores=1,3,5,7
/proc/10852/task/10853/stat : 10853 (java) S 10850 10850 6055 0 -1 1077944384 39392 0 0 0 1211 22 0 0 20 0 15 0 475525645 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139745403899296 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10854] ppid=10850 vsize=15151156 memory=12601340 CPUtime=32.55 cores=1,3,5,7
/proc/10852/task/10854/stat : 10854 (java) R 10850 10850 6055 0 -1 4202560 365788 0 0 0 2546 709 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139745352280920 139745392763251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10855] ppid=10850 vsize=15151156 memory=15696 CPUtime=32.81 cores=1,3,5,7
/proc/10852/task/10855/stat : 10855 (java) R 10850 10850 6055 0 -1 4202560 192107 0 0 0 2529 752 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744991173336 139745376885088 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10856] ppid=10850 vsize=15151156 memory=512 CPUtime=32.72 cores=1,3,5,7
/proc/10852/task/10856/stat : 10856 (java) R 10850 10850 6055 0 -1 4202560 290084 0 0 0 2551 721 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744990120224 139745392763283 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10857] ppid=10850 vsize=15151156 memory=1564 CPUtime=32.53 cores=1,3,5,7
/proc/10852/task/10857/stat : 10857 (java) R 10850 10850 6055 0 -1 4202560 188598 0 0 0 2439 814 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744989067736 139745392764982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10858] ppid=10850 vsize=15151156 memory=1456 CPUtime=8.5 cores=1,3,5,7
/proc/10852/task/10858/stat : 10858 (java) S 10850 10850 6055 0 -1 1077944384 68188 0 0 0 845 5 0 0 20 0 15 0 475525647 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744868238784 139745399670485 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10859] ppid=10850 vsize=15151156 memory=11944364 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10859/stat : 10859 (java) S 10850 10850 6055 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 475525647 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744867186272 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10860] ppid=10850 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475525648 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744866133376 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15151156 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15151156 memory=39024 CPUtime=0.46 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) S 10850 10850 6055 0 -1 1077944384 2243 0 0 0 46 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744864029040 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15151156 memory=1456 CPUtime=0.5 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) S 10850 10850 6055 0 -1 1077944384 1779 0 0 0 50 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744862976240 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15151156 memory=12601340 CPUtime=0.33 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) S 10850 10850 6055 0 -1 1077944384 2521 0 0 0 33 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744861918816 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15151156 memory=15696 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15151156 memory=512 CPUtime=0.04 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 361 0 0 0 1 3 0 0 20 0 15 0 475525651 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 152.87 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12602796 KiB

[startup+55.2009 s]
/proc/loadavg: 7.55 8.15 8.14 9/234 10869
/proc/meminfo: memFree=188668/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
[pid=10852] ppid=10850 vsize=15151156 memory=12601340 CPUtime=155.79 cores=1,3,5,7
/proc/10852/stat : 10852 (java) S 10850 10850 6055 0 -1 1077944320 1153077 0 0 0 12548 3031 0 0 20 0 15 0 475525645 15514783744 3150335 33554432000 4194304 4196468 140722750643184 140722750625728 139745399660279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
/proc/10852/statm: 3787789 3150335 3497 1 0 3748889 0
[pid=10852/tid=10853] ppid=10850 vsize=15151156 memory=8330969454845486047 CPUtime=12.33 cores=1,3,5,7
/proc/10852/task/10853/stat : 10853 (java) S 10850 10850 6055 0 -1 1077944384 39392 0 0 0 1211 22 0 0 20 0 15 0 475525645 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139745403899296 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10854] ppid=10850 vsize=15151156 memory=6791534058613427641 CPUtime=33.26 cores=1,3,5,7
/proc/10852/task/10854/stat : 10854 (java) S 10850 10850 6055 0 -1 1077944384 365828 0 0 0 2617 709 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139745352280720 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10855] ppid=10850 vsize=15151156 memory=1456 CPUtime=33.51 cores=1,3,5,7
/proc/10852/task/10855/stat : 10855 (java) S 10850 10850 6055 0 -1 1077944384 192135 0 0 0 2599 752 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744991173136 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10856] ppid=10850 vsize=15151156 memory=12601340 CPUtime=33.43 cores=1,3,5,7
/proc/10852/task/10856/stat : 10856 (java) S 10850 10850 6055 0 -1 1077944384 290634 0 0 0 2622 721 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744990120336 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10857] ppid=10850 vsize=15151156 memory=3620 CPUtime=33.25 cores=1,3,5,7
/proc/10852/task/10857/stat : 10857 (java) S 10850 10850 6055 0 -1 1077944384 188640 0 0 0 2511 814 0 0 20 0 15 0 475525646 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744989067536 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10858] ppid=10850 vsize=15151156 memory=39024 CPUtime=8.59 cores=1,3,5,7
/proc/10852/task/10858/stat : 10858 (java) R 10850 10850 6055 0 -1 4202560 68188 0 0 0 854 5 0 0 20 0 15 0 475525647 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744868238784 139745384117882 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10859] ppid=10850 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10859/stat : 10859 (java) S 10850 10850 6055 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 475525647 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744867186272 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10860] ppid=10850 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10860/stat : 10860 (java) S 10850 10850 6055 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 475525648 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744866133376 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10861] ppid=10850 vsize=15151156 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10861/stat : 10861 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744865081680 139745399678875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10862] ppid=10850 vsize=15151156 memory=780 CPUtime=0.46 cores=1,3,5,7
/proc/10852/task/10862/stat : 10862 (java) S 10850 10850 6055 0 -1 1077944384 2243 0 0 0 46 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744864029040 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10863] ppid=10850 vsize=15151156 memory=3620 CPUtime=0.5 cores=1,3,5,7
/proc/10852/task/10863/stat : 10863 (java) S 10850 10850 6055 0 -1 1077944384 1779 0 0 0 50 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744862976240 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10864] ppid=10850 vsize=15151156 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/10852/task/10864/stat : 10864 (java) S 10850 10850 6055 0 -1 1077944384 2521 0 0 0 33 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744861918816 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10865] ppid=10850 vsize=15151156 memory=186856847201488 CPUtime=0 cores=1,3,5,7
/proc/10852/task/10865/stat : 10865 (java) S 10850 10850 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475525650 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744860870880 139745399670485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
[pid=10852/tid=10866] ppid=10850 vsize=15151156 memory=1576 CPUtime=0.04 cores=1,3,5,7
/proc/10852/task/10866/stat : 10866 (java) S 10850 10850 6055 0 -1 1077944384 361 0 0 0 1 3 0 0 20 0 15 0 475525651 15514783744 3150335 33554432000 4194304 4196468 140722750643184 139744859819184 139745399671426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 12021760 140722750645211 140722750645386 140722750645386 140722750648271 0
Current children cumulated CPU time: 155.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12602796 KiB

[startup+55.6008 s]
/proc/loadavg: 7.55 8.15 8.14 9/234 10869
/proc/meminfo: memFree=188668/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+55.7004 s]
/proc/loadavg: 7.55 8.15 8.14 9/234 10869
/proc/meminfo: memFree=188668/32770624 swapFree=66988784/67108860
[pid=10850] ppid=10847 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (xcsp3-exec) S 10847 10850 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475525644 115843072 364 33554432000 4194304 5098028 140730777740608 140730777738712 140154111427196 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 34066432 140730777748311 140730777748569 140730777748569 140730777751494 0
/proc/10850/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 55.7068
CPU time (s): 156.311
CPU user time (s): 125.842
CPU system time (s): 30.4686
CPU usage (%): 280.595
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12602812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.842
system time used= 30.4686
maximum resident set size= 12601668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1153982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6690
involuntary context switches= 4689


# summary of solver processes directly reported to runsolver:
#   pid: 10850
#   total CPU time (s): 156.311
#   total CPU user time (s): 125.842
#   total CPU system time (s): 30.4686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.351423 second user time and 0.706432 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 17:16:28
IDJOB=4403855
IDBENCH=138083
IDSOLVER=2863
FILE ID=node121/4403855-1568992630
RUNJOBID= node121-1568988421-6087
PBS_JOBID= 21704645
Free space on /var/tmp= 13404 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-75.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 /var/tmp/evaluation-result-4403855-1568992630/watcher-4403855-1568992630 -o /var/tmp/evaluation-result-4403855-1568992630/solver-4403855-1568992630 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6087 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 876704492 HOME/instance-4403855-1568992630.xml

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

MD5SUM BENCH= 9cdf82428becd6b5ad716031980a59d2
RANDOM SEED=876704492

node121.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.75
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.75
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.75
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.75
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:        11898748 kB
MemAvailable:   28314308 kB
Buffers:          122484 kB
Cached:         16227168 kB
SwapCached:         5496 kB
Active:         11690260 kB
Inactive:        8203432 kB
Active(anon):    3538468 kB
Inactive(anon):    43796 kB
Active(file):    8151792 kB
Inactive(file):  8159636 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988784 kB
Dirty:            109052 kB
Writeback:             0 kB
AnonPages:       3648616 kB
Mapped:            60156 kB
Shmem:             29352 kB
Slab:             562664 kB
SReclaimable:     532592 kB
SUnreclaim:        30072 kB
KernelStack:        3808 kB
PageTables:        12788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5448496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3538944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13380 MiB
End job on node121 at 2019-09-20 17:17:24