Trace number 4246751

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)148 2400.62 305.512

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-14-a4.xml
MD5SUM5aba8e5725f87f11766562fcd4055047
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints3733
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":14}]
Minimum variable degree1015
Maximum variable degree1016
Distribution of variable degrees[{"degree":1015,"count":12},{"degree":1016,"count":2}]
Minimum constraint arity1
Maximum constraint arity14
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":728},{"arity":4,"count":3003},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints3732
Distribution of constraint types[{"type":"intension","count":3732},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4246751-1500688309.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4246751-1500688309.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.26	c 8 solvers in parallel
0.00/0.32	c parse instance...
8.33/2.22	c solve instance...
26.30/4.54	o 181 
27.57/4.70	o 177 
41.19/6.83	o 174 
57.80/8.99	o 169 
226.03/31.35	o 168 
277.18/37.88	o 167 
471.47/62.45	o 161 
525.07/69.25	o 160 
538.60/71.07	o 159 
885.60/114.70	o 156 
1602.26/205.10	o 151 
1661.98/212.76	o 148 
2400.62/305.55	s SATISFIABLE
2400.62/305.55	v <instantiation>
2400.62/305.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] </list>
2400.62/305.55	v 	<values>0 1 3 7 12 25 39 54 62 82 103 122 138 148 </values>
2400.62/305.55	v </instantiation>
2400.62/305.55	c Unexpected resolution interruption!

Verifier Data

OK	148

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-4246751-1500688309/watcher-4246751-1500688309 -o /tmp/evaluation-result-4246751-1500688309/solver-4246751-1500688309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1198724575 HOME/instance-4246751-1500688309.xml 

pid=29256
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: 15.32 14.76 14.57 10/271 29259
/proc/meminfo: memFree=31781152/32770624 swapFree=5808/101928
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0

[startup+0.100124 s]
/proc/loadavg: 15.32 14.76 14.57 10/271 29259
/proc/meminfo: memFree=31781152/32770624 swapFree=5808/101928
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.20032 s]
/proc/loadavg: 15.32 14.76 14.57 10/271 29259
/proc/meminfo: memFree=31781152/32770624 swapFree=5808/101928
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300269 s]
/proc/loadavg: 15.32 14.76 14.57 10/271 29259
/proc/meminfo: memFree=31781152/32770624 swapFree=5808/101928
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700167 s]
/proc/loadavg: 15.32 14.76 14.57 10/271 29259
/proc/meminfo: memFree=31781152/32770624 swapFree=5808/101928
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5011 s]
/proc/loadavg: 15.32 14.76 14.57 13/292 29280
/proc/meminfo: memFree=31622428/32770624 swapFree=5808/101840
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
[pid=29260] ppid=29259 vsize=13269256 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/29260/stat : 29260 (java) S 29259 29259 15196 0 -1 1077944320 23623 0 0 0 510 48 0 0 20 0 20 0 4096008 13587718144 69692 33554432000 4194304 4196468 140722270520480 140722270503024 140477769260791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
/proc/29260/statm: 3317314 69692 3251 1 0 3304547 0
[pid=29260/tid=29261] ppid=29259 vsize=13269256 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29261/stat : 29261 (java) R 29259 29259 15196 0 -1 4202560 8365 0 0 0 130 6 0 0 20 0 20 0 4096009 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477773494648 140477397470974 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29263] ppid=29259 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29263/stat : 29263 (java) S 29259 29259 15196 0 -1 1077944384 75 0 0 0 4 5 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477721881232 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29264] ppid=29259 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29264/stat : 29264 (java) S 29259 29259 15196 0 -1 1077944384 48 0 0 0 4 4 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477720828432 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29265] ppid=29259 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29265/stat : 29265 (java) S 29259 29259 15196 0 -1 1077944384 57 0 0 0 3 2 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477719775632 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29266] ppid=29259 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29266/stat : 29266 (java) S 29259 29259 15196 0 -1 1077944384 75 0 0 0 4 2 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477718722832 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29267] ppid=29259 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29267/stat : 29267 (java) S 29259 29259 15196 0 -1 1077944384 123 0 0 0 4 5 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477717671056 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29268] ppid=29259 vsize=13269256 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29268/stat : 29268 (java) S 29259 29259 15196 0 -1 1077944384 57 0 0 0 4 4 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477716618256 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29269] ppid=29259 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29269/stat : 29269 (java) S 29259 29259 15196 0 -1 1077944384 54 0 0 0 4 5 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477715565456 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29270] ppid=29259 vsize=13269256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29270/stat : 29270 (java) S 29259 29259 15196 0 -1 1077944384 60 0 0 0 4 5 0 0 20 0 20 0 4096010 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477714512656 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29271] ppid=29259 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29271/stat : 29271 (java) S 29259 29259 15196 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 20 0 4096012 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477230700912 140477769271938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29272] ppid=29259 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29272/stat : 29272 (java) S 29259 29259 15196 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 4096013 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477229646944 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29273] ppid=29259 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29273/stat : 29273 (java) S 29259 29259 15196 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 4096013 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477228594048 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29274] ppid=29259 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29274/stat : 29274 (java) S 29259 29259 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4096017 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477227542352 140477769279387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29275] ppid=29259 vsize=13269256 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29275/stat : 29275 (java) R 29259 29259 15196 0 -1 4202560 3487 0 0 0 97 0 0 0 20 0 20 0 4096017 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477226487104 140477748450240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29276] ppid=29259 vsize=13269256 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29276/stat : 29276 (java) R 29259 29259 15196 0 -1 4202560 3575 0 0 0 89 0 0 0 20 0 20 0 4096017 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477225419136 140477752787384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29277] ppid=29259 vsize=13269256 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29277/stat : 29277 (java) R 29259 29259 15196 0 -1 4202560 2897 0 0 0 90 0 0 0 20 0 20 0 4096017 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477224371488 140477754363403 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29278] ppid=29259 vsize=13269256 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29278/stat : 29278 (java) S 29259 29259 15196 0 -1 1077944384 3291 0 0 0 67 0 0 0 20 0 20 0 4096017 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477223332336 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29279] ppid=29259 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29279/stat : 29279 (java) S 29259 29259 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4096017 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477222279776 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29280] ppid=29259 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29280/stat : 29280 (java) S 29259 29259 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4096017 13587718144 69692 33554432000 4194304 4196468 140722270520480 140477221227056 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 13278768

[startup+3.10113 s]
/proc/loadavg: 15.32 14.76 14.57 10/292 29280
/proc/meminfo: memFree=31320480/32770624 swapFree=5808/101964
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
[pid=29260] ppid=29259 vsize=13801768 CPUtime=15.06 cores=0,2,4,6,8,10,12,14
/proc/29260/stat : 29260 (java) S 29259 29259 15196 0 -1 1077944320 29443 0 0 0 1366 140 0 0 20 0 28 0 4096008 14133010432 143668 33554432000 4194304 4196468 140722270520480 140722270503024 140477769260791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
/proc/29260/statm: 3450442 143668 3267 1 0 3437675 0
[pid=29260/tid=29261] ppid=29259 vsize=13801768 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29261/stat : 29261 (java) S 29259 29259 15196 0 -1 1077944384 9199 0 0 0 193 8 0 0 20 0 28 0 4096009 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477773501568 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29263] ppid=29259 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29263/stat : 29263 (java) S 29259 29259 15196 0 -1 1077944384 165 0 0 0 16 16 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477721881232 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29264] ppid=29259 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29264/stat : 29264 (java) S 29259 29259 15196 0 -1 1077944384 169 0 0 0 16 16 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477720828432 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29265] ppid=29259 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29265/stat : 29265 (java) S 29259 29259 15196 0 -1 1077944384 167 0 0 0 15 13 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477719775632 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29266] ppid=29259 vsize=13801768 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29266/stat : 29266 (java) S 29259 29259 15196 0 -1 1077944384 226 0 0 0 16 13 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477718722832 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29267] ppid=29259 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29267/stat : 29267 (java) S 29259 29259 15196 0 -1 1077944384 234 0 0 0 15 16 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477717671056 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29268] ppid=29259 vsize=13801768 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29268/stat : 29268 (java) S 29259 29259 15196 0 -1 1077944384 773 0 0 0 14 15 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477716618256 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29269] ppid=29259 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29269/stat : 29269 (java) S 29259 29259 15196 0 -1 1077944384 164 0 0 0 15 16 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477715565456 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29270] ppid=29259 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29270/stat : 29270 (java) S 29259 29259 15196 0 -1 1077944384 167 0 0 0 16 17 0 0 20 0 28 0 4096010 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477714512656 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29271] ppid=29259 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29271/stat : 29271 (java) S 29259 29259 15196 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 28 0 4096012 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477230700912 140477769271938 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29272] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29272/stat : 29272 (java) S 29259 29259 15196 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477229646944 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29273] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29273/stat : 29273 (java) S 29259 29259 15196 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477228594048 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29274] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29274/stat : 29274 (java) S 29259 29259 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477227542352 140477769279387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29275] ppid=29259 vsize=13801768 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29275/stat : 29275 (java) R 29259 29259 15196 0 -1 4202560 4163 0 0 0 188 0 0 0 20 0 28 0 4096017 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477226471752 140477752757579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29276] ppid=29259 vsize=13801768 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29276/stat : 29276 (java) R 29259 29259 15196 0 -1 4202560 4107 0 0 0 179 1 0 0 20 0 28 0 4096017 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477225431128 140477748517188 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29277] ppid=29259 vsize=13801768 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29277/stat : 29277 (java) R 29259 29259 15196 0 -1 4202560 3519 0 0 0 180 0 0 0 20 0 28 0 4096017 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477224371536 140477749896675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29278] ppid=29259 vsize=13801768 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29278/stat : 29278 (java) S 29259 29259 15196 0 -1 1077944384 4186 0 0 0 90 1 0 0 20 0 28 0 4096017 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477223332336 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29279] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29279/stat : 29279 (java) S 29259 29259 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477222279776 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29280] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29280/stat : 29280 (java) S 29259 29259 15196 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 143668 33554432000 4194304 4196468 140722270520480 140477221227056 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 13811280

[startup+6.30169 s]
/proc/loadavg: 15.29 14.77 14.57 17/300 29304
/proc/meminfo: memFree=31142364/32770624 swapFree=5808/101972
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
[pid=29260] ppid=29259 vsize=13801768 CPUtime=40.25 cores=0,2,4,6,8,10,12,14
/proc/29260/stat : 29260 (java) S 29259 29259 15196 0 -1 1077944320 38215 0 0 0 3879 146 0 0 20 0 28 0 4096008 14133010432 166745 33554432000 4194304 4196468 140722270520480 140722270503024 140477769260791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
/proc/29260/statm: 3450442 166745 3285 1 0 3437675 0
[pid=29260/tid=29261] ppid=29259 vsize=13801768 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29261/stat : 29261 (java) S 29259 29259 15196 0 -1 1077944384 9215 0 0 0 193 8 0 0 20 0 28 0 4096009 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477773501568 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29263] ppid=29259 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29263/stat : 29263 (java) S 29259 29259 15196 0 -1 1077944384 165 0 0 0 16 16 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477721881232 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29264] ppid=29259 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29264/stat : 29264 (java) S 29259 29259 15196 0 -1 1077944384 169 0 0 0 16 16 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477720828432 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29265] ppid=29259 vsize=13801768 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29265/stat : 29265 (java) S 29259 29259 15196 0 -1 1077944384 167 0 0 0 15 13 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477719775632 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29266] ppid=29259 vsize=13801768 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29266/stat : 29266 (java) S 29259 29259 15196 0 -1 1077944384 226 0 0 0 16 13 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477718722832 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29267] ppid=29259 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29267/stat : 29267 (java) S 29259 29259 15196 0 -1 1077944384 234 0 0 0 15 16 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477717671056 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29268] ppid=29259 vsize=13801768 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29268/stat : 29268 (java) S 29259 29259 15196 0 -1 1077944384 773 0 0 0 14 15 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477716618256 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29269] ppid=29259 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29269/stat : 29269 (java) S 29259 29259 15196 0 -1 1077944384 164 0 0 0 15 16 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477715565456 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29270] ppid=29259 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29270/stat : 29270 (java) S 29259 29259 15196 0 -1 1077944384 167 0 0 0 16 17 0 0 20 0 28 0 4096010 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477714512656 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29271] ppid=29259 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29271/stat : 29271 (java) S 29259 29259 15196 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 28 0 4096012 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477230700912 140477769271938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29272] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29272/stat : 29272 (java) S 29259 29259 15196 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477229646944 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29273] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29273/stat : 29273 (java) S 29259 29259 15196 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477228594048 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29274] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29274/stat : 29274 (java) S 29259 29259 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 166745 33554432000 4194304 4196468 140722270520480 140477227542352 140477769279387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0

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

[pid=29260/tid=29395] ppid=29259 vsize=13801768 CPUtime=68.67 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29395/stat : 29395 (java) R 29259 29259 15196 0 -1 4202560 745 0 0 0 6865 2 0 0 20 0 28 0 4117284 14133010432 284032 33554432000 4194304 4196468 140722270520480 140477213712048 140477401224088 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29396] ppid=29259 vsize=13801768 CPUtime=69.18 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29396/stat : 29396 (java) R 29259 29259 15196 0 -1 4202560 9131 0 0 0 6917 1 0 0 20 0 28 0 4117284 14133010432 284032 33554432000 4194304 4196468 140722270520480 140477211606904 140477400074235 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
Current children cumulated CPU time (s) 2215.85
Current children cumulated vsize (KiB) 13811280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+305.502 s]
/proc/loadavg: 11.62 14.09 14.44 17/299 29643
/proc/meminfo: memFree=27013800/32770624 swapFree=5808/102436
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
[pid=29260] ppid=29259 vsize=13801768 CPUtime=2400.62 cores=0,2,4,6,8,10,12,14
/proc/29260/stat : 29260 (java) S 29259 29259 15196 0 -1 1077944320 239770 0 0 0 239773 289 0 0 20 0 28 0 4096008 14133010432 351184 33554432000 4194304 4196468 140722270520480 140722270503024 140477769260791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
/proc/29260/statm: 3450442 351184 3310 1 0 3437675 0
[pid=29260/tid=29261] ppid=29259 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29261/stat : 29261 (java) S 29259 29259 15196 0 -1 1077944384 10973 0 0 0 194 8 0 0 20 0 28 0 4096009 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477773501568 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29263] ppid=29259 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29263/stat : 29263 (java) S 29259 29259 15196 0 -1 1077944384 4225 0 0 0 86 26 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477721881232 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29264] ppid=29259 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29264/stat : 29264 (java) S 29259 29259 15196 0 -1 1077944384 2462 0 0 0 87 25 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477720828432 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29265] ppid=29259 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29265/stat : 29265 (java) S 29259 29259 15196 0 -1 1077944384 2091 0 0 0 84 24 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477719775632 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29266] ppid=29259 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29266/stat : 29266 (java) S 29259 29259 15196 0 -1 1077944384 2096 0 0 0 84 24 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477718722832 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29267] ppid=29259 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29267/stat : 29267 (java) S 29259 29259 15196 0 -1 1077944384 2859 0 0 0 87 25 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477717671056 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29268] ppid=29259 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29268/stat : 29268 (java) S 29259 29259 15196 0 -1 1077944384 2568 0 0 0 85 23 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477716618256 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29269] ppid=29259 vsize=13801768 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29269/stat : 29269 (java) S 29259 29259 15196 0 -1 1077944384 1903 0 0 0 85 25 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477715565456 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29270] ppid=29259 vsize=13801768 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29270/stat : 29270 (java) S 29259 29259 15196 0 -1 1077944384 2169 0 0 0 87 26 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477714512656 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29271] ppid=29259 vsize=13801768 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29271/stat : 29271 (java) S 29259 29259 15196 0 -1 1077944384 5498 0 0 0 124 6 0 0 20 0 28 0 4096012 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477230700912 140477769271938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29272] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29272/stat : 29272 (java) S 29259 29259 15196 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477229646944 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29273] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29273/stat : 29273 (java) S 29259 29259 15196 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477228594048 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29274] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29274/stat : 29274 (java) S 29259 29259 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477227542352 140477769279387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29275] ppid=29259 vsize=13801768 CPUtime=4.52 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29275/stat : 29275 (java) S 29259 29259 15196 0 -1 1077944384 21314 0 0 0 448 4 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477226490736 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29276] ppid=29259 vsize=13801768 CPUtime=4.2 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29276/stat : 29276 (java) S 29259 29259 15196 0 -1 1077944384 21032 0 0 0 416 4 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477225437936 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29277] ppid=29259 vsize=13801768 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29277/stat : 29277 (java) S 29259 29259 15196 0 -1 1077944384 29354 0 0 0 486 5 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477224385136 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29278] ppid=29259 vsize=13801768 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29278/stat : 29278 (java) S 29259 29259 15196 0 -1 1077944384 22214 0 0 0 127 3 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477223332336 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29279] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29279/stat : 29279 (java) S 29259 29259 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477222279776 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29280] ppid=29259 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29280/stat : 29280 (java) S 29259 29259 15196 0 -1 1077944384 2536 0 0 0 11 10 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477221227056 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29389] ppid=29259 vsize=13801768 CPUtime=92.48 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29389/stat : 29389 (java) R 29259 29259 15196 0 -1 4202560 1296 0 0 0 9248 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477208447512 140477399650558 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29390] ppid=29259 vsize=13801768 CPUtime=92.55 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29390/stat : 29390 (java) R 29259 29259 15196 0 -1 4202560 676 0 0 0 9255 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477207395864 140477400029878 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29391] ppid=29259 vsize=13801768 CPUtime=92.33 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29391/stat : 29391 (java) R 29259 29259 15196 0 -1 4202560 1450 0 0 0 9233 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477212663032 140477400029759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29392] ppid=29259 vsize=13801768 CPUtime=92.42 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29392/stat : 29392 (java) R 29259 29259 15196 0 -1 4202560 1317 0 0 0 9242 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477206344552 140477401248908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29393] ppid=29259 vsize=13801768 CPUtime=92.41 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29393/stat : 29393 (java) R 29259 29259 15196 0 -1 4202560 1004 0 0 0 9240 1 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477210554392 140477400029961 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29394] ppid=29259 vsize=13801768 CPUtime=91.05 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29394/stat : 29394 (java) R 29259 29259 15196 0 -1 4202560 550 0 0 0 9105 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477209501600 140477401224169 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29395] ppid=29259 vsize=13801768 CPUtime=91.73 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29395/stat : 29395 (java) R 29259 29259 15196 0 -1 4202560 770 0 0 0 9171 2 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477213712136 140477401224174 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29396] ppid=29259 vsize=13801768 CPUtime=92.25 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29396/stat : 29396 (java) R 29259 29259 15196 0 -1 4202560 9197 0 0 0 9224 1 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477211606904 140477400030181 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
Current children cumulated CPU time (s) 2400.62
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 29260 sig 9
??? kill 29259 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+305.502 s]
/proc/loadavg: 11.62 14.09 14.44 17/299 29643
/proc/meminfo: memFree=27013800/32770624 swapFree=5808/102436
[pid=29259] ppid=29256 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29259/stat : 29259 (xcsp3-exec) S 29256 29259 15196 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4096008 9740288 346 33554432000 4194304 5098028 140734389225856 140734389223960 140304497156732 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 13086720 140734389228686 140734389228896 140734389228896 140734389231595 0
/proc/29259/statm: 2378 346 289 221 0 87 0
[pid=29260] ppid=29259 vsize=13801768 CPUtime=2400.62 cores=0,2,4,6,8,10,12,14
/proc/29260/stat : 29260 (java) S 29259 29259 15196 0 -1 1077944320 239770 0 0 0 239773 289 0 0 20 0 28 0 4096008 14133010432 351184 33554432000 4194304 4196468 140722270520480 140722270503024 140477769260791 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
/proc/29260/statm: 3450442 351184 3310 1 0 3437675 0
[pid=29260/tid=29261] ppid=29259 vsize=13801768 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29261/stat : 29261 (java) S 29259 29259 15196 0 -1 1077944384 10973 0 0 0 194 8 0 0 20 0 28 0 4096009 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477773501568 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29263] ppid=29259 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29263/stat : 29263 (java) S 29259 29259 15196 0 -1 1077944384 4225 0 0 0 86 26 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477721881232 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29264] ppid=29259 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29264/stat : 29264 (java) S 29259 29259 15196 0 -1 1077944384 2462 0 0 0 87 25 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477720828432 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29265] ppid=29259 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29265/stat : 29265 (java) S 29259 29259 15196 0 -1 1077944384 2091 0 0 0 84 24 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477719775632 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29266] ppid=29259 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29266/stat : 29266 (java) S 29259 29259 15196 0 -1 1077944384 2096 0 0 0 84 24 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477718722832 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29267] ppid=29259 vsize=13801768 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29267/stat : 29267 (java) S 29259 29259 15196 0 -1 1077944384 2859 0 0 0 87 25 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477717671056 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29268] ppid=29259 vsize=13801768 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29268/stat : 29268 (java) S 29259 29259 15196 0 -1 1077944384 2568 0 0 0 85 23 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477716618256 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29269] ppid=29259 vsize=13801768 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29269/stat : 29269 (java) S 29259 29259 15196 0 -1 1077944384 1903 0 0 0 85 25 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477715565456 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29270] ppid=29259 vsize=13801768 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29270/stat : 29270 (java) S 29259 29259 15196 0 -1 1077944384 2169 0 0 0 87 26 0 0 20 0 28 0 4096010 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477714512656 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29271] ppid=29259 vsize=13801768 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29271/stat : 29271 (java) S 29259 29259 15196 0 -1 1077944384 5498 0 0 0 124 6 0 0 20 0 28 0 4096012 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477230700912 140477769271938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29272] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29272/stat : 29272 (java) S 29259 29259 15196 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477229646944 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29273] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29273/stat : 29273 (java) S 29259 29259 15196 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 28 0 4096013 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477228594048 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29274] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29274/stat : 29274 (java) S 29259 29259 15196 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477227542352 140477769279387 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29275] ppid=29259 vsize=13801768 CPUtime=4.52 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29275/stat : 29275 (java) S 29259 29259 15196 0 -1 1077944384 21314 0 0 0 448 4 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477226490736 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29276] ppid=29259 vsize=13801768 CPUtime=4.2 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29276/stat : 29276 (java) S 29259 29259 15196 0 -1 1077944384 21032 0 0 0 416 4 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477225437936 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29277] ppid=29259 vsize=13801768 CPUtime=4.91 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29277/stat : 29277 (java) S 29259 29259 15196 0 -1 1077944384 29354 0 0 0 486 5 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477224385136 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29278] ppid=29259 vsize=13801768 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29278/stat : 29278 (java) S 29259 29259 15196 0 -1 1077944384 22214 0 0 0 127 3 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477223332336 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29279] ppid=29259 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29279/stat : 29279 (java) S 29259 29259 15196 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477222279776 140477769270997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29280] ppid=29259 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29280/stat : 29280 (java) S 29259 29259 15196 0 -1 1077944384 2536 0 0 0 11 10 0 0 20 0 28 0 4096017 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477221227056 140477769271938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29389] ppid=29259 vsize=13801768 CPUtime=92.48 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29389/stat : 29389 (java) R 29259 29259 15196 0 -1 4202560 1296 0 0 0 9248 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477208447512 140477399650558 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29390] ppid=29259 vsize=13801768 CPUtime=92.55 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29390/stat : 29390 (java) R 29259 29259 15196 0 -1 4202560 676 0 0 0 9255 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477207395864 140477400029878 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29391] ppid=29259 vsize=13801768 CPUtime=92.33 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29391/stat : 29391 (java) R 29259 29259 15196 0 -1 4202560 1450 0 0 0 9233 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477212663032 140477400029759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29392] ppid=29259 vsize=13801768 CPUtime=92.42 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29392/stat : 29392 (java) R 29259 29259 15196 0 -1 4202560 1317 0 0 0 9242 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477206344552 140477401248908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29393] ppid=29259 vsize=13801768 CPUtime=92.41 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29393/stat : 29393 (java) R 29259 29259 15196 0 -1 4202560 1004 0 0 0 9240 1 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477210554392 140477400029961 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29394] ppid=29259 vsize=13801768 CPUtime=91.05 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29394/stat : 29394 (java) R 29259 29259 15196 0 -1 4202560 550 0 0 0 9105 0 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477209501600 140477401224169 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29395] ppid=29259 vsize=13801768 CPUtime=91.73 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29395/stat : 29395 (java) R 29259 29259 15196 0 -1 4202560 770 0 0 0 9171 2 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477213712136 140477401224174 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
[pid=29260/tid=29396] ppid=29259 vsize=13801768 CPUtime=92.25 cores=0,2,4,6,8,10,12,14
/proc/29260/task/29396/stat : 29396 (java) R 29259 29259 15196 0 -1 4202560 9197 0 0 0 9224 1 0 0 20 0 28 0 4117284 14133010432 351184 33554432000 4194304 4196468 140722270520480 140477211606904 140477400030181 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36663296 140722270524604 140722270524780 140722270524780 140722270527439 0
Current children cumulated CPU time (s) 2400.62
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 29259 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2130
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1065
# CPU time returned by wait4() is 0.003195
# while last known CPU time is 2400.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 305.512
CPU time (s): 2400.62
CPU user time (s): 2397.73
CPU system time (s): 2.89
CPU usage (%): 785.768
Max. virtual memory (cumulated for all children) (KiB): 13813360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.00213
system time used= 0.001065
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 3.53913 second user time and 4.75956 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-22 03:51:49
IDJOB=4246751
IDBENCH=126232
IDSOLVER=2626
FILE ID=node145/4246751-1500688309
RUNJOBID= node145-1500682809-15227
PBS_JOBID= 20623333
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-14-a4.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-4246751-1500688309/watcher-4246751-1500688309 -o /tmp/evaluation-result-4246751-1500688309/solver-4246751-1500688309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500682809-15227 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1198724575 HOME/instance-4246751-1500688309.xml

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=1198724575

node145.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		: 1867.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.43
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		: 1733.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.43
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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		: 1733.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.43
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		: 1867.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.43
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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:        31781532 kB
MemAvailable:   31832020 kB
Buffers:          128988 kB
Cached:           194264 kB
SwapCached:            0 kB
Active:           368656 kB
Inactive:         169996 kB
Active(anon):     159280 kB
Inactive(anon):    68068 kB
Active(file):     209376 kB
Inactive(file):   101928 kB
Unevictable:        5808 kB
Mlocked:            5808 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8220 kB
Writeback:             0 kB
AnonPages:        230388 kB
Mapped:            43148 kB
Shmem:              8852 kB
Slab:             144540 kB
SReclaimable:     110040 kB
SUnreclaim:        34500 kB
KernelStack:        5008 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1149208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61848 MiB
End job on node145 at 2017-07-22 03:56:55