Trace number 4249221

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)376 2400.04 305.112

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n75/
TravellingSalesman-75-50-02.xml
MD5SUM9f40e16214a2956ff65ea335997fc7bb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark336
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints76
Number of domains2
Minimum domain size56
Maximum domain size75
Distribution of domain sizes[{"size":56,"count":75},{"size":75,"count":75}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":75},{"degree":3,"count":75}]
Minimum constraint arity3
Maximum constraint arity75
Distribution of constraint arities[{"arity":3,"count":75},{"arity":75,"count":1}]
Number of extensional constraints75
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":75},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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-4249221-1500694203.xml"  -tl '2400s' -p 8 -x 3
0.00/0.17	c [HOME/instance-4249221-1500694203.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.33	c parse instance...
6.89/4.32	c solve instance...
9.78/4.75	o 1303 
9.78/4.77	o 1288 
9.78/4.79	o 1286 
10.31/4.88	o 1276 
10.91/4.91	o 1264 
11.35/5.08	o 1259 
11.85/5.14	o 383 
11.85/5.17	o 377 
13.27/5.31	o 376 
2400.04/305.14	s SATISFIABLE
2400.04/305.14	v <instantiation>
2400.04/305.14	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] </list>
2400.04/305.14	v 	<values>29 28 24 22 23 21 27 20 13 30 36 35 33 47 53 58 71 64 56 51 61 62 66 70 74 67 69 73 72 65 68 63 26 37 39 43 48 50 55 52 54 57 60 59 49 41 44 42 46 45 40 38 32 12 11 5 7 3 0 4 2 1 8 14 16 17 18 9 6 15 10 19 25 31 34 4 5 3 2 2 4 4 4 10 3 2 2 8 5 5 11 8 8 3 6 1 6 1 8 4 19 4 3 6 3 5 31 6 1 2 4 3 2 3 3 2 4 2 7 6 10 1 4 4 3 1 12 11 9 6 4 3 2 3 6 1 7 4 1 2 2 6 5 10 4 5 4 7 1 3 </values>
2400.04/305.14	v </instantiation>
2400.04/305.14	c Unexpected resolution interruption!

Verifier Data

OK	376

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-4249221-1500694203/watcher-4249221-1500694203 -o /tmp/evaluation-result-4249221-1500694203/solver-4249221-1500694203 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 696546909 HOME/instance-4249221-1500694203.xml 

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

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


[startup+0 s]
/proc/loadavg: 16.01 13.67 12.56 10/272 30077
/proc/meminfo: memFree=31431152/32770624 swapFree=5860/289408
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0

[startup+0.100098 s]
/proc/loadavg: 16.01 13.67 12.56 10/272 30077
/proc/meminfo: memFree=31431152/32770624 swapFree=5860/289408
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200305 s]
/proc/loadavg: 16.01 13.67 12.56 10/272 30077
/proc/meminfo: memFree=31431152/32770624 swapFree=5860/289408
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300324 s]
/proc/loadavg: 16.01 13.67 12.56 10/272 30077
/proc/meminfo: memFree=31431152/32770624 swapFree=5860/289408
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700263 s]
/proc/loadavg: 16.01 13.67 12.56 10/272 30077
/proc/meminfo: memFree=31431152/32770624 swapFree=5860/289408
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50091 s]
/proc/loadavg: 16.01 13.67 12.56 14/293 30098
/proc/meminfo: memFree=31355428/32770624 swapFree=5860/289536
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
[pid=30078] ppid=30077 vsize=13269256 CPUtime=2.9 cores=1,3,5,7,9,11,13,15
/proc/30078/stat : 30078 (java) S 30077 30077 7411 0 -1 1077944320 17274 0 0 0 284 6 0 0 20 0 20 0 4687705 13587718144 28214 33554432000 4194304 4196468 140733488322080 140733488304624 139695866932983 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
/proc/30078/statm: 3317314 28214 3210 1 0 3304547 0
[pid=30078/tid=30079] ppid=30077 vsize=13269256 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30079/stat : 30079 (java) R 30077 30077 7411 0 -1 4202560 8629 0 0 0 144 3 0 0 20 0 20 0 4687705 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695871170632 139695506977392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30081] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30081/stat : 30081 (java) S 30077 30077 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695825693072 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30082] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30082/stat : 30082 (java) S 30077 30077 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695465515280 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30083] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30083/stat : 30083 (java) S 30077 30077 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695464462992 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30084] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30084/stat : 30084 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695463410192 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30085] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30085/stat : 30085 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695462357904 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30086] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30086/stat : 30086 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695461305104 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30087] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30087/stat : 30087 (java) S 30077 30077 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695460252816 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30088] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30088/stat : 30088 (java) S 30077 30077 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4687706 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695459200016 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30089] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30089/stat : 30089 (java) S 30077 30077 7411 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 4687708 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695194912880 139695866944130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30090] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30090/stat : 30090 (java) S 30077 30077 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4687708 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695193858848 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30091] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30091/stat : 30091 (java) S 30077 30077 7411 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 4687709 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695192806512 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30092] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30092/stat : 30092 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4687711 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695191754832 139695866951579 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30093] ppid=30077 vsize=13269256 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30093/stat : 30093 (java) S 30077 30077 7411 0 -1 1077944384 2033 0 0 0 32 0 0 0 20 0 20 0 4687711 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695190702704 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30094] ppid=30077 vsize=13269256 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30094/stat : 30094 (java) S 30077 30077 7411 0 -1 1077944384 1829 0 0 0 33 0 0 0 20 0 20 0 4687711 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695189649904 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30095] ppid=30077 vsize=13269256 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30095/stat : 30095 (java) S 30077 30077 7411 0 -1 1077944384 1265 0 0 0 32 0 0 0 20 0 20 0 4687711 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695188597616 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30096] ppid=30077 vsize=13269256 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30096/stat : 30096 (java) S 30077 30077 7411 0 -1 1077944384 2187 0 0 0 40 0 0 0 20 0 20 0 4687711 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695187544816 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30097] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30097/stat : 30097 (java) S 30077 30077 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4687712 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695186491744 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30098] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30098/stat : 30098 (java) S 30077 30077 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4687712 13587718144 28214 33554432000 4194304 4196468 140733488322080 139695185439024 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 13278768

[startup+3.10082 s]
/proc/loadavg: 16.01 13.67 12.56 10/293 30098
/proc/meminfo: memFree=31281804/32770624 swapFree=5860/289444
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
[pid=30078] ppid=30077 vsize=13269256 CPUtime=5.64 cores=1,3,5,7,9,11,13,15
/proc/30078/stat : 30078 (java) S 30077 30077 7411 0 -1 1077944320 21283 0 0 0 532 32 0 0 20 0 20 0 4687705 13587718144 61200 33554432000 4194304 4196468 140733488322080 140733488304624 139695866932983 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
/proc/30078/statm: 3317314 61200 3232 1 0 3304547 0
[pid=30078/tid=30079] ppid=30077 vsize=13269256 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30079/stat : 30079 (java) R 30077 30077 7411 0 -1 4202560 9263 0 0 0 296 4 0 0 20 0 20 0 4687705 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695871170904 139695506977402 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30081] ppid=30077 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30081/stat : 30081 (java) S 30077 30077 7411 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695825693072 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30082] ppid=30077 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30082/stat : 30082 (java) S 30077 30077 7411 0 -1 1077944384 143 0 0 0 2 3 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695465515280 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30083] ppid=30077 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30083/stat : 30083 (java) S 30077 30077 7411 0 -1 1077944384 48 0 0 0 3 2 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695464462992 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30084] ppid=30077 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30084/stat : 30084 (java) S 30077 30077 7411 0 -1 1077944384 33 0 0 0 2 3 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695463410192 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30085] ppid=30077 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30085/stat : 30085 (java) S 30077 30077 7411 0 -1 1077944384 34 0 0 0 2 3 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695462357904 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30086] ppid=30077 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30086/stat : 30086 (java) S 30077 30077 7411 0 -1 1077944384 181 0 0 0 1 2 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695461305104 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30087] ppid=30077 vsize=13269256 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30087/stat : 30087 (java) S 30077 30077 7411 0 -1 1077944384 58 0 0 0 2 2 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695460252816 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30088] ppid=30077 vsize=13269256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30088/stat : 30088 (java) S 30077 30077 7411 0 -1 1077944384 65 0 0 0 2 3 0 0 20 0 20 0 4687706 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695459200016 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30089] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30089/stat : 30089 (java) S 30077 30077 7411 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 20 0 4687708 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695194912880 139695866944130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30090] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30090/stat : 30090 (java) S 30077 30077 7411 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 4687708 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695193858848 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30091] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30091/stat : 30091 (java) S 30077 30077 7411 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 4687709 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695192806512 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30092] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30092/stat : 30092 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4687711 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695191754832 139695866951579 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30093] ppid=30077 vsize=13269256 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30093/stat : 30093 (java) S 30077 30077 7411 0 -1 1077944384 2609 0 0 0 52 0 0 0 20 0 20 0 4687711 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695190702704 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30094] ppid=30077 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30094/stat : 30094 (java) S 30077 30077 7411 0 -1 1077944384 2388 0 0 0 62 0 0 0 20 0 20 0 4687711 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695189649904 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30095] ppid=30077 vsize=13269256 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30095/stat : 30095 (java) S 30077 30077 7411 0 -1 1077944384 1870 0 0 0 47 0 0 0 20 0 20 0 4687711 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695188597616 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30096] ppid=30077 vsize=13269256 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30096/stat : 30096 (java) S 30077 30077 7411 0 -1 1077944384 2966 0 0 0 53 0 0 0 20 0 20 0 4687711 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695187544816 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30097] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30097/stat : 30097 (java) S 30077 30077 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4687712 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695186491744 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30098] ppid=30077 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30098/stat : 30098 (java) S 30077 30077 7411 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 4687712 13587718144 61200 33554432000 4194304 4196468 140733488322080 139695185439024 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 13278768

[startup+6.30146 s]
/proc/loadavg: 15.45 13.59 12.54 20/301 30178
/proc/meminfo: memFree=31092084/32770624 swapFree=5860/289464
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
[pid=30078] ppid=30077 vsize=14135616 CPUtime=21.2 cores=1,3,5,7,9,11,13,15
/proc/30078/stat : 30078 (java) S 30077 30077 7411 0 -1 1077944320 28079 0 0 0 2047 73 0 0 20 0 28 0 4687705 14474870784 88935 33554432000 4194304 4196468 140733488322080 140733488304624 139695866932983 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
/proc/30078/statm: 3533904 88935 3264 1 0 3521137 0
[pid=30078/tid=30079] ppid=30077 vsize=14135616 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30079/stat : 30079 (java) S 30077 30077 7411 0 -1 1077944384 9571 0 0 0 420 4 0 0 20 0 28 0 4687705 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695871173760 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30081] ppid=30077 vsize=14135616 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30081/stat : 30081 (java) S 30077 30077 7411 0 -1 1077944384 124 0 0 0 7 8 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695825693072 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30082] ppid=30077 vsize=14135616 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30082/stat : 30082 (java) S 30077 30077 7411 0 -1 1077944384 197 0 0 0 7 9 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695465515280 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30083] ppid=30077 vsize=14135616 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30083/stat : 30083 (java) S 30077 30077 7411 0 -1 1077944384 110 0 0 0 7 7 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695464462992 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30084] ppid=30077 vsize=14135616 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30084/stat : 30084 (java) S 30077 30077 7411 0 -1 1077944384 88 0 0 0 5 6 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695463410192 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30085] ppid=30077 vsize=14135616 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30085/stat : 30085 (java) S 30077 30077 7411 0 -1 1077944384 90 0 0 0 6 6 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695462357904 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30086] ppid=30077 vsize=14135616 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30086/stat : 30086 (java) S 30077 30077 7411 0 -1 1077944384 238 0 0 0 6 8 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695461305104 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30087] ppid=30077 vsize=14135616 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30087/stat : 30087 (java) S 30077 30077 7411 0 -1 1077944384 90 0 0 0 5 6 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695460252816 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30088] ppid=30077 vsize=14135616 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30088/stat : 30088 (java) S 30077 30077 7411 0 -1 1077944384 123 0 0 0 7 8 0 0 20 0 28 0 4687706 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695459200016 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30089] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30089/stat : 30089 (java) S 30077 30077 7411 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 28 0 4687708 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695194912880 139695866944130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30090] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30090/stat : 30090 (java) S 30077 30077 7411 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 4687708 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695193858848 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30091] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30091/stat : 30091 (java) S 30077 30077 7411 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 4687709 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695192806512 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30092] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30092/stat : 30092 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4687711 14474870784 88935 33554432000 4194304 4196468 140733488322080 139695191754832 139695866951579 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0

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

[pid=30078/tid=30177] ppid=30077 vsize=14135616 CPUtime=274.68 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30177/stat : 30177 (java) R 30077 30077 7411 0 -1 4202560 3142 0 0 0 27465 3 0 0 20 0 28 0 4688236 14474870784 327164 33554432000 4194304 4196468 140733488322080 139695172161016 139695509435769 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30178] ppid=30077 vsize=14135616 CPUtime=275.23 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30178/stat : 30178 (java) R 30077 30077 7411 0 -1 4202560 2169 0 0 0 27520 3 0 0 20 0 28 0 4688236 14474870784 327164 33554432000 4194304 4196468 140733488322080 139695175318896 139695509435787 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
Current children cumulated CPU time (s) 2218.47
Current children cumulated vsize (KiB) 14145128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+305.101 s]
/proc/loadavg: 16.07 15.17 13.51 17/299 30341
/proc/meminfo: memFree=29894872/32770624 swapFree=5860/289792
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
[pid=30078] ppid=30077 vsize=14135616 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/30078/stat : 30078 (java) S 30077 30077 7411 0 -1 1077944320 84382 0 0 0 239831 173 0 0 20 0 28 0 4687705 14474870784 327908 33554432000 4194304 4196468 140733488322080 140733488304624 139695866932983 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
/proc/30078/statm: 3533904 327908 3286 1 0 3521137 0
[pid=30078/tid=30079] ppid=30077 vsize=14135616 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30079/stat : 30079 (java) S 30077 30077 7411 0 -1 1077944384 9571 0 0 0 420 4 0 0 20 0 28 0 4687705 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695871173760 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30081] ppid=30077 vsize=14135616 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30081/stat : 30081 (java) S 30077 30077 7411 0 -1 1077944384 412 0 0 0 17 14 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695825693072 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30082] ppid=30077 vsize=14135616 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30082/stat : 30082 (java) S 30077 30077 7411 0 -1 1077944384 731 0 0 0 16 15 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695465515280 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30083] ppid=30077 vsize=14135616 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30083/stat : 30083 (java) S 30077 30077 7411 0 -1 1077944384 1149 0 0 0 16 14 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695464462992 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30084] ppid=30077 vsize=14135616 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30084/stat : 30084 (java) S 30077 30077 7411 0 -1 1077944384 735 0 0 0 15 12 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695463410192 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30085] ppid=30077 vsize=14135616 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30085/stat : 30085 (java) S 30077 30077 7411 0 -1 1077944384 1086 0 0 0 17 12 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695462357904 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30086] ppid=30077 vsize=14135616 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30086/stat : 30086 (java) S 30077 30077 7411 0 -1 1077944384 534 0 0 0 14 15 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695461305104 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30087] ppid=30077 vsize=14135616 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30087/stat : 30087 (java) S 30077 30077 7411 0 -1 1077944384 907 0 0 0 13 13 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695460252816 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30088] ppid=30077 vsize=14135616 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30088/stat : 30088 (java) S 30077 30077 7411 0 -1 1077944384 939 0 0 0 17 14 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695459200016 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30089] ppid=30077 vsize=14135616 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30089/stat : 30089 (java) S 30077 30077 7411 0 -1 1077944384 3330 0 0 0 4 7 0 0 20 0 28 0 4687708 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695194912880 139695866944130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30090] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30090/stat : 30090 (java) S 30077 30077 7411 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 4687708 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695193858912 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30091] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30091/stat : 30091 (java) S 30077 30077 7411 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 4687709 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695192806528 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30092] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30092/stat : 30092 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695191754832 139695866951579 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30093] ppid=30077 vsize=14135616 CPUtime=3.11 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30093/stat : 30093 (java) S 30077 30077 7411 0 -1 1077944384 10555 0 0 0 310 1 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695190702704 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30094] ppid=30077 vsize=14135616 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30094/stat : 30094 (java) S 30077 30077 7411 0 -1 1077944384 13536 0 0 0 299 2 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695189649904 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30095] ppid=30077 vsize=14135616 CPUtime=3.2 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30095/stat : 30095 (java) S 30077 30077 7411 0 -1 1077944384 12877 0 0 0 318 2 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695188597616 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30096] ppid=30077 vsize=14135616 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30096/stat : 30096 (java) S 30077 30077 7411 0 -1 1077944384 8983 0 0 0 112 2 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695187544816 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30097] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30097/stat : 30097 (java) S 30077 30077 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4687712 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695186491744 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30098] ppid=30077 vsize=14135616 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30098/stat : 30098 (java) S 30077 30077 7411 0 -1 1077944384 467 0 0 0 6 11 0 0 20 0 28 0 4687712 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695185439024 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30171] ppid=30077 vsize=14135616 CPUtime=296.89 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30171/stat : 30171 (java) R 30077 30077 7411 0 -1 4202560 1269 0 0 0 29687 2 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695163739000 139695509509704 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30172] ppid=30077 vsize=14135616 CPUtime=296.99 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30172/stat : 30172 (java) R 30077 30077 7411 0 -1 4202560 1837 0 0 0 29695 4 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695170056264 139695509435787 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30173] ppid=30077 vsize=14135616 CPUtime=297.1 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30173/stat : 30173 (java) R 30077 30077 7411 0 -1 4202560 1722 0 0 0 29708 2 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695176372208 139695510046061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30174] ppid=30077 vsize=14135616 CPUtime=297.47 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30174/stat : 30174 (java) R 30077 30077 7411 0 -1 4202560 1987 0 0 0 29744 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695174267032 139695509435667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30175] ppid=30077 vsize=14135616 CPUtime=297.72 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30175/stat : 30175 (java) R 30077 30077 7411 0 -1 4202560 2019 0 0 0 29769 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695171109352 139695509435900 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30176] ppid=30077 vsize=14135616 CPUtime=298.41 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30176/stat : 30176 (java) R 30077 30077 7411 0 -1 4202560 1067 0 0 0 29839 2 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695173214568 139695509435769 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30177] ppid=30077 vsize=14135616 CPUtime=297 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30177/stat : 30177 (java) R 30077 30077 7411 0 -1 4202560 3251 0 0 0 29697 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695172163136 139695509435769 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30178] ppid=30077 vsize=14135616 CPUtime=297.9 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30178/stat : 30178 (java) R 30077 30077 7411 0 -1 4202560 2389 0 0 0 29787 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695175318600 139695510474325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 14145128

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

[startup+305.101 s]
/proc/loadavg: 16.07 15.17 13.51 17/299 30341
/proc/meminfo: memFree=29894872/32770624 swapFree=5860/289792
[pid=30077] ppid=30074 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30077/stat : 30077 (xcsp3-exec) S 30074 30077 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4687705 9740288 346 33554432000 4194304 5098028 140723509520992 140723509519096 139910299841148 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 39964672 140723509527695 140723509527904 140723509527904 140723509530603 0
/proc/30077/statm: 2378 346 289 221 0 87 0
[pid=30078] ppid=30077 vsize=14135616 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/30078/stat : 30078 (java) S 30077 30077 7411 0 -1 1077944320 84382 0 0 0 239831 173 0 0 20 0 28 0 4687705 14474870784 327908 33554432000 4194304 4196468 140733488322080 140733488304624 139695866932983 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
/proc/30078/statm: 3533904 327908 3286 1 0 3521137 0
[pid=30078/tid=30079] ppid=30077 vsize=14135616 CPUtime=4.24 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30079/stat : 30079 (java) S 30077 30077 7411 0 -1 1077944384 9571 0 0 0 420 4 0 0 20 0 28 0 4687705 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695871173760 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30081] ppid=30077 vsize=14135616 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30081/stat : 30081 (java) S 30077 30077 7411 0 -1 1077944384 412 0 0 0 17 14 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695825693072 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30082] ppid=30077 vsize=14135616 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30082/stat : 30082 (java) S 30077 30077 7411 0 -1 1077944384 731 0 0 0 16 15 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695465515280 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30083] ppid=30077 vsize=14135616 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30083/stat : 30083 (java) S 30077 30077 7411 0 -1 1077944384 1149 0 0 0 16 14 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695464462992 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30084] ppid=30077 vsize=14135616 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30084/stat : 30084 (java) S 30077 30077 7411 0 -1 1077944384 735 0 0 0 15 12 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695463410192 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30085] ppid=30077 vsize=14135616 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30085/stat : 30085 (java) S 30077 30077 7411 0 -1 1077944384 1086 0 0 0 17 12 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695462357904 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30086] ppid=30077 vsize=14135616 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30086/stat : 30086 (java) S 30077 30077 7411 0 -1 1077944384 534 0 0 0 14 15 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695461305104 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30087] ppid=30077 vsize=14135616 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30087/stat : 30087 (java) S 30077 30077 7411 0 -1 1077944384 907 0 0 0 13 13 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695460252816 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30088] ppid=30077 vsize=14135616 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30088/stat : 30088 (java) S 30077 30077 7411 0 -1 1077944384 939 0 0 0 17 14 0 0 20 0 28 0 4687706 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695459200016 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30089] ppid=30077 vsize=14135616 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30089/stat : 30089 (java) S 30077 30077 7411 0 -1 1077944384 3330 0 0 0 4 7 0 0 20 0 28 0 4687708 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695194912880 139695866944130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30090] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30090/stat : 30090 (java) S 30077 30077 7411 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 4687708 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695193858912 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30091] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30091/stat : 30091 (java) S 30077 30077 7411 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 4687709 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695192806528 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30092] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30092/stat : 30092 (java) S 30077 30077 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695191754832 139695866951579 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30093] ppid=30077 vsize=14135616 CPUtime=3.11 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30093/stat : 30093 (java) S 30077 30077 7411 0 -1 1077944384 10555 0 0 0 310 1 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695190702704 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30094] ppid=30077 vsize=14135616 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30094/stat : 30094 (java) S 30077 30077 7411 0 -1 1077944384 13536 0 0 0 299 2 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695189649904 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30095] ppid=30077 vsize=14135616 CPUtime=3.2 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30095/stat : 30095 (java) S 30077 30077 7411 0 -1 1077944384 12877 0 0 0 318 2 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695188597616 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30096] ppid=30077 vsize=14135616 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30096/stat : 30096 (java) S 30077 30077 7411 0 -1 1077944384 8983 0 0 0 112 2 0 0 20 0 28 0 4687711 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695187544816 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30097] ppid=30077 vsize=14135616 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30097/stat : 30097 (java) S 30077 30077 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4687712 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695186491744 139695866943189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30098] ppid=30077 vsize=14135616 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30098/stat : 30098 (java) S 30077 30077 7411 0 -1 1077944384 467 0 0 0 6 11 0 0 20 0 28 0 4687712 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695185439024 139695866944130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30171] ppid=30077 vsize=14135616 CPUtime=296.89 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30171/stat : 30171 (java) R 30077 30077 7411 0 -1 4202560 1269 0 0 0 29687 2 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695163739000 139695509509704 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30172] ppid=30077 vsize=14135616 CPUtime=296.99 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30172/stat : 30172 (java) R 30077 30077 7411 0 -1 4202560 1837 0 0 0 29695 4 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695170056264 139695509435787 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30173] ppid=30077 vsize=14135616 CPUtime=297.1 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30173/stat : 30173 (java) R 30077 30077 7411 0 -1 4202560 1722 0 0 0 29708 2 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695176372208 139695510046061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30174] ppid=30077 vsize=14135616 CPUtime=297.47 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30174/stat : 30174 (java) R 30077 30077 7411 0 -1 4202560 1987 0 0 0 29744 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695174267032 139695509435667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30175] ppid=30077 vsize=14135616 CPUtime=297.72 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30175/stat : 30175 (java) R 30077 30077 7411 0 -1 4202560 2019 0 0 0 29769 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695171109352 139695509435900 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30176] ppid=30077 vsize=14135616 CPUtime=298.41 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30176/stat : 30176 (java) R 30077 30077 7411 0 -1 4202560 1067 0 0 0 29839 2 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695173214568 139695509435769 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30177] ppid=30077 vsize=14135616 CPUtime=297 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30177/stat : 30177 (java) R 30077 30077 7411 0 -1 4202560 3251 0 0 0 29697 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695172163136 139695509435769 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
[pid=30078/tid=30178] ppid=30077 vsize=14135616 CPUtime=297.9 cores=1,3,5,7,9,11,13,15
/proc/30078/task/30178/stat : 30178 (java) R 30077 30077 7411 0 -1 4202560 2389 0 0 0 29787 3 0 0 20 0 28 0 4688236 14474870784 327908 33554432000 4194304 4196468 140733488322080 139695175318600 139695510474325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11493376 140733488329916 140733488330092 140733488330092 140733488332751 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 14145128

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 305.112
CPU time (s): 2400.04
CPU user time (s): 2398.31
CPU system time (s): 1.73
CPU usage (%): 786.609
Max. virtual memory (cumulated for all children) (KiB): 14145128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000825
system time used= 0.00165
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.45762 second user time and 4.32001 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 05:30:03
IDJOB=4249221
IDBENCH=135818
IDSOLVER=2626
FILE ID=node131/4249221-1500694203
RUNJOBID= node131-1500682620-7802
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n75/TravellingSalesman-75-50-02.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-4249221-1500694203/watcher-4249221-1500694203 -o /tmp/evaluation-result-4249221-1500694203/solver-4249221-1500694203 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 696546909 HOME/instance-4249221-1500694203.xml

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

MD5SUM BENCH= 9f40e16214a2956ff65ea335997fc7bb
RANDOM SEED=696546909

node131.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.06
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		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31431596 kB
MemAvailable:   31598812 kB
Buffers:          115300 kB
Cached:           334252 kB
SwapCached:            0 kB
Active:           609312 kB
Inactive:         298088 kB
Active(anon):     460540 kB
Inactive(anon):     8680 kB
Active(file):     148772 kB
Inactive(file):   289408 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7920 kB
Writeback:             0 kB
AnonPages:        473720 kB
Mapped:            42656 kB
Shmem:              8844 kB
Slab:             122996 kB
SReclaimable:      89740 kB
SUnreclaim:        33256 kB
KernelStack:        5024 kB
PageTables:         6688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1400864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 05:35:08