Trace number 4247892

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.28 304.012

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-08_X2.xml
MD5SUM01373ebb4a146089a71bb04c36ed4f3a
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 benchmark2118.48
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints2034
Number of domains2
Minimum domain size10
Maximum domain size64
Distribution of domain sizes[{"size":10,"count":1},{"size":64,"count":64}]
Minimum variable degree18
Maximum variable degree64
Distribution of variable degrees[{"degree":18,"count":1},{"degree":63,"count":46},{"degree":64,"count":18}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2034}]
Number of extensional constraints0
Number of intensional constraints2034
Distribution of constraint types[{"type":"intension","count":2034}]
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-4247892-1500690928.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4247892-1500690928.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
8.80/2.51	c solve instance...
2400.28/304.04	s UNKNOWN
2400.28/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-4247892-1500690928/watcher-4247892-1500690928 -o /tmp/evaluation-result-4247892-1500690928/solver-4247892-1500690928 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1439909687 HOME/instance-4247892-1500690928.xml 

pid=15398
running on 8 cores: 1,3,5,7,9,11,13,15

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: 16.35 15.47 12.75 11/274 15401
/proc/meminfo: memFree=31454864/32770624 swapFree=5900/263364
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0

[startup+0.1001 s]
/proc/loadavg: 16.35 15.47 12.75 11/274 15401
/proc/meminfo: memFree=31454864/32770624 swapFree=5900/263364
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200327 s]
/proc/loadavg: 16.35 15.47 12.75 11/274 15401
/proc/meminfo: memFree=31454864/32770624 swapFree=5900/263364
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300269 s]
/proc/loadavg: 16.35 15.47 12.75 11/274 15401
/proc/meminfo: memFree=31454864/32770624 swapFree=5900/263364
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700223 s]
/proc/loadavg: 16.35 15.47 12.75 11/274 15401
/proc/meminfo: memFree=31454864/32770624 swapFree=5900/263364
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50119 s]
/proc/loadavg: 16.00 15.41 12.75 16/295 15422
/proc/meminfo: memFree=31334600/32770624 swapFree=5900/263580
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
[pid=15402] ppid=15401 vsize=13269256 CPUtime=5.28 cores=1,3,5,7,9,11,13,15
/proc/15402/stat : 15402 (java) S 15401 15401 16913 0 -1 1077944320 40289 0 0 0 518 10 0 0 20 0 20 0 4359792 13587718144 48133 33554432000 4194304 4196468 140732212772464 140732212755008 140079433039607 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
/proc/15402/statm: 3317314 48133 3222 1 0 3304547 0
[pid=15402/tid=15403] ppid=15401 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15403/stat : 15403 (java) R 15401 15401 16913 0 -1 4202560 8308 0 0 0 143 4 0 0 20 0 20 0 4359792 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079437275624 140079037583119 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15405] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15405/stat : 15405 (java) S 15401 15401 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079365176208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15406] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15406/stat : 15406 (java) S 15401 15401 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079364123408 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15407] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15407/stat : 15407 (java) S 15401 15401 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079363071120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15408] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15408/stat : 15408 (java) S 15401 15401 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079362018320 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15409] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15409/stat : 15409 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079360965008 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15410] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15410/stat : 15410 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079359912208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15411] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15411/stat : 15411 (java) S 15401 15401 16913 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079358859920 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15412] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15412/stat : 15412 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359793 13587718144 48133 33554432000 4194304 4196468 140732212772464 140079357807120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15413] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15413/stat : 15413 (java) S 15401 15401 16913 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 4359796 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078894934640 140079433050754 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15414] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15414/stat : 15414 (java) S 15401 15401 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4359796 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078893880608 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15415] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15415/stat : 15415 (java) S 15401 15401 16913 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4359797 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078892828272 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15416] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15416/stat : 15416 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4359800 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078891776592 140079433058203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15417] ppid=15401 vsize=13269256 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15417/stat : 15417 (java) R 15401 15401 16913 0 -1 4202560 6549 0 0 0 110 1 0 0 20 0 20 0 4359800 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078890709984 140079418720309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15418] ppid=15401 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15418/stat : 15418 (java) R 15401 15401 16913 0 -1 4202560 9098 0 0 0 100 1 0 0 20 0 20 0 4359800 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078889661944 140079416523555 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15419] ppid=15401 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15419/stat : 15419 (java) R 15401 15401 16913 0 -1 4202560 10091 0 0 0 100 1 0 0 20 0 20 0 4359800 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078888608432 140079416450665 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15420] ppid=15401 vsize=13269256 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15420/stat : 15420 (java) S 15401 15401 16913 0 -1 1077944384 4913 0 0 0 63 1 0 0 20 0 20 0 4359800 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078887565552 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15421] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15421/stat : 15421 (java) S 15401 15401 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4359801 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078886513504 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15422] ppid=15401 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15422/stat : 15422 (java) S 15401 15401 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4359801 13587718144 48133 33554432000 4194304 4196468 140732212772464 140078885460784 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 13278768

[startup+3.10116 s]
/proc/loadavg: 16.00 15.41 12.75 13/295 15422
/proc/meminfo: memFree=31209440/32770624 swapFree=5900/263420
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
[pid=15402] ppid=15401 vsize=13801768 CPUtime=13.36 cores=1,3,5,7,9,11,13,15
/proc/15402/stat : 15402 (java) S 15401 15401 16913 0 -1 1077944320 44988 0 0 0 1320 16 0 0 20 0 28 0 4359792 14133010432 65164 33554432000 4194304 4196468 140732212772464 140732212755008 140079433039607 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
/proc/15402/statm: 3450442 65164 3265 1 0 3437675 0
[pid=15402/tid=15403] ppid=15401 vsize=13801768 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15403/stat : 15403 (java) S 15401 15401 16913 0 -1 1077944384 9585 0 0 0 243 5 0 0 20 0 28 0 4359792 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079437280384 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15405] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15405/stat : 15405 (java) S 15401 15401 16913 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079365176208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15406] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15406/stat : 15406 (java) S 15401 15401 16913 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079364123408 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15407] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15407/stat : 15407 (java) S 15401 15401 16913 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079363071120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15408] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15408/stat : 15408 (java) S 15401 15401 16913 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079362018320 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15409] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15409/stat : 15409 (java) S 15401 15401 16913 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079360965008 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15410] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15410/stat : 15410 (java) S 15401 15401 16913 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079359912208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15411] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15411/stat : 15411 (java) S 15401 15401 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079358859920 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15412] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15412/stat : 15412 (java) S 15401 15401 16913 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 4359793 14133010432 65164 33554432000 4194304 4196468 140732212772464 140079357807120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15413] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15413/stat : 15413 (java) S 15401 15401 16913 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 4359796 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078894934640 140079433050754 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15414] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15414/stat : 15414 (java) S 15401 15401 16913 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4359796 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078893880608 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15415] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15415/stat : 15415 (java) S 15401 15401 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 4359797 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078892828272 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15416] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15416/stat : 15416 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359800 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078891776592 140079433058203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15417] ppid=15401 vsize=13801768 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15417/stat : 15417 (java) R 15401 15401 16913 0 -1 4202560 7018 0 0 0 225 1 0 0 20 0 28 0 4359800 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078890709792 140079414561345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15418] ppid=15401 vsize=13801768 CPUtime=2.22 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15418/stat : 15418 (java) R 15401 15401 16913 0 -1 4202560 9609 0 0 0 221 1 0 0 20 0 28 0 4359800 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078889656736 140079417927559 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15419] ppid=15401 vsize=13801768 CPUtime=2.06 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15419/stat : 15419 (java) R 15401 15401 16913 0 -1 4202560 10790 0 0 0 204 2 0 0 20 0 28 0 4359800 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078888605712 140079417013178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15420] ppid=15401 vsize=13801768 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15420/stat : 15420 (java) S 15401 15401 16913 0 -1 1077944384 5901 0 0 0 92 1 0 0 20 0 28 0 4359800 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078887565552 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15421] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15421/stat : 15421 (java) S 15401 15401 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4359801 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078886513504 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15422] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15422/stat : 15422 (java) S 15401 15401 16913 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 4359801 14133010432 65164 33554432000 4194304 4196468 140732212772464 140078885460784 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 13811280

[startup+6.3015 s]
/proc/loadavg: 16.00 15.41 12.75 17/303 15430
/proc/meminfo: memFree=31180888/32770624 swapFree=5900/263420
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
[pid=15402] ppid=15401 vsize=13801768 CPUtime=38.72 cores=1,3,5,7,9,11,13,15
/proc/15402/stat : 15402 (java) S 15401 15401 16913 0 -1 1077944320 52463 0 0 0 3843 29 0 0 20 0 28 0 4359792 14133010432 71370 33554432000 4194304 4196468 140732212772464 140732212755008 140079433039607 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
/proc/15402/statm: 3450442 71370 3288 1 0 3437675 0
[pid=15402/tid=15403] ppid=15401 vsize=13801768 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15403/stat : 15403 (java) S 15401 15401 16913 0 -1 1077944384 9585 0 0 0 243 5 0 0 20 0 28 0 4359792 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079437280384 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15405] ppid=15401 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15405/stat : 15405 (java) S 15401 15401 16913 0 -1 1077944384 60 0 0 0 1 2 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079365176208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15406] ppid=15401 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15406/stat : 15406 (java) S 15401 15401 16913 0 -1 1077944384 129 0 0 0 1 1 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079364123408 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15407] ppid=15401 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15407/stat : 15407 (java) S 15401 15401 16913 0 -1 1077944384 77 0 0 0 1 1 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079363071120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15408] ppid=15401 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15408/stat : 15408 (java) S 15401 15401 16913 0 -1 1077944384 123 0 0 0 1 1 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079362018320 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15409] ppid=15401 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15409/stat : 15409 (java) S 15401 15401 16913 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079360965008 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15410] ppid=15401 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15410/stat : 15410 (java) S 15401 15401 16913 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079359912208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15411] ppid=15401 vsize=13801768 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15411/stat : 15411 (java) S 15401 15401 16913 0 -1 1077944384 239 0 0 0 2 1 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079358859920 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15412] ppid=15401 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15412/stat : 15412 (java) S 15401 15401 16913 0 -1 1077944384 79 0 0 0 1 1 0 0 20 0 28 0 4359793 14133010432 71370 33554432000 4194304 4196468 140732212772464 140079357807120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15413] ppid=15401 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15413/stat : 15413 (java) S 15401 15401 16913 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 28 0 4359796 14133010432 71370 33554432000 4194304 4196468 140732212772464 140078894934640 140079433050754 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15414] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15414/stat : 15414 (java) S 15401 15401 16913 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 4359796 14133010432 71370 33554432000 4194304 4196468 140732212772464 140078893880672 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15415] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15415/stat : 15415 (java) S 15401 15401 16913 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 4359797 14133010432 71370 33554432000 4194304 4196468 140732212772464 140078892828288 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15416] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15416/stat : 15416 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359800 14133010432 71370 33554432000 4194304 4196468 140732212772464 140078891776592 140079433058203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0

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

[pid=15402/tid=15429] ppid=15401 vsize=13801768 CPUtime=217.79 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15429/stat : 15429 (java) R 15401 15401 16913 0 -1 4202560 698 0 0 0 21779 0 0 0 20 0 28 0 4360045 14133010432 56554 33554432000 4194304 4196468 140732212772464 140078803124664 140079041889901 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15430] ppid=15401 vsize=13801768 CPUtime=217.24 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15430/stat : 15430 (java) R 15401 15401 16913 0 -1 4202560 1002 0 0 0 21722 2 0 0 20 0 28 0 4360045 14133010432 56554 33554432000 4194304 4196468 140732212772464 140078802071864 140079036553198 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
Current children cumulated CPU time (s) 1754.23
Current children cumulated vsize (KiB) 13811280

[startup+282.302 s]
/proc/loadavg: 11.48 14.56 13.19 10/296 15530
/proc/meminfo: memFree=30006028/32770624 swapFree=5900/263744
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
[pid=15402] ppid=15401 vsize=13801768 CPUtime=2228.6 cores=1,3,5,7,9,11,13,15
/proc/15402/stat : 15402 (java) S 15401 15401 16913 0 -1 1077944320 83847 0 0 0 222740 120 0 0 20 0 28 0 4359792 14133010432 64243 33554432000 4194304 4196468 140732212772464 140732212755008 140079433039607 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
/proc/15402/statm: 3450442 64243 3289 1 0 3437675 0
[pid=15402/tid=15403] ppid=15401 vsize=13801768 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15403/stat : 15403 (java) S 15401 15401 16913 0 -1 1077944384 9585 0 0 0 243 5 0 0 20 0 28 0 4359792 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079437280384 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15405] ppid=15401 vsize=13801768 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15405/stat : 15405 (java) S 15401 15401 16913 0 -1 1077944384 596 0 0 0 29 7 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079365176208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15406] ppid=15401 vsize=13801768 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15406/stat : 15406 (java) S 15401 15401 16913 0 -1 1077944384 736 0 0 0 28 6 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079364123408 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15407] ppid=15401 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15407/stat : 15407 (java) S 15401 15401 16913 0 -1 1077944384 592 0 0 0 28 7 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079363071120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15408] ppid=15401 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15408/stat : 15408 (java) S 15401 15401 16913 0 -1 1077944384 664 0 0 0 28 7 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079362018320 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15409] ppid=15401 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15409/stat : 15409 (java) S 15401 15401 16913 0 -1 1077944384 2266 0 0 0 27 8 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079360965008 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15410] ppid=15401 vsize=13801768 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15410/stat : 15410 (java) S 15401 15401 16913 0 -1 1077944384 428 0 0 0 27 6 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079359912208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15411] ppid=15401 vsize=13801768 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15411/stat : 15411 (java) S 15401 15401 16913 0 -1 1077944384 2065 0 0 0 29 7 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079358859920 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15412] ppid=15401 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15412/stat : 15412 (java) S 15401 15401 16913 0 -1 1077944384 1389 0 0 0 29 6 0 0 20 0 28 0 4359793 14133010432 64243 33554432000 4194304 4196468 140732212772464 140079357807120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15413] ppid=15401 vsize=13801768 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15413/stat : 15413 (java) S 15401 15401 16913 0 -1 1077944384 2135 0 0 0 46 39 0 0 20 0 28 0 4359796 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078894934640 140079433050754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15414] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15414/stat : 15414 (java) S 15401 15401 16913 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 4359796 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078893880672 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15415] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15415/stat : 15415 (java) S 15401 15401 16913 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 4359797 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078892828288 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15416] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15416/stat : 15416 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359800 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078891776592 140079433058203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15417] ppid=15401 vsize=13801768 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15417/stat : 15417 (java) S 15401 15401 16913 0 -1 1077944384 10921 0 0 0 300 1 0 0 20 0 28 0 4359800 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078890723440 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15418] ppid=15401 vsize=13801768 CPUtime=3.43 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15418/stat : 15418 (java) S 15401 15401 16913 0 -1 1077944384 15861 0 0 0 341 2 0 0 20 0 28 0 4359800 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078889670640 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15419] ppid=15401 vsize=13801768 CPUtime=2.78 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15419/stat : 15419 (java) S 15401 15401 16913 0 -1 1077944384 16001 0 0 0 276 2 0 0 20 0 28 0 4359800 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078888618352 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15420] ppid=15401 vsize=13801768 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15420/stat : 15420 (java) S 15401 15401 16913 0 -1 1077944384 8509 0 0 0 104 1 0 0 20 0 28 0 4359800 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078887565552 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15421] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15421/stat : 15421 (java) S 15401 15401 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4359801 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078886513504 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15422] ppid=15401 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15422/stat : 15422 (java) S 15401 15401 16913 0 -1 1077944384 1871 0 0 0 6 7 0 0 20 0 28 0 4359801 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078885460784 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 9 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15423] ppid=15401 vsize=13801768 CPUtime=276.25 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15423/stat : 15423 (java) R 15401 15401 16913 0 -1 4202560 1424 0 0 0 27624 1 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078883900728 140079041653588 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15424] ppid=15401 vsize=13801768 CPUtime=277.28 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15424/stat : 15424 (java) R 15401 15401 16913 0 -1 4202560 805 0 0 0 27727 1 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078808388152 140079036553193 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15425] ppid=15401 vsize=13801768 CPUtime=276.66 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15425/stat : 15425 (java) R 15401 15401 16913 0 -1 4202560 2197 0 0 0 27665 1 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078807334272 140079042942499 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15426] ppid=15401 vsize=13801768 CPUtime=276.47 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15426/stat : 15426 (java) R 15401 15401 16913 0 -1 4202560 924 0 0 0 27646 1 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078806282040 140079036552582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15427] ppid=15401 vsize=13801768 CPUtime=275.88 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15427/stat : 15427 (java) R 15401 15401 16913 0 -1 4202560 1276 0 0 0 27587 1 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078805232112 140079041652913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15428] ppid=15401 vsize=13801768 CPUtime=276.1 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15428/stat : 15428 (java) R 15401 15401 16913 0 -1 4202560 450 0 0 0 27609 1 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078804176936 140079041175655 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15429] ppid=15401 vsize=13801768 CPUtime=276.92 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15429/stat : 15429 (java) R 15401 15401 16913 0 -1 4202560 712 0 0 0 27691 1 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078803124664 140079041653630 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15430] ppid=15401 vsize=13801768 CPUtime=276.33 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15430/stat : 15430 (java) R 15401 15401 16913 0 -1 4202560 1071 0 0 0 27631 2 0 0 20 0 28 0 4360045 14133010432 64243 33554432000 4194304 4196468 140732212772464 140078802071864 140079042797937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
Current children cumulated CPU time (s) 2228.6
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+304.002 s]
/proc/loadavg: 10.70 14.19 13.10 10/297 15532
/proc/meminfo: memFree=28926884/32770624 swapFree=5900/263780
[pid=15401] ppid=15398 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15401/stat : 15401 (xcsp3-exec) S 15398 15401 16913 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4359792 9740288 346 33554432000 4194304 5098028 140734549005440 140734549003544 139633526092412 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 30527488 140734549009550 140734549009760 140734549009760 140734549012459 0
/proc/15401/statm: 2378 346 289 221 0 87 0
[pid=15402] ppid=15401 vsize=13801768 CPUtime=2400.28 cores=1,3,5,7,9,11,13,15
/proc/15402/stat : 15402 (java) S 15401 15401 16913 0 -1 1077944320 84099 0 0 0 239901 127 0 0 20 0 28 0 4359792 14133010432 65306 33554432000 4194304 4196468 140732212772464 140732212755008 140079433039607 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
/proc/15402/statm: 3450442 65306 3289 1 0 3437675 0
[pid=15402/tid=15403] ppid=15401 vsize=13801768 CPUtime=2.48 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15403/stat : 15403 (java) S 15401 15401 16913 0 -1 1077944384 9585 0 0 0 243 5 0 0 20 0 28 0 4359792 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079437280384 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15405] ppid=15401 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15405/stat : 15405 (java) S 15401 15401 16913 0 -1 1077944384 602 0 0 0 33 7 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079365176208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15406] ppid=15401 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15406/stat : 15406 (java) S 15401 15401 16913 0 -1 1077944384 745 0 0 0 32 6 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079364123408 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15407] ppid=15401 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15407/stat : 15407 (java) S 15401 15401 16913 0 -1 1077944384 606 0 0 0 32 7 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079363071120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15408] ppid=15401 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15408/stat : 15408 (java) S 15401 15401 16913 0 -1 1077944384 672 0 0 0 32 7 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079362018320 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15409] ppid=15401 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15409/stat : 15409 (java) S 15401 15401 16913 0 -1 1077944384 2377 0 0 0 31 8 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079360965008 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15410] ppid=15401 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15410/stat : 15410 (java) S 15401 15401 16913 0 -1 1077944384 446 0 0 0 31 6 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079359912208 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15411] ppid=15401 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15411/stat : 15411 (java) S 15401 15401 16913 0 -1 1077944384 2076 0 0 0 32 7 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079358859920 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15412] ppid=15401 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15412/stat : 15412 (java) S 15401 15401 16913 0 -1 1077944384 1399 0 0 0 33 6 0 0 20 0 28 0 4359793 14133010432 65306 33554432000 4194304 4196468 140732212772464 140079357807120 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15413] ppid=15401 vsize=13801768 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15413/stat : 15413 (java) S 15401 15401 16913 0 -1 1077944384 2143 0 0 0 52 43 0 0 20 0 28 0 4359796 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078894934640 140079433050754 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15414] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15414/stat : 15414 (java) S 15401 15401 16913 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 4359796 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078893880672 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15415] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15415/stat : 15415 (java) S 15401 15401 16913 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 4359797 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078892828288 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15416] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15416/stat : 15416 (java) S 15401 15401 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4359800 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078891776592 140079433058203 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15417] ppid=15401 vsize=13801768 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15417/stat : 15417 (java) S 15401 15401 16913 0 -1 1077944384 10921 0 0 0 300 1 0 0 20 0 28 0 4359800 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078890723440 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15418] ppid=15401 vsize=13801768 CPUtime=3.43 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15418/stat : 15418 (java) S 15401 15401 16913 0 -1 1077944384 15861 0 0 0 341 2 0 0 20 0 28 0 4359800 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078889670640 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15419] ppid=15401 vsize=13801768 CPUtime=2.78 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15419/stat : 15419 (java) S 15401 15401 16913 0 -1 1077944384 16001 0 0 0 276 2 0 0 20 0 28 0 4359800 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078888618352 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15420] ppid=15401 vsize=13801768 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15420/stat : 15420 (java) S 15401 15401 16913 0 -1 1077944384 8509 0 0 0 104 1 0 0 20 0 28 0 4359800 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078887565552 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15421] ppid=15401 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15421/stat : 15421 (java) S 15401 15401 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4359801 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078886513504 140079433049813 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15422] ppid=15401 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15422/stat : 15422 (java) S 15401 15401 16913 0 -1 1077944384 1873 0 0 0 6 7 0 0 20 0 28 0 4359801 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078885460784 140079433050754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15423] ppid=15401 vsize=13801768 CPUtime=297.61 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15423/stat : 15423 (java) R 15401 15401 16913 0 -1 4202560 1433 0 0 0 29760 1 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078883901128 140079042021285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15424] ppid=15401 vsize=13801768 CPUtime=298.74 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15424/stat : 15424 (java) R 15401 15401 16913 0 -1 4202560 815 0 0 0 29873 1 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078808388152 140079036552548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15425] ppid=15401 vsize=13801768 CPUtime=298.01 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15425/stat : 15425 (java) R 15401 15401 16913 0 -1 4202560 2204 0 0 0 29800 1 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078807334592 140079041175834 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15426] ppid=15401 vsize=13801768 CPUtime=297.9 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15426/stat : 15426 (java) R 15401 15401 16913 0 -1 4202560 930 0 0 0 29789 1 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078806284304 140079041175655 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15427] ppid=15401 vsize=13801768 CPUtime=297.26 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15427/stat : 15427 (java) R 15401 15401 16913 0 -1 4202560 1285 0 0 0 29725 1 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078805229432 140079036553207 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15428] ppid=15401 vsize=13801768 CPUtime=297.57 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15428/stat : 15428 (java) R 15401 15401 16913 0 -1 4202560 450 0 0 0 29756 1 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078804176952 140079041175655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15429] ppid=15401 vsize=13801768 CPUtime=298.25 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15429/stat : 15429 (java) R 15401 15401 16913 0 -1 4202560 716 0 0 0 29824 1 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078803124664 140079036553175 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
[pid=15402/tid=15430] ppid=15401 vsize=13801768 CPUtime=297.79 cores=1,3,5,7,9,11,13,15
/proc/15402/task/15430/stat : 15430 (java) R 15401 15401 16913 0 -1 4202560 1081 0 0 0 29777 2 0 0 20 0 28 0 4360045 14133010432 65306 33554432000 4194304 4196468 140732212772464 140078802072472 140079041175648 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11145216 140732212778172 140732212778348 140732212778348 140732212781007 0
Current children cumulated CPU time (s) 2400.28
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 15402 sig 9
??? kill 15401 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 15401 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2973
# CPU time returned by wait4() is 0.002973
# while last known CPU time is 2400.28
#
# 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.28
CPU user time (s): 2399.01
CPU system time (s): 1.27
CPU usage (%): 789.534
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002973
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517
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.80754 second user time and 4.22739 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 04:35:28
IDJOB=4247892
IDBENCH=130608
IDSOLVER=2625
FILE ID=node133/4247892-1500690928
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-08_X2.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-4247892-1500690928/watcher-4247892-1500690928 -o /tmp/evaluation-result-4247892-1500690928/solver-4247892-1500690928 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1439909687 HOME/instance-4247892-1500690928.xml

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

MD5SUM BENCH= 01373ebb4a146089a71bb04c36ed4f3a
RANDOM SEED=1439909687

node133.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		: 2668.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	: 5334.13
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		: 1733.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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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	: 5334.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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	: 5334.13
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	: 5229.85
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		: 2668.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	: 5334.13
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		: 1733.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	: 5229.85
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		: 2668.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	: 5334.13
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	: 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	: 5229.85
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	: 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	: 5334.13
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		: 1600.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	: 5229.85
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	: 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	: 5334.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31454548 kB
MemAvailable:   31621524 kB
Buffers:          114408 kB
Cached:           333020 kB
SwapCached:            0 kB
Active:           610876 kB
Inactive:         272120 kB
Active(anon):     437852 kB
Inactive(anon):     8756 kB
Active(file):     173024 kB
Inactive(file):   263364 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7844 kB
Writeback:             0 kB
AnonPages:        441180 kB
Mapped:            43044 kB
Shmem:              8872 kB
Slab:             126928 kB
SReclaimable:      92844 kB
SUnreclaim:        34084 kB
KernelStack:        4752 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1385504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 04:40:33