Trace number 4246778

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 4.0.5 (2017-07-05)SAT (TO)128 2400.36 306.412

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-13-a4.xml
MD5SUMa23d33c916089316ecf00e2bfba5f26c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2719
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":13}]
Minimum variable degree793
Maximum variable degree794
Distribution of variable degrees[{"degree":793,"count":11},{"degree":794,"count":2}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":572},{"arity":4,"count":2145},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints2718
Distribution of constraint types[{"type":"intension","count":2718},{"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-4246778-1500688029.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4246778-1500688029.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.28	c 8 solvers in parallel
0.00/0.36	c parse instance...
8.54/2.23	c solve instance...
26.22/6.26	o 147 
42.79/8.76	o 146 
86.45/14.26	o 142 
106.06/16.73	o 135 
514.97/68.17	o 134 
795.22/103.71	o 132 
901.55/117.80	o 131 
1176.17/152.56	o 129 
2314.45/295.61	o 128 
2400.36/306.43	s SATISFIABLE
2400.36/306.43	v <instantiation>
2400.36/306.43	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] </list>
2400.36/306.43	v 	<values>0 1 3 7 15 24 34 52 74 87 112 117 128 </values>
2400.36/306.43	v </instantiation>
2400.36/306.43	c Unexpected resolution interruption!

Verifier Data

OK	128

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-4246778-1500688029/watcher-4246778-1500688029 -o /tmp/evaluation-result-4246778-1500688029/solver-4246778-1500688029 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 538302615 HOME/instance-4246778-1500688029.xml 

pid=11163
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.43 15.86 15.67 10/274 11166
/proc/meminfo: memFree=31163424/32770624 swapFree=5900/257716
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0

[startup+0.100066 s]
/proc/loadavg: 15.43 15.86 15.67 10/274 11166
/proc/meminfo: memFree=31163424/32770624 swapFree=5900/257716
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200326 s]
/proc/loadavg: 15.43 15.86 15.67 10/274 11166
/proc/meminfo: memFree=31163424/32770624 swapFree=5900/257716
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300282 s]
/proc/loadavg: 15.43 15.86 15.67 10/274 11166
/proc/meminfo: memFree=31163424/32770624 swapFree=5900/257716
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700203 s]
/proc/loadavg: 15.43 15.86 15.67 10/274 11166
/proc/meminfo: memFree=31163424/32770624 swapFree=5900/257716
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50127 s]
/proc/loadavg: 15.43 15.86 15.67 14/295 11187
/proc/meminfo: memFree=31055980/32770624 swapFree=5900/257744
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
[pid=11167] ppid=11166 vsize=13269256 CPUtime=5.05 cores=1,3,5,7,9,11,13,15
/proc/11167/stat : 11167 (java) S 11166 11166 16913 0 -1 1077944320 21751 0 0 0 485 20 0 0 20 0 20 0 4069820 13587718144 55445 33554432000 4194304 4196468 140723411339424 140723411321968 139699743117047 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
/proc/11167/statm: 3317314 55445 3250 1 0 3304547 0
[pid=11167/tid=11168] ppid=11166 vsize=13269256 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11168/stat : 11168 (java) R 11166 11166 16913 0 -1 4202560 7632 0 0 0 138 5 0 0 20 0 20 0 4069821 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699747352264 139699336841249 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11170] ppid=11166 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11170/stat : 11170 (java) S 11166 11166 16913 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699661596944 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11171] ppid=11166 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11171/stat : 11171 (java) S 11166 11166 16913 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699660544400 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11172] ppid=11166 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11172/stat : 11172 (java) S 11166 11166 16913 0 -1 1077944384 84 0 0 0 1 1 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699659491856 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11173] ppid=11166 vsize=13269256 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11173/stat : 11173 (java) S 11166 11166 16913 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699658439312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11174] ppid=11166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11174/stat : 11174 (java) S 11166 11166 16913 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699657386768 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11175] ppid=11166 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11175/stat : 11175 (java) S 11166 11166 16913 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699656334224 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11176] ppid=11166 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11176/stat : 11176 (java) S 11166 11166 16913 0 -1 1077944384 128 0 0 0 1 1 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699655281680 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11177] ppid=11166 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11177/stat : 11177 (java) S 11166 11166 16913 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 20 0 4069822 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699654229136 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11178] ppid=11166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11178/stat : 11178 (java) S 11166 11166 16913 0 -1 1077944384 117 0 0 0 0 0 0 0 20 0 20 0 4069824 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699205310448 139699743128194 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11179] ppid=11166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11179/stat : 11179 (java) S 11166 11166 16913 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 4069825 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699204256672 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11180] ppid=11166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11180/stat : 11180 (java) S 11166 11166 16913 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4069825 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699203204080 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11181] ppid=11166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11181/stat : 11181 (java) S 11166 11166 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4069829 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699202152656 139699743135643 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11182] ppid=11166 vsize=13269256 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11182/stat : 11182 (java) R 11166 11166 16913 0 -1 4202560 3286 0 0 0 85 1 0 0 20 0 20 0 4069829 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699201086816 139699722810151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11183] ppid=11166 vsize=13269256 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11183/stat : 11183 (java) R 11166 11166 16913 0 -1 4202560 2764 0 0 0 92 0 0 0 20 0 20 0 4069829 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699200034800 139699726641186 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11184] ppid=11166 vsize=13269256 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11184/stat : 11184 (java) R 11166 11166 16913 0 -1 4202560 2696 0 0 0 85 0 0 0 20 0 20 0 4069829 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699198981216 139699728038720 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11185] ppid=11166 vsize=13269256 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11185/stat : 11185 (java) S 11166 11166 16913 0 -1 1077944384 3541 0 0 0 69 0 0 0 20 0 20 0 4069829 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699197942640 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11186] ppid=11166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11186/stat : 11186 (java) S 11166 11166 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4069829 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699196889312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11187] ppid=11166 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11187/stat : 11187 (java) S 11166 11166 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4069830 13587718144 55445 33554432000 4194304 4196468 140723411339424 139699195836848 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 13278768

[startup+3.1012 s]
/proc/loadavg: 15.43 15.86 15.67 13/295 11187
/proc/meminfo: memFree=30699020/32770624 swapFree=5900/257744
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
[pid=11167] ppid=11166 vsize=13801768 CPUtime=15.15 cores=1,3,5,7,9,11,13,15
/proc/11167/stat : 11167 (java) S 11166 11166 16913 0 -1 1077944320 28730 0 0 0 1434 81 0 0 20 0 28 0 4069820 14133010432 120660 33554432000 4194304 4196468 140723411339424 140723411321968 139699743117047 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
/proc/11167/statm: 3450442 120660 3269 1 0 3437675 0
[pid=11167/tid=11168] ppid=11166 vsize=13801768 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11168/stat : 11168 (java) S 11166 11166 16913 0 -1 1077944384 8447 0 0 0 194 7 0 0 20 0 28 0 4069821 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699747357824 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11170] ppid=11166 vsize=13801768 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11170/stat : 11170 (java) S 11166 11166 16913 0 -1 1077944384 105 0 0 0 11 9 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699661596944 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11171] ppid=11166 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11171/stat : 11171 (java) S 11166 11166 16913 0 -1 1077944384 89 0 0 0 9 8 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699660544400 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11172] ppid=11166 vsize=13801768 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11172/stat : 11172 (java) S 11166 11166 16913 0 -1 1077944384 148 0 0 0 11 9 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699659491856 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11173] ppid=11166 vsize=13801768 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11173/stat : 11173 (java) S 11166 11166 16913 0 -1 1077944384 93 0 0 0 9 9 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699658439312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11174] ppid=11166 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11174/stat : 11174 (java) S 11166 11166 16913 0 -1 1077944384 71 0 0 0 9 8 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699657386768 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11175] ppid=11166 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11175/stat : 11175 (java) S 11166 11166 16913 0 -1 1077944384 55 0 0 0 7 6 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699656334224 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11176] ppid=11166 vsize=13801768 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11176/stat : 11176 (java) S 11166 11166 16913 0 -1 1077944384 180 0 0 0 9 7 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699655281680 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11177] ppid=11166 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11177/stat : 11177 (java) S 11166 11166 16913 0 -1 1077944384 88 0 0 0 9 8 0 0 20 0 28 0 4069822 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699654229136 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11178] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11178/stat : 11178 (java) S 11166 11166 16913 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 28 0 4069824 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699205310448 139699743128194 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11179] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11179/stat : 11179 (java) S 11166 11166 16913 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4069825 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699204256736 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11180] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11180/stat : 11180 (java) S 11166 11166 16913 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4069825 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699203204096 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11181] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11181/stat : 11181 (java) S 11166 11166 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4069829 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699202152656 139699743135643 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11182] ppid=11166 vsize=13801768 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11182/stat : 11182 (java) R 11166 11166 16913 0 -1 4202560 4080 0 0 0 191 1 0 0 20 0 28 0 4069829 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699201086816 139699728227705 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11183] ppid=11166 vsize=13801768 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11183/stat : 11183 (java) R 11166 11166 16913 0 -1 4202560 4580 0 0 0 211 0 0 0 20 0 28 0 4069829 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699200033752 139699724661151 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11184] ppid=11166 vsize=13801768 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11184/stat : 11184 (java) R 11166 11166 16913 0 -1 4202560 4012 0 0 0 207 0 0 0 20 0 28 0 4069829 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699198981584 139699720967232 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11185] ppid=11166 vsize=13801768 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11185/stat : 11185 (java) S 11166 11166 16913 0 -1 1077944384 4599 0 0 0 90 1 0 0 20 0 28 0 4069829 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699197942640 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11186] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11186/stat : 11186 (java) S 11166 11166 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4069829 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699196889312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11187] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11187/stat : 11187 (java) S 11166 11166 16913 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 4069830 14133010432 120660 33554432000 4194304 4196468 140723411339424 139699195836848 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 13811280

[startup+6.30144 s]
/proc/loadavg: 14.99 15.76 15.64 11/303 11195
/proc/meminfo: memFree=30680432/32770624 swapFree=5900/257756
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
[pid=11167] ppid=11166 vsize=13801768 CPUtime=26.61 cores=1,3,5,7,9,11,13,15
/proc/11167/stat : 11167 (java) S 11166 11166 16913 0 -1 1077944320 41816 0 0 0 2577 84 0 0 20 0 28 0 4069820 14133010432 122529 33554432000 4194304 4196468 140723411339424 140723411321968 139699743117047 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
/proc/11167/statm: 3450442 122529 3283 1 0 3437675 0
[pid=11167/tid=11168] ppid=11166 vsize=13801768 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11168/stat : 11168 (java) S 11166 11166 16913 0 -1 1077944384 8804 0 0 0 194 7 0 0 20 0 28 0 4069821 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699747357824 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11170] ppid=11166 vsize=13801768 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11170/stat : 11170 (java) S 11166 11166 16913 0 -1 1077944384 105 0 0 0 11 9 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699661596944 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11171] ppid=11166 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11171/stat : 11171 (java) S 11166 11166 16913 0 -1 1077944384 89 0 0 0 9 8 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699660544400 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11172] ppid=11166 vsize=13801768 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11172/stat : 11172 (java) S 11166 11166 16913 0 -1 1077944384 148 0 0 0 11 9 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699659491856 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11173] ppid=11166 vsize=13801768 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11173/stat : 11173 (java) S 11166 11166 16913 0 -1 1077944384 93 0 0 0 9 9 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699658439312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11174] ppid=11166 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11174/stat : 11174 (java) S 11166 11166 16913 0 -1 1077944384 71 0 0 0 9 8 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699657386768 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11175] ppid=11166 vsize=13801768 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11175/stat : 11175 (java) S 11166 11166 16913 0 -1 1077944384 55 0 0 0 7 6 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699656334224 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11176] ppid=11166 vsize=13801768 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11176/stat : 11176 (java) S 11166 11166 16913 0 -1 1077944384 180 0 0 0 9 7 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699655281680 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11177] ppid=11166 vsize=13801768 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11177/stat : 11177 (java) S 11166 11166 16913 0 -1 1077944384 88 0 0 0 9 8 0 0 20 0 28 0 4069822 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699654229136 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11178] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11178/stat : 11178 (java) S 11166 11166 16913 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 28 0 4069824 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699205310448 139699743128194 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11179] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11179/stat : 11179 (java) S 11166 11166 16913 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 4069825 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699204256736 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11180] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11180/stat : 11180 (java) S 11166 11166 16913 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4069825 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699203204096 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11181] ppid=11166 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11181/stat : 11181 (java) S 11166 11166 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4069829 14133010432 122529 33554432000 4194304 4196468 140723411339424 139699202152656 139699743135643 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0

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

[pid=11167/tid=11364] ppid=11166 vsize=13868332 CPUtime=69.64 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11364/stat : 11364 (java) R 11166 11166 16913 0 -1 4202560 559 0 0 0 6964 0 0 0 20 0 28 0 4085077 14201171968 295265 33554432000 4194304 4196468 140723411339424 139699185724104 139699340931501 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11365] ppid=11166 vsize=13868332 CPUtime=69.62 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11365/stat : 11365 (java) R 11166 11166 16913 0 -1 4202560 698 0 0 0 6962 0 0 0 20 0 28 0 4085077 14201171968 295265 33554432000 4194304 4196468 140723411339424 139699186776904 139699340931501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
Current children cumulated CPU time (s) 1731.7
Current children cumulated vsize (KiB) 13877844

[startup+282.302 s]
/proc/loadavg: 13.63 14.69 15.27 17/303 11447
/proc/meminfo: memFree=28522608/32770624 swapFree=5900/258120
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
[pid=11167] ppid=11166 vsize=13868332 CPUtime=2209.32 cores=1,3,5,7,9,11,13,15
/proc/11167/stat : 11167 (java) S 11166 11166 16913 0 -1 1077944320 155525 0 0 0 220700 232 0 0 20 0 28 0 4069820 14201171968 295266 33554432000 4194304 4196468 140723411339424 140723411321968 139699743117047 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
/proc/11167/statm: 3467083 295266 3311 1 0 3454316 0
[pid=11167/tid=11168] ppid=11166 vsize=13868332 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11168/stat : 11168 (java) S 11166 11166 16913 0 -1 1077944384 9379 0 0 0 195 7 0 0 20 0 28 0 4069821 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699747357824 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11170] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11170/stat : 11170 (java) S 11166 11166 16913 0 -1 1077944384 1168 0 0 0 96 21 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699661596944 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11171] ppid=11166 vsize=13868332 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11171/stat : 11171 (java) S 11166 11166 16913 0 -1 1077944384 897 0 0 0 98 18 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699660544400 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11172] ppid=11166 vsize=13868332 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11172/stat : 11172 (java) S 11166 11166 16913 0 -1 1077944384 562 0 0 0 100 21 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699659491856 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11173] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11173/stat : 11173 (java) S 11166 11166 16913 0 -1 1077944384 301 0 0 0 96 21 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699658439312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11174] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11174/stat : 11174 (java) S 11166 11166 16913 0 -1 1077944384 371 0 0 0 97 20 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699657386768 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11175] ppid=11166 vsize=13868332 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11175/stat : 11175 (java) S 11166 11166 16913 0 -1 1077944384 276 0 0 0 95 18 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699656334224 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11176] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11176/stat : 11176 (java) S 11166 11166 16913 0 -1 1077944384 599 0 0 0 97 20 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699655281680 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11177] ppid=11166 vsize=13868332 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11177/stat : 11177 (java) S 11166 11166 16913 0 -1 1077944384 423 0 0 0 96 22 0 0 20 0 28 0 4069822 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699654229136 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11178] ppid=11166 vsize=13868332 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11178/stat : 11178 (java) S 11166 11166 16913 0 -1 1077944384 7813 0 0 0 65 4 0 0 20 0 28 0 4069824 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699205310448 139699743128194 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11179] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11179/stat : 11179 (java) S 11166 11166 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 4069825 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699204256736 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11180] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11180/stat : 11180 (java) S 11166 11166 16913 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 4069825 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699203204096 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11181] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11181/stat : 11181 (java) S 11166 11166 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4069829 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699202152656 139699743135643 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11182] ppid=11166 vsize=13868332 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11182/stat : 11182 (java) S 11166 11166 16913 0 -1 1077944384 25989 0 0 0 490 5 0 0 20 0 28 0 4069829 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699201100272 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11183] ppid=11166 vsize=13868332 CPUtime=4.83 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11183/stat : 11183 (java) S 11166 11166 16913 0 -1 1077944384 26614 0 0 0 479 4 0 0 20 0 28 0 4069829 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699200047728 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11184] ppid=11166 vsize=13868332 CPUtime=4.88 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11184/stat : 11184 (java) S 11166 11166 16913 0 -1 1077944384 21318 0 0 0 484 4 0 0 20 0 28 0 4069829 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699198995184 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11185] ppid=11166 vsize=13868332 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11185/stat : 11185 (java) S 11166 11166 16913 0 -1 1077944384 18002 0 0 0 127 3 0 0 20 0 28 0 4069829 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699197942640 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11186] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11186/stat : 11186 (java) S 11166 11166 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4069829 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699196889312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11187] ppid=11166 vsize=13868332 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11187/stat : 11187 (java) S 11166 11166 16913 0 -1 1077944384 2120 0 0 0 9 10 0 0 20 0 28 0 4069830 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699195836848 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11358] ppid=11166 vsize=13868332 CPUtime=129.6 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11358/stat : 11358 (java) R 11166 11166 16913 0 -1 4202560 1101 0 0 0 12960 0 0 0 20 0 28 0 4085076 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699112888952 139699339809958 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11359] ppid=11166 vsize=13868332 CPUtime=126.94 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11359/stat : 11359 (java) R 11166 11166 16913 0 -1 4202560 1475 0 0 0 12694 0 0 0 20 0 28 0 4085077 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699182558880 139699340161405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11360] ppid=11166 vsize=13868332 CPUtime=129.58 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11360/stat : 11360 (java) R 11166 11166 16913 0 -1 4202560 1105 0 0 0 12958 0 0 0 20 0 28 0 4085077 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699187822472 139699339809994 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11361] ppid=11166 vsize=13868332 CPUtime=129.56 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11361/stat : 11361 (java) R 11166 11166 16913 0 -1 4202560 1526 0 0 0 12956 0 0 0 20 0 28 0 4085077 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699111837864 139699340930554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11362] ppid=11166 vsize=13868332 CPUtime=128.74 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11362/stat : 11362 (java) R 11166 11166 16913 0 -1 4202560 1169 0 0 0 12874 0 0 0 20 0 28 0 4085077 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699184664616 139699339498725 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11363] ppid=11166 vsize=13868332 CPUtime=129.52 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11363/stat : 11363 (java) R 11166 11166 16913 0 -1 4202560 499 0 0 0 12952 0 0 0 20 0 28 0 4085077 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699181506824 139699339498640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11364] ppid=11166 vsize=13868332 CPUtime=129.56 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11364/stat : 11364 (java) R 11166 11166 16913 0 -1 4202560 705 0 0 0 12956 0 0 0 20 0 28 0 4085077 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699185716616 139699340161405 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11365] ppid=11166 vsize=13868332 CPUtime=129.34 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11365/stat : 11365 (java) R 11166 11166 16913 0 -1 4202560 850 0 0 0 12934 0 0 0 20 0 28 0 4085077 14201171968 295266 33554432000 4194304 4196468 140723411339424 139699186769720 139699340930326 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
Current children cumulated CPU time (s) 2209.32
Current children cumulated vsize (KiB) 13877844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+306.402 s]
/proc/loadavg: 13.03 14.47 15.18 17/303 11463
/proc/meminfo: memFree=27981712/32770624 swapFree=5900/258144
[pid=11166] ppid=11163 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11166/stat : 11166 (xcsp3-exec) S 11163 11166 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4069820 9740288 346 33554432000 4194304 5098028 140731122004848 140731122002952 140711537926780 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 15314944 140731122009231 140731122009440 140731122009440 140731122012139 0
/proc/11166/statm: 2378 346 289 221 0 87 0
[pid=11167] ppid=11166 vsize=13868332 CPUtime=2400.36 cores=1,3,5,7,9,11,13,15
/proc/11167/stat : 11167 (java) S 11166 11166 16913 0 -1 1077944320 158509 0 0 0 239802 234 0 0 20 0 28 0 4069820 14201171968 295267 33554432000 4194304 4196468 140723411339424 140723411321968 139699743117047 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
/proc/11167/statm: 3467083 295267 3311 1 0 3454316 0
[pid=11167/tid=11168] ppid=11166 vsize=13868332 CPUtime=2.02 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11168/stat : 11168 (java) S 11166 11166 16913 0 -1 1077944384 9503 0 0 0 195 7 0 0 20 0 28 0 4069821 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699747357824 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11170] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11170/stat : 11170 (java) S 11166 11166 16913 0 -1 1077944384 1168 0 0 0 96 21 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699661596944 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11171] ppid=11166 vsize=13868332 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11171/stat : 11171 (java) S 11166 11166 16913 0 -1 1077944384 897 0 0 0 98 18 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699660544400 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11172] ppid=11166 vsize=13868332 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11172/stat : 11172 (java) S 11166 11166 16913 0 -1 1077944384 562 0 0 0 100 21 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699659491856 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11173] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11173/stat : 11173 (java) S 11166 11166 16913 0 -1 1077944384 301 0 0 0 96 21 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699658439312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11174] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11174/stat : 11174 (java) S 11166 11166 16913 0 -1 1077944384 371 0 0 0 97 20 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699657386768 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11175] ppid=11166 vsize=13868332 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11175/stat : 11175 (java) S 11166 11166 16913 0 -1 1077944384 276 0 0 0 95 18 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699656334224 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11176] ppid=11166 vsize=13868332 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11176/stat : 11176 (java) S 11166 11166 16913 0 -1 1077944384 599 0 0 0 97 20 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699655281680 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11177] ppid=11166 vsize=13868332 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11177/stat : 11177 (java) S 11166 11166 16913 0 -1 1077944384 423 0 0 0 96 22 0 0 20 0 28 0 4069822 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699654229136 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11178] ppid=11166 vsize=13868332 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11178/stat : 11178 (java) S 11166 11166 16913 0 -1 1077944384 7889 0 0 0 65 5 0 0 20 0 28 0 4069824 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699205310448 139699743128194 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11179] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11179/stat : 11179 (java) S 11166 11166 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 4069825 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699204256736 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11180] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11180/stat : 11180 (java) S 11166 11166 16913 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 4069825 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699203204096 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11181] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11181/stat : 11181 (java) S 11166 11166 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4069829 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699202152656 139699743135643 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11182] ppid=11166 vsize=13868332 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11182/stat : 11182 (java) S 11166 11166 16913 0 -1 1077944384 26564 0 0 0 490 5 0 0 20 0 28 0 4069829 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699201100272 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11183] ppid=11166 vsize=13868332 CPUtime=4.83 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11183/stat : 11183 (java) S 11166 11166 16913 0 -1 1077944384 26624 0 0 0 479 4 0 0 20 0 28 0 4069829 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699200047728 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11184] ppid=11166 vsize=13868332 CPUtime=4.88 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11184/stat : 11184 (java) S 11166 11166 16913 0 -1 1077944384 21321 0 0 0 484 4 0 0 20 0 28 0 4069829 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699198995184 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11185] ppid=11166 vsize=13868332 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11185/stat : 11185 (java) S 11166 11166 16913 0 -1 1077944384 18244 0 0 0 128 3 0 0 20 0 28 0 4069829 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699197942640 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11186] ppid=11166 vsize=13868332 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11186/stat : 11186 (java) S 11166 11166 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4069829 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699196889312 139699743127253 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11187] ppid=11166 vsize=13868332 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11187/stat : 11187 (java) S 11166 11166 16913 0 -1 1077944384 2182 0 0 0 9 11 0 0 20 0 28 0 4069830 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699195836848 139699743128194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11448] ppid=11166 vsize=13868332 CPUtime=10.66 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11448/stat : 11448 (java) R 11166 11166 16913 0 -1 4202560 189 0 0 0 1066 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699186773048 139699340930799 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11449] ppid=11166 vsize=13868332 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11449/stat : 11449 (java) R 11166 11166 16913 0 -1 4202560 152 0 0 0 1077 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699111842024 139699340930326 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11450] ppid=11166 vsize=13868332 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11450/stat : 11450 (java) R 11166 11166 16913 0 -1 4202560 327 0 0 0 1077 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699185721280 139699339498420 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11451] ppid=11166 vsize=13868332 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11451/stat : 11451 (java) R 11166 11166 16913 0 -1 4202560 139 0 0 0 1077 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699181514056 139699340930768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11452] ppid=11166 vsize=13868332 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11452/stat : 11452 (java) R 11166 11166 16913 0 -1 4202560 170 0 0 0 1077 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699184672200 139699340931874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11453] ppid=11166 vsize=13868332 CPUtime=10.58 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11453/stat : 11453 (java) R 11166 11166 16913 0 -1 4202560 189 0 0 0 1058 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699112898120 139699339227272 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11454] ppid=11166 vsize=13868332 CPUtime=10.77 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11454/stat : 11454 (java) R 11166 11166 16913 0 -1 4202560 261 0 0 0 1077 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699187829448 139699339498420 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
[pid=11167/tid=11455] ppid=11166 vsize=13868332 CPUtime=10.76 cores=1,3,5,7,9,11,13,15
/proc/11167/task/11455/stat : 11455 (java) R 11166 11166 16913 0 -1 4202560 116 0 0 0 1076 0 0 0 20 0 28 0 4099382 14201171968 295267 33554432000 4194304 4196468 140723411339424 139699182566216 139699339227415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18096128 140723411342524 140723411342700 140723411342700 140723411345359 0
Current children cumulated CPU time (s) 2400.36
Current children cumulated vsize (KiB) 13877844

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 306.412
CPU time (s): 2400.36
CPU user time (s): 2398.02
CPU system time (s): 2.34
CPU usage (%): 783.376
Max. virtual memory (cumulated for all children) (KiB): 13877844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002905
system time used= 0.001037
maximum resident set size= 1388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.62797 second user time and 4.73349 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 03:47:09
IDJOB=4246778
IDBENCH=126238
IDSOLVER=2625
FILE ID=node133/4246778-1500688029
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=538302615

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31163424 kB
MemAvailable:   31323284 kB
Buffers:          111280 kB
Cached:           329856 kB
SwapCached:            0 kB
Active:           905152 kB
Inactive:         266472 kB
Active(anon):     733252 kB
Inactive(anon):     8756 kB
Active(file):     171900 kB
Inactive(file):   257716 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8144 kB
Writeback:             0 kB
AnonPages:        740812 kB
Mapped:            43004 kB
Shmem:              8872 kB
Slab:             126504 kB
SReclaimable:      92160 kB
SUnreclaim:        34344 kB
KernelStack:        4992 kB
PageTables:         6648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1888756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 03:52:15