Trace number 4253992

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 seq (2017-07-26)? (TO) 245.64999 240.00999

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-7.xml
MD5SUMd6761b054431b884cfc6d948dd81b50d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1808
Best CPU time to get the best result obtained on this benchmark1956.1
Satisfiable
(Un)Satisfiability was proved
Number of variables38010
Number of constraints1832
Number of domains20
Minimum domain size2
Maximum domain size187
Distribution of domain sizes[{"size":2,"count":1810},{"size":6,"count":3620},{"size":16,"count":1810},{"size":19,"count":1810},{"size":25,"count":1810},{"size":26,"count":1810},{"size":43,"count":1810},{"size":73,"count":1810},{"size":98,"count":1810},{"size":109,"count":1810},{"size":110,"count":1810},{"size":130,"count":1810},{"size":132,"count":1810},{"size":158,"count":1810},{"size":165,"count":1810},{"size":171,"count":1810},{"size":178,"count":1810},{"size":182,"count":1810},{"size":186,"count":1810},{"size":187,"count":1810}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":38010}]
Minimum constraint arity21
Maximum constraint arity36200
Distribution of constraint arities[{"arity":21,"count":1810},{"arity":1810,"count":21},{"arity":36200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1830}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4253992-1501613517.xml"  -tl '264s' -p 1 -x 0
0.00/0.26	c [HOME/instance-4253992-1501613517.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.32	c simple solver
0.00/0.38	c parse instance...
3.08/1.24	c solve instance...
245.65/240.00	s UNKNOWN
245.65/240.00	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-4253992-1501613517/watcher-4253992-1501613517 -o /tmp/evaluation-result-4253992-1501613517/solver-4253992-1501613517 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501610486-5294 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 424837940 HOME/instance-4253992-1501613517.xml 

pid=7321
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 1.32 1.61 1.62 4/200 7324
/proc/meminfo: memFree=31770944/32770624 swapFree=0/278084
[pid=7324] ppid=7321 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (runsolver) D 7321 7324 5234 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 8857429 24240128 108 18446744073709551615 4194304 4338465 140724313874768 140724313872408 140083329934039 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 36368384 140724313878622 140724313879110 140724313879110 140724313882570 0
/proc/7324/statm: 5918 108 54 36 0 2156 0

[startup+0.100017 s]
/proc/loadavg: 1.32 1.61 1.62 4/200 7324
/proc/meminfo: memFree=31770944/32770624 swapFree=0/278084
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200597 s]
/proc/loadavg: 1.32 1.61 1.62 4/200 7324
/proc/meminfo: memFree=31770944/32770624 swapFree=0/278084
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300274 s]
/proc/loadavg: 1.32 1.61 1.62 4/200 7324
/proc/meminfo: memFree=31770944/32770624 swapFree=0/278084
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700895 s]
/proc/loadavg: 1.32 1.61 1.62 4/200 7324
/proc/meminfo: memFree=31770944/32770624 swapFree=0/278084
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5006 s]
/proc/loadavg: 1.32 1.61 1.62 5/216 7340
/proc/meminfo: memFree=31566956/32770624 swapFree=0/278104
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
[pid=7326] ppid=7324 vsize=13980732 CPUtime=3.98 cores=0,2,4,6
/proc/7326/stat : 7326 (java) S 7324 7324 5234 0 -1 1077944320 16787 0 0 0 386 12 0 0 20 0 15 0 8857437 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140721860167488 140413514387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
/proc/7326/statm: 3495183 56815 3208 1 0 3483484 0
[pid=7326/tid=7327] ppid=7324 vsize=13980732 CPUtime=1.31 cores=0,2,4,6
/proc/7326/task/7327/stat : 7327 (java) R 7324 7324 5234 0 -1 4202560 8556 0 0 0 126 5 0 0 20 0 15 0 8857437 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140413518623560 140413514399126 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7328] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7328/stat : 7328 (java) S 7324 7324 5234 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140413433801104 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7329] ppid=7324 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/7326/task/7329/stat : 7329 (java) S 7324 7324 5234 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 15 0 8857438 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140413432748304 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7330] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7330/stat : 7330 (java) S 7324 7324 5234 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140413431696016 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7331] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7331/stat : 7331 (java) S 7324 7324 5234 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140413430643216 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7332] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7332/stat : 7332 (java) S 7324 7324 5234 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 8857439 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412992359024 140413514398338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7333] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7333/stat : 7333 (java) S 7324 7324 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412991304992 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7334] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7334/stat : 7334 (java) S 7324 7324 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412990252656 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7335] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7335/stat : 7335 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857442 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412989200976 140413514405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7336] ppid=7324 vsize=13980732 CPUtime=0.99 cores=0,2,4,6
/proc/7326/task/7336/stat : 7336 (java) R 7324 7324 5234 0 -1 4202560 2396 0 0 0 99 0 0 0 20 0 15 0 8857442 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412988139472 140413493820283 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7337] ppid=7324 vsize=13980732 CPUtime=0.96 cores=0,2,4,6
/proc/7326/task/7337/stat : 7337 (java) R 7324 7324 5234 0 -1 4202560 2103 0 0 0 96 0 0 0 20 0 15 0 8857442 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412987083696 140413497563767 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7338] ppid=7324 vsize=13980732 CPUtime=0.51 cores=0,2,4,6
/proc/7326/task/7338/stat : 7338 (java) S 7324 7324 5234 0 -1 1077944384 2247 0 0 0 51 0 0 0 20 0 15 0 8857442 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412986042736 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7339] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7339/stat : 7339 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857443 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412984990176 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7340] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7340/stat : 7340 (java) S 7324 7324 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8857446 14316269568 56815 18446744073709551615 4194304 4196468 140721860184944 140412983937968 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 13990244

[startup+3.10079 s]
/proc/loadavg: 1.32 1.61 1.62 5/216 7340
/proc/meminfo: memFree=31563980/32770624 swapFree=0/278104
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
[pid=7326] ppid=7324 vsize=13980732 CPUtime=6.2 cores=0,2,4,6
/proc/7326/stat : 7326 (java) S 7324 7324 5234 0 -1 1077944320 16996 0 0 0 607 13 0 0 20 0 15 0 8857437 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140721860167488 140413514387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
/proc/7326/statm: 3495183 57034 3208 1 0 3483484 0
[pid=7326/tid=7327] ppid=7324 vsize=13980732 CPUtime=2.91 cores=0,2,4,6
/proc/7326/task/7327/stat : 7327 (java) R 7324 7324 5234 0 -1 4202560 8581 0 0 0 286 5 0 0 20 0 15 0 8857437 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140413518622912 140413102022236 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7328] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7328/stat : 7328 (java) S 7324 7324 5234 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140413433801104 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7329] ppid=7324 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/7326/task/7329/stat : 7329 (java) S 7324 7324 5234 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 15 0 8857438 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140413432748304 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7330] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7330/stat : 7330 (java) S 7324 7324 5234 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140413431696016 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7331] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7331/stat : 7331 (java) S 7324 7324 5234 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140413430643216 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7332] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7332/stat : 7332 (java) S 7324 7324 5234 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 8857439 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412992359024 140413514398338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7333] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7333/stat : 7333 (java) S 7324 7324 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412991304992 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7334] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7334/stat : 7334 (java) S 7324 7324 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412990252656 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7335] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7335/stat : 7335 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857442 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412989200976 140413514405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7336] ppid=7324 vsize=13980732 CPUtime=1.27 cores=0,2,4,6
/proc/7326/task/7336/stat : 7336 (java) S 7324 7324 5234 0 -1 1077944384 2520 0 0 0 127 0 0 0 20 0 15 0 8857442 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412988147824 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7337] ppid=7324 vsize=13980732 CPUtime=1.26 cores=0,2,4,6
/proc/7326/task/7337/stat : 7337 (java) S 7324 7324 5234 0 -1 1077944384 2150 0 0 0 126 0 0 0 20 0 15 0 8857442 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412987095024 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7338] ppid=7324 vsize=13980732 CPUtime=0.53 cores=0,2,4,6
/proc/7326/task/7338/stat : 7338 (java) S 7324 7324 5234 0 -1 1077944384 2260 0 0 0 53 0 0 0 20 0 15 0 8857442 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412986042736 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7339] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7339/stat : 7339 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857443 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412984990176 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7340] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7340/stat : 7340 (java) S 7324 7324 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8857446 14316269568 57034 18446744073709551615 4194304 4196468 140721860184944 140412983937968 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 13990244

[startup+6.30079 s]
/proc/loadavg: 1.29 1.60 1.61 3/216 7340
/proc/meminfo: memFree=31562828/32770624 swapFree=0/278112
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
[pid=7326] ppid=7324 vsize=13980732 CPUtime=9.76 cores=0,2,4,6
/proc/7326/stat : 7326 (java) S 7324 7324 5234 0 -1 1077944320 21873 0 0 0 963 13 0 0 20 0 15 0 8857437 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140721860167488 140413514387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
/proc/7326/statm: 3495183 57208 3210 1 0 3483484 0
[pid=7326/tid=7327] ppid=7324 vsize=13980732 CPUtime=6.12 cores=0,2,4,6
/proc/7326/task/7327/stat : 7327 (java) R 7324 7324 5234 0 -1 4202560 9029 0 0 0 606 6 0 0 20 0 15 0 8857437 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140413518623808 140413107486299 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7328] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7328/stat : 7328 (java) S 7324 7324 5234 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140413433801104 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7329] ppid=7324 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/7326/task/7329/stat : 7329 (java) S 7324 7324 5234 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 15 0 8857438 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140413432748304 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7330] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7330/stat : 7330 (java) S 7324 7324 5234 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140413431696016 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7331] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7331/stat : 7331 (java) S 7324 7324 5234 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140413430643216 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7332] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7332/stat : 7332 (java) S 7324 7324 5234 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 15 0 8857439 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412992359024 140413514398338 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7333] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7333/stat : 7333 (java) S 7324 7324 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412991304992 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7334] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7334/stat : 7334 (java) S 7324 7324 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412990252656 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7335] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7335/stat : 7335 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857442 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412989200976 140413514405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7336] ppid=7324 vsize=13980732 CPUtime=1.33 cores=0,2,4,6
/proc/7326/task/7336/stat : 7336 (java) S 7324 7324 5234 0 -1 1077944384 2942 0 0 0 132 1 0 0 20 0 15 0 8857442 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412988147824 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7337] ppid=7324 vsize=13980732 CPUtime=1.55 cores=0,2,4,6
/proc/7326/task/7337/stat : 7337 (java) S 7324 7324 5234 0 -1 1077944384 5360 0 0 0 154 1 0 0 20 0 15 0 8857442 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412987095024 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7338] ppid=7324 vsize=13980732 CPUtime=0.56 cores=0,2,4,6
/proc/7326/task/7338/stat : 7338 (java) S 7324 7324 5234 0 -1 1077944384 2662 0 0 0 56 0 0 0 20 0 15 0 8857442 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412986042736 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7339] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7339/stat : 7339 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857443 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412984990176 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7340] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7340/stat : 7340 (java) S 7324 7324 5234 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 8857446 14316269568 57208 18446744073709551615 4194304 4196468 140721860184944 140412983937968 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.35 1.60 1.61 3/216 7340
/proc/meminfo: memFree=31561744/32770624 swapFree=0/278116
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
[pid=7326] ppid=7324 vsize=13980732 CPUtime=16.36 cores=0,2,4,6
/proc/7326/stat : 7326 (java) S 7324 7324 5234 0 -1 1077944320 25779 0 0 0 1622 14 0 0 20 0 15 0 8857437 14316269568 57429 18446744073709551615 4194304 4196468 140721860184944 140721860167488 140413514387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
/proc/7326/statm: 3495183 57429 3210 1 0 3483484 0
[pid=7326/tid=7327] ppid=7324 vsize=13980732 CPUtime=12.51 cores=0,2,4,6
/proc/7326/task/7327/stat : 7327 (java) R 7324 7324 5234 0 -1 4202560 9484 0 0 0 1245 6 0 0 20 0 15 0 8857437 14316269568 57429 18446744073709551615 4194304 4196468 140721860184944 140413518623920 140413107168550 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7328] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7328/stat : 7328 (java) S 7324 7324 5234 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 57429 18446744073709551615 4194304 4196468 140721860184944 140413433801104 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7329] ppid=7324 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/7326/task/7329/stat : 7329 (java) S 7324 7324 5234 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 15 0 8857438 14316269568 57429 18446744073709551615 4194304 4196468 140721860184944 140413432748304 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0

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

[pid=7326/tid=7333] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7333/stat : 7333 (java) S 7324 7324 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412991304992 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7334] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7334/stat : 7334 (java) S 7324 7324 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412990252656 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7335] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7335/stat : 7335 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857442 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412989200976 140413514405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7336] ppid=7324 vsize=13980732 CPUtime=2.21 cores=0,2,4,6
/proc/7326/task/7336/stat : 7336 (java) S 7324 7324 5234 0 -1 1077944384 13446 0 0 0 219 2 0 0 20 0 15 0 8857442 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412988147824 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7337] ppid=7324 vsize=13980732 CPUtime=1.95 cores=0,2,4,6
/proc/7326/task/7337/stat : 7337 (java) S 7324 7324 5234 0 -1 1077944384 10511 0 0 0 194 1 0 0 20 0 15 0 8857442 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412987095024 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7338] ppid=7324 vsize=13980732 CPUtime=0.65 cores=0,2,4,6
/proc/7326/task/7338/stat : 7338 (java) S 7324 7324 5234 0 -1 1077944384 6549 0 0 0 64 1 0 0 20 0 15 0 8857442 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412986042736 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7339] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7339/stat : 7339 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857443 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412984990176 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7340] ppid=7324 vsize=13980732 CPUtime=0.06 cores=0,2,4,6
/proc/7326/task/7340/stat : 7340 (java) S 7324 7324 5234 0 -1 1077944384 531 0 0 0 3 3 0 0 20 0 15 0 8857446 14316269568 59755 18446744073709551615 4194304 4196468 140721860184944 140412983937968 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
Current children cumulated CPU time (s) 107.22
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.99 1.79 1.69 3/215 7352
/proc/meminfo: memFree=31513532/32770624 swapFree=0/278232
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
[pid=7326] ppid=7324 vsize=13980732 CPUtime=167.68 cores=0,2,4,6
/proc/7326/stat : 7326 (java) S 7324 7324 5234 0 -1 1077944320 49335 0 0 0 16746 22 0 0 20 0 15 0 8857437 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140721860167488 140413514387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
/proc/7326/statm: 3495183 59812 3217 1 0 3483484 0
[pid=7326/tid=7327] ppid=7324 vsize=13980732 CPUtime=162.12 cores=0,2,4,6
/proc/7326/task/7327/stat : 7327 (java) R 7324 7324 5234 0 -1 4202560 12474 0 0 0 16205 7 0 0 20 0 15 0 8857437 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140413518623312 140413107560323 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7328] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7328/stat : 7328 (java) S 7324 7324 5234 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140413433801104 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7329] ppid=7324 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/7326/task/7329/stat : 7329 (java) S 7324 7324 5234 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 15 0 8857438 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140413432748304 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7330] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7330/stat : 7330 (java) S 7324 7324 5234 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140413431696016 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7331] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7331/stat : 7331 (java) S 7324 7324 5234 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140413430643216 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7332] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7332/stat : 7332 (java) S 7324 7324 5234 0 -1 1077944384 560 0 0 0 0 0 0 0 20 0 15 0 8857439 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412992359024 140413514398338 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7333] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7333/stat : 7333 (java) S 7324 7324 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412991304992 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7334] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7334/stat : 7334 (java) S 7324 7324 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412990252656 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7335] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7335/stat : 7335 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857442 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412989200976 140413514405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7336] ppid=7324 vsize=13980732 CPUtime=2.38 cores=0,2,4,6
/proc/7326/task/7336/stat : 7336 (java) S 7324 7324 5234 0 -1 1077944384 14923 0 0 0 236 2 0 0 20 0 15 0 8857442 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412988147824 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7337] ppid=7324 vsize=13980732 CPUtime=2.19 cores=0,2,4,6
/proc/7326/task/7337/stat : 7337 (java) S 7324 7324 5234 0 -1 1077944384 12867 0 0 0 218 1 0 0 20 0 15 0 8857442 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412987095024 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7338] ppid=7324 vsize=13980732 CPUtime=0.65 cores=0,2,4,6
/proc/7326/task/7338/stat : 7338 (java) S 7324 7324 5234 0 -1 1077944384 6573 0 0 0 64 1 0 0 20 0 15 0 8857442 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412986042736 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7339] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7339/stat : 7339 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857443 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412984990176 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7340] ppid=7324 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/7326/task/7340/stat : 7340 (java) S 7324 7324 5234 0 -1 1077944384 537 0 0 0 5 6 0 0 20 0 15 0 8857446 14316269568 59812 18446744073709551615 4194304 4196468 140721860184944 140412983937968 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
Current children cumulated CPU time (s) 167.68
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 2.00 1.83 1.71 3/215 7354
/proc/meminfo: memFree=31503044/32770624 swapFree=0/278260
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
[pid=7326] ppid=7324 vsize=13980732 CPUtime=227.83 cores=0,2,4,6
/proc/7326/stat : 7326 (java) S 7324 7324 5234 0 -1 1077944320 51549 0 0 0 22759 24 0 0 20 0 15 0 8857437 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140721860167488 140413514387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
/proc/7326/statm: 3495183 59840 3219 1 0 3483484 0
[pid=7326/tid=7327] ppid=7324 vsize=13980732 CPUtime=222.13 cores=0,2,4,6
/proc/7326/task/7327/stat : 7327 (java) R 7324 7324 5234 0 -1 4202560 12871 0 0 0 22206 7 0 0 20 0 15 0 8857437 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140413518623648 140413106564302 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7328] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7328/stat : 7328 (java) S 7324 7324 5234 0 -1 1077944384 24 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140413433801104 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7329] ppid=7324 vsize=13980732 CPUtime=0.03 cores=0,2,4,6
/proc/7326/task/7329/stat : 7329 (java) S 7324 7324 5234 0 -1 1077944384 17 0 0 0 2 1 0 0 20 0 15 0 8857438 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140413432748304 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7330] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7330/stat : 7330 (java) S 7324 7324 5234 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140413431696016 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7331] ppid=7324 vsize=13980732 CPUtime=0.04 cores=0,2,4,6
/proc/7326/task/7331/stat : 7331 (java) S 7324 7324 5234 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 8857438 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140413430643216 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7332] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7332/stat : 7332 (java) S 7324 7324 5234 0 -1 1077944384 599 0 0 0 0 0 0 0 20 0 15 0 8857439 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412992359024 140413514398338 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7333] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7333/stat : 7333 (java) S 7324 7324 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412991304992 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7334] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7334/stat : 7334 (java) S 7324 7324 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412990252656 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7335] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7335/stat : 7335 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857442 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412989200976 140413514405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7336] ppid=7324 vsize=13980732 CPUtime=2.43 cores=0,2,4,6
/proc/7326/task/7336/stat : 7336 (java) S 7324 7324 5234 0 -1 1077944384 16283 0 0 0 241 2 0 0 20 0 15 0 8857442 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412988147824 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7337] ppid=7324 vsize=13980732 CPUtime=2.23 cores=0,2,4,6
/proc/7326/task/7337/stat : 7337 (java) S 7324 7324 5234 0 -1 1077944384 13248 0 0 0 222 1 0 0 20 0 15 0 8857442 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412987095024 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7338] ppid=7324 vsize=13980732 CPUtime=0.65 cores=0,2,4,6
/proc/7326/task/7338/stat : 7338 (java) S 7324 7324 5234 0 -1 1077944384 6577 0 0 0 64 1 0 0 20 0 15 0 8857442 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412986042736 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7339] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7339/stat : 7339 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857443 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412984990176 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7340] ppid=7324 vsize=13980732 CPUtime=0.16 cores=0,2,4,6
/proc/7326/task/7340/stat : 7340 (java) S 7324 7324 5234 0 -1 1077944384 570 0 0 0 8 8 0 0 20 0 15 0 8857446 14316269568 59840 18446744073709551615 4194304 4196468 140721860184944 140412983937968 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
Current children cumulated CPU time (s) 227.83
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.00 1.84 1.71 5/216 7434
/proc/meminfo: memFree=31393952/32770624 swapFree=0/278312
[pid=7324] ppid=7321 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/7324/stat : 7324 (xcsp3-exec) S 7321 7324 5234 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 8857429 9740288 345 18446744073709551615 4194304 5098028 140736472331024 140736472329128 140706096312956 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 18464768 140736472338844 140736472339047 140736472339047 140736472342507 0
/proc/7324/statm: 2378 345 289 221 0 87 0
[pid=7326] ppid=7324 vsize=13980732 CPUtime=245.65 cores=0,2,4,6
/proc/7326/stat : 7326 (java) S 7324 7324 5234 0 -1 1077944320 53692 0 0 0 24536 29 0 0 20 0 15 0 8857437 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140721860167488 140413514387191 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
/proc/7326/statm: 3495183 67688 3228 1 0 3483484 0
[pid=7326/tid=7327] ppid=7324 vsize=13980732 CPUtime=239.79 cores=0,2,4,6
/proc/7326/task/7327/stat : 7327 (java) R 7324 7324 5234 0 -1 4202560 13128 0 0 0 23972 7 0 0 20 0 15 0 8857437 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140413518624328 140413106564245 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7328] ppid=7324 vsize=13980732 CPUtime=0.07 cores=0,2,4,6
/proc/7326/task/7328/stat : 7328 (java) S 7324 7324 5234 0 -1 1077944384 182 0 0 0 5 2 0 0 20 0 15 0 8857438 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140413433801104 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7329] ppid=7324 vsize=13980732 CPUtime=0.06 cores=0,2,4,6
/proc/7326/task/7329/stat : 7329 (java) S 7324 7324 5234 0 -1 1077944384 155 0 0 0 4 2 0 0 20 0 15 0 8857438 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140413432748304 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7330] ppid=7324 vsize=13980732 CPUtime=0.07 cores=0,2,4,6
/proc/7326/task/7330/stat : 7330 (java) S 7324 7324 5234 0 -1 1077944384 96 0 0 0 5 2 0 0 20 0 15 0 8857438 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140413431696016 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7331] ppid=7324 vsize=13980732 CPUtime=0.07 cores=0,2,4,6
/proc/7326/task/7331/stat : 7331 (java) S 7324 7324 5234 0 -1 1077944384 576 0 0 0 5 2 0 0 20 0 15 0 8857438 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140413430643216 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7332] ppid=7324 vsize=13980732 CPUtime=0.01 cores=0,2,4,6
/proc/7326/task/7332/stat : 7332 (java) S 7324 7324 5234 0 -1 1077944384 742 0 0 0 1 0 0 0 20 0 15 0 8857439 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412992359024 140413514398338 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7333] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7333/stat : 7333 (java) S 7324 7324 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412991304992 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7334] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7334/stat : 7334 (java) S 7324 7324 5234 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 8857440 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412990252656 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7335] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7335/stat : 7335 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857442 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412989200976 140413514405787 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7336] ppid=7324 vsize=13980732 CPUtime=2.43 cores=0,2,4,6
/proc/7326/task/7336/stat : 7336 (java) S 7324 7324 5234 0 -1 1077944384 16363 0 0 0 241 2 0 0 20 0 15 0 8857442 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412988147824 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7337] ppid=7324 vsize=13980732 CPUtime=2.23 cores=0,2,4,6
/proc/7326/task/7337/stat : 7337 (java) S 7324 7324 5234 0 -1 1077944384 13814 0 0 0 222 1 0 0 20 0 15 0 8857442 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412987095024 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7338] ppid=7324 vsize=13980732 CPUtime=0.66 cores=0,2,4,6
/proc/7326/task/7338/stat : 7338 (java) S 7324 7324 5234 0 -1 1077944384 6769 0 0 0 65 1 0 0 20 0 15 0 8857442 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412986042736 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7339] ppid=7324 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/7326/task/7339/stat : 7339 (java) S 7324 7324 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8857443 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412984990176 140413514397397 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
[pid=7326/tid=7340] ppid=7324 vsize=13980732 CPUtime=0.18 cores=0,2,4,6
/proc/7326/task/7340/stat : 7340 (java) S 7324 7324 5234 0 -1 1077944384 571 0 0 0 9 9 0 0 20 0 15 0 8857446 14316269568 67688 18446744073709551615 4194304 4196468 140721860184944 140412983937968 140413514398338 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18931712 140721860186580 140721860186755 140721860186755 140721860190159 0
Current children cumulated CPU time (s) 245.65
Current children cumulated vsize (KiB) 13990244

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 7326 sig 9
??? kill 7324 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 7324 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1839
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=128
# CPU time returned by wait4() is 0.001967
# while last known CPU time is 245.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.01
CPU time (s): 245.65
CPU user time (s): 245.36
CPU system time (s): 0.29
CPU usage (%): 102.35
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001839
system time used= 0.000128
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509
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 0.796829 second user time and 1.91313 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-01 20:37:56
IDJOB=4253992
IDBENCH=124204
IDSOLVER=2635
FILE ID=node134/4253992-1501613517
RUNJOBID= node134-1501610486-5294
PBS_JOBID= 
Free space on /tmp= 61892 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-7.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253992-1501613517/watcher-4253992-1501613517 -o /tmp/evaluation-result-4253992-1501613517/solver-4253992-1501613517 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501610486-5294 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 424837940 HOME/instance-4253992-1501613517.xml

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

MD5SUM BENCH= d6761b054431b884cfc6d948dd81b50d
RANDOM SEED=424837940

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31771224 kB
MemAvailable:   31927356 kB
Buffers:           89908 kB
Cached:           349244 kB
SwapCached:            0 kB
Active:           311624 kB
Inactive:         284736 kB
Active(anon):     159312 kB
Inactive(anon):     6652 kB
Active(file):     152312 kB
Inactive(file):   278084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7612 kB
Writeback:             8 kB
AnonPages:        156868 kB
Mapped:            41688 kB
Shmem:              8892 kB
Slab:             107724 kB
SReclaimable:      83140 kB
SUnreclaim:        24584 kB
KernelStack:        3536 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1240416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61884 MiB
End job on node134 at 2017-08-01 20:41:56