Trace number 4248621

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)? 332.41599 175.26801

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-14.xml
MD5SUMf410f04816b97be6981931cb2af07a5b
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.441035
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints364
Distribution of constraint types[{"type":"intension","count":364}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.09	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248621-1502093204.xml"  -tl '2400s' -p 4 -x 3
0.00/0.28	c [HOME/instance-4248621-1502093204.xml, -tl, 2400s, -p, 4, -x, 3]
0.00/0.34	c 4 solvers in parallel
0.00/0.41	c parse instance...
312.41/169.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
312.41/169.57		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
312.41/169.57		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
312.41/169.57		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1853)
312.41/169.57		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
312.41/169.57		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
312.41/169.57		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
312.41/169.57		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
312.41/169.57		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
312.41/169.57		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
312.41/169.57		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
312.41/169.57		at org.xcsp.parser.XCallbacks$$Lambda$52/542060780.accept(Unknown Source)
312.41/169.57		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
312.41/169.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
312.41/169.57		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
312.41/169.57		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
312.41/169.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
312.41/169.57		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
312.41/169.57		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
312.41/169.57		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
312.41/169.57		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
332.34/175.22		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
332.34/175.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
332.34/175.22	s UNKNOWN
332.34/175.22	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-4248621-1502093204/watcher-4248621-1502093204 -o /tmp/evaluation-result-4248621-1502093204/solver-4248621-1502093204 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 119815930 HOME/instance-4248621-1502093204.xml 

pid=23423
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: 5.76 7.41 7.95 6/203 23426
/proc/meminfo: memFree=27529708/32770624 swapFree=0/374620
[pid=23426] ppid=23423 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (runsolver) D 23423 23426 2911 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 108973513 24240128 106 18446744073709551615 4194304 4338465 140728423045120 140728423042760 139718215230167 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 9949184 140728423051351 140728423051849 140728423051849 140728423055306 0
/proc/23426/statm: 5918 106 53 36 0 2156 0

[startup+0.100225 s]
/proc/loadavg: 5.76 7.41 7.95 6/203 23426
/proc/meminfo: memFree=27529708/32770624 swapFree=0/374620
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200225 s]
/proc/loadavg: 5.76 7.41 7.95 6/203 23426
/proc/meminfo: memFree=27529708/32770624 swapFree=0/374620
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300304 s]
/proc/loadavg: 5.76 7.41 7.95 6/203 23426
/proc/meminfo: memFree=27529708/32770624 swapFree=0/374620
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700217 s]
/proc/loadavg: 5.76 7.41 7.95 6/203 23426
/proc/meminfo: memFree=27529708/32770624 swapFree=0/374620
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50067 s]
/proc/loadavg: 5.76 7.41 7.95 6/219 23442
/proc/meminfo: memFree=27427860/32770624 swapFree=0/374664
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=1.89 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 12245 0 0 0 186 3 0 0 20 0 15 0 108973523 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 28549 3161 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=1.33 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) R 23426 23426 2911 0 -1 4202560 8416 0 0 0 131 2 0 0 20 0 15 0 108973523 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499683569672 140499271933307 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) S 23426 23426 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108973524 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499602160272 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) S 23426 23426 2911 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108973524 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499601107472 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23432] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23432/stat : 23432 (java) S 23426 23426 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 108973524 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499600054672 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23433] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23433/stat : 23433 (java) S 23426 23426 2911 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 108973524 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499599001872 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23434] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23434/stat : 23434 (java) S 23426 23426 2911 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 108973525 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499163241328 140499679345282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23435] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23435/stat : 23435 (java) S 23426 23426 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499162187296 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23436] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23436/stat : 23436 (java) S 23426 23426 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499161134448 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23437] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23437/stat : 23437 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499160082768 140499679352731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23438] ppid=23426 vsize=12919328 CPUtime=0.13 cores=1,3,5,7
/proc/23428/task/23438/stat : 23438 (java) S 23426 23426 2911 0 -1 1077944384 826 0 0 0 13 0 0 0 20 0 15 0 108973529 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499159030128 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23439] ppid=23426 vsize=12919328 CPUtime=0.15 cores=1,3,5,7
/proc/23428/task/23439/stat : 23439 (java) S 23426 23426 2911 0 -1 1077944384 545 0 0 0 15 0 0 0 20 0 15 0 108973529 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499157977328 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23440] ppid=23426 vsize=12919328 CPUtime=0.24 cores=1,3,5,7
/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 1131 0 0 0 24 0 0 0 20 0 15 0 108973529 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499156924528 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108973534 13229391872 28549 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 12928840

[startup+3.10063 s]
/proc/loadavg: 5.76 7.41 7.95 6/219 23442
/proc/meminfo: memFree=27269172/32770624 swapFree=0/374664
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=3.8 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 16687 0 0 0 364 16 0 0 20 0 15 0 108973523 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 68136 3191 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=2.85 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) R 23426 23426 2911 0 -1 4202560 10019 0 0 0 282 3 0 0 20 0 15 0 108973523 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499683571704 140499271933345 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=0.06 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) S 23426 23426 2911 0 -1 1077944384 135 0 0 0 4 2 0 0 20 0 15 0 108973524 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499602160272 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) S 23426 23426 2911 0 -1 1077944384 321 0 0 0 4 3 0 0 20 0 15 0 108973524 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499601107472 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23432] ppid=23426 vsize=12919328 CPUtime=0.06 cores=1,3,5,7
/proc/23428/task/23432/stat : 23432 (java) S 23426 23426 2911 0 -1 1077944384 185 0 0 0 4 2 0 0 20 0 15 0 108973524 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499600054672 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23433] ppid=23426 vsize=12919328 CPUtime=0.06 cores=1,3,5,7
/proc/23428/task/23433/stat : 23433 (java) S 23426 23426 2911 0 -1 1077944384 167 0 0 0 4 2 0 0 20 0 15 0 108973524 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499599001872 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23434] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23434/stat : 23434 (java) S 23426 23426 2911 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 108973525 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499163241328 140499679345282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23435] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23435/stat : 23435 (java) S 23426 23426 2911 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499162187296 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23436] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23436/stat : 23436 (java) S 23426 23426 2911 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499161134448 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23437] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23437/stat : 23437 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499160082768 140499679352731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23438] ppid=23426 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/23428/task/23438/stat : 23438 (java) S 23426 23426 2911 0 -1 1077944384 1254 0 0 0 17 0 0 0 20 0 15 0 108973529 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499159030128 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23439] ppid=23426 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/23428/task/23439/stat : 23439 (java) S 23426 23426 2911 0 -1 1077944384 1228 0 0 0 18 0 0 0 20 0 15 0 108973529 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499157977328 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23440] ppid=23426 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 1699 0 0 0 25 0 0 0 20 0 15 0 108973529 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499156924528 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 108973534 13229391872 68136 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 12928840

[startup+6.30068 s]
/proc/loadavg: 5.62 7.36 7.93 7/219 23442
/proc/meminfo: memFree=27131412/32770624 swapFree=0/374668
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=7.28 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 17219 0 0 0 695 33 0 0 20 0 15 0 108973523 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 102539 3193 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=5.96 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) R 23426 23426 2911 0 -1 4202560 10069 0 0 0 593 3 0 0 20 0 15 0 108973523 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499683572560 140499272014522 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) S 23426 23426 2911 0 -1 1077944384 229 0 0 0 9 7 0 0 20 0 15 0 108973524 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499602160272 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) S 23426 23426 2911 0 -1 1077944384 408 0 0 0 9 7 0 0 20 0 15 0 108973524 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499601107472 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23432] ppid=23426 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/23428/task/23432/stat : 23432 (java) S 23426 23426 2911 0 -1 1077944384 307 0 0 0 9 7 0 0 20 0 15 0 108973524 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499600054672 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23433] ppid=23426 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/23428/task/23433/stat : 23433 (java) S 23426 23426 2911 0 -1 1077944384 259 0 0 0 9 7 0 0 20 0 15 0 108973524 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499599001872 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23434] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23434/stat : 23434 (java) S 23426 23426 2911 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 108973525 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499163241328 140499679345282 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23435] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23435/stat : 23435 (java) S 23426 23426 2911 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499162187296 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23436] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23436/stat : 23436 (java) S 23426 23426 2911 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499161134448 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23437] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23437/stat : 23437 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499160082768 140499679352731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23438] ppid=23426 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/23428/task/23438/stat : 23438 (java) S 23426 23426 2911 0 -1 1077944384 1254 0 0 0 17 0 0 0 20 0 15 0 108973529 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499159030128 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23439] ppid=23426 vsize=12919328 CPUtime=0.19 cores=1,3,5,7
/proc/23428/task/23439/stat : 23439 (java) S 23426 23426 2911 0 -1 1077944384 1228 0 0 0 19 0 0 0 20 0 15 0 108973529 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499157977328 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23440] ppid=23426 vsize=12919328 CPUtime=0.26 cores=1,3,5,7
/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 1754 0 0 0 26 0 0 0 20 0 15 0 108973529 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499156924528 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 108973534 13229391872 102539 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 12928840

[startup+12.7006 s]
/proc/loadavg: 5.57 7.32 7.91 6/219 23442
/proc/meminfo: memFree=26743580/32770624 swapFree=0/374660
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=16.17 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 41703 0 0 0 1531 86 0 0 20 0 15 0 108973523 13229391872 266173 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 266173 3209 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=10.86 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) S 23426 23426 2911 0 -1 1077944384 10197 0 0 0 1081 5 0 0 20 0 15 0 108973523 13229391872 266173 18446744073709551615 4194304 4196468 140727246956192 140499683572256 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=0.97 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) S 23426 23426 2911 0 -1 1077944384 6126 0 0 0 78 19 0 0 20 0 15 0 108973524 13229391872 266173 18446744073709551615 4194304 4196468 140727246956192 140499602160272 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=0.98 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) S 23426 23426 2911 0 -1 1077944384 6265 0 0 0 79 19 0 0 20 0 15 0 108973524 13229391872 266173 18446744073709551615 4194304 4196468 140727246956192 140499601107488 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0

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

/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 6007 0 0 0 34 0 0 0 20 0 15 0 108973529 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499156924528 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0.09 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 283 0 0 0 4 5 0 0 20 0 15 0 108973534 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 312.58
Current children cumulated vsize (KiB) 12928840

[startup+172.807 s]
/proc/loadavg: 5.64 6.53 7.51 9/220 23450
/proc/meminfo: memFree=18210288/32770624 swapFree=0/374688
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=325.17 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 287913 0 0 0 31610 907 0 0 20 0 15 0 108973523 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 2384109 3221 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=105.45 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) S 23426 23426 2911 0 -1 1077944384 15907 0 0 0 10538 7 0 0 20 0 15 0 108973523 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499683573376 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=50.55 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) R 23426 23426 2911 0 -1 4202560 68593 0 0 0 4862 193 0 0 20 0 15 0 108973524 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499602160392 140499671962343 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=50.66 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) R 23426 23426 2911 0 -1 4202560 49269 0 0 0 4839 227 0 0 20 0 15 0 108973524 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499601107280 140499671962343 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23432] ppid=23426 vsize=12919328 CPUtime=50.61 cores=1,3,5,7
/proc/23428/task/23432/stat : 23432 (java) R 23426 23426 2911 0 -1 4202560 39849 0 0 0 4825 236 0 0 20 0 15 0 108973524 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499600054792 140499671962343 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23433] ppid=23426 vsize=12919328 CPUtime=50.89 cores=1,3,5,7
/proc/23428/task/23433/stat : 23433 (java) R 23426 23426 2911 0 -1 4202560 74929 0 0 0 4859 230 0 0 20 0 15 0 108973524 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499599002072 140499664323682 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23434] ppid=23426 vsize=12919328 CPUtime=16.02 cores=1,3,5,7
/proc/23428/task/23434/stat : 23434 (java) S 23426 23426 2911 0 -1 1077944384 27535 0 0 0 1597 5 0 0 20 0 15 0 108973525 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499163239872 140499679344341 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23435] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23435/stat : 23435 (java) S 23426 23426 2911 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499162187360 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23436] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23436/stat : 23436 (java) S 23426 23426 2911 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499161134448 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23437] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23437/stat : 23437 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499160082768 140499679352731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23438] ppid=23426 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23428/task/23438/stat : 23438 (java) S 23426 23426 2911 0 -1 1077944384 2632 0 0 0 24 1 0 0 20 0 15 0 108973529 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499159030128 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23439] ppid=23426 vsize=12919328 CPUtime=0.21 cores=1,3,5,7
/proc/23428/task/23439/stat : 23439 (java) S 23426 23426 2911 0 -1 1077944384 1545 0 0 0 21 0 0 0 20 0 15 0 108973529 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499157977328 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23440] ppid=23426 vsize=12919328 CPUtime=0.34 cores=1,3,5,7
/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 6007 0 0 0 34 0 0 0 20 0 15 0 108973529 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499156924528 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0.09 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 283 0 0 0 4 5 0 0 20 0 15 0 108973534 13229391872 2384109 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 325.17
Current children cumulated vsize (KiB) 12928840

[startup+174.401 s]
/proc/loadavg: 5.83 6.55 7.51 9/220 23450
/proc/meminfo: memFree=18212368/32770624 swapFree=0/374688
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=331.37 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 297476 0 0 0 32227 910 0 0 20 0 15 0 108973523 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 2384113 3221 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=105.45 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) S 23426 23426 2911 0 -1 1077944384 15907 0 0 0 10538 7 0 0 20 0 15 0 108973523 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499683573376 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=52.08 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) R 23426 23426 2911 0 -1 4202560 69055 0 0 0 5014 194 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499602160392 140499672437128 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=52.21 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) R 23426 23426 2911 0 -1 4202560 49274 0 0 0 4993 228 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499601107592 140499671962343 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23432] ppid=23426 vsize=12919328 CPUtime=52.15 cores=1,3,5,7
/proc/23428/task/23432/stat : 23432 (java) R 23426 23426 2911 0 -1 4202560 39852 0 0 0 4978 237 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499600054480 140499671962343 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23433] ppid=23426 vsize=12919328 CPUtime=52.48 cores=1,3,5,7
/proc/23428/task/23433/stat : 23433 (java) R 23426 23426 2911 0 -1 4202560 84000 0 0 0 5018 230 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499599001680 140499671962343 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23434] ppid=23426 vsize=12919328 CPUtime=16.02 cores=1,3,5,7
/proc/23428/task/23434/stat : 23434 (java) S 23426 23426 2911 0 -1 1077944384 27535 0 0 0 1597 5 0 0 20 0 15 0 108973525 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499163239872 140499679344341 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23435] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23435/stat : 23435 (java) S 23426 23426 2911 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499162187360 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23436] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23436/stat : 23436 (java) S 23426 23426 2911 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499161134448 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23437] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23437/stat : 23437 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499160082768 140499679352731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23438] ppid=23426 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23428/task/23438/stat : 23438 (java) S 23426 23426 2911 0 -1 1077944384 2632 0 0 0 24 1 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499159030128 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23439] ppid=23426 vsize=12919328 CPUtime=0.21 cores=1,3,5,7
/proc/23428/task/23439/stat : 23439 (java) S 23426 23426 2911 0 -1 1077944384 1545 0 0 0 21 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499157977328 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23440] ppid=23426 vsize=12919328 CPUtime=0.34 cores=1,3,5,7
/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 6007 0 0 0 34 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499156924528 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0.09 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 305 0 0 0 4 5 0 0 20 0 15 0 108973534 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 331.37
Current children cumulated vsize (KiB) 12928840

[startup+174.801 s]
/proc/loadavg: 5.83 6.55 7.51 9/220 23450
/proc/meminfo: memFree=18212368/32770624 swapFree=0/374688
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=331.94 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 299071 0 0 0 32284 910 0 0 20 0 15 0 108973523 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 2384113 3221 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=105.45 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) S 23426 23426 2911 0 -1 1077944384 15907 0 0 0 10538 7 0 0 20 0 15 0 108973523 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499683573376 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=52.14 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) S 23426 23426 2911 0 -1 1077944384 69141 0 0 0 5020 194 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499602160272 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=52.26 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) S 23426 23426 2911 0 -1 1077944384 49274 0 0 0 4998 228 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499601107472 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23432] ppid=23426 vsize=12919328 CPUtime=52.21 cores=1,3,5,7
/proc/23428/task/23432/stat : 23432 (java) S 23426 23426 2911 0 -1 1077944384 39853 0 0 0 4984 237 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499600054672 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23433] ppid=23426 vsize=12919328 CPUtime=52.54 cores=1,3,5,7
/proc/23428/task/23433/stat : 23433 (java) S 23426 23426 2911 0 -1 1077944384 84000 0 0 0 5024 230 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499599001872 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23434] ppid=23426 vsize=12919328 CPUtime=16.36 cores=1,3,5,7
/proc/23428/task/23434/stat : 23434 (java) R 23426 23426 2911 0 -1 4202560 29028 0 0 0 1631 5 0 0 20 0 15 0 108973525 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499163239760 140499664330480 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23435] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23435/stat : 23435 (java) S 23426 23426 2911 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499162187360 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23436] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23436/stat : 23436 (java) S 23426 23426 2911 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499161134448 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23437] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23437/stat : 23437 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499160082768 140499679352731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23438] ppid=23426 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23428/task/23438/stat : 23438 (java) S 23426 23426 2911 0 -1 1077944384 2642 0 0 0 24 1 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499159029888 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23439] ppid=23426 vsize=12919328 CPUtime=0.21 cores=1,3,5,7
/proc/23428/task/23439/stat : 23439 (java) S 23426 23426 2911 0 -1 1077944384 1547 0 0 0 21 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499157977376 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23440] ppid=23426 vsize=12919328 CPUtime=0.35 cores=1,3,5,7
/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 6010 0 0 0 35 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499156924576 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0.09 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 305 0 0 0 4 5 0 0 20 0 15 0 108973534 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 331.94
Current children cumulated vsize (KiB) 12928840

[startup+175.201 s]
/proc/loadavg: 5.83 6.55 7.51 6/220 23450
/proc/meminfo: memFree=18213572/32770624 swapFree=0/374688
[pid=23426] ppid=23423 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/23426/stat : 23426 (xcsp3-exec) S 23423 23426 2911 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 108973513 9740288 345 18446744073709551615 4194304 5098028 140721681194240 140721681192344 139652363141756 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 17125376 140721681199513 140721681199722 140721681199722 140721681203179 0
/proc/23426/statm: 2378 345 289 221 0 87 0
[pid=23428] ppid=23426 vsize=12919328 CPUtime=332.34 cores=1,3,5,7
/proc/23428/stat : 23428 (java) S 23426 23426 2911 0 -1 1077944320 300026 0 0 0 32324 910 0 0 20 0 15 0 108973523 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140727246938736 140499679334135 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
/proc/23428/statm: 3229832 2384113 3221 1 0 3218124 0
[pid=23428/tid=23429] ppid=23426 vsize=12919328 CPUtime=105.45 cores=1,3,5,7
/proc/23428/task/23429/stat : 23429 (java) S 23426 23426 2911 0 -1 1077944384 15907 0 0 0 10538 7 0 0 20 0 15 0 108973523 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499683573376 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23430] ppid=23426 vsize=12919328 CPUtime=52.14 cores=1,3,5,7
/proc/23428/task/23430/stat : 23430 (java) S 23426 23426 2911 0 -1 1077944384 69141 0 0 0 5020 194 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499602160272 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23431] ppid=23426 vsize=12919328 CPUtime=52.26 cores=1,3,5,7
/proc/23428/task/23431/stat : 23431 (java) S 23426 23426 2911 0 -1 1077944384 49274 0 0 0 4998 228 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499601107472 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23432] ppid=23426 vsize=12919328 CPUtime=52.21 cores=1,3,5,7
/proc/23428/task/23432/stat : 23432 (java) S 23426 23426 2911 0 -1 1077944384 39853 0 0 0 4984 237 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499600054672 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23433] ppid=23426 vsize=12919328 CPUtime=52.54 cores=1,3,5,7
/proc/23428/task/23433/stat : 23433 (java) S 23426 23426 2911 0 -1 1077944384 84000 0 0 0 5024 230 0 0 20 0 15 0 108973524 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499599001872 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23434] ppid=23426 vsize=12919328 CPUtime=16.76 cores=1,3,5,7
/proc/23428/task/23434/stat : 23434 (java) R 23426 23426 2911 0 -1 4202560 29984 0 0 0 1671 5 0 0 20 0 15 0 108973525 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499163239760 140499657704310 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23435] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23435/stat : 23435 (java) S 23426 23426 2911 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499162187360 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23436] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23436/stat : 23436 (java) S 23426 23426 2911 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 108973526 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499161134448 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23437] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23437/stat : 23437 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499160082768 140499679352731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23438] ppid=23426 vsize=12919328 CPUtime=0.25 cores=1,3,5,7
/proc/23428/task/23438/stat : 23438 (java) S 23426 23426 2911 0 -1 1077944384 2642 0 0 0 24 1 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499159029888 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23439] ppid=23426 vsize=12919328 CPUtime=0.21 cores=1,3,5,7
/proc/23428/task/23439/stat : 23439 (java) S 23426 23426 2911 0 -1 1077944384 1547 0 0 0 21 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499157977376 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23440] ppid=23426 vsize=12919328 CPUtime=0.35 cores=1,3,5,7
/proc/23428/task/23440/stat : 23440 (java) S 23426 23426 2911 0 -1 1077944384 6010 0 0 0 35 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499156924576 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23441] ppid=23426 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/23428/task/23441/stat : 23441 (java) S 23426 23426 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 108973529 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499155871968 140499679344341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
[pid=23428/tid=23442] ppid=23426 vsize=12919328 CPUtime=0.09 cores=1,3,5,7
/proc/23428/task/23442/stat : 23442 (java) S 23426 23426 2911 0 -1 1077944384 305 0 0 0 4 5 0 0 20 0 15 0 108973534 13229391872 2384113 18446744073709551615 4194304 4196468 140727246956192 140499154820272 140499679345282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 6590464 140727246963158 140727246963334 140727246963334 140727246966735 0
Current children cumulated CPU time (s) 332.34
Current children cumulated vsize (KiB) 12928840

Child status: 1
Real time (s): 175.268
CPU time (s): 332.416
CPU user time (s): 323.266
CPU system time (s): 9.15042
CPU usage (%): 189.662
Max. virtual memory (cumulated for all children) (KiB): 12928840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.266
system time used= 9.15042
maximum resident set size= 9536784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8715
involuntary context switches= 5056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.805706 second user time and 1.16896 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-07 09:52:22
IDJOB=4248621
IDBENCH=140559
IDSOLVER=2626
FILE ID=node132/4248621-1502093204
RUNJOBID= node132-1502078046-15622
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-14.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-4248621-1502093204/watcher-4248621-1502093204 -o /tmp/evaluation-result-4248621-1502093204/solver-4248621-1502093204 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15622 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 119815930 HOME/instance-4248621-1502093204.xml

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

MD5SUM BENCH= f410f04816b97be6981931cb2af07a5b
RANDOM SEED=119815930

node132.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.74
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.74
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.74
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.74
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:        27529724 kB
MemAvailable:   28094940 kB
Buffers:          231840 kB
Cached:           631212 kB
SwapCached:            0 kB
Active:          4399736 kB
Inactive:         407508 kB
Active(anon):    3944376 kB
Inactive(anon):    32628 kB
Active(file):     455360 kB
Inactive(file):   374880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7888 kB
Writeback:             0 kB
AnonPages:       3943168 kB
Mapped:            61724 kB
Shmem:             33468 kB
Slab:             128872 kB
SReclaimable:     101620 kB
SUnreclaim:        27252 kB
KernelStack:        3584 kB
PageTables:        12696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4622008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3805184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-07 09:55:18