Trace number 4249357

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
R1: choco-solver 5a (2017-07-05)? 1632.64 491.73599

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4249357-1502014316.xml"  -tl '2400s' -p 4 -x 3
0.00/0.30	c [HOME/instance-4249357-1502014316.xml, -tl, 2400s, -p, 4, -x, 3]
0.00/0.36	c 4 solvers in parallel
0.00/0.42	c parse instance...
1429.35/437.65	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1429.35/437.65		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1449.21/443.46		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
1460.35/446.35		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1460.35/446.35		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1471.50/449.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1471.50/449.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1482.66/452.12		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
1500.05/456.64		at org.xcsp.parser.XCallbacks$$Lambda$68/90320863.accept(Unknown Source)
1500.05/456.64		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1517.38/461.15		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1517.38/461.15		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1528.52/464.03		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
1545.78/468.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1545.78/468.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1556.82/471.39		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
1556.82/471.39		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1574.88/476.08		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
1574.88/476.08		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
1592.20/480.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
1632.49/491.69	s UNKNOWN
1632.49/491.69	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249357-1502014316/watcher-4249357-1502014316 -o /tmp/evaluation-result-4249357-1502014316/solver-4249357-1502014316 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502009484-25216 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1706832642 HOME/instance-4249357-1502014316.xml 

pid=30495
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.08 8.21 8.21 5/204 30498
/proc/meminfo: memFree=31350796/32770624 swapFree=0/395008
[pid=30498] ppid=30495 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (runsolver) D 30495 30498 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48937567 24240128 107 18446744073709551615 4194304 4338465 140728497173552 140728497171192 140621188666071 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 39538688 140728497176662 140728497177161 140728497177161 140728497180618 0
/proc/30498/statm: 5918 107 54 36 0 2156 0

[startup+0.100092 s]
/proc/loadavg: 8.08 8.21 8.21 5/204 30498
/proc/meminfo: memFree=31350796/32770624 swapFree=0/395008
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200267 s]
/proc/loadavg: 8.08 8.21 8.21 5/204 30498
/proc/meminfo: memFree=31350796/32770624 swapFree=0/395008
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.302171 s]
/proc/loadavg: 8.08 8.21 8.21 5/204 30498
/proc/meminfo: memFree=31350796/32770624 swapFree=0/395008
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700212 s]
/proc/loadavg: 8.08 8.21 8.21 5/204 30498
/proc/meminfo: memFree=31350796/32770624 swapFree=0/395008
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50071 s]
/proc/loadavg: 8.08 8.21 8.21 6/220 30514
/proc/meminfo: memFree=31262884/32770624 swapFree=0/395024
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=12919328 CPUtime=1.89 cores=1,3,5,7
/proc/30500/stat : 30500 (java) S 30498 30498 25139 0 -1 1077944320 13237 0 0 0 185 4 0 0 20 0 15 0 48937576 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140735955446656 140264713842423 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
/proc/30500/statm: 3229832 37296 3163 1 0 3218124 0
[pid=30500/tid=30501] ppid=30498 vsize=12919328 CPUtime=1.32 cores=1,3,5,7
/proc/30500/task/30501/stat : 30501 (java) R 30498 30498 25139 0 -1 4202560 9029 0 0 0 128 4 0 0 20 0 15 0 48937576 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264718077648 140264323614979 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30502] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 48937577 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264650324624 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30503] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 48937577 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264649271824 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30504] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 48937577 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264648219024 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30505] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 48937577 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264647166224 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30506] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 25139 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 48937578 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264197245808 140264713853570 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30507] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 48937578 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264196191776 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30508] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 48937579 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264195138928 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30509] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48937581 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264194087248 140264713861019 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30510] ppid=30498 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 25139 0 -1 1077944384 906 0 0 0 18 0 0 0 20 0 15 0 48937581 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264193034608 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30511] ppid=30498 vsize=12919328 CPUtime=0.15 cores=1,3,5,7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 25139 0 -1 1077944384 552 0 0 0 15 0 0 0 20 0 15 0 48937581 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264191981808 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30512] ppid=30498 vsize=12919328 CPUtime=0.23 cores=1,3,5,7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 25139 0 -1 1077944384 1412 0 0 0 23 0 0 0 20 0 15 0 48937581 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264190929008 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30513] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48937581 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264189876448 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30514] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 25139 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 48937589 13229391872 37296 18446744073709551615 4194304 4196468 140735955464112 140264188824752 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 12928840

[startup+3.10069 s]
/proc/loadavg: 7.91 8.17 8.20 6/220 30514
/proc/meminfo: memFree=31097808/32770624 swapFree=0/395024
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=12919328 CPUtime=4.06 cores=1,3,5,7
/proc/30500/stat : 30500 (java) S 30498 30498 25139 0 -1 1077944320 15831 0 0 0 372 34 0 0 20 0 15 0 48937576 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140735955446656 140264713842423 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
/proc/30500/statm: 3229832 98396 3191 1 0 3218124 0
[pid=30500/tid=30501] ppid=30498 vsize=12919328 CPUtime=2.73 cores=1,3,5,7
/proc/30500/task/30501/stat : 30501 (java) R 30498 30498 25139 0 -1 4202560 9135 0 0 0 269 4 0 0 20 0 15 0 48937576 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264718080008 140264323614930 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30502] ppid=30498 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 25139 0 -1 1077944384 158 0 0 0 11 6 0 0 20 0 15 0 48937577 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264650324624 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30503] ppid=30498 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 25139 0 -1 1077944384 246 0 0 0 10 7 0 0 20 0 15 0 48937577 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264649271824 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30504] ppid=30498 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 25139 0 -1 1077944384 315 0 0 0 10 7 0 0 20 0 15 0 48937577 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264648219024 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30505] ppid=30498 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 25139 0 -1 1077944384 519 0 0 0 10 7 0 0 20 0 15 0 48937577 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264647166224 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30506] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 25139 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 15 0 48937578 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264197245808 140264713853570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30507] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 25139 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 48937578 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264196191776 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30508] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 25139 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 48937579 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264195138928 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30509] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48937581 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264194087248 140264713861019 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30510] ppid=30498 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 25139 0 -1 1077944384 906 0 0 0 18 0 0 0 20 0 15 0 48937581 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264193034608 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30511] ppid=30498 vsize=12919328 CPUtime=0.15 cores=1,3,5,7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 25139 0 -1 1077944384 552 0 0 0 15 0 0 0 20 0 15 0 48937581 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264191981808 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30512] ppid=30498 vsize=12919328 CPUtime=0.24 cores=1,3,5,7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 25139 0 -1 1077944384 2320 0 0 0 24 0 0 0 20 0 15 0 48937581 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264190929008 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30513] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48937581 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264189876448 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30514] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 25139 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 48937589 13229391872 98396 18446744073709551615 4194304 4196468 140735955464112 140264188824752 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 12928840

[startup+6.30062 s]
/proc/loadavg: 7.91 8.17 8.20 6/220 30515
/proc/meminfo: memFree=30604360/32770624 swapFree=0/395032
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=12919328 CPUtime=8.57 cores=1,3,5,7
/proc/30500/stat : 30500 (java) S 30498 30498 25139 0 -1 1077944320 30699 0 0 0 794 63 0 0 20 0 15 0 48937576 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140735955446656 140264713842423 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
/proc/30500/statm: 3229832 189977 3208 1 0 3218124 0
[pid=30500/tid=30501] ppid=30498 vsize=12919328 CPUtime=4.66 cores=1,3,5,7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 25139 0 -1 1077944384 9220 0 0 0 459 7 0 0 20 0 15 0 48937576 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264718080960 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30502] ppid=30498 vsize=12919328 CPUtime=0.59 cores=1,3,5,7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 25139 0 -1 1077944384 3917 0 0 0 47 12 0 0 20 0 15 0 48937577 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264650324624 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30503] ppid=30498 vsize=12919328 CPUtime=0.59 cores=1,3,5,7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 25139 0 -1 1077944384 2959 0 0 0 46 13 0 0 20 0 15 0 48937577 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264649271824 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30504] ppid=30498 vsize=12919328 CPUtime=0.59 cores=1,3,5,7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 25139 0 -1 1077944384 3840 0 0 0 46 13 0 0 20 0 15 0 48937577 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264648219024 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30505] ppid=30498 vsize=12919328 CPUtime=0.59 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 25139 0 -1 1077944384 3909 0 0 0 46 13 0 0 20 0 15 0 48937577 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264647166224 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30506] ppid=30498 vsize=12919328 CPUtime=0.85 cores=1,3,5,7
/proc/30500/task/30506/stat : 30506 (java) R 30498 30498 25139 0 -1 4202560 1283 0 0 0 85 0 0 0 20 0 15 0 48937578 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264197244240 140264698543056 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30507] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 25139 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 48937578 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264196191776 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30508] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 25139 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 48937579 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264195138928 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30509] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48937581 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264194087248 140264713861019 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30510] ppid=30498 vsize=12919328 CPUtime=0.19 cores=1,3,5,7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 25139 0 -1 1077944384 1138 0 0 0 19 0 0 0 20 0 15 0 48937581 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264193034608 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30511] ppid=30498 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 25139 0 -1 1077944384 608 0 0 0 16 0 0 0 20 0 15 0 48937581 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264191981808 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30512] ppid=30498 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 25139 0 -1 1077944384 2353 0 0 0 25 0 0 0 20 0 15 0 48937581 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264190929008 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30513] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48937581 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264189876448 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30514] ppid=30498 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 25139 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 48937589 13229391872 189977 18446744073709551615 4194304 4196468 140735955464112 140264188824752 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 12928840

[startup+12.7007 s]
/proc/loadavg: 7.60 8.10 8.18 10/220 30515
/proc/meminfo: memFree=30129344/32770624 swapFree=0/395048
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=12919328 CPUtime=17.55 cores=1,3,5,7
/proc/30500/stat : 30500 (java) S 30498 30498 25139 0 -1 1077944320 36263 0 0 0 1625 130 0 0 20 0 15 0 48937576 13229391872 333718 18446744073709551615 4194304 4196468 140735955464112 140735955446656 140264713842423 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
/proc/30500/statm: 3229832 333718 3209 1 0 3218124 0
[pid=30500/tid=30501] ppid=30498 vsize=12919328 CPUtime=9.7 cores=1,3,5,7
/proc/30500/task/30501/stat : 30501 (java) R 30498 30498 25139 0 -1 4202560 9305 0 0 0 963 7 0 0 20 0 15 0 48937576 13229391872 333718 18446744073709551615 4194304 4196468 140735955464112 140264718080392 140264323614993 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30502] ppid=30498 vsize=12919328 CPUtime=1.44 cores=1,3,5,7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 25139 0 -1 1077944384 4839 0 0 0 116 28 0 0 20 0 15 0 48937577 13229391872 333718 18446744073709551615 4194304 4196468 140735955464112 140264650324624 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30503] ppid=30498 vsize=12919328 CPUtime=1.44 cores=1,3,5,7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 25139 0 -1 1077944384 3996 0 0 0 114 30 0 0 20 0 15 0 48937577 13229391872 333718 18446744073709551615 4194304 4196468 140735955464112 140264649271824 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0

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

/proc/30500/task/30503/stat : 30503 (java) R 30498 30498 25139 0 -1 4202560 50891 0 0 0 37676 235 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264649272024 140264698540175 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30504] ppid=30498 vsize=12985892 CPUtime=378.74 cores=1,3,5,7
/proc/30500/task/30504/stat : 30504 (java) R 30498 30498 25139 0 -1 4202560 67445 0 0 0 37632 242 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264648218912 140264699907253 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30505] ppid=30498 vsize=12985892 CPUtime=378.91 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) R 30498 30498 25139 0 -1 4202560 73554 0 0 0 37661 230 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264647166424 140264698540062 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30506] ppid=30498 vsize=12985892 CPUtime=37.02 cores=1,3,5,7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 25139 0 -1 1077944384 85538 0 0 0 3696 6 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264197244128 140264713852629 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30507] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 25139 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264196191840 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30508] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 25139 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 16 0 48937579 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264195138944 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30509] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264194087248 140264713861019 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30510] ppid=30498 vsize=12985892 CPUtime=0.35 cores=1,3,5,7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 25139 0 -1 1077944384 4232 0 0 0 35 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264193034608 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30511] ppid=30498 vsize=12985892 CPUtime=0.32 cores=1,3,5,7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 25139 0 -1 1077944384 2524 0 0 0 32 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264191981808 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30512] ppid=30498 vsize=12985892 CPUtime=0.45 cores=1,3,5,7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 25139 0 -1 1077944384 6594 0 0 0 44 1 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264190929008 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30513] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264189876448 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30514] ppid=30498 vsize=12985892 CPUtime=0.2 cores=1,3,5,7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 25139 0 -1 1077944384 473 0 0 0 10 10 0 0 20 0 16 0 48937589 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264188824752 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30579] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30579/stat : 30579 (java) S 30498 30498 25139 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 48986382 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264181313344 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
Current children cumulated CPU time (s) 1624.65
Current children cumulated vsize (KiB) 12995404

[startup+490.405 s]
/proc/loadavg: 7.82 7.95 8.02 9/221 30579
/proc/meminfo: memFree=21514164/32770624 swapFree=0/395452
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=12985892 CPUtime=1627.83 cores=1,3,5,7
/proc/30500/stat : 30500 (java) S 30498 30498 25139 0 -1 1077944320 363547 0 0 0 161837 946 0 0 20 0 16 0 48937576 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140735955446656 140264713842423 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
/proc/30500/statm: 3246473 2427878 3240 1 0 3234765 0
[pid=30500/tid=30501] ppid=30498 vsize=12985892 CPUtime=71.35 cores=1,3,5,7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 25139 0 -1 1077944384 17573 0 0 0 7126 9 0 0 20 0 16 0 48937576 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264718083104 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30502] ppid=30498 vsize=12985892 CPUtime=378.9 cores=1,3,5,7
/proc/30500/task/30502/stat : 30502 (java) R 30498 30498 25139 0 -1 4202560 53200 0 0 0 37674 216 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264650324824 140264699600785 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30503] ppid=30498 vsize=12985892 CPUtime=379.91 cores=1,3,5,7
/proc/30500/task/30503/stat : 30503 (java) R 30498 30498 25139 0 -1 4202560 50891 0 0 0 37756 235 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264649272024 140264698793143 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30504] ppid=30498 vsize=12985892 CPUtime=379.54 cores=1,3,5,7
/proc/30500/task/30504/stat : 30504 (java) R 30498 30498 25139 0 -1 4202560 67445 0 0 0 37712 242 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264648218912 140264698540148 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30505] ppid=30498 vsize=12985892 CPUtime=379.71 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) R 30498 30498 25139 0 -1 4202560 73554 0 0 0 37741 230 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264647166424 140264698827719 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30506] ppid=30498 vsize=12985892 CPUtime=37.02 cores=1,3,5,7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 25139 0 -1 1077944384 85538 0 0 0 3696 6 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264197244128 140264713852629 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30507] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 25139 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264196191840 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30508] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 25139 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 16 0 48937579 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264195138944 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30509] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264194087248 140264713861019 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30510] ppid=30498 vsize=12985892 CPUtime=0.35 cores=1,3,5,7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 25139 0 -1 1077944384 4232 0 0 0 35 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264193034608 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30511] ppid=30498 vsize=12985892 CPUtime=0.32 cores=1,3,5,7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 25139 0 -1 1077944384 2524 0 0 0 32 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264191981808 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30512] ppid=30498 vsize=12985892 CPUtime=0.45 cores=1,3,5,7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 25139 0 -1 1077944384 6594 0 0 0 44 1 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264190929008 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30513] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264189876448 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30514] ppid=30498 vsize=12985892 CPUtime=0.2 cores=1,3,5,7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 25139 0 -1 1077944384 473 0 0 0 10 10 0 0 20 0 16 0 48937589 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264188824752 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30579] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30579/stat : 30579 (java) S 30498 30498 25139 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 48986382 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264181313344 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
Current children cumulated CPU time (s) 1627.83
Current children cumulated vsize (KiB) 12995404

[startup+491.201 s]
/proc/loadavg: 7.82 7.95 8.02 9/221 30579
/proc/meminfo: memFree=21495316/32770624 swapFree=0/395452
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=12985892 CPUtime=1630.97 cores=1,3,5,7
/proc/30500/stat : 30500 (java) S 30498 30498 25139 0 -1 1077944320 363580 0 0 0 162151 946 0 0 20 0 16 0 48937576 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140735955446656 140264713842423 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
/proc/30500/statm: 3246473 2427878 3240 1 0 3234765 0
[pid=30500/tid=30501] ppid=30498 vsize=12985892 CPUtime=71.35 cores=1,3,5,7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 25139 0 -1 1077944384 17573 0 0 0 7126 9 0 0 20 0 16 0 48937576 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264718083104 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30502] ppid=30498 vsize=12985892 CPUtime=379.66 cores=1,3,5,7
/proc/30500/task/30502/stat : 30502 (java) R 30498 30498 25139 0 -1 4202560 53200 0 0 0 37750 216 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264650324824 140264698839059 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30503] ppid=30498 vsize=12985892 CPUtime=380.7 cores=1,3,5,7
/proc/30500/task/30503/stat : 30503 (java) R 30498 30498 25139 0 -1 4202560 50891 0 0 0 37835 235 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264649271712 140264698839075 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30504] ppid=30498 vsize=12985892 CPUtime=380.33 cores=1,3,5,7
/proc/30500/task/30504/stat : 30504 (java) R 30498 30498 25139 0 -1 4202560 67473 0 0 0 37791 242 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264648219224 140264698839069 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30505] ppid=30498 vsize=12985892 CPUtime=380.5 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) R 30498 30498 25139 0 -1 4202560 73555 0 0 0 37820 230 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264647166224 140264698839054 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30506] ppid=30498 vsize=12985892 CPUtime=37.02 cores=1,3,5,7
/proc/30500/task/30506/stat : 30506 (java) S 30498 30498 25139 0 -1 1077944384 85540 0 0 0 3696 6 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264197244352 140264713852629 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30507] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 25139 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264196191840 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30508] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 25139 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 16 0 48937579 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264195138944 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30509] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264194087248 140264713861019 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30510] ppid=30498 vsize=12985892 CPUtime=0.35 cores=1,3,5,7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 25139 0 -1 1077944384 4232 0 0 0 35 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264193034608 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30511] ppid=30498 vsize=12985892 CPUtime=0.32 cores=1,3,5,7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 25139 0 -1 1077944384 2524 0 0 0 32 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264191981808 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30512] ppid=30498 vsize=12985892 CPUtime=0.45 cores=1,3,5,7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 25139 0 -1 1077944384 6594 0 0 0 44 1 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264190929008 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30513] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264189876448 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30514] ppid=30498 vsize=12985892 CPUtime=0.2 cores=1,3,5,7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 25139 0 -1 1077944384 475 0 0 0 10 10 0 0 20 0 16 0 48937589 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264188824752 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30579] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30579/stat : 30579 (java) S 30498 30498 25139 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 48986382 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264181313344 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
Current children cumulated CPU time (s) 1630.97
Current children cumulated vsize (KiB) 12995404

[startup+491.601 s]
/proc/loadavg: 7.82 7.95 8.02 9/221 30579
/proc/meminfo: memFree=21495316/32770624 swapFree=0/395452
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=12985892 CPUtime=1632.49 cores=1,3,5,7
/proc/30500/stat : 30500 (java) S 30498 30498 25139 0 -1 1077944320 363637 0 0 0 162303 946 0 0 20 0 16 0 48937576 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140735955446656 140264713842423 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
/proc/30500/statm: 3246473 2427878 3240 1 0 3234765 0
[pid=30500/tid=30501] ppid=30498 vsize=12985892 CPUtime=71.35 cores=1,3,5,7
/proc/30500/task/30501/stat : 30501 (java) S 30498 30498 25139 0 -1 1077944384 17573 0 0 0 7126 9 0 0 20 0 16 0 48937576 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264718083104 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30502] ppid=30498 vsize=12985892 CPUtime=380.03 cores=1,3,5,7
/proc/30500/task/30502/stat : 30502 (java) S 30498 30498 25139 0 -1 1077944384 53206 0 0 0 37787 216 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264650324624 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30503] ppid=30498 vsize=12985892 CPUtime=381.07 cores=1,3,5,7
/proc/30500/task/30503/stat : 30503 (java) S 30498 30498 25139 0 -1 1077944384 50896 0 0 0 37872 235 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264649271824 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30504] ppid=30498 vsize=12985892 CPUtime=380.7 cores=1,3,5,7
/proc/30500/task/30504/stat : 30504 (java) S 30498 30498 25139 0 -1 1077944384 67508 0 0 0 37828 242 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264648219024 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30505] ppid=30498 vsize=12985892 CPUtime=380.87 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) S 30498 30498 25139 0 -1 1077944384 73566 0 0 0 37857 230 0 0 20 0 16 0 48937577 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264647166224 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30506] ppid=30498 vsize=12985892 CPUtime=37.05 cores=1,3,5,7
/proc/30500/task/30506/stat : 30506 (java) R 30498 30498 25139 0 -1 4202560 85540 0 0 0 3699 6 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264197244352 140264698838847 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30507] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30507/stat : 30507 (java) S 30498 30498 25139 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 48937578 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264196191840 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30508] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30508/stat : 30508 (java) S 30498 30498 25139 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 16 0 48937579 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264195138944 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30509] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30509/stat : 30509 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264194087248 140264713861019 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30510] ppid=30498 vsize=12985892 CPUtime=0.35 cores=1,3,5,7
/proc/30500/task/30510/stat : 30510 (java) S 30498 30498 25139 0 -1 1077944384 4232 0 0 0 35 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264193034608 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30511] ppid=30498 vsize=12985892 CPUtime=0.32 cores=1,3,5,7
/proc/30500/task/30511/stat : 30511 (java) S 30498 30498 25139 0 -1 1077944384 2524 0 0 0 32 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264191981808 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30512] ppid=30498 vsize=12985892 CPUtime=0.45 cores=1,3,5,7
/proc/30500/task/30512/stat : 30512 (java) S 30498 30498 25139 0 -1 1077944384 6594 0 0 0 44 1 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264190929008 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30513] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30513/stat : 30513 (java) S 30498 30498 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48937581 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264189876448 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30514] ppid=30498 vsize=12985892 CPUtime=0.2 cores=1,3,5,7
/proc/30500/task/30514/stat : 30514 (java) S 30498 30498 25139 0 -1 1077944384 475 0 0 0 10 10 0 0 20 0 16 0 48937589 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264188824752 140264713853570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
[pid=30500/tid=30579] ppid=30498 vsize=12985892 CPUtime=0 cores=1,3,5,7
/proc/30500/task/30579/stat : 30579 (java) S 30498 30498 25139 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 48986382 13297553408 2427878 18446744073709551615 4194304 4196468 140735955464112 140264181313344 140264713852629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140735955468758 140735955468934 140735955468934 140735955472335 0
Current children cumulated CPU time (s) 1632.49
Current children cumulated vsize (KiB) 12995404

[startup+491.701 s]
/proc/loadavg: 7.82 7.95 8.02 6/207 30579
/proc/meminfo: memFree=21878792/32770624 swapFree=0/395452
[pid=30498] ppid=30495 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/30498/stat : 30498 (xcsp3-exec) S 30495 30498 25139 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 48937567 9740288 344 18446744073709551615 4194304 5098028 140722322545984 140722322544088 140693773455996 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 27418624 140722322547096 140722322547306 140722322547306 140722322550763 0
/proc/30498/statm: 2378 344 289 221 0 87 0
[pid=30500] ppid=30498 vsize=0 CPUtime=1632.6 cores=1,3,5,7
/proc/30500/stat : 30500 (java) Z 30498 30498 25139 0 -1 4227084 363975 0 0 0 162313 947 0 0 20 0 2 0 48937576 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/30500/statm: 0 0 0 0 0 0 0
[pid=30500/tid=30505] ppid=30498 vsize=0 CPUtime=380.88 cores=1,3,5,7
/proc/30500/task/30505/stat : 30505 (java) R 30498 30498 25139 0 -1 4203588 73566 0 0 0 37857 231 0 0 20 0 2 0 48937577 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1632.6
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 491.736
CPU time (s): 1632.64
CPU user time (s): 1623.13
CPU system time (s): 9.50462
CPU usage (%): 332.015
Max. virtual memory (cumulated for all children) (KiB): 12995404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1623.13
system time used= 9.50462
maximum resident set size= 9711632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364495
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20114
involuntary context switches= 29094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.09938 second user time and 3.57651 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-06 11:57:57
IDJOB=4249357
IDBENCH=139720
IDSOLVER=2626
FILE ID=node134/4249357-1502014316
RUNJOBID= node134-1502009484-25216
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249357-1502014316/watcher-4249357-1502014316 -o /tmp/evaluation-result-4249357-1502014316/solver-4249357-1502014316 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502009484-25216 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1706832642 HOME/instance-4249357-1502014316.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=1706832642

node134.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.43
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.43
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.43
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.43
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:        31351076 kB
MemAvailable:   31826204 kB
Buffers:          170248 kB
Cached:           596584 kB
SwapCached:            0 kB
Active:           578500 kB
Inactive:         418040 kB
Active(anon):     231816 kB
Inactive(anon):    23032 kB
Active(file):     346684 kB
Inactive(file):   395008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7924 kB
Writeback:             0 kB
AnonPages:        239852 kB
Mapped:            50928 kB
Shmem:             25276 kB
Slab:             124592 kB
SReclaimable:      98544 kB
SUnreclaim:        26048 kB
KernelStack:        3856 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1161988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-06 12:06:09