Trace number 4250105

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.37 302.212

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h375-12.xml
MD5SUMcda15f5e5f696f8ee91ea98989c7670b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.8115
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":375},{"degree":2,"count":525}]
Minimum constraint arity525
Maximum constraint arity900
Distribution of constraint arities[{"arity":525,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","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-4250105-1500696071.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4250105-1500696071.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.33	c parse instance...
0.00/0.68	c solve instance...
2400.37/302.25	s UNKNOWN
2400.37/302.25	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-4250105-1500696071/watcher-4250105-1500696071 -o /tmp/evaluation-result-4250105-1500696071/solver-4250105-1500696071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2046290262 HOME/instance-4250105-1500696071.xml 

pid=18499
running on 8 cores: 0-3,8-11

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: 11.72 10.70 11.64 10/277 18502
/proc/meminfo: memFree=30817204/32770624 swapFree=5932/271696
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0

[startup+0.100062 s]
/proc/loadavg: 11.72 10.70 11.64 10/277 18502
/proc/meminfo: memFree=30817204/32770624 swapFree=5932/271696
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.2003 s]
/proc/loadavg: 11.72 10.70 11.64 10/277 18502
/proc/meminfo: memFree=30817204/32770624 swapFree=5932/271696
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.30029 s]
/proc/loadavg: 11.72 10.70 11.64 10/277 18502
/proc/meminfo: memFree=30817204/32770624 swapFree=5932/271696
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700174 s]
/proc/loadavg: 11.72 10.70 11.64 10/277 18502
/proc/meminfo: memFree=30817204/32770624 swapFree=5932/271696
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50142 s]
/proc/loadavg: 11.72 10.70 11.64 20/306 18531
/proc/meminfo: memFree=30705180/32770624 swapFree=5932/271732
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
[pid=18503] ppid=18502 vsize=13801768 CPUtime=7.99 cores=0-3,8-11
/proc/18503/stat : 18503 (java) S 18502 18502 18810 0 -1 1077944320 18717 0 0 0 791 8 0 0 20 0 28 0 4874246 14133010432 34956 33554432000 4194304 4196468 140727089660816 140727089643360 139986370518775 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
/proc/18503/statm: 3450442 34956 3221 1 0 3437675 0
[pid=18503/tid=18504] ppid=18502 vsize=13801768 CPUtime=0.66 cores=0-3,8-11
/proc/18503/task/18504/stat : 18504 (java) S 18502 18502 18810 0 -1 1077944384 6466 0 0 0 63 3 0 0 20 0 28 0 4874247 14133010432 34956 33554432000 4194304 4196468 140727089660816 139986374759552 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18506] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18506/stat : 18506 (java) S 18502 18502 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139986340231440 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18507] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18507/stat : 18507 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985968834960 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18508] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18508/stat : 18508 (java) S 18502 18502 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985967782416 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18509] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18509/stat : 18509 (java) S 18502 18502 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985966729872 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18510] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18510/stat : 18510 (java) S 18502 18502 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985965677328 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18511] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18511/stat : 18511 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985964624784 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18512] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18512/stat : 18512 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985963572240 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18513] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18513/stat : 18513 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985962519696 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18514] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18514/stat : 18514 (java) S 18502 18502 18810 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4874251 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985564338160 139986370529922 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18515] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18515/stat : 18515 (java) S 18502 18502 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4874251 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985563284384 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18516] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18516/stat : 18516 (java) S 18502 18502 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4874252 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985562231792 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18517] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18517/stat : 18517 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985561180368 139986370537371 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18518] ppid=18502 vsize=13801768 CPUtime=0.75 cores=0-3,8-11
/proc/18503/task/18518/stat : 18518 (java) R 18502 18502 18810 0 -1 4202560 3383 0 0 0 74 1 0 0 20 0 28 0 4874256 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985560114008 139986352062993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18519] ppid=18502 vsize=13801768 CPUtime=0.79 cores=0-3,8-11
/proc/18503/task/18519/stat : 18519 (java) R 18502 18502 18810 0 -1 4202560 2548 0 0 0 79 0 0 0 20 0 28 0 4874256 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985559061464 139986352063002 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18520] ppid=18502 vsize=13801768 CPUtime=0.72 cores=0-3,8-11
/proc/18503/task/18520/stat : 18520 (java) R 18502 18502 18810 0 -1 4202560 1786 0 0 0 72 0 0 0 20 0 28 0 4874256 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985558009400 139986348266270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18521] ppid=18502 vsize=13801768 CPUtime=0.6 cores=0-3,8-11
/proc/18503/task/18521/stat : 18521 (java) S 18502 18502 18810 0 -1 1077944384 2854 0 0 0 60 0 0 0 20 0 28 0 4874256 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985556970352 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18522] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18522/stat : 18522 (java) S 18502 18502 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985555917024 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18523] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18523/stat : 18523 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985554864560 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18524] ppid=18502 vsize=13801768 CPUtime=0.46 cores=0-3,8-11
/proc/18503/task/18524/stat : 18524 (java) R 18502 18502 18810 0 -1 4202560 60 0 0 0 46 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985546849128 139986011514199 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18525] ppid=18502 vsize=13801768 CPUtime=0.63 cores=0-3,8-11
/proc/18503/task/18525/stat : 18525 (java) R 18502 18502 18810 0 -1 4202560 48 0 0 0 63 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985545799504 139986011503587 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18526] ppid=18502 vsize=13801768 CPUtime=0.55 cores=0-3,8-11
/proc/18503/task/18526/stat : 18526 (java) R 18502 18502 18810 0 -1 4202560 50 0 0 0 55 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985544747208 139986011105308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18527] ppid=18502 vsize=13801768 CPUtime=0.59 cores=0-3,8-11
/proc/18503/task/18527/stat : 18527 (java) R 18502 18502 18810 0 -1 4202560 81 0 0 0 59 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985543692464 139986011353747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18528] ppid=18502 vsize=13801768 CPUtime=0.52 cores=0-3,8-11
/proc/18503/task/18528/stat : 18528 (java) R 18502 18502 18810 0 -1 4202560 35 0 0 0 52 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985542639216 139986010997756 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18529] ppid=18502 vsize=13801768 CPUtime=0.41 cores=0-3,8-11
/proc/18503/task/18529/stat : 18529 (java) R 18502 18502 18810 0 -1 4202560 28 0 0 0 41 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985541587944 139986011157500 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18530] ppid=18502 vsize=13801768 CPUtime=0.59 cores=0-3,8-11
/proc/18503/task/18530/stat : 18530 (java) R 18502 18502 18810 0 -1 4202560 29 0 0 0 59 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985540533696 139986011100993 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18531] ppid=18502 vsize=13801768 CPUtime=0.6 cores=0-3,8-11
/proc/18503/task/18531/stat : 18531 (java) R 18502 18502 18810 0 -1 4202560 36 0 0 0 60 0 0 0 20 0 28 0 4874316 14133010432 34956 33554432000 4194304 4196468 140727089660816 139985539480840 139986011105802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 13811280

[startup+3.10169 s]
/proc/loadavg: 11.72 10.70 11.64 20/306 18531
/proc/meminfo: memFree=30669112/32770624 swapFree=5932/271728
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
[pid=18503] ppid=18502 vsize=13801768 CPUtime=20.7 cores=0-3,8-11
/proc/18503/stat : 18503 (java) S 18502 18502 18810 0 -1 1077944320 32966 0 0 0 2060 10 0 0 20 0 28 0 4874246 14133010432 44632 33554432000 4194304 4196468 140727089660816 140727089643360 139986370518775 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
/proc/18503/statm: 3450442 44632 3247 1 0 3437675 0
[pid=18503/tid=18504] ppid=18502 vsize=13801768 CPUtime=0.66 cores=0-3,8-11
/proc/18503/task/18504/stat : 18504 (java) S 18502 18502 18810 0 -1 1077944384 6466 0 0 0 63 3 0 0 20 0 28 0 4874247 14133010432 44632 33554432000 4194304 4196468 140727089660816 139986374759552 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18506] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18506/stat : 18506 (java) S 18502 18502 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139986340231440 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18507] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18507/stat : 18507 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985968834960 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18508] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18508/stat : 18508 (java) S 18502 18502 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985967782416 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18509] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18509/stat : 18509 (java) S 18502 18502 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985966729872 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18510] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18510/stat : 18510 (java) S 18502 18502 18810 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985965677328 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18511] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18511/stat : 18511 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985964624784 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18512] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18512/stat : 18512 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985963572240 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18513] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18513/stat : 18513 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874248 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985962519696 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18514] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18514/stat : 18514 (java) S 18502 18502 18810 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 4874251 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985564338160 139986370529922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18515] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18515/stat : 18515 (java) S 18502 18502 18810 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4874251 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985563284384 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18516] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18516/stat : 18516 (java) S 18502 18502 18810 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4874252 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985562231792 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18517] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18517/stat : 18517 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985561180368 139986370537371 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18518] ppid=18502 vsize=13801768 CPUtime=2.03 cores=0-3,8-11
/proc/18503/task/18518/stat : 18518 (java) R 18502 18502 18810 0 -1 4202560 6199 0 0 0 202 1 0 0 20 0 28 0 4874256 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985560128280 139986355629433 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18519] ppid=18502 vsize=13801768 CPUtime=2.06 cores=0-3,8-11
/proc/18503/task/18519/stat : 18519 (java) R 18502 18502 18810 0 -1 4202560 5383 0 0 0 205 1 0 0 20 0 28 0 4874256 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985559061904 139986348114193 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18520] ppid=18502 vsize=13801768 CPUtime=1.91 cores=0-3,8-11
/proc/18503/task/18520/stat : 18520 (java) R 18502 18502 18810 0 -1 4202560 8531 0 0 0 190 1 0 0 20 0 28 0 4874256 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985558008736 139986355626608 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18521] ppid=18502 vsize=13801768 CPUtime=0.75 cores=0-3,8-11
/proc/18503/task/18521/stat : 18521 (java) S 18502 18502 18810 0 -1 1077944384 3647 0 0 0 74 1 0 0 20 0 28 0 4874256 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985556970352 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18522] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18522/stat : 18522 (java) S 18502 18502 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985555917024 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18523] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18523/stat : 18523 (java) S 18502 18502 18810 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985554864560 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18524] ppid=18502 vsize=13801768 CPUtime=1.64 cores=0-3,8-11
/proc/18503/task/18524/stat : 18524 (java) R 18502 18502 18810 0 -1 4202560 141 0 0 0 164 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985546849200 139986013013113 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18525] ppid=18502 vsize=13801768 CPUtime=1.65 cores=0-3,8-11
/proc/18503/task/18525/stat : 18525 (java) R 18502 18502 18810 0 -1 4202560 161 0 0 0 165 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985545798168 139986012728426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18526] ppid=18502 vsize=13801768 CPUtime=1.61 cores=0-3,8-11
/proc/18503/task/18526/stat : 18526 (java) R 18502 18502 18810 0 -1 4202560 232 0 0 0 161 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985544743352 139986012687363 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18527] ppid=18502 vsize=13801768 CPUtime=1.86 cores=0-3,8-11
/proc/18503/task/18527/stat : 18527 (java) R 18502 18502 18810 0 -1 4202560 322 0 0 0 186 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985543692616 139986013315540 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18528] ppid=18502 vsize=13801768 CPUtime=1.46 cores=0-3,8-11
/proc/18503/task/18528/stat : 18528 (java) R 18502 18502 18810 0 -1 4202560 135 0 0 0 146 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985542640200 139986013013382 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18529] ppid=18502 vsize=13801768 CPUtime=1.62 cores=0-3,8-11
/proc/18503/task/18529/stat : 18529 (java) R 18502 18502 18810 0 -1 4202560 167 0 0 0 162 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985541588008 139986012687570 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18530] ppid=18502 vsize=13801768 CPUtime=1.7 cores=0-3,8-11
/proc/18503/task/18530/stat : 18530 (java) R 18502 18502 18810 0 -1 4202560 137 0 0 0 170 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985540533560 139986012688464 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18531] ppid=18502 vsize=13801768 CPUtime=1.66 cores=0-3,8-11
/proc/18503/task/18531/stat : 18531 (java) R 18502 18502 18810 0 -1 4202560 94 0 0 0 166 0 0 0 20 0 28 0 4874316 14133010432 44632 33554432000 4194304 4196468 140727089660816 139985539481544 139986012728404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
Current children cumulated CPU time (s) 20.7
Current children cumulated vsize (KiB) 13811280

[startup+6.30168 s]
/proc/loadavg: 12.31 10.84 11.68 17/306 18531
/proc/meminfo: memFree=30587096/32770624 swapFree=5932/271740

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

[pid=18503/tid=18530] ppid=18502 vsize=13801768 CPUtime=219.36 cores=0-3,8-11
/proc/18503/task/18530/stat : 18530 (java) R 18502 18502 18810 0 -1 4202560 940 0 0 0 21935 1 0 0 20 0 28 0 4874316 14133010432 52541 33554432000 4194304 4196468 140727089660816 139985540533976 139986013147283 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18531] ppid=18502 vsize=13801768 CPUtime=220.01 cores=0-3,8-11
/proc/18503/task/18531/stat : 18531 (java) R 18502 18502 18810 0 -1 4202560 1100 0 0 0 21998 3 0 0 20 0 28 0 4874316 14133010432 52541 33554432000 4194304 4196468 140727089660816 139985539481432 139986012687676 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
Current children cumulated CPU time (s) 1765.16
Current children cumulated vsize (KiB) 13811280

[startup+282.302 s]
/proc/loadavg: 14.97 13.05 12.39 17/305 19574
/proc/meminfo: memFree=21104392/32770624 swapFree=5932/272500
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
[pid=18503] ppid=18502 vsize=13801768 CPUtime=2242.08 cores=0-3,8-11
/proc/18503/stat : 18503 (java) S 18502 18502 18810 0 -1 1077944320 70488 0 0 0 224114 94 0 0 20 0 28 0 4874246 14133010432 48557 33554432000 4194304 4196468 140727089660816 140727089643360 139986370518775 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
/proc/18503/statm: 3450442 48557 3282 1 0 3437675 0
[pid=18503/tid=18504] ppid=18502 vsize=13801768 CPUtime=0.66 cores=0-3,8-11
/proc/18503/task/18504/stat : 18504 (java) S 18502 18502 18810 0 -1 1077944384 6466 0 0 0 63 3 0 0 20 0 28 0 4874247 14133010432 48557 33554432000 4194304 4196468 140727089660816 139986374759552 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18506] ppid=18502 vsize=13801768 CPUtime=0.23 cores=0-3,8-11
/proc/18503/task/18506/stat : 18506 (java) S 18502 18502 18810 0 -1 1077944384 414 0 0 0 17 6 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139986340231440 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18507] ppid=18502 vsize=13801768 CPUtime=0.22 cores=0-3,8-11
/proc/18503/task/18507/stat : 18507 (java) S 18502 18502 18810 0 -1 1077944384 1958 0 0 0 16 6 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985968834960 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18508] ppid=18502 vsize=13801768 CPUtime=0.21 cores=0-3,8-11
/proc/18503/task/18508/stat : 18508 (java) S 18502 18502 18810 0 -1 1077944384 1178 0 0 0 16 5 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985967782416 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18509] ppid=18502 vsize=13801768 CPUtime=0.21 cores=0-3,8-11
/proc/18503/task/18509/stat : 18509 (java) S 18502 18502 18810 0 -1 1077944384 370 0 0 0 16 5 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985966729872 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18510] ppid=18502 vsize=13801768 CPUtime=0.21 cores=0-3,8-11
/proc/18503/task/18510/stat : 18510 (java) S 18502 18502 18810 0 -1 1077944384 1504 0 0 0 16 5 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985965677328 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18511] ppid=18502 vsize=13801768 CPUtime=0.22 cores=0-3,8-11
/proc/18503/task/18511/stat : 18511 (java) S 18502 18502 18810 0 -1 1077944384 1277 0 0 0 16 6 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985964624784 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18512] ppid=18502 vsize=13801768 CPUtime=0.22 cores=0-3,8-11
/proc/18503/task/18512/stat : 18512 (java) S 18502 18502 18810 0 -1 1077944384 1478 0 0 0 16 6 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985963572240 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18513] ppid=18502 vsize=13801768 CPUtime=0.23 cores=0-3,8-11
/proc/18503/task/18513/stat : 18513 (java) S 18502 18502 18810 0 -1 1077944384 480 0 0 0 18 5 0 0 20 0 28 0 4874248 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985962519696 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18514] ppid=18502 vsize=13801768 CPUtime=0.21 cores=0-3,8-11
/proc/18503/task/18514/stat : 18514 (java) S 18502 18502 18810 0 -1 1077944384 2083 0 0 0 10 11 0 0 20 0 28 0 4874251 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985564338160 139986370529922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18515] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18515/stat : 18515 (java) S 18502 18502 18810 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4874251 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985563284384 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18516] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18516/stat : 18516 (java) S 18502 18502 18810 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4874252 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985562231792 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18517] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18517/stat : 18517 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985561180368 139986370537371 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18518] ppid=18502 vsize=13801768 CPUtime=2.86 cores=0-3,8-11
/proc/18503/task/18518/stat : 18518 (java) S 18502 18502 18810 0 -1 1077944384 10006 0 0 0 285 1 0 0 20 0 28 0 4874256 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985560127984 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18519] ppid=18502 vsize=13801768 CPUtime=2.89 cores=0-3,8-11
/proc/18503/task/18519/stat : 18519 (java) S 18502 18502 18810 0 -1 1077944384 10393 0 0 0 287 2 0 0 20 0 28 0 4874256 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985559075440 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18520] ppid=18502 vsize=13801768 CPUtime=3.03 cores=0-3,8-11
/proc/18503/task/18520/stat : 18520 (java) S 18502 18502 18810 0 -1 1077944384 15006 0 0 0 301 2 0 0 20 0 28 0 4874256 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985558022896 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18521] ppid=18502 vsize=13801768 CPUtime=0.87 cores=0-3,8-11
/proc/18503/task/18521/stat : 18521 (java) S 18502 18502 18810 0 -1 1077944384 6603 0 0 0 86 1 0 0 20 0 28 0 4874256 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985556970352 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18522] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18522/stat : 18522 (java) S 18502 18502 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985555917024 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18523] ppid=18502 vsize=13801768 CPUtime=0.14 cores=0-3,8-11
/proc/18503/task/18523/stat : 18523 (java) S 18502 18502 18810 0 -1 1077944384 1176 0 0 0 6 8 0 0 20 0 28 0 4874256 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985554864560 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18524] ppid=18502 vsize=13801768 CPUtime=277.41 cores=0-3,8-11
/proc/18503/task/18524/stat : 18524 (java) R 18502 18502 18810 0 -1 4202560 1293 0 0 0 27740 1 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985546848632 139986013022788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18525] ppid=18502 vsize=13801768 CPUtime=279.48 cores=0-3,8-11
/proc/18503/task/18525/stat : 18525 (java) R 18502 18502 18810 0 -1 4202560 778 0 0 0 27948 0 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985545797296 139986013150643 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18526] ppid=18502 vsize=13801768 CPUtime=278.38 cores=0-3,8-11
/proc/18503/task/18526/stat : 18526 (java) R 18502 18502 18810 0 -1 4202560 1813 0 0 0 27838 0 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985544745176 139986013012696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18527] ppid=18502 vsize=13801768 CPUtime=276.91 cores=0-3,8-11
/proc/18503/task/18527/stat : 18527 (java) R 18502 18502 18810 0 -1 4202560 1355 0 0 0 27686 5 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985543695328 139986012220667 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18528] ppid=18502 vsize=13801768 CPUtime=279.07 cores=0-3,8-11
/proc/18503/task/18528/stat : 18528 (java) R 18502 18502 18810 0 -1 4202560 989 0 0 0 27907 0 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985542639912 139986013147145 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18529] ppid=18502 vsize=13801768 CPUtime=279.52 cores=0-3,8-11
/proc/18503/task/18529/stat : 18529 (java) R 18502 18502 18810 0 -1 4202560 417 0 0 0 27952 0 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985541587448 139986012546694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18530] ppid=18502 vsize=13801768 CPUtime=278.91 cores=0-3,8-11
/proc/18503/task/18530/stat : 18530 (java) R 18502 18502 18810 0 -1 4202560 974 0 0 0 27890 1 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985540533800 139986013023060 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18531] ppid=18502 vsize=13801768 CPUtime=279.75 cores=0-3,8-11
/proc/18503/task/18531/stat : 18531 (java) R 18502 18502 18810 0 -1 4202560 1132 0 0 0 27972 3 0 0 20 0 28 0 4874316 14133010432 48557 33554432000 4194304 4196468 140727089660816 139985539481544 139986012746320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
Current children cumulated CPU time (s) 2242.08
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+302.202 s]
/proc/loadavg: 15.20 13.22 12.47 17/303 19574
/proc/meminfo: memFree=21100628/32770624 swapFree=5932/272512
[pid=18502] ppid=18499 vsize=9512 CPUtime=0 cores=0-3,8-11
/proc/18502/stat : 18502 (xcsp3-exec) S 18499 18502 18810 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4874246 9740288 346 33554432000 4194304 5098028 140730135295584 140730135293688 139688072041084 0 65536 4100 65538 18446744071579417331 0 0 17 10 0 0 0 0 0 7196144 7232144 34045952 140730135299214 140730135299424 140730135299424 140730135302123 0
/proc/18502/statm: 2378 346 289 221 0 87 0
[pid=18503] ppid=18502 vsize=13801768 CPUtime=2400.37 cores=0-3,8-11
/proc/18503/stat : 18503 (java) S 18502 18502 18810 0 -1 1077944320 72246 0 0 0 239940 97 0 0 20 0 28 0 4874246 14133010432 49067 33554432000 4194304 4196468 140727089660816 140727089643360 139986370518775 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
/proc/18503/statm: 3450442 49067 3282 1 0 3437675 0
[pid=18503/tid=18504] ppid=18502 vsize=13801768 CPUtime=0.66 cores=0-3,8-11
/proc/18503/task/18504/stat : 18504 (java) S 18502 18502 18810 0 -1 1077944384 6466 0 0 0 63 3 0 0 20 0 28 0 4874247 14133010432 49067 33554432000 4194304 4196468 140727089660816 139986374759552 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18506] ppid=18502 vsize=13801768 CPUtime=0.24 cores=0-3,8-11
/proc/18503/task/18506/stat : 18506 (java) S 18502 18502 18810 0 -1 1077944384 440 0 0 0 18 6 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139986340231440 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18507] ppid=18502 vsize=13801768 CPUtime=0.22 cores=0-3,8-11
/proc/18503/task/18507/stat : 18507 (java) S 18502 18502 18810 0 -1 1077944384 1993 0 0 0 16 6 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985968834960 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18508] ppid=18502 vsize=13801768 CPUtime=0.23 cores=0-3,8-11
/proc/18503/task/18508/stat : 18508 (java) S 18502 18502 18810 0 -1 1077944384 1205 0 0 0 17 6 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985967782416 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18509] ppid=18502 vsize=13801768 CPUtime=0.23 cores=0-3,8-11
/proc/18503/task/18509/stat : 18509 (java) S 18502 18502 18810 0 -1 1077944384 416 0 0 0 17 6 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985966729872 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18510] ppid=18502 vsize=13801768 CPUtime=0.22 cores=0-3,8-11
/proc/18503/task/18510/stat : 18510 (java) S 18502 18502 18810 0 -1 1077944384 1866 0 0 0 17 5 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985965677328 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18511] ppid=18502 vsize=13801768 CPUtime=0.23 cores=0-3,8-11
/proc/18503/task/18511/stat : 18511 (java) S 18502 18502 18810 0 -1 1077944384 1310 0 0 0 17 6 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985964624784 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18512] ppid=18502 vsize=13801768 CPUtime=0.23 cores=0-3,8-11
/proc/18503/task/18512/stat : 18512 (java) S 18502 18502 18810 0 -1 1077944384 1555 0 0 0 17 6 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985963572240 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18513] ppid=18502 vsize=13801768 CPUtime=0.24 cores=0-3,8-11
/proc/18503/task/18513/stat : 18513 (java) S 18502 18502 18810 0 -1 1077944384 621 0 0 0 19 5 0 0 20 0 28 0 4874248 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985962519696 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18514] ppid=18502 vsize=13801768 CPUtime=0.23 cores=0-3,8-11
/proc/18503/task/18514/stat : 18514 (java) S 18502 18502 18810 0 -1 1077944384 2369 0 0 0 11 12 0 0 20 0 28 0 4874251 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985564338160 139986370529922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18515] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18515/stat : 18515 (java) S 18502 18502 18810 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 4874251 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985563284384 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18516] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18516/stat : 18516 (java) S 18502 18502 18810 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 4874252 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985562231792 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18517] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18517/stat : 18517 (java) S 18502 18502 18810 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985561180368 139986370537371 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18518] ppid=18502 vsize=13801768 CPUtime=2.86 cores=0-3,8-11
/proc/18503/task/18518/stat : 18518 (java) S 18502 18502 18810 0 -1 1077944384 10008 0 0 0 285 1 0 0 20 0 28 0 4874256 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985560127984 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18519] ppid=18502 vsize=13801768 CPUtime=2.89 cores=0-3,8-11
/proc/18503/task/18519/stat : 18519 (java) S 18502 18502 18810 0 -1 1077944384 10395 0 0 0 287 2 0 0 20 0 28 0 4874256 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985559075440 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18520] ppid=18502 vsize=13801768 CPUtime=3.04 cores=0-3,8-11
/proc/18503/task/18520/stat : 18520 (java) S 18502 18502 18810 0 -1 1077944384 15008 0 0 0 302 2 0 0 20 0 28 0 4874256 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985558022896 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18521] ppid=18502 vsize=13801768 CPUtime=0.87 cores=0-3,8-11
/proc/18503/task/18521/stat : 18521 (java) S 18502 18502 18810 0 -1 1077944384 6605 0 0 0 86 1 0 0 20 0 28 0 4874256 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985556970352 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18522] ppid=18502 vsize=13801768 CPUtime=0 cores=0-3,8-11
/proc/18503/task/18522/stat : 18522 (java) S 18502 18502 18810 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4874256 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985555917024 139986370528981 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18523] ppid=18502 vsize=13801768 CPUtime=0.15 cores=0-3,8-11
/proc/18503/task/18523/stat : 18523 (java) S 18502 18502 18810 0 -1 1077944384 1196 0 0 0 7 8 0 0 20 0 28 0 4874256 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985554864560 139986370529922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18524] ppid=18502 vsize=13801768 CPUtime=297.25 cores=0-3,8-11
/proc/18503/task/18524/stat : 18524 (java) R 18502 18502 18810 0 -1 4202560 1388 0 0 0 29724 1 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985546848608 139986013013439 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18525] ppid=18502 vsize=13801768 CPUtime=299.31 cores=0-3,8-11
/proc/18503/task/18525/stat : 18525 (java) R 18502 18502 18810 0 -1 4202560 858 0 0 0 29931 0 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985545797720 139986012546153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18526] ppid=18502 vsize=13801768 CPUtime=298.22 cores=0-3,8-11
/proc/18503/task/18526/stat : 18526 (java) R 18502 18502 18810 0 -1 4202560 2020 0 0 0 29822 0 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985544747696 139986013865107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18527] ppid=18502 vsize=13801768 CPUtime=296.34 cores=0-3,8-11
/proc/18503/task/18527/stat : 18527 (java) R 18502 18502 18810 0 -1 4202560 1461 0 0 0 29629 5 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985543692632 139986013150404 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18528] ppid=18502 vsize=13801768 CPUtime=298.91 cores=0-3,8-11
/proc/18503/task/18528/stat : 18528 (java) R 18502 18502 18810 0 -1 4202560 1077 0 0 0 29891 0 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985542640088 139986013012744 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18529] ppid=18502 vsize=13801768 CPUtime=299.35 cores=0-3,8-11
/proc/18503/task/18529/stat : 18529 (java) R 18502 18502 18810 0 -1 4202560 450 0 0 0 29935 0 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985541587432 139986007251838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18530] ppid=18502 vsize=13801768 CPUtime=298.63 cores=0-3,8-11
/proc/18503/task/18530/stat : 18530 (java) R 18502 18502 18810 0 -1 4202560 1006 0 0 0 29862 1 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985540533800 139986012456831 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
[pid=18503/tid=18531] ppid=18502 vsize=13801768 CPUtime=299.58 cores=0-3,8-11
/proc/18503/task/18531/stat : 18531 (java) R 18502 18502 18810 0 -1 4202560 1188 0 0 0 29955 3 0 0 20 0 28 0 4874316 14133010432 49067 33554432000 4194304 4196468 140727089660816 139985539481256 139986007250733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33042432 140727089669308 140727089669484 140727089669484 140727089672143 0
Current children cumulated CPU time (s) 2400.37
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 18503 sig 9
??? kill 18502 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 18502 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=761
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2571
# CPU time returned by wait4() is 0.003332
# while last known CPU time is 2400.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.212
CPU time (s): 2400.37
CPU user time (s): 2399.4
CPU system time (s): 0.97
CPU usage (%): 794.267
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000761
system time used= 0.002571
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= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.8929 second user time and 4.48599 second system time

The end

Launcher Data

Begin job on node132 at 2017-07-22 06:01:11
IDJOB=4250105
IDBENCH=138966
IDSOLVER=2625
FILE ID=node132/4250105-1500696071
RUNJOBID= node132-1500682387-18841
PBS_JOBID= 20623322
Free space on /tmp= 61760 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h375-12.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-4250105-1500696071/watcher-4250105-1500696071 -o /tmp/evaluation-result-4250105-1500696071/solver-4250105-1500696071 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1500682387-18841 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 2046290262 HOME/instance-4250105-1500696071.xml

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

MD5SUM BENCH= cda15f5e5f696f8ee91ea98989c7670b
RANDOM SEED=2046290262

node132.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		: 1733.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.61
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		: 1600.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.61
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		: 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.61
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	: 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.61
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	: 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	: 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	: 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	: 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	: 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	: 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	: 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.61
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		: 1600.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.61
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		: 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.61
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		: 1867.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.61
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		: 2668.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	: 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		: 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	: 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		: 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	: 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		: 2668.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:        30817204 kB
MemAvailable:   31001776 kB
Buffers:          120268 kB
Cached:           344248 kB
SwapCached:            0 kB
Active:          1230400 kB
Inactive:         280324 kB
Active(anon):    1049304 kB
Inactive(anon):     8628 kB
Active(file):     181096 kB
Inactive(file):   271696 kB
Unevictable:        5932 kB
Mlocked:            5932 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8236 kB
Writeback:             0 kB
AnonPages:       1113576 kB
Mapped:            43328 kB
Shmem:              8872 kB
Slab:             130480 kB
SReclaimable:      95232 kB
SUnreclaim:        35248 kB
KernelStack:        5120 kB
PageTables:         7592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2644556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    972800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61752 MiB
End job on node132 at 2017-07-22 06:06:13