Trace number 4245147

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)3 2400.22 303.313

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-mug100-25.xml
MD5SUM6e356a27a2dd876e1bb3c04bb6ed0542
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.5992098
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints166
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree4
Maximum variable degree5
Distribution of variable degrees[{"degree":4,"count":68},{"degree":5,"count":32}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":166}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245147-1500685556.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4245147-1500685556.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.80	c solve instance...
0.00/0.86	o 3 
2400.22/303.34	s SATISFIABLE
2400.22/303.34	v <instantiation>
2400.22/303.34	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] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
2400.22/303.34	v 	<values>0 1 0 2 0 1 2 1 0 0 1 1 2 0 1 1 0 2 1 0 2 3 0 1 1 0 2 1 0 1 2 1 0 2 0 0 2 0 1 2 0 1 2 0 1 3 0 1 2 0 0 2 0 1 2 1 0 2 0 1 2 0 0 2 1 2 2 1 0 2 1 2 3 1 2 3 0 1 2 0 1 2 1 2 3 0 1 3 1 2 3 0 1 2 0 1 2 1 0 2 </values>
2400.22/303.34	v </instantiation>
2400.22/303.34	c Unexpected resolution interruption!

Verifier Data

OK	3

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-4245147-1500685556/watcher-4245147-1500685556 -o /tmp/evaluation-result-4245147-1500685556/solver-4245147-1500685556 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1232710082 HOME/instance-4245147-1500685556.xml 

pid=19075
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: 15.93 15.83 14.09 9/271 19078
/proc/meminfo: memFree=30934456/32770624 swapFree=5884/238380
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0

[startup+0.100101 s]
/proc/loadavg: 15.93 15.83 14.09 9/271 19078
/proc/meminfo: memFree=30934456/32770624 swapFree=5884/238380
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200305 s]
/proc/loadavg: 15.93 15.83 14.09 9/271 19078
/proc/meminfo: memFree=30934456/32770624 swapFree=5884/238380
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300245 s]
/proc/loadavg: 15.93 15.83 14.09 9/271 19078
/proc/meminfo: memFree=30934456/32770624 swapFree=5884/238380
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700166 s]
/proc/loadavg: 15.93 15.83 14.09 9/271 19078
/proc/meminfo: memFree=30934456/32770624 swapFree=5884/238380
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50153 s]
/proc/loadavg: 15.93 15.83 14.09 20/300 19115
/proc/meminfo: memFree=30812724/32770624 swapFree=5884/238408
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
[pid=19079] ppid=19078 vsize=13801768 CPUtime=7.18 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19078 19078 8571 0 -1 1077944320 19922 0 0 0 709 9 0 0 20 0 28 0 3823333 14133010432 38464 33554432000 4194304 4196468 140730005814016 140730005796560 140695345557239 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
/proc/19079/statm: 3450442 38464 3240 1 0 3437675 0
[pid=19079/tid=19080] ppid=19078 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19080/stat : 19080 (java) S 19078 19078 8571 0 -1 1077944384 6852 0 0 0 75 3 0 0 20 0 28 0 3823333 14133010432 38464 33554432000 4194304 4196468 140730005814016 140695349798016 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19082] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19082/stat : 19082 (java) S 19078 19078 8571 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694944450832 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19083] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19083/stat : 19083 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694943398288 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19084] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19084/stat : 19084 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694942345744 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19085] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19085/stat : 19085 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694941293200 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19086] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19086/stat : 19086 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694940240656 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19087] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19087/stat : 19087 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694939188112 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19088] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19088/stat : 19088 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694938135568 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19089] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19089/stat : 19089 (java) S 19078 19078 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694937083024 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19090] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19090/stat : 19090 (java) S 19078 19078 8571 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 3823337 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694538676208 140695345568386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19091] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19091/stat : 19091 (java) S 19078 19078 8571 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 3823337 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694537622432 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19092] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19092/stat : 19092 (java) S 19078 19078 8571 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 3823338 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694536569840 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19093] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19093/stat : 19093 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694535518416 140695345575835 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19094] ppid=19078 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19094/stat : 19094 (java) R 19078 19078 8571 0 -1 4202560 3709 0 0 0 77 0 0 0 20 0 28 0 3823341 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694534451768 140695327076924 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19095] ppid=19078 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19095/stat : 19095 (java) R 19078 19078 8571 0 -1 4202560 2153 0 0 0 71 0 0 0 20 0 28 0 3823341 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694533406120 140695329954015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19096] ppid=19078 vsize=13801768 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19096/stat : 19096 (java) R 19078 19078 8571 0 -1 4202560 2172 0 0 0 73 0 0 0 20 0 28 0 3823341 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694532346968 140695328944024 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19097] ppid=19078 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19097/stat : 19097 (java) S 19078 19078 8571 0 -1 1077944384 3116 0 0 0 66 1 0 0 20 0 28 0 3823341 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694531308400 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19098] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19098/stat : 19098 (java) S 19078 19078 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694530255072 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19099] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19099/stat : 19099 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823342 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694529202608 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19108] ppid=19078 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19108/stat : 19108 (java) R 19078 19078 8571 0 -1 1077944384 27 0 0 0 42 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694518527744 140695345567445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19109] ppid=19078 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19109/stat : 19109 (java) R 19078 19078 8571 0 -1 4202560 37 0 0 0 40 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694517479664 140695345578586 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19110] ppid=19078 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19110/stat : 19110 (java) S 19078 19078 8571 0 -1 1077944384 27 0 0 0 37 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694516423792 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19111] ppid=19078 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19111/stat : 19111 (java) R 19078 19078 8571 0 -1 4202560 57 0 0 0 39 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694521690744 140694963276842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19112] ppid=19078 vsize=13801768 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19112/stat : 19112 (java) R 19078 19078 8571 0 -1 4202560 32 0 0 0 46 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694520638064 140695345578586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19113] ppid=19078 vsize=13801768 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19113/stat : 19113 (java) R 19078 19078 8571 0 -1 4202560 38 0 0 0 36 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694514322296 140694963561950 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19114] ppid=19078 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19114/stat : 19114 (java) S 19078 19078 8571 0 -1 1077944384 34 0 0 0 40 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694515370608 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19115] ppid=19078 vsize=13801768 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19115/stat : 19115 (java) R 19078 19078 8571 0 -1 4202560 28 0 0 0 49 0 0 0 20 0 28 0 3823419 14133010432 38464 33554432000 4194304 4196468 140730005814016 140694519582824 140694963278512 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 13811280

[startup+3.10161 s]
/proc/loadavg: 15.93 15.83 14.09 19/300 19115
/proc/meminfo: memFree=30754840/32770624 swapFree=5884/238408
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
[pid=19079] ppid=19078 vsize=13801768 CPUtime=19.81 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19078 19078 8571 0 -1 1077944320 36609 0 0 0 1966 15 0 0 20 0 28 0 3823333 14133010432 56977 33554432000 4194304 4196468 140730005814016 140730005796560 140695345557239 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
/proc/19079/statm: 3450442 56977 3254 1 0 3437675 0
[pid=19079/tid=19080] ppid=19078 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19080/stat : 19080 (java) S 19078 19078 8571 0 -1 1077944384 6852 0 0 0 75 3 0 0 20 0 28 0 3823333 14133010432 56977 33554432000 4194304 4196468 140730005814016 140695349798016 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19082] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19082/stat : 19082 (java) S 19078 19078 8571 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694944450832 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19083] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19083/stat : 19083 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694943398288 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19084] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19084/stat : 19084 (java) S 19078 19078 8571 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694942345744 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19085] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19085/stat : 19085 (java) S 19078 19078 8571 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694941293200 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19086] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19086/stat : 19086 (java) S 19078 19078 8571 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694940240656 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19087] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19087/stat : 19087 (java) S 19078 19078 8571 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694939188112 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19088] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19088/stat : 19088 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694938135568 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19089] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19089/stat : 19089 (java) S 19078 19078 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3823334 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694937083024 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19090] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19090/stat : 19090 (java) S 19078 19078 8571 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 3823337 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694538676208 140695345568386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19091] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19091/stat : 19091 (java) S 19078 19078 8571 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3823337 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694537622432 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19092] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19092/stat : 19092 (java) S 19078 19078 8571 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 3823338 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694536569840 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19093] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19093/stat : 19093 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694535518416 140695345575835 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19094] ppid=19078 vsize=13801768 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19094/stat : 19094 (java) S 19078 19078 8571 0 -1 1077944384 10023 0 0 0 169 2 0 0 20 0 28 0 3823341 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694534466032 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19095] ppid=19078 vsize=13801768 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19095/stat : 19095 (java) S 19078 19078 8571 0 -1 1077944384 9061 0 0 0 175 2 0 0 20 0 28 0 3823341 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694533413488 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19096] ppid=19078 vsize=13801768 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19096/stat : 19096 (java) S 19078 19078 8571 0 -1 1077944384 3874 0 0 0 176 1 0 0 20 0 28 0 3823341 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694532360944 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19097] ppid=19078 vsize=13801768 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19097/stat : 19097 (java) S 19078 19078 8571 0 -1 1077944384 3661 0 0 0 72 1 0 0 20 0 28 0 3823341 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694531308400 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19098] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19098/stat : 19098 (java) S 19078 19078 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694530255072 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19099] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19099/stat : 19099 (java) S 19078 19078 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3823342 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694529202608 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19108] ppid=19078 vsize=13801768 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19108/stat : 19108 (java) R 19078 19078 8571 0 -1 4202560 115 0 0 0 141 0 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694518528432 140694965168538 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19109] ppid=19078 vsize=13801768 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19109/stat : 19109 (java) R 19078 19078 8571 0 -1 4202560 74 0 0 0 149 0 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694517477960 140694963455872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19110] ppid=19078 vsize=13801768 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19110/stat : 19110 (java) R 19078 19078 8571 0 -1 4202560 108 0 0 0 158 0 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694516426208 140694965179611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19111] ppid=19078 vsize=13801768 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19111/stat : 19111 (java) R 19078 19078 8571 0 -1 4202560 190 0 0 0 164 1 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694521689112 140694964628973 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19112] ppid=19078 vsize=13801768 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19112/stat : 19112 (java) R 19078 19078 8571 0 -1 4202560 115 0 0 0 167 0 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694520637432 140730007386502 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19113] ppid=19078 vsize=13801768 CPUtime=1.64 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19113/stat : 19113 (java) R 19078 19078 8571 0 -1 4202560 64 0 0 0 164 0 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694514320696 140694963653447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19114] ppid=19078 vsize=13801768 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19114/stat : 19114 (java) R 19078 19078 8571 0 -1 4202560 123 0 0 0 163 0 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694515372072 140694964629585 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19115] ppid=19078 vsize=13801768 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19115/stat : 19115 (java) R 19078 19078 8571 0 -1 4202560 127 0 0 0 172 0 0 0 20 0 28 0 3823419 14133010432 56977 33554432000 4194304 4196468 140730005814016 140694519582016 140694963653478 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
Current children cumulated CPU time (s) 19.81
Current children cumulated vsize (KiB) 13811280

[startup+6.3017 s]
/proc/loadavg: 15.94 15.83 14.10 17/300 19115
/proc/meminfo: memFree=30700436/32770624 swapFree=5884/238420

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

[pid=19079/tid=19114] ppid=19078 vsize=13801768 CPUtime=276.44 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19114/stat : 19114 (java) R 19078 19078 8571 0 -1 4202560 4400 0 0 0 27636 8 0 0 20 0 28 0 3823419 14133010432 1013977 33554432000 4194304 4196468 140730005814016 140694515375616 140694964371908 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19115] ppid=19078 vsize=13801768 CPUtime=274.8 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19115/stat : 19115 (java) R 19078 19078 8571 0 -1 4202560 3087 0 0 0 27474 6 0 0 20 0 28 0 3823419 14133010432 1013977 33554432000 4194304 4196468 140730005814016 140694519586368 140694964629383 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
Current children cumulated CPU time (s) 2233.19
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+303.302 s]
/proc/loadavg: 16.02 15.99 14.64 17/302 19302
/proc/meminfo: memFree=24090476/32770624 swapFree=5884/238840
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
[pid=19079] ppid=19078 vsize=13801768 CPUtime=2400.22 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19078 19078 8571 0 -1 1077944320 108372 0 0 0 239715 307 0 0 20 0 28 0 3823333 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140730005796560 140695345557239 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
/proc/19079/statm: 3450442 1046332 3294 1 0 3437675 0
[pid=19079/tid=19080] ppid=19078 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19080/stat : 19080 (java) S 19078 19078 8571 0 -1 1077944384 6852 0 0 0 75 3 0 0 20 0 28 0 3823333 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140695349798016 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19082] ppid=19078 vsize=13801768 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19082/stat : 19082 (java) S 19078 19078 8571 0 -1 1077944384 1036 0 0 0 223 22 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694944450832 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19083] ppid=19078 vsize=13801768 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19083/stat : 19083 (java) S 19078 19078 8571 0 -1 1077944384 1293 0 0 0 218 20 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694943398288 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19084] ppid=19078 vsize=13801768 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19084/stat : 19084 (java) S 19078 19078 8571 0 -1 1077944384 3392 0 0 0 216 22 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694942345744 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19085] ppid=19078 vsize=13801768 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19085/stat : 19085 (java) S 19078 19078 8571 0 -1 1077944384 1089 0 0 0 215 21 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694941293200 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19086] ppid=19078 vsize=13801768 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19086/stat : 19086 (java) S 19078 19078 8571 0 -1 1077944384 1813 0 0 0 206 25 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694940240656 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19087] ppid=19078 vsize=13801768 CPUtime=2.41 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19087/stat : 19087 (java) S 19078 19078 8571 0 -1 1077944384 1986 0 0 0 218 23 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694939188112 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19088] ppid=19078 vsize=13801768 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19088/stat : 19088 (java) S 19078 19078 8571 0 -1 1077944384 2062 0 0 0 221 21 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694938135568 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19089] ppid=19078 vsize=13801768 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19089/stat : 19089 (java) S 19078 19078 8571 0 -1 1077944384 1303 0 0 0 216 22 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694937083024 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19090] ppid=19078 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19090/stat : 19090 (java) S 19078 19078 8571 0 -1 1077944384 15153 0 0 0 36 22 0 0 20 0 28 0 3823337 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694538676208 140695345568386 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19091] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19091/stat : 19091 (java) S 19078 19078 8571 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3823337 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694537622432 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19092] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19092/stat : 19092 (java) S 19078 19078 8571 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 3823338 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694536569840 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19093] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19093/stat : 19093 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694535518416 140695345575835 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19094] ppid=19078 vsize=13801768 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19094/stat : 19094 (java) S 19078 19078 8571 0 -1 1077944384 10928 0 0 0 182 2 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694534466032 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 10 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19095] ppid=19078 vsize=13801768 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19095/stat : 19095 (java) S 19078 19078 8571 0 -1 1077944384 10902 0 0 0 199 2 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694533413488 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19096] ppid=19078 vsize=13801768 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19096/stat : 19096 (java) S 19078 19078 8571 0 -1 1077944384 4853 0 0 0 190 1 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694532360944 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 11 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19097] ppid=19078 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19097/stat : 19097 (java) S 19078 19078 8571 0 -1 1077944384 5188 0 0 0 76 1 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694531308400 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19098] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19098/stat : 19098 (java) S 19078 19078 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694530255072 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19099] ppid=19078 vsize=13801768 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19099/stat : 19099 (java) S 19078 19078 8571 0 -1 1077944384 513 0 0 0 9 10 0 0 20 0 28 0 3823342 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694529202608 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19108] ppid=19078 vsize=13801768 CPUtime=296.62 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19108/stat : 19108 (java) R 19078 19078 8571 0 -1 4202560 6979 0 0 0 29644 18 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694518529704 140694964629707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19109] ppid=19078 vsize=13801768 CPUtime=296.36 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19109/stat : 19109 (java) R 19078 19078 8571 0 -1 4202560 5555 0 0 0 29625 11 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694517481280 140694965279968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19110] ppid=19078 vsize=13801768 CPUtime=296.19 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19110/stat : 19110 (java) R 19078 19078 8571 0 -1 4202560 6364 0 0 0 29610 9 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694516424568 140694964896352 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19111] ppid=19078 vsize=13801768 CPUtime=297.31 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19111/stat : 19111 (java) R 19078 19078 8571 0 -1 4202560 5736 0 0 0 29720 11 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694521692224 140694964629712 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19112] ppid=19078 vsize=13801768 CPUtime=296.5 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19112/stat : 19112 (java) R 19078 19078 8571 0 -1 4202560 5294 0 0 0 29635 15 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694520636696 140694964628973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19113] ppid=19078 vsize=13801768 CPUtime=296.85 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19113/stat : 19113 (java) R 19078 19078 8571 0 -1 4202560 493 0 0 0 29683 2 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694514324344 140694965168538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19114] ppid=19078 vsize=13801768 CPUtime=297.31 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19114/stat : 19114 (java) R 19078 19078 8571 0 -1 4202560 4597 0 0 0 29722 9 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694515371384 140694964372396 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19115] ppid=19078 vsize=13801768 CPUtime=295.56 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19115/stat : 19115 (java) R 19078 19078 8571 0 -1 4202560 3325 0 0 0 29550 6 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694519585344 140694964629608 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
Current children cumulated CPU time (s) 2400.22
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 19079 sig 9
??? kill 19078 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+303.302 s]
/proc/loadavg: 16.02 15.99 14.64 17/302 19302
/proc/meminfo: memFree=24090476/32770624 swapFree=5884/238840
[pid=19078] ppid=19075 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19078/stat : 19078 (xcsp3-exec) S 19075 19078 8571 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 3823333 9740288 346 33554432000 4194304 5098028 140734274205856 140734274203960 139991659176572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 37638144 140734274208910 140734274209120 140734274209120 140734274211819 0
/proc/19078/statm: 2378 346 289 221 0 87 0
[pid=19079] ppid=19078 vsize=13801768 CPUtime=2400.22 cores=1,3,5,7,9,11,13,15
/proc/19079/stat : 19079 (java) S 19078 19078 8571 0 -1 1077944320 108372 0 0 0 239715 307 0 0 20 0 28 0 3823333 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140730005796560 140695345557239 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
/proc/19079/statm: 3450442 1046332 3294 1 0 3437675 0
[pid=19079/tid=19080] ppid=19078 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19080/stat : 19080 (java) S 19078 19078 8571 0 -1 1077944384 6852 0 0 0 75 3 0 0 20 0 28 0 3823333 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140695349798016 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19082] ppid=19078 vsize=13801768 CPUtime=2.45 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19082/stat : 19082 (java) S 19078 19078 8571 0 -1 1077944384 1036 0 0 0 223 22 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694944450832 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19083] ppid=19078 vsize=13801768 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19083/stat : 19083 (java) S 19078 19078 8571 0 -1 1077944384 1293 0 0 0 218 20 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694943398288 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19084] ppid=19078 vsize=13801768 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19084/stat : 19084 (java) S 19078 19078 8571 0 -1 1077944384 3392 0 0 0 216 22 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694942345744 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19085] ppid=19078 vsize=13801768 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19085/stat : 19085 (java) S 19078 19078 8571 0 -1 1077944384 1089 0 0 0 215 21 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694941293200 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19086] ppid=19078 vsize=13801768 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19086/stat : 19086 (java) S 19078 19078 8571 0 -1 1077944384 1813 0 0 0 206 25 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694940240656 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19087] ppid=19078 vsize=13801768 CPUtime=2.41 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19087/stat : 19087 (java) S 19078 19078 8571 0 -1 1077944384 1986 0 0 0 218 23 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694939188112 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19088] ppid=19078 vsize=13801768 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19088/stat : 19088 (java) S 19078 19078 8571 0 -1 1077944384 2062 0 0 0 221 21 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694938135568 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19089] ppid=19078 vsize=13801768 CPUtime=2.38 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19089/stat : 19089 (java) S 19078 19078 8571 0 -1 1077944384 1303 0 0 0 216 22 0 0 20 0 28 0 3823334 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694937083024 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19090] ppid=19078 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19090/stat : 19090 (java) S 19078 19078 8571 0 -1 1077944384 15153 0 0 0 36 22 0 0 20 0 28 0 3823337 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694538676208 140695345568386 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19091] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19091/stat : 19091 (java) S 19078 19078 8571 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 3823337 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694537622432 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19092] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19092/stat : 19092 (java) S 19078 19078 8571 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 3823338 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694536569840 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19093] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19093/stat : 19093 (java) S 19078 19078 8571 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694535518416 140695345575835 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19094] ppid=19078 vsize=13801768 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19094/stat : 19094 (java) S 19078 19078 8571 0 -1 1077944384 10928 0 0 0 182 2 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694534466032 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 10 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19095] ppid=19078 vsize=13801768 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19095/stat : 19095 (java) S 19078 19078 8571 0 -1 1077944384 10902 0 0 0 199 2 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694533413488 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19096] ppid=19078 vsize=13801768 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19096/stat : 19096 (java) S 19078 19078 8571 0 -1 1077944384 4853 0 0 0 190 1 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694532360944 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 11 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19097] ppid=19078 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19097/stat : 19097 (java) S 19078 19078 8571 0 -1 1077944384 5188 0 0 0 76 1 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694531308400 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19098] ppid=19078 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19098/stat : 19098 (java) S 19078 19078 8571 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3823341 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694530255072 140695345567445 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19099] ppid=19078 vsize=13801768 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19099/stat : 19099 (java) S 19078 19078 8571 0 -1 1077944384 513 0 0 0 9 10 0 0 20 0 28 0 3823342 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694529202608 140695345568386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19108] ppid=19078 vsize=13801768 CPUtime=296.62 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19108/stat : 19108 (java) R 19078 19078 8571 0 -1 4202560 6979 0 0 0 29644 18 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694518529704 140694964629707 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19109] ppid=19078 vsize=13801768 CPUtime=296.36 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19109/stat : 19109 (java) R 19078 19078 8571 0 -1 4202560 5555 0 0 0 29625 11 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694517481280 140694965279968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19110] ppid=19078 vsize=13801768 CPUtime=296.19 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19110/stat : 19110 (java) R 19078 19078 8571 0 -1 4202560 6364 0 0 0 29610 9 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694516424568 140694964896352 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19111] ppid=19078 vsize=13801768 CPUtime=297.31 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19111/stat : 19111 (java) R 19078 19078 8571 0 -1 4202560 5736 0 0 0 29720 11 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694521692224 140694964629712 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19112] ppid=19078 vsize=13801768 CPUtime=296.5 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19112/stat : 19112 (java) R 19078 19078 8571 0 -1 4202560 5294 0 0 0 29635 15 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694520636696 140694964628973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19113] ppid=19078 vsize=13801768 CPUtime=296.85 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19113/stat : 19113 (java) R 19078 19078 8571 0 -1 4202560 493 0 0 0 29683 2 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694514324344 140694965168538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19114] ppid=19078 vsize=13801768 CPUtime=297.31 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19114/stat : 19114 (java) R 19078 19078 8571 0 -1 4202560 4597 0 0 0 29722 9 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694515371384 140694964372396 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
[pid=19079/tid=19115] ppid=19078 vsize=13801768 CPUtime=295.56 cores=1,3,5,7,9,11,13,15
/proc/19079/task/19115/stat : 19115 (java) R 19078 19078 8571 0 -1 4202560 3325 0 0 0 29550 6 0 0 20 0 28 0 3823419 14133010432 1046332 33554432000 4194304 4196468 140730005814016 140694519585344 140694964629608 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32555008 140730005816508 140730005816684 140730005816684 140730005819343 0
Current children cumulated CPU time (s) 2400.22
Current children cumulated vsize (KiB) 13811280

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 303.313
CPU time (s): 2400.22
CPU user time (s): 2397.15
CPU system time (s): 3.07
CPU usage (%): 791.335
Max. virtual memory (cumulated for all children) (KiB): 13814888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001461
system time used= 0.001461
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.32802 second user time and 5.37883 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 03:05:56
IDJOB=4245147
IDBENCH=120597
IDSOLVER=2626
FILE ID=node126/4245147-1500685556
RUNJOBID= node126-1500683384-8603
PBS_JOBID= 20623339
Free space on /tmp= 61976 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-mug100-25.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-4245147-1500685556/watcher-4245147-1500685556 -o /tmp/evaluation-result-4245147-1500685556/solver-4245147-1500685556 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500683384-8603 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1232710082 HOME/instance-4245147-1500685556.xml

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

MD5SUM BENCH= 6e356a27a2dd876e1bb3c04bb6ed0542
RANDOM SEED=1232710082

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30934568 kB
MemAvailable:   30978660 kB
Buffers:           48888 kB
Cached:           305824 kB
SwapCached:            0 kB
Active:          1214884 kB
Inactive:         247048 kB
Active(anon):    1109644 kB
Inactive(anon):     8668 kB
Active(file):     105240 kB
Inactive(file):   238380 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       1202408 kB
Mapped:            42560 kB
Shmem:              8872 kB
Slab:              65856 kB
SReclaimable:      32612 kB
SUnreclaim:        33244 kB
KernelStack:        5152 kB
PageTables:         8072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1822740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1030144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61964 MiB
End job on node126 at 2017-07-22 03:10:59