Trace number 4245105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 5a (2017-07-05)SAT (TO)8 2400.04 303.512

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245105-1500685334.xml"  -tl '2400s' -p 8 -x 3
0.00/0.23	c [HOME/instance-4245105-1500685334.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.30	c 8 solvers in parallel
0.00/0.38	c parse instance...
0.00/1.06	c solve instance...
3.17/1.12	o 59 
3.17/1.14	o 12 
3.17/1.16	o 11 
3.17/1.17	o 10 
3.17/1.18	o 9 
6.87/1.67	o 8 
2400.04/303.55	s SATISFIABLE
2400.04/303.55	v <instantiation>
2400.04/303.55	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
2400.04/303.55	v 	<values>2 3 5 0 7 8 6 4 0 8 7 6 3 2 1 5 7 6 4 1 0 5 3 2 8 1 2 5 6 4 7 0 5 4 3 7 1 0 2 6 6 7 0 2 8 3 4 1 4 2 6 3 5 1 0 8 3 0 1 4 2 6 5 7 </values>
2400.04/303.55	v </instantiation>
2400.04/303.55	c Unexpected resolution interruption!

Verifier Data

OK	8

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-4245105-1500685334/watcher-4245105-1500685334 -o /tmp/evaluation-result-4245105-1500685334/solver-4245105-1500685334 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14657 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 371557696 HOME/instance-4245105-1500685334.xml 

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

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


[startup+0 s]
/proc/loadavg: 10.24 13.61 14.00 10/272 28474
/proc/meminfo: memFree=31126260/32770624 swapFree=5972/219340
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0

[startup+0.100137 s]
/proc/loadavg: 10.24 13.61 14.00 10/272 28474
/proc/meminfo: memFree=31126260/32770624 swapFree=5972/219340
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200307 s]
/proc/loadavg: 10.24 13.61 14.00 10/272 28474
/proc/meminfo: memFree=31126260/32770624 swapFree=5972/219340
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300281 s]
/proc/loadavg: 10.24 13.61 14.00 10/272 28474
/proc/meminfo: memFree=31126260/32770624 swapFree=5972/219340
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700242 s]
/proc/loadavg: 10.24 13.61 14.00 10/272 28474
/proc/meminfo: memFree=31126260/32770624 swapFree=5972/219340
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50121 s]
/proc/loadavg: 10.24 13.61 14.00 19/301 28503
/proc/meminfo: memFree=30983704/32770624 swapFree=5972/219412
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
[pid=28475] ppid=28474 vsize=13801768 CPUtime=6.08 cores=0,2,4,6,8,10,12,14
/proc/28475/stat : 28475 (java) S 28474 28474 14626 0 -1 1077944320 28287 0 0 0 594 14 0 0 20 0 28 0 3802894 14133010432 53761 33554432000 4194304 4196468 140733380971008 140733380953552 139638627655415 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
/proc/28475/statm: 3450442 53761 3234 1 0 3437675 0
[pid=28475/tid=28476] ppid=28474 vsize=13801768 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28476/stat : 28476 (java) S 28474 28474 14626 0 -1 1077944384 8526 0 0 0 100 5 0 0 20 0 28 0 3802895 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638631896192 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28478] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28478/stat : 28478 (java) S 28474 28474 14626 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638584208144 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28479] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28479/stat : 28479 (java) S 28474 28474 14626 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638583155600 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28480] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28480/stat : 28480 (java) S 28474 28474 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638582103056 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28481] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28481/stat : 28481 (java) S 28474 28474 14626 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638223862928 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28482] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28482/stat : 28482 (java) S 28474 28474 14626 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638222809360 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28483] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28483/stat : 28483 (java) S 28474 28474 14626 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638221756816 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28484] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28484/stat : 28484 (java) S 28474 28474 14626 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638220704272 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28485] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28485/stat : 28485 (java) S 28474 28474 14626 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 3802896 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638219651728 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28486] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28486/stat : 28486 (java) S 28474 28474 14626 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 3802898 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638089992688 139638627666562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28487] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28487/stat : 28487 (java) S 28474 28474 14626 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3802899 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638088938912 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28488] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28488/stat : 28488 (java) S 28474 28474 14626 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3802899 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638087886320 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28489] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28489/stat : 28489 (java) S 28474 28474 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3802903 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638086834896 139638627674011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28490] ppid=28474 vsize=13801768 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28490/stat : 28490 (java) R 28474 28474 14626 0 -1 4202560 4969 0 0 0 79 0 0 0 20 0 28 0 3802903 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638085767512 139638609176764 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28491] ppid=28474 vsize=13801768 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28491/stat : 28491 (java) R 28474 28474 14626 0 -1 4202560 4345 0 0 0 82 0 0 0 20 0 28 0 3802903 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638084709960 139638612555740 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28492] ppid=28474 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28492/stat : 28492 (java) R 28474 28474 14626 0 -1 4202560 3591 0 0 0 72 1 0 0 20 0 28 0 3802903 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638083657416 139638605402959 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28493] ppid=28474 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28493/stat : 28493 (java) R 28474 28474 14626 0 -1 4202560 4080 0 0 0 69 1 0 0 20 0 28 0 3802903 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638082623696 139638609220053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28494] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28494/stat : 28494 (java) S 28474 28474 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3802903 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638081571552 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28495] ppid=28474 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28495/stat : 28495 (java) S 28474 28474 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3802904 14133010432 53761 33554432000 4194304 4196468 140733380971008 139638080519088 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 13811280

[startup+3.10148 s]
/proc/loadavg: 10.24 13.61 14.00 21/301 28551
/proc/meminfo: memFree=30891068/32770624 swapFree=5972/219412
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
[pid=28475] ppid=28474 vsize=13802796 CPUtime=18.77 cores=0,2,4,6,8,10,12,14
/proc/28475/stat : 28475 (java) S 28474 28474 14626 0 -1 1077944320 41468 0 0 0 1860 17 0 0 20 0 28 0 3802894 14134063104 64500 33554432000 4194304 4196468 140733380971008 140733380953552 139638627655415 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
/proc/28475/statm: 3450699 64500 3241 1 0 3437932 0
[pid=28475/tid=28476] ppid=28474 vsize=13802796 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28476/stat : 28476 (java) S 28474 28474 14626 0 -1 1077944384 8526 0 0 0 100 5 0 0 20 0 28 0 3802895 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638631896192 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28478] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28478/stat : 28478 (java) S 28474 28474 14626 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638584208144 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28479] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28479/stat : 28479 (java) S 28474 28474 14626 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638583155600 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28480] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28480/stat : 28480 (java) S 28474 28474 14626 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638582103056 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28481] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28481/stat : 28481 (java) S 28474 28474 14626 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638223862928 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28482] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28482/stat : 28482 (java) S 28474 28474 14626 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638222809360 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28483] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28483/stat : 28483 (java) S 28474 28474 14626 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638221756816 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28484] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28484/stat : 28484 (java) S 28474 28474 14626 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638220704272 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28485] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28485/stat : 28485 (java) S 28474 28474 14626 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 3802896 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638219651728 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28486] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28486/stat : 28486 (java) S 28474 28474 14626 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 3802898 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638089992688 139638627666562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28487] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28487/stat : 28487 (java) S 28474 28474 14626 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3802899 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638088938912 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28488] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28488/stat : 28488 (java) S 28474 28474 14626 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3802899 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638087886320 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28489] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28489/stat : 28489 (java) S 28474 28474 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3802903 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638086834896 139638627674011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28490] ppid=28474 vsize=13802796 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28490/stat : 28490 (java) R 28474 28474 14626 0 -1 4202560 8517 0 0 0 163 1 0 0 20 0 28 0 3802903 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638085767512 139638609178035 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28491] ppid=28474 vsize=13802796 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28491/stat : 28491 (java) R 28474 28474 14626 0 -1 4202560 8300 0 0 0 193 1 0 0 20 0 28 0 3802903 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638084710656 139638611042333 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28492] ppid=28474 vsize=13802796 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28492/stat : 28492 (java) R 28474 28474 14626 0 -1 4202560 7542 0 0 0 168 1 0 0 20 0 28 0 3802903 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638083665760 139638611138831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28493] ppid=28474 vsize=13802796 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28493/stat : 28493 (java) S 28474 28474 14626 0 -1 1077944384 5078 0 0 0 78 1 0 0 20 0 28 0 3802903 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638082623856 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28494] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28494/stat : 28494 (java) S 28474 28474 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3802903 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638081571552 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28495] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28495/stat : 28495 (java) S 28474 28474 14626 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 3802904 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638080519088 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28544] ppid=28474 vsize=13802796 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28544/stat : 28544 (java) R 28474 28474 14626 0 -1 4202560 92 0 0 0 109 0 0 0 20 0 28 0 3803061 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638066187040 139638267844079 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28545] ppid=28474 vsize=13802796 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28545/stat : 28545 (java) R 28474 28474 14626 0 -1 4202560 100 0 0 0 93 0 0 0 20 0 28 0 3803061 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638070401384 139638265329504 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28546] ppid=28474 vsize=13802796 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28546/stat : 28546 (java) R 28474 28474 14626 0 -1 4202560 176 0 0 0 108 0 0 0 20 0 28 0 3803061 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638072503528 139638269443813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28547] ppid=28474 vsize=13802796 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28547/stat : 28547 (java) R 28474 28474 14626 0 -1 4202560 63 0 0 0 111 0 0 0 20 0 28 0 3803061 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638067240480 139638269368615 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28548] ppid=28474 vsize=13802796 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28548/stat : 28548 (java) R 28474 28474 14626 0 -1 4202560 94 0 0 0 106 0 0 0 20 0 28 0 3803061 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638069345752 139638267950932 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28549] ppid=28474 vsize=13802796 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28549/stat : 28549 (java) R 28474 28474 14626 0 -1 4202560 37 0 0 0 95 0 0 0 20 0 28 0 3803061 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638068294408 139638269443732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28550] ppid=28474 vsize=13802796 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28550/stat : 28550 (java) R 28474 28474 14626 0 -1 4202560 42 0 0 0 124 0 0 0 20 0 28 0 3803061 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638065135040 139638269445960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28551] ppid=28474 vsize=13802796 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28551/stat : 28551 (java) R 28474 28474 14626 0 -1 4202560 108 0 0 0 105 0 0 0 20 0 28 0 3803064 14134063104 64500 33554432000 4194304 4196468 140733380971008 139638064083512 139638268025975 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
Current children cumulated CPU time (s) 18.77
Current children cumulated vsize (KiB) 13812308

[startup+6.3016 s]
/proc/loadavg: 10.62 13.63 14.01 18/301 28551
/proc/meminfo: memFree=30875576/32770624 swapFree=5972/219424
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
[pid=28475] ppid=28474 vsize=13802796 CPUtime=44.14 cores=0,2,4,6,8,10,12,14
/proc/28475/stat : 28475 (java) S 28474 28474 14626 0 -1 1077944320 46138 0 0 0 4392 22 0 0 20 0 28 0 3802894 14134063104 65654 33554432000 4194304 4196468 140733380971008 140733380953552 139638627655415 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
/proc/28475/statm: 3450699 65654 3269 1 0 3437932 0
[pid=28475/tid=28476] ppid=28474 vsize=13802796 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28476/stat : 28476 (java) S 28474 28474 14626 0 -1 1077944384 8526 0 0 0 100 5 0 0 20 0 28 0 3802895 14134063104 65654 33554432000 4194304 4196468 140733380971008 139638631896192 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28478] ppid=28474 vsize=13802796 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28478/stat : 28478 (java) S 28474 28474 14626 0 -1 1077944384 191 0 0 0 1 1 0 0 20 0 28 0 3802896 14134063104 65654 33554432000 4194304 4196468 140733380971008 139638584208144 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28479] ppid=28474 vsize=13802796 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28479/stat : 28479 (java) S 28474 28474 14626 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 28 0 3802896 14134063104 65654 33554432000 4194304 4196468 140733380971008 139638583155600 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28480] ppid=28474 vsize=13802796 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28480/stat : 28480 (java) S 28474 28474 14626 0 -1 1077944384 114 0 0 0 1 1 0 0 20 0 28 0 3802896 14134063104 65654 33554432000 4194304 4196468 140733380971008 139638582103056 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28481] ppid=28474 vsize=13802796 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28481/stat : 28481 (java) S 28474 28474 14626 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 28 0 3802896 14134063104 65654 33554432000 4194304 4196468 140733380971008 139638223862928 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0

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

[pid=28475/tid=28550] ppid=28474 vsize=13802796 CPUtime=274.97 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28550/stat : 28550 (java) R 28474 28474 14626 0 -1 4202560 4237 0 0 0 27493 4 0 0 20 0 28 0 3803061 14134063104 739227 33554432000 4194304 4196468 140733380971008 139638065138528 139638268025243 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28551] ppid=28474 vsize=13802796 CPUtime=276.21 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28551/stat : 28551 (java) R 28474 28474 14626 0 -1 4202560 6830 0 0 0 27613 8 0 0 20 0 28 0 3803064 14134063104 739227 33554432000 4194304 4196468 140733380971008 139638064086872 139638270233958 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
Current children cumulated CPU time (s) 2231.48
Current children cumulated vsize (KiB) 13812308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.502 s]
/proc/loadavg: 16.28 15.20 14.57 17/300 28707
/proc/meminfo: memFree=25580368/32770624 swapFree=5972/219804
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
[pid=28475] ppid=28474 vsize=13802796 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/28475/stat : 28475 (java) S 28474 28474 14626 0 -1 1077944320 148788 0 0 0 239612 392 0 0 20 0 28 0 3802894 14134063104 729898 33554432000 4194304 4196468 140733380971008 140733380953552 139638627655415 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
/proc/28475/statm: 3450699 729898 3290 1 0 3437932 0
[pid=28475/tid=28476] ppid=28474 vsize=13802796 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28476/stat : 28476 (java) S 28474 28474 14626 0 -1 1077944384 8526 0 0 0 100 5 0 0 20 0 28 0 3802895 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638631896192 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28478] ppid=28474 vsize=13802796 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28478/stat : 28478 (java) S 28474 28474 14626 0 -1 1077944384 2916 0 0 0 141 33 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638584208144 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28479] ppid=28474 vsize=13802796 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28479/stat : 28479 (java) S 28474 28474 14626 0 -1 1077944384 2124 0 0 0 141 30 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638583155600 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28480] ppid=28474 vsize=13802796 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28480/stat : 28480 (java) S 28474 28474 14626 0 -1 1077944384 1718 0 0 0 139 32 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638582103056 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28481] ppid=28474 vsize=13802796 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28481/stat : 28481 (java) S 28474 28474 14626 0 -1 1077944384 2428 0 0 0 142 31 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638223862928 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28482] ppid=28474 vsize=13802796 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28482/stat : 28482 (java) S 28474 28474 14626 0 -1 1077944384 2035 0 0 0 140 33 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638222809360 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28483] ppid=28474 vsize=13802796 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28483/stat : 28483 (java) S 28474 28474 14626 0 -1 1077944384 2044 0 0 0 144 33 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638221756816 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28484] ppid=28474 vsize=13802796 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28484/stat : 28484 (java) S 28474 28474 14626 0 -1 1077944384 1844 0 0 0 139 30 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638220704272 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28485] ppid=28474 vsize=13802796 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28485/stat : 28485 (java) S 28474 28474 14626 0 -1 1077944384 1815 0 0 0 136 30 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638219651728 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28486] ppid=28474 vsize=13802796 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28486/stat : 28486 (java) S 28474 28474 14626 0 -1 1077944384 15001 0 0 0 46 47 0 0 20 0 28 0 3802898 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638089992688 139638627666562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28487] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28487/stat : 28487 (java) S 28474 28474 14626 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 3802899 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638088938976 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28488] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28488/stat : 28488 (java) S 28474 28474 14626 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3802899 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638087886320 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28489] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28489/stat : 28489 (java) S 28474 28474 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638086834896 139638627674011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28490] ppid=28474 vsize=13802796 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28490/stat : 28490 (java) S 28474 28474 14626 0 -1 1077944384 16234 0 0 0 291 2 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638085781488 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28491] ppid=28474 vsize=13802796 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28491/stat : 28491 (java) S 28474 28474 14626 0 -1 1077944384 14801 0 0 0 282 2 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638084728944 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28492] ppid=28474 vsize=13802796 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28492/stat : 28492 (java) S 28474 28474 14626 0 -1 1077944384 13761 0 0 0 249 2 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638083676400 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28493] ppid=28474 vsize=13802796 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28493/stat : 28493 (java) S 28474 28474 14626 0 -1 1077944384 8035 0 0 0 93 1 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638082623856 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28494] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28494/stat : 28494 (java) S 28474 28474 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638081571552 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28495] ppid=28474 vsize=13802796 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28495/stat : 28495 (java) S 28474 28474 14626 0 -1 1077944384 669 0 0 0 5 7 0 0 20 0 28 0 3802904 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638080519088 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28544] ppid=28474 vsize=13802796 CPUtime=296.75 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28544/stat : 28544 (java) R 28474 28474 14626 0 -1 4202560 3557 0 0 0 29668 7 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638066187688 139638269446195 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28545] ppid=28474 vsize=13802796 CPUtime=295.63 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28545/stat : 28545 (java) R 28474 28474 14626 0 -1 4202560 6682 0 0 0 29550 13 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638070400376 139638268366170 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28546] ppid=28474 vsize=13802796 CPUtime=296.69 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28546/stat : 28546 (java) R 28474 28474 14626 0 -1 4202560 16794 0 0 0 29655 14 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638072506656 139638269377776 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28547] ppid=28474 vsize=13802796 CPUtime=296.57 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28547/stat : 28547 (java) R 28474 28474 14626 0 -1 4202560 7580 0 0 0 29647 10 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638067240368 139638269141789 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28548] ppid=28474 vsize=13802796 CPUtime=296.3 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28548/stat : 28548 (java) R 28474 28474 14626 0 -1 4202560 5927 0 0 0 29618 12 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638069347064 139638270868220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28549] ppid=28474 vsize=13802796 CPUtime=296.73 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28549/stat : 28549 (java) R 28474 28474 14626 0 -1 4202560 569 0 0 0 29672 1 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638068294520 139638268025844 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28550] ppid=28474 vsize=13802796 CPUtime=295.88 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28550/stat : 28550 (java) R 28474 28474 14626 0 -1 4202560 4302 0 0 0 29584 4 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638065136328 139638268320924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28551] ppid=28474 vsize=13802796 CPUtime=297.24 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28551/stat : 28551 (java) R 28474 28474 14626 0 -1 4202560 6923 0 0 0 29716 8 0 0 20 0 28 0 3803064 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638064084088 139638268366777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13812308

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 28475 sig 9
??? kill 28474 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+303.502 s]
/proc/loadavg: 16.28 15.20 14.57 17/300 28707
/proc/meminfo: memFree=25580368/32770624 swapFree=5972/219804
[pid=28474] ppid=28471 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28474/stat : 28474 (xcsp3-exec) S 28471 28474 14626 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3802894 9740288 346 33554432000 4194304 5098028 140722087209504 140722087207608 140152783712892 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 29933568 140722087216271 140722087216480 140722087216480 140722087219179 0
/proc/28474/statm: 2378 346 289 221 0 87 0
[pid=28475] ppid=28474 vsize=13802796 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/28475/stat : 28475 (java) S 28474 28474 14626 0 -1 1077944320 148788 0 0 0 239612 392 0 0 20 0 28 0 3802894 14134063104 729898 33554432000 4194304 4196468 140733380971008 140733380953552 139638627655415 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
/proc/28475/statm: 3450699 729898 3290 1 0 3437932 0
[pid=28475/tid=28476] ppid=28474 vsize=13802796 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28476/stat : 28476 (java) S 28474 28474 14626 0 -1 1077944384 8526 0 0 0 100 5 0 0 20 0 28 0 3802895 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638631896192 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28478] ppid=28474 vsize=13802796 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28478/stat : 28478 (java) S 28474 28474 14626 0 -1 1077944384 2916 0 0 0 141 33 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638584208144 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28479] ppid=28474 vsize=13802796 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28479/stat : 28479 (java) S 28474 28474 14626 0 -1 1077944384 2124 0 0 0 141 30 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638583155600 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28480] ppid=28474 vsize=13802796 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28480/stat : 28480 (java) S 28474 28474 14626 0 -1 1077944384 1718 0 0 0 139 32 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638582103056 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28481] ppid=28474 vsize=13802796 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28481/stat : 28481 (java) S 28474 28474 14626 0 -1 1077944384 2428 0 0 0 142 31 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638223862928 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28482] ppid=28474 vsize=13802796 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28482/stat : 28482 (java) S 28474 28474 14626 0 -1 1077944384 2035 0 0 0 140 33 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638222809360 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28483] ppid=28474 vsize=13802796 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28483/stat : 28483 (java) S 28474 28474 14626 0 -1 1077944384 2044 0 0 0 144 33 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638221756816 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28484] ppid=28474 vsize=13802796 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28484/stat : 28484 (java) S 28474 28474 14626 0 -1 1077944384 1844 0 0 0 139 30 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638220704272 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28485] ppid=28474 vsize=13802796 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28485/stat : 28485 (java) S 28474 28474 14626 0 -1 1077944384 1815 0 0 0 136 30 0 0 20 0 28 0 3802896 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638219651728 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28486] ppid=28474 vsize=13802796 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28486/stat : 28486 (java) S 28474 28474 14626 0 -1 1077944384 15001 0 0 0 46 47 0 0 20 0 28 0 3802898 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638089992688 139638627666562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28487] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28487/stat : 28487 (java) S 28474 28474 14626 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 3802899 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638088938976 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28488] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28488/stat : 28488 (java) S 28474 28474 14626 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 3802899 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638087886320 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28489] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28489/stat : 28489 (java) S 28474 28474 14626 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638086834896 139638627674011 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28490] ppid=28474 vsize=13802796 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28490/stat : 28490 (java) S 28474 28474 14626 0 -1 1077944384 16234 0 0 0 291 2 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638085781488 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28491] ppid=28474 vsize=13802796 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28491/stat : 28491 (java) S 28474 28474 14626 0 -1 1077944384 14801 0 0 0 282 2 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638084728944 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28492] ppid=28474 vsize=13802796 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28492/stat : 28492 (java) S 28474 28474 14626 0 -1 1077944384 13761 0 0 0 249 2 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638083676400 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28493] ppid=28474 vsize=13802796 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28493/stat : 28493 (java) S 28474 28474 14626 0 -1 1077944384 8035 0 0 0 93 1 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638082623856 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28494] ppid=28474 vsize=13802796 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28494/stat : 28494 (java) S 28474 28474 14626 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3802903 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638081571552 139638627665621 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28495] ppid=28474 vsize=13802796 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28495/stat : 28495 (java) S 28474 28474 14626 0 -1 1077944384 669 0 0 0 5 7 0 0 20 0 28 0 3802904 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638080519088 139638627666562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28544] ppid=28474 vsize=13802796 CPUtime=296.75 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28544/stat : 28544 (java) R 28474 28474 14626 0 -1 4202560 3557 0 0 0 29668 7 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638066187688 139638269446195 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28545] ppid=28474 vsize=13802796 CPUtime=295.63 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28545/stat : 28545 (java) R 28474 28474 14626 0 -1 4202560 6682 0 0 0 29550 13 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638070400376 139638268366170 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28546] ppid=28474 vsize=13802796 CPUtime=296.69 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28546/stat : 28546 (java) R 28474 28474 14626 0 -1 4202560 16794 0 0 0 29655 14 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638072506656 139638269377776 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28547] ppid=28474 vsize=13802796 CPUtime=296.57 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28547/stat : 28547 (java) R 28474 28474 14626 0 -1 4202560 7580 0 0 0 29647 10 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638067240368 139638269141789 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28548] ppid=28474 vsize=13802796 CPUtime=296.3 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28548/stat : 28548 (java) R 28474 28474 14626 0 -1 4202560 5927 0 0 0 29618 12 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638069347064 139638270868220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28549] ppid=28474 vsize=13802796 CPUtime=296.73 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28549/stat : 28549 (java) R 28474 28474 14626 0 -1 4202560 569 0 0 0 29672 1 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638068294520 139638268025844 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28550] ppid=28474 vsize=13802796 CPUtime=295.88 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28550/stat : 28550 (java) R 28474 28474 14626 0 -1 4202560 4302 0 0 0 29584 4 0 0 20 0 28 0 3803061 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638065136328 139638268320924 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
[pid=28475/tid=28551] ppid=28474 vsize=13802796 CPUtime=297.24 cores=0,2,4,6,8,10,12,14
/proc/28475/task/28551/stat : 28551 (java) R 28474 28474 14626 0 -1 4202560 6923 0 0 0 29716 8 0 0 20 0 28 0 3803064 14134063104 729898 33554432000 4194304 4196468 140733380971008 139638064084088 139638268366777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140733380973756 140733380973932 140733380973932 140733380976591 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 13812308

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 303.512
CPU time (s): 2400.04
CPU user time (s): 2396.12
CPU system time (s): 3.92
CPU usage (%): 790.756
Max. virtual memory (cumulated for all children) (KiB): 13816864

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

The end

Launcher Data

Begin job on node105 at 2017-07-22 03:02:14
IDJOB=4245105
IDBENCH=120544
IDSOLVER=2626
FILE ID=node105/4245105-1500685334
RUNJOBID= node105-1500682495-14657
PBS_JOBID= 20623326
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.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-4245105-1500685334/watcher-4245105-1500685334 -o /tmp/evaluation-result-4245105-1500685334/solver-4245105-1500685334 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500682495-14657 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 371557696 HOME/instance-4245105-1500685334.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=371557696

node105.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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.33
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:        31126324 kB
MemAvailable:   31176952 kB
Buffers:           51920 kB
Cached:           307200 kB
SwapCached:            0 kB
Active:          1039808 kB
Inactive:         227980 kB
Active(anon):     911212 kB
Inactive(anon):     8640 kB
Active(file):     128596 kB
Inactive(file):   219340 kB
Unevictable:        5972 kB
Mlocked:            6004 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8036 kB
Writeback:           112 kB
AnonPages:        914084 kB
Mapped:            43072 kB
Shmem:              8884 kB
Slab:              70496 kB
SReclaimable:      37056 kB
SUnreclaim:        33440 kB
KernelStack:        4736 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2138820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61992 MiB
End job on node105 at 2017-07-22 03:07:18