Trace number 4254764

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-07-26)? (TO) 1920.66 241.636

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-20-6.xml
MD5SUM43798f1f0ec1e0d1988685c70912b197
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of constraints2120
Number of domains1
Minimum domain size6446
Maximum domain size6446
Distribution of domain sizes[{"size":6446,"count":2100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":2000}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":2000},{"arity":100,"count":20}]
Number of extensional constraints0
Number of intensional constraints2100
Distribution of constraint types[{"type":"intension","count":2100},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.06	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254764-1501667934.xml"  -tl '1920s' -p 8 -x 0
0.00/0.24	c [HOME/instance-4254764-1501667934.xml, -tl, 1920s, -p, 8, -x, 0]
0.00/0.30	c 8 solvers in parallel
0.00/0.37	c parse instance...
5.59/1.63	c solve instance...
1920.66/241.66	s UNKNOWN
1920.66/241.66	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-4254764-1501667934/watcher-4254764-1501667934 -o /tmp/evaluation-result-4254764-1501667934/solver-4254764-1501667934 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node130-1501661057-2426 --watchdog 324 ./xcsp3-exec -dir HOME -tl 1920 -p 8 -ml 22000 -tdir HOME -seed 1198760592 HOME/instance-4254764-1501667934.xml 

pid=5389
running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1920 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1950 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.26 5.88 6.32 2/172 5392
/proc/meminfo: memFree=31816704/32770624 swapFree=0/298468
[pid=5392] ppid=5389 vsize=23672 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (runsolver) D 5389 5392 2334 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 620452 24240128 108 18446744073709551615 4194304 4338465 140729623764496 140729623762136 139719880889047 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 38707200 140729623773269 140729623773765 140729623773765 140729623777226 0
/proc/5392/statm: 5918 108 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 6.26 5.88 6.32 2/172 5392
/proc/meminfo: memFree=31816704/32770624 swapFree=0/298468
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200294 s]
/proc/loadavg: 6.26 5.88 6.32 2/172 5392
/proc/meminfo: memFree=31816704/32770624 swapFree=0/298468
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300309 s]
/proc/loadavg: 6.26 5.88 6.32 2/172 5392
/proc/meminfo: memFree=31816704/32770624 swapFree=0/298468
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700222 s]
/proc/loadavg: 6.26 5.88 6.32 2/172 5392
/proc/meminfo: memFree=31816704/32770624 swapFree=0/298468
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50089 s]
/proc/loadavg: 6.26 5.88 6.32 9/193 5413
/proc/meminfo: memFree=31626408/32770624 swapFree=0/298492
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
[pid=5394] ppid=5392 vsize=26001944 CPUtime=5.18 cores=0-7
/proc/5394/stat : 5394 (java) S 5392 5392 2334 0 -1 1077944320 18179 0 0 0 490 28 0 0 20 0 20 0 620459 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140726673159696 140130889965303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
/proc/5394/statm: 6500486 70808 3210 1 0 6488787 0
[pid=5394/tid=5395] ppid=5392 vsize=26001944 CPUtime=1.28 cores=0-7
/proc/5394/task/5395/stat : 5395 (java) R 5392 5392 2334 0 -1 4202560 8843 0 0 0 123 5 0 0 20 0 20 0 620459 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130894202816 140130510488007 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5396] ppid=5392 vsize=26001944 CPUtime=0.04 cores=0-7
/proc/5394/task/5396/stat : 5396 (java) S 5392 5392 2334 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130846931856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5397] ppid=5392 vsize=26001944 CPUtime=0.08 cores=0-7
/proc/5394/task/5397/stat : 5397 (java) S 5392 5392 2334 0 -1 1077944384 57 0 0 0 6 2 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130845879056 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5398] ppid=5392 vsize=26001944 CPUtime=0.08 cores=0-7
/proc/5394/task/5398/stat : 5398 (java) S 5392 5392 2334 0 -1 1077944384 58 0 0 0 6 2 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130844826768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5399] ppid=5392 vsize=26001944 CPUtime=0.07 cores=0-7
/proc/5394/task/5399/stat : 5399 (java) S 5392 5392 2334 0 -1 1077944384 52 0 0 0 5 2 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130843773968 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5400] ppid=5392 vsize=26001944 CPUtime=0.08 cores=0-7
/proc/5394/task/5400/stat : 5400 (java) S 5392 5392 2334 0 -1 1077944384 64 0 0 0 6 2 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130842720656 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5401] ppid=5392 vsize=26001944 CPUtime=0.06 cores=0-7
/proc/5394/task/5401/stat : 5401 (java) S 5392 5392 2334 0 -1 1077944384 34 0 0 0 4 2 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130841667856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5402] ppid=5392 vsize=26001944 CPUtime=0.07 cores=0-7
/proc/5394/task/5402/stat : 5402 (java) S 5392 5392 2334 0 -1 1077944384 51 0 0 0 5 2 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130840615568 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5403] ppid=5392 vsize=26001944 CPUtime=0.03 cores=0-7
/proc/5394/task/5403/stat : 5403 (java) S 5392 5392 2334 0 -1 1077944384 28 0 0 0 2 1 0 0 20 0 20 0 620460 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130839562768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5404] ppid=5392 vsize=26001944 CPUtime=0 cores=0-7
/proc/5394/task/5404/stat : 5404 (java) S 5392 5392 2334 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 620462 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130155829872 140130889976450 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5405] ppid=5392 vsize=26001944 CPUtime=0 cores=0-7
/proc/5394/task/5405/stat : 5405 (java) S 5392 5392 2334 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 620462 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140130154775904 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5406] ppid=5392 vsize=26001944 CPUtime=0 cores=0-7
/proc/5394/task/5406/stat : 5406 (java) S 5392 5392 2334 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 620462 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129951803008 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5407] ppid=5392 vsize=26001944 CPUtime=0 cores=0-7
/proc/5394/task/5407/stat : 5407 (java) S 5392 5392 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 620465 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129950751312 140130889983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5408] ppid=5392 vsize=26001944 CPUtime=0.95 cores=0-7
/proc/5394/task/5408/stat : 5408 (java) R 5392 5392 2334 0 -1 4202560 1781 0 0 0 95 0 0 0 20 0 20 0 620465 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129949687152 140130889986650 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5409] ppid=5392 vsize=26001944 CPUtime=0.91 cores=0-7
/proc/5394/task/5409/stat : 5409 (java) R 5392 5392 2334 0 -1 4202560 1779 0 0 0 91 0 0 0 20 0 20 0 620465 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129948643760 140130875088816 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5410] ppid=5392 vsize=26001944 CPUtime=0.86 cores=0-7
/proc/5394/task/5410/stat : 5410 (java) R 5392 5392 2334 0 -1 4202560 1492 0 0 0 86 0 0 0 20 0 20 0 620465 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129947579856 140130869212396 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5411] ppid=5392 vsize=26001944 CPUtime=0.52 cores=0-7
/proc/5394/task/5411/stat : 5411 (java) S 5392 5392 2334 0 -1 1077944384 2529 0 0 0 51 1 0 0 20 0 20 0 620465 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129946540272 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5412] ppid=5392 vsize=26001944 CPUtime=0 cores=0-7
/proc/5394/task/5412/stat : 5412 (java) S 5392 5392 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 620465 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129945488224 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5413] ppid=5392 vsize=26001944 CPUtime=0 cores=0-7
/proc/5394/task/5413/stat : 5413 (java) S 5392 5392 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 620468 26625990656 70808 18446744073709551615 4194304 4196468 140726673177152 140129944435504 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 26011456

[startup+3.10104 s]
/proc/loadavg: 6.80 6.00 6.36 10/201 5421
/proc/meminfo: memFree=31454072/32770624 swapFree=0/298492
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
[pid=5394] ppid=5392 vsize=26534456 CPUtime=17.06 cores=0-7
/proc/5394/stat : 5394 (java) S 5392 5392 2334 0 -1 1077944320 25635 0 0 0 1654 52 0 0 20 0 28 0 620459 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140726673159696 140130889965303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
/proc/5394/statm: 6633614 128026 3238 1 0 6621915 0
[pid=5394/tid=5395] ppid=5392 vsize=26534456 CPUtime=1.45 cores=0-7
/proc/5394/task/5395/stat : 5395 (java) S 5392 5392 2334 0 -1 1077944384 9164 0 0 0 139 6 0 0 20 0 28 0 620459 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130894206080 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5396] ppid=5392 vsize=26534456 CPUtime=0.12 cores=0-7
/proc/5394/task/5396/stat : 5396 (java) S 5392 5392 2334 0 -1 1077944384 75 0 0 0 9 3 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130846931856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5397] ppid=5392 vsize=26534456 CPUtime=0.16 cores=0-7
/proc/5394/task/5397/stat : 5397 (java) S 5392 5392 2334 0 -1 1077944384 109 0 0 0 12 4 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130845879056 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5398] ppid=5392 vsize=26534456 CPUtime=0.15 cores=0-7
/proc/5394/task/5398/stat : 5398 (java) S 5392 5392 2334 0 -1 1077944384 102 0 0 0 11 4 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130844826768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5399] ppid=5392 vsize=26534456 CPUtime=0.13 cores=0-7
/proc/5394/task/5399/stat : 5399 (java) S 5392 5392 2334 0 -1 1077944384 93 0 0 0 9 4 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130843773968 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5400] ppid=5392 vsize=26534456 CPUtime=0.17 cores=0-7
/proc/5394/task/5400/stat : 5400 (java) S 5392 5392 2334 0 -1 1077944384 122 0 0 0 12 5 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130842720656 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5401] ppid=5392 vsize=26534456 CPUtime=0.15 cores=0-7
/proc/5394/task/5401/stat : 5401 (java) S 5392 5392 2334 0 -1 1077944384 91 0 0 0 10 5 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130841667856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5402] ppid=5392 vsize=26534456 CPUtime=0.1 cores=0-7
/proc/5394/task/5402/stat : 5402 (java) S 5392 5392 2334 0 -1 1077944384 79 0 0 0 7 3 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130840615568 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5403] ppid=5392 vsize=26534456 CPUtime=0.12 cores=0-7
/proc/5394/task/5403/stat : 5403 (java) S 5392 5392 2334 0 -1 1077944384 83 0 0 0 9 3 0 0 20 0 28 0 620460 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130839562768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5404] ppid=5392 vsize=26534456 CPUtime=0.01 cores=0-7
/proc/5394/task/5404/stat : 5404 (java) S 5392 5392 2334 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 28 0 620462 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130155829872 140130889976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5405] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5405/stat : 5405 (java) S 5392 5392 2334 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 620462 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140130154775904 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5406] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5406/stat : 5406 (java) S 5392 5392 2334 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 620462 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129951803008 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5407] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5407/stat : 5407 (java) S 5392 5392 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 620465 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129950751312 140130889983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5408] ppid=5392 vsize=26534456 CPUtime=2.08 cores=0-7
/proc/5394/task/5408/stat : 5408 (java) R 5392 5392 2334 0 -1 4202560 3093 0 0 0 207 1 0 0 20 0 28 0 620465 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129949684224 140130875091301 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5409] ppid=5392 vsize=26534456 CPUtime=2.15 cores=0-7
/proc/5394/task/5409/stat : 5409 (java) R 5392 5392 2334 0 -1 4202560 2709 0 0 0 215 0 0 0 20 0 28 0 620465 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129948631824 140130873350115 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5410] ppid=5392 vsize=26534456 CPUtime=2.11 cores=0-7
/proc/5394/task/5410/stat : 5410 (java) R 5392 5392 2334 0 -1 4202560 3997 0 0 0 210 1 0 0 20 0 28 0 620465 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129947586000 140130869354698 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5411] ppid=5392 vsize=26534456 CPUtime=0.73 cores=0-7
/proc/5394/task/5411/stat : 5411 (java) S 5392 5392 2334 0 -1 1077944384 3125 0 0 0 72 1 0 0 20 0 28 0 620465 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129946540272 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5412] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5412/stat : 5412 (java) S 5392 5392 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 620465 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129945488224 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5413] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5413/stat : 5413 (java) S 5392 5392 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 620468 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129944435504 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5414] ppid=5392 vsize=26534456 CPUtime=0.92 cores=0-7
/proc/5394/task/5414/stat : 5414 (java) R 5392 5392 2334 0 -1 4202560 336 0 0 0 92 0 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129936922168 140130514293647 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5415] ppid=5392 vsize=26534456 CPUtime=0.81 cores=0-7
/proc/5394/task/5415/stat : 5415 (java) R 5392 5392 2334 0 -1 4202560 53 0 0 0 81 0 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129935870872 140130514503607 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5416] ppid=5392 vsize=26534456 CPUtime=0.99 cores=0-7
/proc/5394/task/5416/stat : 5416 (java) R 5392 5392 2334 0 -1 4202560 312 0 0 0 98 1 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129934814472 140130512787172 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5417] ppid=5392 vsize=26534456 CPUtime=0.88 cores=0-7
/proc/5394/task/5417/stat : 5417 (java) R 5392 5392 2334 0 -1 4202560 120 0 0 0 88 0 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129933759504 140130512079140 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5418] ppid=5392 vsize=26534456 CPUtime=0.88 cores=0-7
/proc/5394/task/5418/stat : 5418 (java) R 5392 5392 2334 0 -1 4202560 271 0 0 0 88 0 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129932712344 140130513960480 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5419] ppid=5392 vsize=26534456 CPUtime=0.97 cores=0-7
/proc/5394/task/5419/stat : 5419 (java) R 5392 5392 2334 0 -1 4202560 82 0 0 0 96 1 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129931659752 140130514293522 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5420] ppid=5392 vsize=26534456 CPUtime=0.87 cores=0-7
/proc/5394/task/5420/stat : 5420 (java) R 5392 5392 2334 0 -1 4202560 42 0 0 0 87 0 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129930607256 140130514293873 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5421] ppid=5392 vsize=26534456 CPUtime=0.92 cores=0-7
/proc/5394/task/5421/stat : 5421 (java) R 5392 5392 2334 0 -1 4202560 72 0 0 0 92 0 0 0 20 0 28 0 620619 27171282944 128026 18446744073709551615 4194304 4196468 140726673177152 140129929549280 140130514504433 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 26543968

[startup+6.3018 s]
/proc/loadavg: 6.80 6.00 6.36 9/201 5421
/proc/meminfo: memFree=31313548/32770624 swapFree=0/298504
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
[pid=5394] ppid=5392 vsize=26534456 CPUtime=42.32 cores=0-7
/proc/5394/stat : 5394 (java) S 5392 5392 2334 0 -1 1077944320 39927 0 0 0 4171 61 0 0 20 0 28 0 620459 27171282944 129028 18446744073709551615 4194304 4196468 140726673177152 140726673159696 140130889965303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
/proc/5394/statm: 6633614 129028 3242 1 0 6621915 0
[pid=5394/tid=5395] ppid=5392 vsize=26534456 CPUtime=1.45 cores=0-7
/proc/5394/task/5395/stat : 5395 (java) S 5392 5392 2334 0 -1 1077944384 9164 0 0 0 139 6 0 0 20 0 28 0 620459 27171282944 129028 18446744073709551615 4194304 4196468 140726673177152 140130894206080 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5396] ppid=5392 vsize=26534456 CPUtime=0.12 cores=0-7
/proc/5394/task/5396/stat : 5396 (java) S 5392 5392 2334 0 -1 1077944384 75 0 0 0 9 3 0 0 20 0 28 0 620460 27171282944 129028 18446744073709551615 4194304 4196468 140726673177152 140130846931856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5397] ppid=5392 vsize=26534456 CPUtime=0.16 cores=0-7
/proc/5394/task/5397/stat : 5397 (java) S 5392 5392 2334 0 -1 1077944384 109 0 0 0 12 4 0 0 20 0 28 0 620460 27171282944 129028 18446744073709551615 4194304 4196468 140726673177152 140130845879056 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5398] ppid=5392 vsize=26534456 CPUtime=0.15 cores=0-7
/proc/5394/task/5398/stat : 5398 (java) S 5392 5392 2334 0 -1 1077944384 102 0 0 0 11 4 0 0 20 0 28 0 620460 27171282944 129028 18446744073709551615 4194304 4196468 140726673177152 140130844826768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5399] ppid=5392 vsize=26534456 CPUtime=0.13 cores=0-7
/proc/5394/task/5399/stat : 5399 (java) S 5392 5392 2334 0 -1 1077944384 93 0 0 0 9 4 0 0 20 0 28 0 620460 27171282944 129028 18446744073709551615 4194304 4196468 140726673177152 140130843773968 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0

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

[pid=5394/tid=5420] ppid=5392 vsize=26534456 CPUtime=158.78 cores=0-7
/proc/5394/task/5420/stat : 5420 (java) R 5392 5392 2334 0 -1 4202560 1376 0 0 0 15876 2 0 0 20 0 28 0 620619 27171282944 418081 18446744073709551615 4194304 4196468 140726673177152 140129930604376 140130514171255 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5421] ppid=5392 vsize=26534456 CPUtime=159.32 cores=0-7
/proc/5394/task/5421/stat : 5421 (java) R 5392 5392 2334 0 -1 4202560 1990 0 0 0 15930 2 0 0 20 0 28 0 620619 27171282944 418081 18446744073709551615 4194304 4196468 140726673177152 140129929551880 140130518130776 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
Current children cumulated CPU time (s) 1287.54
Current children cumulated vsize (KiB) 26543968

[startup+222.308 s]
/proc/loadavg: 8.12 7.22 6.79 9/201 5425
/proc/meminfo: memFree=29374904/32770624 swapFree=0/298556
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
[pid=5394] ppid=5392 vsize=26534456 CPUtime=1766.61 cores=0-7
/proc/5394/stat : 5394 (java) S 5392 5392 2334 0 -1 1077944320 113192 0 0 0 176471 190 0 0 20 0 28 0 620459 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140726673159696 140130889965303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
/proc/5394/statm: 6633614 613746 3244 1 0 6621915 0
[pid=5394/tid=5395] ppid=5392 vsize=26534456 CPUtime=1.45 cores=0-7
/proc/5394/task/5395/stat : 5395 (java) S 5392 5392 2334 0 -1 1077944384 9164 0 0 0 139 6 0 0 20 0 28 0 620459 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130894206080 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5396] ppid=5392 vsize=26534456 CPUtime=0.27 cores=0-7
/proc/5394/task/5396/stat : 5396 (java) S 5392 5392 2334 0 -1 1077944384 829 0 0 0 17 10 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130846931856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5397] ppid=5392 vsize=26534456 CPUtime=0.32 cores=0-7
/proc/5394/task/5397/stat : 5397 (java) S 5392 5392 2334 0 -1 1077944384 1461 0 0 0 20 12 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130845879056 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5398] ppid=5392 vsize=26534456 CPUtime=0.31 cores=0-7
/proc/5394/task/5398/stat : 5398 (java) S 5392 5392 2334 0 -1 1077944384 660 0 0 0 19 12 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130844826768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5399] ppid=5392 vsize=26534456 CPUtime=0.29 cores=0-7
/proc/5394/task/5399/stat : 5399 (java) S 5392 5392 2334 0 -1 1077944384 801 0 0 0 18 11 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130843773968 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5400] ppid=5392 vsize=26534456 CPUtime=0.33 cores=0-7
/proc/5394/task/5400/stat : 5400 (java) S 5392 5392 2334 0 -1 1077944384 632 0 0 0 21 12 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130842720656 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5401] ppid=5392 vsize=26534456 CPUtime=0.3 cores=0-7
/proc/5394/task/5401/stat : 5401 (java) S 5392 5392 2334 0 -1 1077944384 586 0 0 0 18 12 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130841667856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5402] ppid=5392 vsize=26534456 CPUtime=0.26 cores=0-7
/proc/5394/task/5402/stat : 5402 (java) S 5392 5392 2334 0 -1 1077944384 748 0 0 0 16 10 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130840615568 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5403] ppid=5392 vsize=26534456 CPUtime=0.28 cores=0-7
/proc/5394/task/5403/stat : 5403 (java) S 5392 5392 2334 0 -1 1077944384 769 0 0 0 18 10 0 0 20 0 28 0 620460 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130839562768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5404] ppid=5392 vsize=26534456 CPUtime=0.04 cores=0-7
/proc/5394/task/5404/stat : 5404 (java) S 5392 5392 2334 0 -1 1077944384 3856 0 0 0 2 2 0 0 20 0 28 0 620462 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130155829872 140130889976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5405] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5405/stat : 5405 (java) S 5392 5392 2334 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 620462 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140130154775904 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5406] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5406/stat : 5406 (java) S 5392 5392 2334 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 620462 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129951803008 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5407] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5407/stat : 5407 (java) S 5392 5392 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 620465 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129950751312 140130889983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5408] ppid=5392 vsize=26534456 CPUtime=3.97 cores=0-7
/proc/5394/task/5408/stat : 5408 (java) S 5392 5392 2334 0 -1 1077944384 16843 0 0 0 393 4 0 0 20 0 28 0 620465 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129949698160 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5409] ppid=5392 vsize=26534456 CPUtime=4.38 cores=0-7
/proc/5394/task/5409/stat : 5409 (java) S 5392 5392 2334 0 -1 1077944384 20477 0 0 0 434 4 0 0 20 0 28 0 620465 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129948645360 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5410] ppid=5392 vsize=26534456 CPUtime=3.8 cores=0-7
/proc/5394/task/5410/stat : 5410 (java) S 5392 5392 2334 0 -1 1077944384 16450 0 0 0 376 4 0 0 20 0 28 0 620465 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129947593072 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5411] ppid=5392 vsize=26534456 CPUtime=1.04 cores=0-7
/proc/5394/task/5411/stat : 5411 (java) S 5392 5392 2334 0 -1 1077944384 13834 0 0 0 100 4 0 0 20 0 28 0 620465 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129946540272 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5412] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5412/stat : 5412 (java) S 5392 5392 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 620465 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129945488224 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5413] ppid=5392 vsize=26534456 CPUtime=0.07 cores=0-7
/proc/5394/task/5413/stat : 5413 (java) S 5392 5392 2334 0 -1 1077944384 1339 0 0 0 7 0 0 0 20 0 28 0 620468 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129944435504 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5414] ppid=5392 vsize=26534456 CPUtime=219.05 cores=0-7
/proc/5394/task/5414/stat : 5414 (java) R 5392 5392 2334 0 -1 4202560 2272 0 0 0 21903 2 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129936920024 140130514172320 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5415] ppid=5392 vsize=26534456 CPUtime=218.92 cores=0-7
/proc/5394/task/5415/stat : 5415 (java) R 5392 5392 2334 0 -1 4202560 1548 0 0 0 21890 2 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129935867304 140130515975110 0 4 1 16800974 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5416] ppid=5392 vsize=26534456 CPUtime=219.47 cores=0-7
/proc/5394/task/5416/stat : 5416 (java) R 5392 5392 2334 0 -1 4202560 1386 0 0 0 21944 3 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129934814432 140130517070870 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5417] ppid=5392 vsize=26534456 CPUtime=215.99 cores=0-7
/proc/5394/task/5417/stat : 5417 (java) R 5392 5392 2334 0 -1 4202560 6313 0 0 0 21582 17 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129933761880 140130514172484 0 4 1 16800974 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5418] ppid=5392 vsize=26534456 CPUtime=218.82 cores=0-7
/proc/5394/task/5418/stat : 5418 (java) R 5392 5392 2334 0 -1 4202560 6868 0 0 0 21843 39 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129932709768 140130518033184 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5419] ppid=5392 vsize=26534456 CPUtime=219.01 cores=0-7
/proc/5394/task/5419/stat : 5419 (java) R 5392 5392 2334 0 -1 4202560 1285 0 0 0 21898 3 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129931656568 140130516697699 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5420] ppid=5392 vsize=26534456 CPUtime=218.75 cores=0-7
/proc/5394/task/5420/stat : 5420 (java) R 5392 5392 2334 0 -1 4202560 1675 0 0 0 21873 2 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129930604088 140130516697675 0 4 1 16800974 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5421] ppid=5392 vsize=26534456 CPUtime=219.28 cores=0-7
/proc/5394/task/5421/stat : 5421 (java) R 5392 5392 2334 0 -1 4202560 2101 0 0 0 21926 2 0 0 20 0 28 0 620619 27171282944 613746 18446744073709551615 4194304 4196468 140726673177152 140129929553656 140130517071650 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
Current children cumulated CPU time (s) 1766.61
Current children cumulated vsize (KiB) 26543968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.602 s]
/proc/loadavg: 8.09 7.26 6.80 9/201 5425
/proc/meminfo: memFree=29371020/32770624 swapFree=0/298560
[pid=5392] ppid=5389 vsize=9512 CPUtime=0 cores=0-7
/proc/5392/stat : 5392 (xcsp3-exec) S 5389 5392 2334 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 620452 9740288 345 18446744073709551615 4194304 5098028 140735902798000 140735902796104 139707631690364 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 6 0 0 7196144 7232144 30932992 140735902806420 140735902806630 140735902806630 140735902810091 0
/proc/5392/statm: 2378 345 289 221 0 87 0
[pid=5394] ppid=5392 vsize=26534456 CPUtime=1920.66 cores=0-7
/proc/5394/stat : 5394 (java) S 5392 5392 2334 0 -1 1077944320 114293 0 0 0 191868 198 0 0 20 0 28 0 620459 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140726673159696 140130889965303 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
/proc/5394/statm: 6633614 614770 3244 1 0 6621915 0
[pid=5394/tid=5395] ppid=5392 vsize=26534456 CPUtime=1.45 cores=0-7
/proc/5394/task/5395/stat : 5395 (java) S 5392 5392 2334 0 -1 1077944384 9164 0 0 0 139 6 0 0 20 0 28 0 620459 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130894206080 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5396] ppid=5392 vsize=26534456 CPUtime=0.27 cores=0-7
/proc/5394/task/5396/stat : 5396 (java) S 5392 5392 2334 0 -1 1077944384 829 0 0 0 17 10 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130846931856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5397] ppid=5392 vsize=26534456 CPUtime=0.32 cores=0-7
/proc/5394/task/5397/stat : 5397 (java) S 5392 5392 2334 0 -1 1077944384 1461 0 0 0 20 12 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130845879056 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5398] ppid=5392 vsize=26534456 CPUtime=0.31 cores=0-7
/proc/5394/task/5398/stat : 5398 (java) S 5392 5392 2334 0 -1 1077944384 660 0 0 0 19 12 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130844826768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5399] ppid=5392 vsize=26534456 CPUtime=0.29 cores=0-7
/proc/5394/task/5399/stat : 5399 (java) S 5392 5392 2334 0 -1 1077944384 801 0 0 0 18 11 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130843773968 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5400] ppid=5392 vsize=26534456 CPUtime=0.33 cores=0-7
/proc/5394/task/5400/stat : 5400 (java) S 5392 5392 2334 0 -1 1077944384 632 0 0 0 21 12 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130842720656 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5401] ppid=5392 vsize=26534456 CPUtime=0.3 cores=0-7
/proc/5394/task/5401/stat : 5401 (java) S 5392 5392 2334 0 -1 1077944384 586 0 0 0 18 12 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130841667856 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5402] ppid=5392 vsize=26534456 CPUtime=0.26 cores=0-7
/proc/5394/task/5402/stat : 5402 (java) S 5392 5392 2334 0 -1 1077944384 748 0 0 0 16 10 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130840615568 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5403] ppid=5392 vsize=26534456 CPUtime=0.28 cores=0-7
/proc/5394/task/5403/stat : 5403 (java) S 5392 5392 2334 0 -1 1077944384 769 0 0 0 18 10 0 0 20 0 28 0 620460 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130839562768 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5404] ppid=5392 vsize=26534456 CPUtime=0.04 cores=0-7
/proc/5394/task/5404/stat : 5404 (java) S 5392 5392 2334 0 -1 1077944384 3856 0 0 0 2 2 0 0 20 0 28 0 620462 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130155829872 140130889976450 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5405] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5405/stat : 5405 (java) S 5392 5392 2334 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 620462 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140130154775904 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5406] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5406/stat : 5406 (java) S 5392 5392 2334 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 620462 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129951803008 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5407] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5407/stat : 5407 (java) S 5392 5392 2334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 620465 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129950751312 140130889983899 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5408] ppid=5392 vsize=26534456 CPUtime=3.97 cores=0-7
/proc/5394/task/5408/stat : 5408 (java) S 5392 5392 2334 0 -1 1077944384 16843 0 0 0 393 4 0 0 20 0 28 0 620465 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129949698160 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5409] ppid=5392 vsize=26534456 CPUtime=4.39 cores=0-7
/proc/5394/task/5409/stat : 5409 (java) S 5392 5392 2334 0 -1 1077944384 20666 0 0 0 435 4 0 0 20 0 28 0 620465 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129948645360 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5410] ppid=5392 vsize=26534456 CPUtime=3.82 cores=0-7
/proc/5394/task/5410/stat : 5410 (java) S 5392 5392 2334 0 -1 1077944384 16739 0 0 0 378 4 0 0 20 0 28 0 620465 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129947593072 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5411] ppid=5392 vsize=26534456 CPUtime=1.04 cores=0-7
/proc/5394/task/5411/stat : 5411 (java) S 5392 5392 2334 0 -1 1077944384 13834 0 0 0 100 4 0 0 20 0 28 0 620465 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129946540272 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5412] ppid=5392 vsize=26534456 CPUtime=0 cores=0-7
/proc/5394/task/5412/stat : 5412 (java) S 5392 5392 2334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 620465 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129945488224 140130889975509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5413] ppid=5392 vsize=26534456 CPUtime=0.08 cores=0-7
/proc/5394/task/5413/stat : 5413 (java) S 5392 5392 2334 0 -1 1077944384 1339 0 0 0 8 0 0 0 20 0 28 0 620468 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129944435504 140130889976450 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5414] ppid=5392 vsize=26534456 CPUtime=238.35 cores=0-7
/proc/5394/task/5414/stat : 5414 (java) R 5392 5392 2334 0 -1 4202560 2277 0 0 0 23833 2 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129936920024 140130516698450 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5415] ppid=5392 vsize=26534456 CPUtime=238.21 cores=0-7
/proc/5394/task/5415/stat : 5415 (java) R 5392 5392 2334 0 -1 4202560 1552 0 0 0 23819 2 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129935867304 140130514172104 0 4 1 16800974 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5416] ppid=5392 vsize=26534456 CPUtime=238.76 cores=0-7
/proc/5394/task/5416/stat : 5416 (java) R 5392 5392 2334 0 -1 4202560 1395 0 0 0 23873 3 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129934814432 140130518130760 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5417] ppid=5392 vsize=26534456 CPUtime=234.99 cores=0-7
/proc/5394/task/5417/stat : 5417 (java) R 5392 5392 2334 0 -1 4202560 6678 0 0 0 23475 24 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129933762136 140130515830846 0 4 1 16800974 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5418] ppid=5392 vsize=26534456 CPUtime=238.09 cores=0-7
/proc/5394/task/5418/stat : 5418 (java) R 5392 5392 2334 0 -1 4202560 7104 0 0 0 23769 40 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129932710328 140130515602432 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5419] ppid=5392 vsize=26534456 CPUtime=238.3 cores=0-7
/proc/5394/task/5419/stat : 5419 (java) R 5392 5392 2334 0 -1 4202560 1287 0 0 0 23827 3 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129931656568 140130518130655 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5420] ppid=5392 vsize=26534456 CPUtime=238.04 cores=0-7
/proc/5394/task/5420/stat : 5420 (java) R 5392 5392 2334 0 -1 4202560 1675 0 0 0 23802 2 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129930604088 140130512917995 0 4 1 16800974 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
[pid=5394/tid=5421] ppid=5392 vsize=26534456 CPUtime=238.57 cores=0-7
/proc/5394/task/5421/stat : 5421 (java) R 5392 5392 2334 0 -1 4202560 2103 0 0 0 23855 2 0 0 20 0 28 0 620619 27171282944 614770 18446744073709551615 4194304 4196468 140726673177152 140129929553656 140130517071950 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29818880 140726673183186 140726673183362 140726673183362 140726673186767 0
Current children cumulated CPU time (s) 1920.66
Current children cumulated vsize (KiB) 26543968

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5394 sig 9
??? kill 5392 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5392 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1945
# CPU time returned by wait4() is 0.001945
# while last known CPU time is 1920.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 241.636
CPU time (s): 1920.66
CPU user time (s): 1918.68
CPU system time (s): 1.98
CPU usage (%): 794.857
Max. virtual memory (cumulated for all children) (KiB): 26543968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001945
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79151 second user time and 1.81105 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-02 11:45:00
IDJOB=4254764
IDBENCH=115599
IDSOLVER=2636
FILE ID=node130/4254764-1501667934
RUNJOBID= node130-1501661057-2426
PBS_JOBID= 
Free space on /tmp= 61864 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-20-6.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4254764-1501667934/watcher-4254764-1501667934 -o /tmp/evaluation-result-4254764-1501667934/solver-4254764-1501667934 -C 1920 -W 264 -M 31000 --bin-var /tmp/runsolver-exch-node130-1501661057-2426 --watchdog 324  ./xcsp3-exec -dir HOME -tl 1920 -p 8 -ml 22000 -tdir HOME -seed 1198760592 HOME/instance-4254764-1501667934.xml

TIME LIMIT= 1920 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 43798f1f0ec1e0d1988685c70912b197
RANDOM SEED=1198760592

node130.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.79
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.79
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.79
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.79
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:        31816308 kB
MemAvailable:   32022416 kB
Buffers:           97088 kB
Cached:           390172 kB
SwapCached:            0 kB
Active:           238008 kB
Inactive:         307284 kB
Active(anon):      58124 kB
Inactive(anon):     8556 kB
Active(file):     179884 kB
Inactive(file):   298728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:         52824 kB
Mapped:            26480 kB
Shmem:              8868 kB
Slab:             110544 kB
SReclaimable:      86664 kB
SUnreclaim:        23880 kB
KernelStack:        3312 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     278176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61856 MiB
End job on node130 at 2017-08-02 11:49:02