Trace number 4245060

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)? (TO) 2400.07 304.012

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesN/
StripPacking-N1c.xml
MD5SUM19f4dcf35e46defaa68e633424c84ce1
Bench CategoryCSP (decision 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 variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245060-1500684987.xml"  -tl '2400s' -p 8 -x 0
0.00/0.17	c [HOME/instance-4245060-1500684987.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
0.00/0.70	c solve instance...
2400.07/304.04	s UNKNOWN
2400.07/304.04	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-4245060-1500684987/watcher-4245060-1500684987 -o /tmp/evaluation-result-4245060-1500684987/solver-4245060-1500684987 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16504 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1107694244 HOME/instance-4245060-1500684987.xml 

pid=27348
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 3.77 10.53 13.03 3/262 27351
/proc/meminfo: memFree=30276652/32770624 swapFree=5736/224224
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0

[startup+0.100139 s]
/proc/loadavg: 3.77 10.53 13.03 3/262 27351
/proc/meminfo: memFree=30276652/32770624 swapFree=5736/224224
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200273 s]
/proc/loadavg: 3.77 10.53 13.03 3/262 27351
/proc/meminfo: memFree=30276652/32770624 swapFree=5736/224224
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300234 s]
/proc/loadavg: 3.77 10.53 13.03 3/262 27351
/proc/meminfo: memFree=30276652/32770624 swapFree=5736/224224
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700168 s]
/proc/loadavg: 3.77 10.53 13.03 3/262 27351
/proc/meminfo: memFree=30276652/32770624 swapFree=5736/224224
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50152 s]
/proc/loadavg: 3.77 10.53 13.03 14/291 27380
/proc/meminfo: memFree=30168732/32770624 swapFree=5736/224268
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
[pid=27352] ppid=27351 vsize=13801768 CPUtime=7.77 cores=0,2,4,6,8,10,12,14
/proc/27352/stat : 27352 (java) S 27351 27351 16473 0 -1 1077944320 21166 0 0 0 767 10 0 0 20 0 28 0 3767880 14133010432 35164 33554432000 4194304 4196468 140730856004208 140730855986752 139968084872951 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
/proc/27352/statm: 3450442 35164 3220 1 0 3437675 0
[pid=27352/tid=27353] ppid=27351 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27353/stat : 27353 (java) S 27351 27351 16473 0 -1 1077944384 7016 0 0 0 65 3 0 0 20 0 28 0 3767880 14133010432 35164 33554432000 4194304 4196468 140730856004208 139968089113728 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27355] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27355/stat : 27355 (java) S 27351 27351 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139968023837840 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27356] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27356/stat : 27356 (java) S 27351 27351 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139968022785040 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27357] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27357/stat : 27357 (java) S 27351 27351 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139968021732240 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27358] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27358/stat : 27358 (java) S 27351 27351 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139968020679440 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27359] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27359/stat : 27359 (java) S 27351 27351 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139968019626640 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27360] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27360/stat : 27360 (java) S 27351 27351 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967678863888 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27361] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27361/stat : 27361 (java) S 27351 27351 16473 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967677811088 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27362] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27362/stat : 27362 (java) S 27351 27351 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3767881 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967676758288 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27363] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27363/stat : 27363 (java) R 27351 27351 16473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 28 0 3767883 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967546248200 139968077501159 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27364] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27364/stat : 27364 (java) S 27351 27351 16473 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3767884 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967545194016 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27365] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27365/stat : 27365 (java) S 27351 27351 16473 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3767884 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967544141168 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27366] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27366/stat : 27366 (java) S 27351 27351 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3767888 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967543089488 139968084891547 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27367] ppid=27351 vsize=13801768 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27367/stat : 27367 (java) R 27351 27351 16473 0 -1 4202560 2312 0 0 0 62 1 0 0 20 0 28 0 3767888 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967542029336 139968069980470 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27368] ppid=27351 vsize=13801768 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27368/stat : 27368 (java) R 27351 27351 16473 0 -1 4202560 3106 0 0 0 58 0 0 0 20 0 28 0 3767888 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967540969912 139968069996986 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27369] ppid=27351 vsize=13801768 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27369/stat : 27369 (java) R 27351 27351 16473 0 -1 4202560 3019 0 0 0 63 1 0 0 20 0 28 0 3767888 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967539917128 139968069980456 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27370] ppid=27351 vsize=13801768 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27370/stat : 27370 (java) S 27351 27351 16473 0 -1 1077944384 3896 0 0 0 74 1 0 0 20 0 28 0 3767888 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967538878448 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27371] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27371/stat : 27371 (java) S 27351 27351 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3767888 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967537826912 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27372] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27372/stat : 27372 (java) S 27351 27351 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3767888 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967536774192 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27373] ppid=27351 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27373/stat : 27373 (java) S 27351 27351 16473 0 -1 1077944384 65 0 0 0 54 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967529259216 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27374] ppid=27351 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27374/stat : 27374 (java) S 27351 27351 16473 0 -1 1077944384 60 0 0 0 47 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967528209344 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27375] ppid=27351 vsize=13801768 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27375/stat : 27375 (java) S 27351 27351 16473 0 -1 1077944384 51 0 0 0 45 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967527153040 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27376] ppid=27351 vsize=13801768 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27376/stat : 27376 (java) S 27351 27351 16473 0 -1 1077944384 76 0 0 0 59 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967526099936 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27377] ppid=27351 vsize=13801768 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27377/stat : 27377 (java) S 27351 27351 16473 0 -1 1077944384 39 0 0 0 56 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967525049760 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27378] ppid=27351 vsize=13801768 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27378/stat : 27378 (java) S 27351 27351 16473 0 -1 1077944384 41 0 0 0 55 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967523994176 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27379] ppid=27351 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27379/stat : 27379 (java) R 27351 27351 16473 0 -1 4202560 129 0 0 0 67 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967522943624 139967704277234 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27380] ppid=27351 vsize=13801768 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27380/stat : 27380 (java) S 27351 27351 16473 0 -1 1077944384 40 0 0 0 56 0 0 0 20 0 28 0 3767951 14133010432 35164 33554432000 4194304 4196468 140730856004208 139967521888432 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 13811280

[startup+3.10157 s]
/proc/loadavg: 3.77 10.53 13.03 13/291 27380
/proc/meminfo: memFree=30100176/32770624 swapFree=5736/224268
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
[pid=27352] ppid=27351 vsize=13804552 CPUtime=20.46 cores=0,2,4,6,8,10,12,14
/proc/27352/stat : 27352 (java) S 27351 27351 16473 0 -1 1077944320 45583 0 0 0 2030 16 0 0 20 0 28 0 3767880 14135861248 62380 33554432000 4194304 4196468 140730856004208 140730855986752 139968084872951 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
/proc/27352/statm: 3451138 62380 3233 1 0 3438371 0
[pid=27352/tid=27353] ppid=27351 vsize=13804552 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27353/stat : 27353 (java) S 27351 27351 16473 0 -1 1077944384 7016 0 0 0 65 3 0 0 20 0 28 0 3767880 14135861248 62380 33554432000 4194304 4196468 140730856004208 139968089113728 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27355] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27355/stat : 27355 (java) S 27351 27351 16473 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139968023837840 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27356] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27356/stat : 27356 (java) S 27351 27351 16473 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139968022785040 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27357] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27357/stat : 27357 (java) S 27351 27351 16473 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139968021732240 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27358] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27358/stat : 27358 (java) S 27351 27351 16473 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139968020679440 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27359] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27359/stat : 27359 (java) S 27351 27351 16473 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139968019626640 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27360] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27360/stat : 27360 (java) S 27351 27351 16473 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967678863888 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27361] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27361/stat : 27361 (java) S 27351 27351 16473 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967677811088 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27362] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27362/stat : 27362 (java) S 27351 27351 16473 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 3767881 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967676758288 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27363] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27363/stat : 27363 (java) S 27351 27351 16473 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 3767883 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967546248048 139968084884098 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27364] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27364/stat : 27364 (java) S 27351 27351 16473 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 3767884 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967545194080 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27365] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27365/stat : 27365 (java) S 27351 27351 16473 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 3767884 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967544141168 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27366] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27366/stat : 27366 (java) S 27351 27351 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3767888 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967543089488 139968084891547 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27367] ppid=27351 vsize=13804552 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27367/stat : 27367 (java) R 27351 27351 16473 0 -1 4202560 8810 0 0 0 168 1 0 0 20 0 28 0 3767888 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967542022344 139968066395866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27368] ppid=27351 vsize=13804552 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27368/stat : 27368 (java) R 27351 27351 16473 0 -1 4202560 13249 0 0 0 183 1 0 0 20 0 28 0 3767888 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967540970064 139968066418113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27369] ppid=27351 vsize=13804552 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27369/stat : 27369 (java) R 27351 27351 16473 0 -1 4202560 7778 0 0 0 170 2 0 0 20 0 28 0 3767888 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967539917344 139968077162333 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27370] ppid=27351 vsize=13804552 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27370/stat : 27370 (java) S 27351 27351 16473 0 -1 1077944384 5583 0 0 0 84 1 0 0 20 0 28 0 3767888 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967538878448 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27371] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27371/stat : 27371 (java) S 27351 27351 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3767888 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967537826912 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27372] ppid=27351 vsize=13804552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27372/stat : 27372 (java) S 27351 27351 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3767888 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967536774192 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27373] ppid=27351 vsize=13804552 CPUtime=1.84 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27373/stat : 27373 (java) R 27351 27351 16473 0 -1 4202560 133 0 0 0 184 0 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967529256984 139967704460635 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27374] ppid=27351 vsize=13804552 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27374/stat : 27374 (java) R 27351 27351 16473 0 -1 4202560 151 0 0 0 167 0 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967528208640 139967705167455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27375] ppid=27351 vsize=13804552 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27375/stat : 27375 (java) R 27351 27351 16473 0 -1 4202560 107 0 0 0 158 0 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967527154312 139967701086272 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27376] ppid=27351 vsize=13804552 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27376/stat : 27376 (java) R 27351 27351 16473 0 -1 4202560 231 0 0 0 174 1 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967526101680 139967700490628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27377] ppid=27351 vsize=13804552 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27377/stat : 27377 (java) R 27351 27351 16473 0 -1 4202560 153 0 0 0 171 0 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967525047848 139967704398012 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27378] ppid=27351 vsize=13804552 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27378/stat : 27378 (java) R 27351 27351 16473 0 -1 4202560 141 0 0 0 171 0 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967523996520 139967704130404 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27379] ppid=27351 vsize=13804552 CPUtime=1.55 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27379/stat : 27379 (java) R 27351 27351 16473 0 -1 4202560 197 0 0 0 155 0 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967522944008 139967705489946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27380] ppid=27351 vsize=13804552 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27380/stat : 27380 (java) R 27351 27351 16473 0 -1 4202560 89 0 0 0 172 0 0 0 20 0 28 0 3767951 14135861248 62380 33554432000 4194304 4196468 140730856004208 139967521893128 139967705560510 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
Current children cumulated CPU time (s) 20.46
Current children cumulated vsize (KiB) 13814064

[startup+6.30172 s]
/proc/loadavg: 4.43 10.55 13.02 13/291 27380
/proc/meminfo: memFree=30022316/32770624 swapFree=5736/224268

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

[pid=27352/tid=27379] ppid=27351 vsize=13801768 CPUtime=216.43 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27379/stat : 27379 (java) R 27351 27351 16473 0 -1 4202560 3680 0 0 0 21641 2 0 0 20 0 28 0 3767951 14133010432 121197 33554432000 4194304 4196468 140730856004208 139967522943736 139967706644139 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27380] ppid=27351 vsize=13801768 CPUtime=216.38 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27380/stat : 27380 (java) R 27351 27351 16473 0 -1 4202560 1165 0 0 0 21637 1 0 0 20 0 28 0 3767951 14133010432 121197 33554432000 4194304 4196468 140730856004208 139967521890808 139967700490726 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
Current children cumulated CPU time (s) 1756.37
Current children cumulated vsize (KiB) 13811280

[startup+282.302 s]
/proc/loadavg: 15.65 12.88 13.28 17/302 27644
/proc/meminfo: memFree=28122212/32770624 swapFree=5736/224672
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
[pid=27352] ppid=27351 vsize=13801768 CPUtime=2228.89 cores=0,2,4,6,8,10,12,14
/proc/27352/stat : 27352 (java) S 27351 27351 16473 0 -1 1077944320 109056 0 0 0 222593 296 0 0 20 0 28 0 3767880 14133010432 98928 33554432000 4194304 4196468 140730856004208 140730855986752 139968084872951 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
/proc/27352/statm: 3450442 98928 3296 1 0 3437675 0
[pid=27352/tid=27353] ppid=27351 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27353/stat : 27353 (java) S 27351 27351 16473 0 -1 1077944384 7016 0 0 0 65 3 0 0 20 0 28 0 3767880 14133010432 98928 33554432000 4194304 4196468 140730856004208 139968089113728 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27355] ppid=27351 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27355/stat : 27355 (java) S 27351 27351 16473 0 -1 1077944384 1891 0 0 0 94 18 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139968023837840 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27356] ppid=27351 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27356/stat : 27356 (java) S 27351 27351 16473 0 -1 1077944384 1808 0 0 0 95 17 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139968022785040 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27357] ppid=27351 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27357/stat : 27357 (java) S 27351 27351 16473 0 -1 1077944384 1354 0 0 0 97 17 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139968021732240 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27358] ppid=27351 vsize=13801768 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27358/stat : 27358 (java) S 27351 27351 16473 0 -1 1077944384 2619 0 0 0 95 18 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139968020679440 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27359] ppid=27351 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27359/stat : 27359 (java) S 27351 27351 16473 0 -1 1077944384 1473 0 0 0 92 16 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139968019626640 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27360] ppid=27351 vsize=13801768 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27360/stat : 27360 (java) S 27351 27351 16473 0 -1 1077944384 1545 0 0 0 96 19 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967678863888 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27361] ppid=27351 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27361/stat : 27361 (java) S 27351 27351 16473 0 -1 1077944384 1659 0 0 0 94 18 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967677811088 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27362] ppid=27351 vsize=13801768 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27362/stat : 27362 (java) S 27351 27351 16473 0 -1 1077944384 1977 0 0 0 96 17 0 0 20 0 28 0 3767881 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967676758288 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27363] ppid=27351 vsize=13801768 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27363/stat : 27363 (java) S 27351 27351 16473 0 -1 1077944384 6645 0 0 0 88 117 0 0 20 0 28 0 3767883 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967546248048 139968084884098 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27364] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27364/stat : 27364 (java) S 27351 27351 16473 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3767884 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967545194080 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27365] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27365/stat : 27365 (java) S 27351 27351 16473 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 3767884 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967544141184 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27366] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27366/stat : 27366 (java) S 27351 27351 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3767888 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967543089488 139968084891547 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27367] ppid=27351 vsize=13801768 CPUtime=5.17 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27367/stat : 27367 (java) S 27351 27351 16473 0 -1 1077944384 19232 0 0 0 514 3 0 0 20 0 28 0 3767888 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967542036848 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27368] ppid=27351 vsize=13801768 CPUtime=5.42 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27368/stat : 27368 (java) S 27351 27351 16473 0 -1 1077944384 21567 0 0 0 539 3 0 0 20 0 28 0 3767888 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967540984048 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27369] ppid=27351 vsize=13801768 CPUtime=4.54 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27369/stat : 27369 (java) S 27351 27351 16473 0 -1 1077944384 12930 0 0 0 451 3 0 0 20 0 28 0 3767888 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967539931248 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27370] ppid=27351 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27370/stat : 27370 (java) S 27351 27351 16473 0 -1 1077944384 8728 0 0 0 104 2 0 0 20 0 28 0 3767888 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967538878448 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 11 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27371] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27371/stat : 27371 (java) S 27351 27351 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3767888 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967537826912 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27372] ppid=27351 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27372/stat : 27372 (java) S 27351 27351 16473 0 -1 1077944384 702 0 0 0 7 5 0 0 20 0 28 0 3767888 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967536774192 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 9 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27373] ppid=27351 vsize=13801768 CPUtime=275.97 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27373/stat : 27373 (java) R 27351 27351 16473 0 -1 4202560 1480 0 0 0 27596 1 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967529257352 139967704478581 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27374] ppid=27351 vsize=13801768 CPUtime=274.87 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27374/stat : 27374 (java) R 27351 27351 16473 0 -1 4202560 3688 0 0 0 27484 3 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967528206328 139967707159617 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27375] ppid=27351 vsize=13801768 CPUtime=275.18 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27375/stat : 27375 (java) R 27351 27351 16473 0 -1 4202560 1177 0 0 0 27517 1 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967527153536 139967706644311 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27376] ppid=27351 vsize=13801768 CPUtime=275.01 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27376/stat : 27376 (java) R 27351 27351 16473 0 -1 4202560 2049 0 0 0 27498 3 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967526101080 139967705864973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27377] ppid=27351 vsize=13801768 CPUtime=274.59 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27377/stat : 27377 (java) R 27351 27351 16473 0 -1 4202560 1751 0 0 0 27457 2 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967525050992 139967706976667 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27378] ppid=27351 vsize=13801768 CPUtime=275.07 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27378/stat : 27378 (java) R 27351 27351 16473 0 -1 4202560 1409 0 0 0 27506 1 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967523995368 139967708425978 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27379] ppid=27351 vsize=13801768 CPUtime=275.13 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27379/stat : 27379 (java) R 27351 27351 16473 0 -1 4202560 3825 0 0 0 27511 2 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967522943376 139967704478320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27380] ppid=27351 vsize=13801768 CPUtime=274.82 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27380/stat : 27380 (java) R 27351 27351 16473 0 -1 4202560 1190 0 0 0 27481 1 0 0 20 0 28 0 3767951 14133010432 98928 33554432000 4194304 4196468 140730856004208 139967521890808 139967706644421 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
Current children cumulated CPU time (s) 2228.89
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+304.001 s]
/proc/loadavg: 15.81 13.10 13.34 17/302 27644
/proc/meminfo: memFree=28197100/32770624 swapFree=5736/224696
[pid=27351] ppid=27348 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27351/stat : 27351 (xcsp3-exec) S 27348 27351 16473 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3767880 9740288 346 33554432000 4194304 5098028 140721171253360 140721171251464 139909346755196 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 22945792 140721171260558 140721171260768 140721171260768 140721171263467 0
/proc/27351/statm: 2378 346 289 221 0 87 0
[pid=27352] ppid=27351 vsize=13801768 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/27352/stat : 27352 (java) S 27351 27351 16473 0 -1 1077944320 109550 0 0 0 239695 312 0 0 20 0 28 0 3767880 14133010432 98290 33554432000 4194304 4196468 140730856004208 140730855986752 139968084872951 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
/proc/27352/statm: 3450442 98290 3296 1 0 3437675 0
[pid=27352/tid=27353] ppid=27351 vsize=13801768 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27353/stat : 27353 (java) S 27351 27351 16473 0 -1 1077944384 7016 0 0 0 65 3 0 0 20 0 28 0 3767880 14133010432 98290 33554432000 4194304 4196468 140730856004208 139968089113728 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27355] ppid=27351 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27355/stat : 27355 (java) S 27351 27351 16473 0 -1 1077944384 1926 0 0 0 101 18 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139968023837840 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27356] ppid=27351 vsize=13801768 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27356/stat : 27356 (java) S 27351 27351 16473 0 -1 1077944384 1842 0 0 0 102 18 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139968022785040 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27357] ppid=27351 vsize=13801768 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27357/stat : 27357 (java) S 27351 27351 16473 0 -1 1077944384 1421 0 0 0 103 17 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139968021732240 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27358] ppid=27351 vsize=13801768 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27358/stat : 27358 (java) S 27351 27351 16473 0 -1 1077944384 2678 0 0 0 101 18 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139968020679440 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27359] ppid=27351 vsize=13801768 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27359/stat : 27359 (java) S 27351 27351 16473 0 -1 1077944384 1501 0 0 0 99 16 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139968019626640 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27360] ppid=27351 vsize=13801768 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27360/stat : 27360 (java) S 27351 27351 16473 0 -1 1077944384 1621 0 0 0 102 19 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967678863888 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27361] ppid=27351 vsize=13801768 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27361/stat : 27361 (java) S 27351 27351 16473 0 -1 1077944384 1703 0 0 0 100 18 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967677811088 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27362] ppid=27351 vsize=13801768 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27362/stat : 27362 (java) S 27351 27351 16473 0 -1 1077944384 2023 0 0 0 103 17 0 0 20 0 28 0 3767881 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967676758288 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27363] ppid=27351 vsize=13801768 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27363/stat : 27363 (java) S 27351 27351 16473 0 -1 1077944384 6657 0 0 0 97 130 0 0 20 0 28 0 3767883 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967546248048 139968084884098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27364] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27364/stat : 27364 (java) S 27351 27351 16473 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3767884 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967545194080 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27365] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27365/stat : 27365 (java) S 27351 27351 16473 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 3767884 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967544141184 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27366] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27366/stat : 27366 (java) S 27351 27351 16473 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3767888 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967543089488 139968084891547 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27367] ppid=27351 vsize=13801768 CPUtime=5.17 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27367/stat : 27367 (java) S 27351 27351 16473 0 -1 1077944384 19232 0 0 0 514 3 0 0 20 0 28 0 3767888 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967542036848 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27368] ppid=27351 vsize=13801768 CPUtime=5.42 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27368/stat : 27368 (java) S 27351 27351 16473 0 -1 1077944384 21567 0 0 0 539 3 0 0 20 0 28 0 3767888 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967540984048 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27369] ppid=27351 vsize=13801768 CPUtime=4.54 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27369/stat : 27369 (java) S 27351 27351 16473 0 -1 1077944384 12930 0 0 0 451 3 0 0 20 0 28 0 3767888 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967539931248 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27370] ppid=27351 vsize=13801768 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27370/stat : 27370 (java) S 27351 27351 16473 0 -1 1077944384 8728 0 0 0 104 2 0 0 20 0 28 0 3767888 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967538878448 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 11 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27371] ppid=27351 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27371/stat : 27371 (java) S 27351 27351 16473 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3767888 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967537826912 139968084883157 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27372] ppid=27351 vsize=13801768 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27372/stat : 27372 (java) S 27351 27351 16473 0 -1 1077944384 704 0 0 0 8 5 0 0 20 0 28 0 3767888 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967536774192 139968084884098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27373] ppid=27351 vsize=13801768 CPUtime=297.15 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27373/stat : 27373 (java) R 27351 27351 16473 0 -1 4202560 1487 0 0 0 29714 1 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967529257480 139967707312661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27374] ppid=27351 vsize=13801768 CPUtime=296.23 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27374/stat : 27374 (java) R 27351 27351 16473 0 -1 4202560 3699 0 0 0 29620 3 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967528206152 139967709922458 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27375] ppid=27351 vsize=13801768 CPUtime=296.57 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27375/stat : 27375 (java) R 27351 27351 16473 0 -1 4202560 1206 0 0 0 29656 1 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967527153784 139967706644311 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27376] ppid=27351 vsize=13801768 CPUtime=296.36 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27376/stat : 27376 (java) R 27351 27351 16473 0 -1 4202560 2060 0 0 0 29633 3 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967526100312 139967709923133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27377] ppid=27351 vsize=13801768 CPUtime=295.9 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27377/stat : 27377 (java) R 27351 27351 16473 0 -1 4202560 1758 0 0 0 29588 2 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967525050800 139967706644446 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27378] ppid=27351 vsize=13801768 CPUtime=296.42 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27378/stat : 27378 (java) R 27351 27351 16473 0 -1 4202560 1414 0 0 0 29641 1 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967523995448 139967709779268 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27379] ppid=27351 vsize=13801768 CPUtime=296.49 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27379/stat : 27379 (java) R 27351 27351 16473 0 -1 4202560 3840 0 0 0 29647 2 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967522943352 139967709288174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
[pid=27352/tid=27380] ppid=27351 vsize=13801768 CPUtime=295.94 cores=0,2,4,6,8,10,12,14
/proc/27352/task/27380/stat : 27380 (java) R 27351 27351 16473 0 -1 4202560 1196 0 0 0 29592 2 0 0 20 0 28 0 3767951 14133010432 98290 33554432000 4194304 4196468 140730856004208 139967521890560 139967706644372 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11993088 140730856006844 140730856007020 140730856007020 140730856009679 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 13811280

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

Real time (s): 304.012
CPU time (s): 2400.07
CPU user time (s): 2396.95
CPU system time (s): 3.12
CPU usage (%): 789.466
Max. virtual memory (cumulated for all children) (KiB): 13814064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000805
system time used= 0.002417
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
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= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.71307 second user time and 4.50758 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 02:56:27
IDJOB=4245060
IDBENCH=120419
IDSOLVER=2625
FILE ID=node114/4245060-1500684987
RUNJOBID= node114-1500682387-16504
PBS_JOBID= 20623324
Free space on /tmp= 61984 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesN/StripPacking-N1c.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245060-1500684987/watcher-4245060-1500684987 -o /tmp/evaluation-result-4245060-1500684987/solver-4245060-1500684987 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500682387-16504 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1107694244 HOME/instance-4245060-1500684987.xml

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

MD5SUM BENCH= 19f4dcf35e46defaa68e633424c84ce1
RANDOM SEED=1107694244

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.60
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30277016 kB
MemAvailable:   30353956 kB
Buffers:           53436 kB
Cached:           332400 kB
SwapCached:            0 kB
Active:          1881200 kB
Inactive:         233036 kB
Active(anon):    1731536 kB
Inactive(anon):     8812 kB
Active(file):     149664 kB
Inactive(file):   224224 kB
Unevictable:        5736 kB
Mlocked:            5736 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8112 kB
Writeback:             0 kB
AnonPages:       1734616 kB
Mapped:            42896 kB
Shmem:              8848 kB
Slab:              71984 kB
SReclaimable:      37776 kB
SUnreclaim:        34208 kB
KernelStack:        4528 kB
PageTables:         8616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3823496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1599488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61996 MiB
End job on node114 at 2017-07-22 03:01:31