Trace number 4392963

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-06-14? 2386.17 788.734

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-4392963-1568348420.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392963-1568348420.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2361.99/781.25	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2361.99/781.25		at java.util.stream.ReduceOps.makeInt(ReduceOps.java:271)
2361.99/781.25		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
2361.99/781.25		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
2361.99/781.25		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2361.99/781.25		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
2361.99/781.25		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
2361.99/781.25		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/615634843.valid(Unknown Source)
2361.99/781.25		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2361.99/781.25		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2361.99/781.25		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2361.99/781.25		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2361.99/781.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2361.99/781.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2361.99/781.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2361.99/781.25		at org.xcsp.parser.XCallbacks$$Lambda$89/103887628.accept(Unknown Source)
2361.99/781.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2361.99/781.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2361.99/781.25		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2361.99/781.25		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2361.99/781.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2361.99/781.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2361.99/781.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2361.99/781.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2361.99/781.25		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2361.99/781.25		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2361.99/781.25		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2361.99/781.25		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2385.93/788.54	s UNKNOWN
2385.93/788.54	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 (9225 MiB free)
  memory of node 1: 16384 MiB (9554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392963-1568348420/watcher-4392963-1568348420 -o /tmp/evaluation-result-4392963-1568348420/solver-4392963-1568348420 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1242136948 HOME/instance-4392963-1568348420.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=11069, runsolver pid=11066
Current StackSize limit: 8192 KiB


[startup+0.101497 s]*
/proc/loadavg: 8.28 8.44 8.14 6/233 11085
/proc/meminfo: memFree=19214116/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
[pid=11071] ppid=11069 vsize=15144768 memory=29600 CPUtime=0.13 cores=1,3,5,7
/proc/11071/stat : 11071 (java) S 11069 11069 3331 0 -1 1077944320 5861 0 0 0 12 1 0 0 20 0 15 0 410782171 15508242432 7400 33554432000 4194304 4196468 140723518343344 140723518325888 139790934470391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
/proc/11071/statm: 3786192 7400 3146 1 0 3748377 0
[pid=11071/tid=11072] ppid=11069 vsize=15144768 memory=8514701219881255588 CPUtime=0.1 cores=1,3,5,7
/proc/11071/task/11072/stat : 11072 (java) R 11069 11069 3331 0 -1 4202560 3728 0 0 0 9 1 0 0 20 0 15 0 410782172 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790938701392 139790532102864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11073] ppid=11069 vsize=15144768 memory=3472468216298505424 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11073/stat : 11073 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790862510352 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11074] ppid=11069 vsize=15144768 memory=140087403353728 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11074/stat : 11074 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790861457808 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11075] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11075/stat : 11075 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790860405264 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11076] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11076/stat : 11076 (java) S 11069 11069 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790859352720 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11077] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11077/stat : 11077 (java) S 11069 11069 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410782174 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790268246512 139790934481538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11078] ppid=11069 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11078/stat : 11078 (java) S 11069 11069 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410782174 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790267192736 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11079] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11079/stat : 11079 (java) S 11069 11069 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410782174 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790266140144 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11080] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11080/stat : 11080 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790265088720 139790934488987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11081] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11081/stat : 11081 (java) R 11069 11069 3331 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790264035312 139790934481538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11082] ppid=11069 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11082/stat : 11082 (java) S 11069 11069 3331 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790262982768 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11083] ppid=11069 vsize=15144768 memory=140087403353728 CPUtime=0.02 cores=1,3,5,7
/proc/11071/task/11083/stat : 11083 (java) R 11069 11069 3331 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 410782177 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790261930224 139790913057977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15144768 memory=140087403353728 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 7400 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31052 KiB

[startup+0.211514 s]*
/proc/loadavg: 8.28 8.44 8.14 8/233 11085
/proc/meminfo: memFree=19201276/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
[pid=11071] ppid=11069 vsize=15144768 memory=41148 CPUtime=0.34 cores=1,3,5,7
/proc/11071/stat : 11071 (java) S 11069 11069 3331 0 -1 1077944320 9484 0 0 0 32 2 0 0 20 0 15 0 410782171 15508242432 10287 33554432000 4194304 4196468 140723518343344 140723518325888 139790934470391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
/proc/11071/statm: 3786192 10287 3318 1 0 3748377 0
[pid=11071/tid=11072] ppid=11069 vsize=15144768 memory=5855082630903857826 CPUtime=0.2 cores=1,3,5,7
/proc/11071/task/11072/stat : 11072 (java) R 11069 11069 3331 0 -1 4202560 6646 0 0 0 18 2 0 0 20 0 15 0 410782172 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790938707424 139790934492317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11073] ppid=11069 vsize=15144768 memory=3472468216298505424 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11073/stat : 11073 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790862510352 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11074] ppid=11069 vsize=15144768 memory=140087403353728 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11074/stat : 11074 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790861457808 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11075] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11075/stat : 11075 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790860405264 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11076] ppid=11069 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11076/stat : 11076 (java) S 11069 11069 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410782172 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790859352720 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11077] ppid=11069 vsize=15144768 memory=140087403353728 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11077/stat : 11077 (java) S 11069 11069 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410782174 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790268246512 139790934481538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11078] ppid=11069 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11078/stat : 11078 (java) S 11069 11069 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410782174 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790267192736 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11079] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11079/stat : 11079 (java) S 11069 11069 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410782174 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790266140144 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11080] ppid=11069 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11080/stat : 11080 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790265088720 139790934488987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11081] ppid=11069 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11071/task/11081/stat : 11081 (java) S 11069 11069 3331 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 15 0 410782177 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790264035312 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11082] ppid=11069 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11071/task/11082/stat : 11082 (java) S 11069 11069 3331 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 410782177 15508242432 10287 33554432000 4194304 4196468 140723518343344 139790262982768 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11083] ppid=11069 vsize=15144768 memory=140087403353728 CPUtime=0.08 cores=1,3,5,7
/proc/11071/task/11083/stat : 11083 (java) S 11069 11069 3331 0 -1 1077944384 755 0 0 0 8 0 0 0 20 0 15 0 410782177 15508242432 10351 33554432000 4194304 4196468 140723518343344 139790261930224 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 10351 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15144768 memory=140087403353728 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782177 15508242432 10351 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42600 KiB

[startup+0.310548 s]*
/proc/loadavg: 8.28 8.44 8.14 7/233 11085
/proc/meminfo: memFree=19194244/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
[pid=11071] ppid=11069 vsize=15149024 memory=50420 CPUtime=0.53 cores=1,3,5,7
/proc/11071/stat : 11071 (java) S 11069 11069 3331 0 -1 1077944320 10964 0 0 0 50 3 0 0 20 0 15 0 410782171 15512600576 12605 33554432000 4194304 4196468 140723518343344 140723518325888 139790934470391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
/proc/11071/statm: 3787256 12605 3367 1 0 3748377 0
[pid=11071/tid=11072] ppid=11069 vsize=15149024 memory=8514701219880992413 CPUtime=0.29 cores=1,3,5,7
/proc/11071/task/11072/stat : 11072 (java) R 11069 11069 3331 0 -1 4202560 7855 0 0 0 27 2 0 0 20 0 15 0 410782172 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790938704176 139790918550908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11073] ppid=11069 vsize=15149024 memory=3472468216298505424 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11073/stat : 11073 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790862510352 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11074] ppid=11069 vsize=15149024 memory=140087403353728 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11074/stat : 11074 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790861457808 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11075] ppid=11069 vsize=15149024 memory=6 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11075/stat : 11075 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790860405264 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11076] ppid=11069 vsize=15149024 memory=140087270713375 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11076/stat : 11076 (java) S 11069 11069 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410782172 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790859352720 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11077] ppid=11069 vsize=15149024 memory=280174541387520 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11077/stat : 11077 (java) S 11069 11069 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410782174 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790268246512 139790934481538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11078] ppid=11069 vsize=15149024 memory=140087270690319 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11078/stat : 11078 (java) S 11069 11069 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410782174 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790267192736 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11079] ppid=11069 vsize=15149024 memory=280174674053216 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11079/stat : 11079 (java) S 11069 11069 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410782174 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790266140144 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11080] ppid=11069 vsize=15149024 memory=140087270694927 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11080/stat : 11080 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790265088720 139790934488987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11081] ppid=11069 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11071/task/11081/stat : 11081 (java) S 11069 11069 3331 0 -1 1077944384 522 0 0 0 5 0 0 0 20 0 15 0 410782177 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790264035312 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11082] ppid=11069 vsize=15149024 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/11071/task/11082/stat : 11082 (java) S 11069 11069 3331 0 -1 1077944384 387 0 0 0 4 0 0 0 20 0 15 0 410782177 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790262982768 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11083] ppid=11069 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11071/task/11083/stat : 11083 (java) S 11069 11069 3331 0 -1 1077944384 901 0 0 0 12 0 0 0 20 0 15 0 410782177 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790261930224 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15149024 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782177 15512600576 12605 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51872 KiB

[startup+0.701152 s]
/proc/loadavg: 8.28 8.44 8.14 8/233 11085
/proc/meminfo: memFree=19171144/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
[pid=11071] ppid=11069 vsize=15151148 memory=102732 CPUtime=1.82 cores=1,3,5,7
/proc/11071/stat : 11071 (java) S 11069 11069 3331 0 -1 1077944320 15321 0 0 0 177 5 0 0 20 0 15 0 410782171 15514775552 25683 33554432000 4194304 4196468 140723518343344 140723518325888 139790934470391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
/proc/11071/statm: 3787787 25683 3447 1 0 3748889 0
[pid=11071/tid=11072] ppid=11069 vsize=15151148 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/11071/task/11072/stat : 11072 (java) R 11069 11069 3331 0 -1 4202560 9118 0 0 0 63 4 0 0 20 0 15 0 410782172 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790938706128 139790532048896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11073] ppid=11069 vsize=15151148 memory=56 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11073/stat : 11073 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790862510352 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11074] ppid=11069 vsize=15151148 memory=7238798801035015221 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11074/stat : 11074 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790861457808 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11075] ppid=11069 vsize=15151148 memory=7012755875661107284 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11075/stat : 11075 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782172 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790860405264 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11076] ppid=11069 vsize=15151148 memory=5859278125529317472 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11076/stat : 11076 (java) S 11069 11069 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410782172 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790859352720 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11077] ppid=11069 vsize=15151148 memory=2319389199337275488 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11077/stat : 11077 (java) S 11069 11069 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410782174 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790268246512 139790934481538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11078] ppid=11069 vsize=15151148 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11078/stat : 11078 (java) S 11069 11069 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410782174 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790267192736 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11079] ppid=11069 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11079/stat : 11079 (java) S 11069 11069 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410782174 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790266140144 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11080] ppid=11069 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11080/stat : 11080 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790265088720 139790934488987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11081] ppid=11069 vsize=15151148 memory=5964 CPUtime=0.41 cores=1,3,5,7
/proc/11071/task/11081/stat : 11081 (java) R 11069 11069 3331 0 -1 4202560 1471 0 0 0 41 0 0 0 20 0 15 0 410782177 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790264016928 139790926759845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11082] ppid=11069 vsize=15151148 memory=1060 CPUtime=0.37 cores=1,3,5,7
/proc/11071/task/11082/stat : 11082 (java) R 11069 11069 3331 0 -1 4202560 1550 0 0 0 37 0 0 0 20 0 15 0 410782177 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790262963784 139790917967175 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11083] ppid=11069 vsize=15151148 memory=2828 CPUtime=0.34 cores=1,3,5,7
/proc/11071/task/11083/stat : 11083 (java) S 11069 11069 3331 0 -1 1077944384 1876 0 0 0 34 0 0 0 20 0 15 0 410782177 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790261930224 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15151148 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410782177 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15151148 memory=984 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410782177 15514775552 25683 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 104184 KiB

[startup+1.50121 s]
/proc/loadavg: 8.28 8.44 8.14 8/233 11085
/proc/meminfo: memFree=19046728/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0

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

/proc/11071/task/11083/stat : 11083 (java) S 11069 11069 3331 0 -1 1077944384 6440 0 0 0 57 1 0 0 20 0 16 0 410782177 15582937088 3154845 33554432000 4194304 4196468 140723518343344 139790261930224 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15217712 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410782177 15582937088 3154845 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15217712 memory=15818902244427989 CPUtime=0.44 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 783 0 0 0 19 25 0 0 20 0 16 0 410782177 15582937088 3154845 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11268] ppid=11069 vsize=15217712 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11268/stat : 11268 (java) S 11069 11069 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410860296 15582937088 3154845 33554432000 4194304 4196468 140723518343344 139790250856128 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 2373.02 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12620832 KiB

[startup+787.201 s]
/proc/loadavg: 7.61 7.14 7.13 6/233 11269
/proc/meminfo: memFree=235176/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
[pid=11071] ppid=11069 vsize=15217712 memory=12619396 CPUtime=2384.63 cores=1,3,5,7
/proc/11071/stat : 11071 (java) S 11069 11069 3331 0 -1 1077944320 6404731 0 0 0 236590 1873 0 0 20 0 16 0 410782171 15582937088 3154849 33554432000 4194304 4196468 140723518343344 140723518325888 139790934470391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
/proc/11071/statm: 3804428 3154849 3516 1 0 3765530 0
[pid=11071/tid=11072] ppid=11069 vsize=15217712 memory=10604 CPUtime=162.41 cores=1,3,5,7
/proc/11071/task/11072/stat : 11072 (java) S 11069 11069 3331 0 -1 1077944384 32637 0 0 0 16193 48 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790938711072 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11073] ppid=11069 vsize=15217712 memory=12619364 CPUtime=532.86 cores=1,3,5,7
/proc/11071/task/11073/stat : 11073 (java) S 11069 11069 3331 0 -1 1077944384 1270022 0 0 0 52787 499 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790862510352 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11074] ppid=11069 vsize=15217712 memory=1452 CPUtime=532.47 cores=1,3,5,7
/proc/11071/task/11074/stat : 11074 (java) S 11069 11069 3331 0 -1 1077944384 1413881 0 0 0 52828 419 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790861457808 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11075] ppid=11069 vsize=15217712 memory=988 CPUtime=533.16 cores=1,3,5,7
/proc/11071/task/11075/stat : 11075 (java) S 11069 11069 3331 0 -1 1077944384 1766949 0 0 0 52901 415 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790860405264 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11076] ppid=11069 vsize=15217712 memory=2008 CPUtime=532.39 cores=1,3,5,7
/proc/11071/task/11076/stat : 11076 (java) S 11069 11069 3331 0 -1 1077944384 1656032 0 0 0 52786 453 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790859352720 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11077] ppid=11069 vsize=15217712 memory=1436 CPUtime=86.72 cores=1,3,5,7
/proc/11071/task/11077/stat : 11077 (java) R 11069 11069 3331 0 -1 4202560 236883 0 0 0 8649 23 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790268245056 139790919466900 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11078] ppid=11069 vsize=15217712 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11078/stat : 11078 (java) S 11069 11069 3331 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790267192800 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11079] ppid=11069 vsize=15217712 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11079/stat : 11079 (java) S 11069 11069 3331 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790266140160 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11080] ppid=11069 vsize=15217712 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11080/stat : 11080 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790265088720 139790934488987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11081] ppid=11069 vsize=15217712 memory=6791534058613427641 CPUtime=1.75 cores=1,3,5,7
/proc/11071/task/11081/stat : 11081 (java) S 11069 11069 3331 0 -1 1077944384 10587 0 0 0 174 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790264035360 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11082] ppid=11069 vsize=15217712 memory=1760 CPUtime=1.73 cores=1,3,5,7
/proc/11071/task/11082/stat : 11082 (java) S 11069 11069 3331 0 -1 1077944384 9187 0 0 0 172 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790262982528 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11083] ppid=11069 vsize=15217712 memory=828 CPUtime=0.58 cores=1,3,5,7
/proc/11071/task/11083/stat : 11083 (java) S 11069 11069 3331 0 -1 1077944384 6440 0 0 0 57 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790261930272 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15217712 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15217712 memory=12619380 CPUtime=0.44 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 783 0 0 0 19 25 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11268] ppid=11069 vsize=15217712 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11268/stat : 11268 (java) S 11069 11069 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410860296 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790250856128 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 2384.63 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12620848 KiB

[startup+788.001 s]*
/proc/loadavg: 7.61 7.14 7.13 7/233 11269
/proc/meminfo: memFree=235292/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
[pid=11071] ppid=11069 vsize=15217712 memory=12619396 CPUtime=2385.43 cores=1,3,5,7
/proc/11071/stat : 11071 (java) S 11069 11069 3331 0 -1 1077944320 6404731 0 0 0 236670 1873 0 0 20 0 16 0 410782171 15582937088 3154849 33554432000 4194304 4196468 140723518343344 140723518325888 139790934470391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
/proc/11071/statm: 3804428 3154849 3516 1 0 3765530 0
[pid=11071/tid=11072] ppid=11069 vsize=15217712 memory=6791534058613427641 CPUtime=162.41 cores=1,3,5,7
/proc/11071/task/11072/stat : 11072 (java) S 11069 11069 3331 0 -1 1077944384 32637 0 0 0 16193 48 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790938711072 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11073] ppid=11069 vsize=15217712 memory=-7003737579269690708 CPUtime=532.86 cores=1,3,5,7
/proc/11071/task/11073/stat : 11073 (java) S 11069 11069 3331 0 -1 1077944384 1270022 0 0 0 52787 499 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790862510352 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11074] ppid=11069 vsize=15217712 memory=2008 CPUtime=532.47 cores=1,3,5,7
/proc/11071/task/11074/stat : 11074 (java) S 11069 11069 3331 0 -1 1077944384 1413881 0 0 0 52828 419 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790861457808 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11075] ppid=11069 vsize=15217712 memory=1436 CPUtime=533.16 cores=1,3,5,7
/proc/11071/task/11075/stat : 11075 (java) S 11069 11069 3331 0 -1 1077944384 1766949 0 0 0 52901 415 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790860405264 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11076] ppid=11069 vsize=15217712 memory=580 CPUtime=532.39 cores=1,3,5,7
/proc/11071/task/11076/stat : 11076 (java) S 11069 11069 3331 0 -1 1077944384 1656032 0 0 0 52786 453 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790859352720 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11077] ppid=11069 vsize=15217712 memory=1720 CPUtime=87.53 cores=1,3,5,7
/proc/11071/task/11077/stat : 11077 (java) R 11069 11069 3331 0 -1 4202560 236883 0 0 0 8730 23 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790268245056 139790918927994 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11078] ppid=11069 vsize=15217712 memory=10604 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11078/stat : 11078 (java) S 11069 11069 3331 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790267192800 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11079] ppid=11069 vsize=15217712 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11079/stat : 11079 (java) S 11069 11069 3331 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790266140160 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11080] ppid=11069 vsize=15217712 memory=776 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11080/stat : 11080 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790265088720 139790934488987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11081] ppid=11069 vsize=15217712 memory=1564 CPUtime=1.75 cores=1,3,5,7
/proc/11071/task/11081/stat : 11081 (java) S 11069 11069 3331 0 -1 1077944384 10587 0 0 0 174 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790264035360 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11082] ppid=11069 vsize=15217712 memory=5964 CPUtime=1.73 cores=1,3,5,7
/proc/11071/task/11082/stat : 11082 (java) S 11069 11069 3331 0 -1 1077944384 9187 0 0 0 172 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790262982528 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11083] ppid=11069 vsize=15217712 memory=1060 CPUtime=0.58 cores=1,3,5,7
/proc/11071/task/11083/stat : 11083 (java) S 11069 11069 3331 0 -1 1077944384 6440 0 0 0 57 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790261930272 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15217712 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15217712 memory=1216 CPUtime=0.44 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 783 0 0 0 19 25 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11268] ppid=11069 vsize=15217712 memory=984 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11268/stat : 11268 (java) S 11069 11069 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410860296 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790250856128 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 2385.43 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12620848 KiB

[startup+788.401 s]
/proc/loadavg: 7.61 7.14 7.13 7/233 11269
/proc/meminfo: memFree=235292/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
[pid=11071] ppid=11069 vsize=15217712 memory=12619396 CPUtime=2385.83 cores=1,3,5,7
/proc/11071/stat : 11071 (java) S 11069 11069 3331 0 -1 1077944320 6406380 0 0 0 236710 1873 0 0 20 0 16 0 410782171 15582937088 3154849 33554432000 4194304 4196468 140723518343344 140723518325888 139790934470391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
/proc/11071/statm: 3804428 3154849 3516 1 0 3765530 0
[pid=11071/tid=11072] ppid=11069 vsize=15217712 memory=988 CPUtime=162.41 cores=1,3,5,7
/proc/11071/task/11072/stat : 11072 (java) S 11069 11069 3331 0 -1 1077944384 32637 0 0 0 16193 48 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790938711072 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11073] ppid=11069 vsize=15217712 memory=2008 CPUtime=532.86 cores=1,3,5,7
/proc/11071/task/11073/stat : 11073 (java) S 11069 11069 3331 0 -1 1077944384 1270022 0 0 0 52787 499 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790862510352 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11074] ppid=11069 vsize=15217712 memory=1436 CPUtime=532.47 cores=1,3,5,7
/proc/11071/task/11074/stat : 11074 (java) S 11069 11069 3331 0 -1 1077944384 1413881 0 0 0 52828 419 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790861457808 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11075] ppid=11069 vsize=15217712 memory=580 CPUtime=533.16 cores=1,3,5,7
/proc/11071/task/11075/stat : 11075 (java) S 11069 11069 3331 0 -1 1077944384 1766949 0 0 0 52901 415 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790860405264 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11076] ppid=11069 vsize=15217712 memory=1720 CPUtime=532.39 cores=1,3,5,7
/proc/11071/task/11076/stat : 11076 (java) S 11069 11069 3331 0 -1 1077944384 1656032 0 0 0 52786 453 0 0 20 0 16 0 410782172 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790859352720 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11077] ppid=11069 vsize=15217712 memory=10604 CPUtime=87.92 cores=1,3,5,7
/proc/11071/task/11077/stat : 11077 (java) R 11069 11069 3331 0 -1 4202560 238532 0 0 0 8769 23 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790268245056 139790919466772 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11078] ppid=11069 vsize=15217712 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11078/stat : 11078 (java) S 11069 11069 3331 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790267192800 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11079] ppid=11069 vsize=15217712 memory=776 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11079/stat : 11079 (java) S 11069 11069 3331 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 410782174 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790266140160 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11080] ppid=11069 vsize=15217712 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11080/stat : 11080 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790265088720 139790934488987 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11081] ppid=11069 vsize=15217712 memory=5964 CPUtime=1.75 cores=1,3,5,7
/proc/11071/task/11081/stat : 11081 (java) S 11069 11069 3331 0 -1 1077944384 10587 0 0 0 174 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790264035360 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11082] ppid=11069 vsize=15217712 memory=1060 CPUtime=1.73 cores=1,3,5,7
/proc/11071/task/11082/stat : 11082 (java) S 11069 11069 3331 0 -1 1077944384 9187 0 0 0 172 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790262982528 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11083] ppid=11069 vsize=15217712 memory=2828 CPUtime=0.58 cores=1,3,5,7
/proc/11071/task/11083/stat : 11083 (java) S 11069 11069 3331 0 -1 1077944384 6440 0 0 0 57 1 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790261930272 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11084] ppid=11069 vsize=15217712 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11084/stat : 11084 (java) S 11069 11069 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790260877920 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11085] ppid=11069 vsize=15217712 memory=984 CPUtime=0.44 cores=1,3,5,7
/proc/11071/task/11085/stat : 11085 (java) S 11069 11069 3331 0 -1 1077944384 783 0 0 0 19 25 0 0 20 0 16 0 410782177 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790259825456 139790934481538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
[pid=11071/tid=11268] ppid=11069 vsize=15217712 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/11071/task/11268/stat : 11268 (java) S 11069 11069 3331 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 410860296 15582937088 3154849 33554432000 4194304 4196468 140723518343344 139790250856128 139790934480597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32718848 140723518350319 140723518350490 140723518350490 140723518353359 0
Current children cumulated CPU time: 2385.83 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12620848 KiB

[startup+788.601 s]
/proc/loadavg: 7.61 7.14 7.13 7/233 11269
/proc/meminfo: memFree=235292/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+788.7 s]
/proc/loadavg: 7.61 7.14 7.13 7/233 11269
/proc/meminfo: memFree=235292/32770624 swapFree=66959216/67108860
[pid=11069] ppid=11066 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/11069/stat : 11069 (xcsp3-exec) S 11066 11069 3331 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 410782171 115843072 363 33554432000 4194304 5098028 140731534763424 140731534761528 140032252785276 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35082240 140731534771066 140731534771309 140731534771309 140731534774218 0
/proc/11069/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 788.734
CPU time (s): 2386.17
CPU user time (s): 2367.25
CPU system time (s): 18.9256
CPU usage (%): 302.532
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12620848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2367.25
system time used= 18.9256
maximum resident set size= 12619736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6407004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32173
involuntary context switches= 45428


# summary of solver processes directly reported to runsolver:
#   pid: 11069
#   total CPU time (s): 2386.17
#   total CPU user time (s): 2367.25
#   total CPU system time (s): 18.9256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.95883 second user time and 8.35758 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 06:19:40
IDJOB=4392963
IDBENCH=138439
IDSOLVER=2840
FILE ID=node124/4392963-1568348420
RUNJOBID= node124-1568343408-4479
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-21.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-4392963-1568348420/watcher-4392963-1568348420 -o /tmp/evaluation-result-4392963-1568348420/solver-4392963-1568348420 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1242136948 HOME/instance-4392963-1568348420.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=1242136948

node124.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.47
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.47
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.47
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.47
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:        19231844 kB
MemAvailable:   31171792 kB
Buffers:          174740 kB
Cached:         11927680 kB
SwapCached:        45864 kB
Active:          1679832 kB
Inactive:       11118496 kB
Active(anon):     650464 kB
Inactive(anon):    86808 kB
Active(file):    1029368 kB
Inactive(file): 11031688 kB
Unevictable:      107908 kB
Mlocked:          107908 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             26536 kB
Writeback:             0 kB
AnonPages:        751216 kB
Mapped:            56300 kB
Shmem:             32744 kB
Slab:             336588 kB
SReclaimable:     307352 kB
SUnreclaim:        29236 kB
KernelStack:        3808 kB
PageTables:         7288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2119824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    634880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 06:32:49