Trace number 4249361

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: Concrete 3.4OPT2 11.8302 5.02246

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-05-05.xml
MD5SUMcbd4b7ec6b21cb5f2314c56a12817dc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.120852
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":25}]
Minimum constraint arity4
Maximum constraint arity25
Distribution of constraint arities[{"arity":4,"count":100},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

3.36/2.21	c Concrete v3.4 running
10.35/4.61	o 24
10.35/4.67	o 23
10.70/4.70	o 22
10.70/4.72	o 21
10.70/4.73	o 20
10.70/4.75	o 19
10.70/4.76	o 18
10.70/4.78	o 17
10.70/4.80	o 16
10.70/4.80	o 15
11.08/4.81	o 14
11.08/4.85	o 13
11.08/4.85	o 12
11.08/4.86	o 11
11.08/4.87	o 10
11.08/4.88	o 9
11.08/4.88	o 8
11.08/4.89	o 7
11.42/4.91	o 6
11.42/4.91	o 5
11.42/4.92	o 4
11.42/4.92	o 3
11.42/4.93	o 2
11.78/5.00	v <instantiation cost="2">
11.78/5.00	v       <list>
11.78/5.00	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]
11.78/5.00	v       </list>
11.78/5.00	v       <values>
11.78/5.00	v         0 0 1 2 2 1 2 2 1 2 2 0 2 2 1 2 1 1 1 2 2 2 1 0 1
11.78/5.00	v       </values>
11.78/5.00	v     </instantiation>
11.78/5.00	s OPTIMUM FOUND

Verifier Data

OK	2

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-4249361-1502091718/watcher-4249361-1502091718 -o /tmp/evaluation-result-4249361-1502091718/solver-4249361-1502091718 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560 bin/concrete HOME/instance-4249361-1502091718.xml 

pid=15869
running on 4 cores: 0,2,4,6

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: 1.39 1.37 1.38 3/198 15872
/proc/meminfo: memFree=28075172/32770624 swapFree=0/433472
[pid=15872] ppid=15869 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15872/stat : 15872 (runsolver) D 15869 15872 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 56677851 24240128 106 18446744073709551615 4194304 4338465 140734813829840 140734813827480 139884234244823 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 15196160 140734813831376 140734813831753 140734813831753 140734813835210 0
/proc/15872/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 1.39 1.37 1.38 3/198 15872
/proc/meminfo: memFree=28075172/32770624 swapFree=0/433472
[pid=15872] ppid=15869 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15872/stat : 15872 (runsolver) D 15869 15872 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 56677851 24240128 106 18446744073709551615 4194304 4338465 140734813829840 140734813827480 139884234244823 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 15196160 140734813831376 140734813831753 140734813831753 140734813835210 0
/proc/15872/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20037 s]
/proc/loadavg: 1.39 1.37 1.38 3/198 15872
/proc/meminfo: memFree=28075172/32770624 swapFree=0/433472
[pid=15872] ppid=15869 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/15872/stat : 15872 (bash) S 15869 15872 25139 0 -1 4202496 881 6451 0 0 0 0 0 1 20 0 1 0 56677851 9871360 375 18446744073709551615 4194304 5098028 140728496647248 140728496641256 140381133290496 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 11 0 0 7196144 7232144 39088128 140728496652820 140728496652905 140728496652905 140728496656362 0
/proc/15872/statm: 2410 375 295 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300274 s]
/proc/loadavg: 1.39 1.37 1.38 3/198 15872
/proc/meminfo: memFree=28075172/32770624 swapFree=0/433472
[pid=15872] ppid=15869 vsize=10485316 CPUtime=0.13 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 5445 12777 0 0 5 1 5 2 20 0 14 0 56677851 10736963584 5646 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2621329 5646 2568 1 0 2610826 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10485316

[startup+0.701068 s]
/proc/loadavg: 1.39 1.37 1.38 3/198 15872
/proc/meminfo: memFree=28075172/32770624 swapFree=0/433472
[pid=15872] ppid=15869 vsize=10552792 CPUtime=0.64 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 13699 12777 0 0 53 4 5 2 20 0 15 0 56677851 10806059008 14119 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2638198 14119 3116 1 0 2627467 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 10552792

[startup+1.50069 s]
/proc/loadavg: 1.39 1.37 1.38 3/213 15935
/proc/meminfo: memFree=27984164/32770624 swapFree=0/433236
[pid=15872] ppid=15869 vsize=10563416 CPUtime=1.87 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 27680 12777 0 0 172 8 5 2 20 0 15 0 56677851 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2640854 34397 3354 1 0 2630027 0
[pid=15872/tid=15922] ppid=15869 vsize=10563416 CPUtime=1.28 cores=0,2,4,6
/proc/15872/task/15922/stat : 15922 (java) R 15869 15872 25139 0 -1 4202560 22008 12777 0 0 115 6 5 2 20 0 15 0 56677875 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140563118888352 140563098748254 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15923] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15923/stat : 15923 (java) S 15869 15872 25139 0 -1 1077944384 1 12777 0 0 0 0 5 2 20 0 15 0 56677875 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140563075566736 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15924] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15924/stat : 15924 (java) S 15869 15872 25139 0 -1 1077944384 1 12777 0 0 0 0 5 2 20 0 15 0 56677875 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140563074513936 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15925] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15925/stat : 15925 (java) S 15869 15872 25139 0 -1 1077944384 1 12777 0 0 0 0 5 2 20 0 15 0 56677875 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562723167120 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15926] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15926/stat : 15926 (java) S 15869 15872 25139 0 -1 1077944384 2 12777 0 0 0 0 5 2 20 0 15 0 56677875 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562722114320 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15927] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15927/stat : 15927 (java) S 15869 15872 25139 0 -1 1077944384 5 12777 0 0 0 0 5 2 20 0 15 0 56677877 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562678155632 140563114678914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15928] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15928/stat : 15928 (java) S 15869 15872 25139 0 -1 1077944384 33 12777 0 0 0 0 5 2 20 0 15 0 56677877 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562677101600 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15929] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15929/stat : 15929 (java) S 15869 15872 25139 0 -1 1077944384 21 12777 0 0 0 0 5 2 20 0 15 0 56677877 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562676048752 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15930] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15930/stat : 15930 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562674997072 140563114686363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15931] ppid=15869 vsize=10563416 CPUtime=0.23 cores=0,2,4,6
/proc/15872/task/15931/stat : 15931 (java) S 15869 15872 25139 0 -1 1077944384 1021 12777 0 0 16 0 5 2 20 0 15 0 56677880 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562673945456 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15932] ppid=15869 vsize=10563416 CPUtime=0.23 cores=0,2,4,6
/proc/15872/task/15932/stat : 15932 (java) S 15869 15872 25139 0 -1 1077944384 1080 12777 0 0 16 0 5 2 20 0 15 0 56677880 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562672892656 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15933] ppid=15869 vsize=10563416 CPUtime=0.3 cores=0,2,4,6
/proc/15872/task/15933/stat : 15933 (java) R 15869 15872 25139 0 -1 4202560 1359 12777 0 0 23 0 5 2 20 0 15 0 56677880 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562671839856 140563097843372 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15934] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15934/stat : 15934 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562602650336 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15935] ppid=15869 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15935/stat : 15935 (java) S 15869 15872 25139 0 -1 1077944384 10 12777 0 0 0 0 5 2 20 0 15 0 56677884 10816937984 34397 18446744073709551615 4194304 4196468 140736890173568 140562601597616 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10563416

[startup+3.10133 s]
/proc/loadavg: 1.39 1.37 1.38 4/213 15936
/proc/meminfo: memFree=27904560/32770624 swapFree=0/433232
[pid=15872] ppid=15869 vsize=10575892 CPUtime=5.71 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 45919 12777 0 0 548 16 5 2 20 0 15 0 56677851 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2643973 55670 3452 1 0 2632587 0
[pid=15872/tid=15922] ppid=15869 vsize=10575892 CPUtime=2.85 cores=0,2,4,6
/proc/15872/task/15922/stat : 15922 (java) R 15869 15872 25139 0 -1 4202560 29809 12777 0 0 268 10 5 2 20 0 15 0 56677875 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140563118900144 140562759120711 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15923] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15923/stat : 15923 (java) S 15869 15872 25139 0 -1 1077944384 58 12777 0 0 0 0 5 2 20 0 15 0 56677875 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140563075566736 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15924] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15924/stat : 15924 (java) S 15869 15872 25139 0 -1 1077944384 170 12777 0 0 0 0 5 2 20 0 15 0 56677875 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140563074513936 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15925] ppid=15869 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/15872/task/15925/stat : 15925 (java) S 15869 15872 25139 0 -1 1077944384 51 12777 0 0 1 0 5 2 20 0 15 0 56677875 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562723167120 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15926] ppid=15869 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/15872/task/15926/stat : 15926 (java) S 15869 15872 25139 0 -1 1077944384 37 12777 0 0 1 0 5 2 20 0 15 0 56677875 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562722114320 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15927] ppid=15869 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/15872/task/15927/stat : 15927 (java) S 15869 15872 25139 0 -1 1077944384 1684 12777 0 0 1 0 5 2 20 0 15 0 56677877 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562678155632 140563114678914 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15928] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15928/stat : 15928 (java) S 15869 15872 25139 0 -1 1077944384 56 12777 0 0 0 0 5 2 20 0 15 0 56677877 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562677101600 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15929] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15929/stat : 15929 (java) S 15869 15872 25139 0 -1 1077944384 45 12777 0 0 0 0 5 2 20 0 15 0 56677877 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562676048752 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15930] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15930/stat : 15930 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562674997072 140563114686363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15931] ppid=15869 vsize=10575892 CPUtime=0.9 cores=0,2,4,6
/proc/15872/task/15931/stat : 15931 (java) R 15869 15872 25139 0 -1 4202560 2839 12777 0 0 83 0 5 2 20 0 15 0 56677880 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562673935824 140563098660805 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15932] ppid=15869 vsize=10575892 CPUtime=0.85 cores=0,2,4,6
/proc/15872/task/15932/stat : 15932 (java) R 15869 15872 25139 0 -1 4202560 2816 12777 0 0 77 1 5 2 20 0 15 0 56677880 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562672892656 140563093999423 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15933] ppid=15869 vsize=10575892 CPUtime=1.2 cores=0,2,4,6
/proc/15872/task/15933/stat : 15933 (java) R 15869 15872 25139 0 -1 4202560 6203 12777 0 0 112 1 5 2 20 0 15 0 56677880 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562671839856 140563114689114 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15934] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15934/stat : 15934 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562602650336 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15935] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15935/stat : 15935 (java) S 15869 15872 25139 0 -1 1077944384 13 12777 0 0 0 0 5 2 20 0 15 0 56677884 10829713408 55670 18446744073709551615 4194304 4196468 140736890173568 140562601597616 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 10575892

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15872 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20132 s]
/proc/loadavg: 1.39 1.37 1.38 4/213 15936
/proc/meminfo: memFree=27904560/32770624 swapFree=0/433232
[pid=15872] ppid=15869 vsize=10575892 CPUtime=6.05 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 46393 12777 0 0 581 17 5 2 20 0 15 0 56677851 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2643973 58143 3453 1 0 2632587 0
[pid=15872/tid=15922] ppid=15869 vsize=10575892 CPUtime=2.95 cores=0,2,4,6
/proc/15872/task/15922/stat : 15922 (java) R 15869 15872 25139 0 -1 4202560 29822 12777 0 0 278 10 5 2 20 0 15 0 56677875 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140563118897432 140562761991680 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15923] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15923/stat : 15923 (java) S 15869 15872 25139 0 -1 1077944384 58 12777 0 0 0 0 5 2 20 0 15 0 56677875 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140563075566736 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15924] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15924/stat : 15924 (java) S 15869 15872 25139 0 -1 1077944384 170 12777 0 0 0 0 5 2 20 0 15 0 56677875 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140563074513936 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15925] ppid=15869 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/15872/task/15925/stat : 15925 (java) S 15869 15872 25139 0 -1 1077944384 51 12777 0 0 1 0 5 2 20 0 15 0 56677875 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562723167120 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15926] ppid=15869 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/15872/task/15926/stat : 15926 (java) S 15869 15872 25139 0 -1 1077944384 37 12777 0 0 1 0 5 2 20 0 15 0 56677875 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562722114320 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15927] ppid=15869 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/15872/task/15927/stat : 15927 (java) S 15869 15872 25139 0 -1 1077944384 1686 12777 0 0 1 0 5 2 20 0 15 0 56677877 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562678155632 140563114678914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15928] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15928/stat : 15928 (java) S 15869 15872 25139 0 -1 1077944384 56 12777 0 0 0 0 5 2 20 0 15 0 56677877 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562677101600 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15929] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15929/stat : 15929 (java) S 15869 15872 25139 0 -1 1077944384 45 12777 0 0 0 0 5 2 20 0 15 0 56677877 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562676048752 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15930] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15930/stat : 15930 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562674997072 140563114686363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15931] ppid=15869 vsize=10575892 CPUtime=1 cores=0,2,4,6
/proc/15872/task/15931/stat : 15931 (java) R 15869 15872 25139 0 -1 4202560 3193 12777 0 0 92 1 5 2 20 0 15 0 56677880 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562673927056 140563098573687 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15932] ppid=15869 vsize=10575892 CPUtime=0.95 cores=0,2,4,6
/proc/15872/task/15932/stat : 15932 (java) R 15869 15872 25139 0 -1 4202560 2842 12777 0 0 87 1 5 2 20 0 15 0 56677880 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562672880128 140563094511375 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15933] ppid=15869 vsize=10575892 CPUtime=1.24 cores=0,2,4,6
/proc/15872/task/15933/stat : 15933 (java) S 15869 15872 25139 0 -1 1077944384 6280 12777 0 0 116 1 5 2 20 0 15 0 56677880 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562671839856 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15934] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15934/stat : 15934 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562602650336 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15935] ppid=15869 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15935/stat : 15935 (java) S 15869 15872 25139 0 -1 1077944384 15 12777 0 0 0 0 5 2 20 0 15 0 56677884 10829713408 58143 18446744073709551615 4194304 4196468 140736890173568 140562601597616 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 10575892

[startup+4.00802 s]
/proc/loadavg: 1.39 1.37 1.38 5/213 15936
/proc/meminfo: memFree=27845932/32770624 swapFree=0/433232
[pid=15872] ppid=15869 vsize=10579988 CPUtime=8.47 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 49546 12777 0 0 821 19 5 2 20 0 15 0 56677851 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2644997 73354 3463 1 0 2633611 0
[pid=15872/tid=15922] ppid=15869 vsize=10579988 CPUtime=3.7 cores=0,2,4,6
/proc/15872/task/15922/stat : 15922 (java) R 15869 15872 25139 0 -1 4202560 30886 12777 0 0 352 11 5 2 20 0 15 0 56677875 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140563118891680 140563114679702 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15923] ppid=15869 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/15872/task/15923/stat : 15923 (java) S 15869 15872 25139 0 -1 1077944384 73 12777 0 0 3 0 5 2 20 0 15 0 56677875 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140563075566736 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15924] ppid=15869 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/15872/task/15924/stat : 15924 (java) S 15869 15872 25139 0 -1 1077944384 229 12777 0 0 3 0 5 2 20 0 15 0 56677875 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140563074513936 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15925] ppid=15869 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/15872/task/15925/stat : 15925 (java) S 15869 15872 25139 0 -1 1077944384 85 12777 0 0 3 0 5 2 20 0 15 0 56677875 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562723167120 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15926] ppid=15869 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/15872/task/15926/stat : 15926 (java) S 15869 15872 25139 0 -1 1077944384 55 12777 0 0 3 0 5 2 20 0 15 0 56677875 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562722114320 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15927] ppid=15869 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/15872/task/15927/stat : 15927 (java) S 15869 15872 25139 0 -1 1077944384 2342 12777 0 0 3 0 5 2 20 0 15 0 56677877 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562678155632 140563114678914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15928] ppid=15869 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15928/stat : 15928 (java) S 15869 15872 25139 0 -1 1077944384 56 12777 0 0 0 0 5 2 20 0 15 0 56677877 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562677101664 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15929] ppid=15869 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15929/stat : 15929 (java) S 15869 15872 25139 0 -1 1077944384 45 12777 0 0 0 0 5 2 20 0 15 0 56677877 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562676048768 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15930] ppid=15869 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15930/stat : 15930 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562674997072 140563114686363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15931] ppid=15869 vsize=10579988 CPUtime=1.56 cores=0,2,4,6
/proc/15872/task/15931/stat : 15931 (java) R 15869 15872 25139 0 -1 4202560 3417 12777 0 0 148 1 5 2 20 0 15 0 56677880 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562673925760 140563093845173 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15932] ppid=15869 vsize=10579988 CPUtime=1.54 cores=0,2,4,6
/proc/15872/task/15932/stat : 15932 (java) R 15869 15872 25139 0 -1 1077944384 3133 12777 0 0 146 1 5 2 20 0 15 0 56677880 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562672883488 140563114677973 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15933] ppid=15869 vsize=10579988 CPUtime=1.62 cores=0,2,4,6
/proc/15872/task/15933/stat : 15933 (java) R 15869 15872 25139 0 -1 4202560 7071 12777 0 0 154 1 5 2 20 0 15 0 56677880 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562671839856 140563114689114 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15934] ppid=15869 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15934/stat : 15934 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562602650336 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15935] ppid=15869 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15935/stat : 15935 (java) S 15869 15872 25139 0 -1 1077944384 17 12777 0 0 0 0 5 2 20 0 15 0 56677884 10833907712 73354 18446744073709551615 4194304 4196468 140736890173568 140562601597616 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 10579988

[startup+4.80629 s]
/proc/loadavg: 1.39 1.37 1.38 7/213 15936
/proc/meminfo: memFree=27725648/32770624 swapFree=0/433224
[pid=15872] ppid=15869 vsize=10647572 CPUtime=11.08 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 69381 12777 0 0 1079 22 5 2 20 0 15 0 56677851 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2661893 90617 3465 1 0 2650507 0
[pid=15872/tid=15922] ppid=15869 vsize=10647572 CPUtime=4.28 cores=0,2,4,6
/proc/15872/task/15922/stat : 15922 (java) R 15869 15872 25139 0 -1 4202560 44462 12777 0 0 409 12 5 2 20 0 15 0 56677875 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140563118902272 140562753782288 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15923] ppid=15869 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/15872/task/15923/stat : 15923 (java) S 15869 15872 25139 0 -1 1077944384 87 12777 0 0 11 0 5 2 20 0 15 0 56677875 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140563075566736 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15924] ppid=15869 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/15872/task/15924/stat : 15924 (java) S 15869 15872 25139 0 -1 1077944384 239 12777 0 0 11 0 5 2 20 0 15 0 56677875 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140563074513936 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15925] ppid=15869 vsize=10647572 CPUtime=0.17 cores=0,2,4,6
/proc/15872/task/15925/stat : 15925 (java) S 15869 15872 25139 0 -1 1077944384 93 12777 0 0 10 0 5 2 20 0 15 0 56677875 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562723167120 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15926] ppid=15869 vsize=10647572 CPUtime=0.19 cores=0,2,4,6
/proc/15872/task/15926/stat : 15926 (java) S 15869 15872 25139 0 -1 1077944384 56 12777 0 0 12 0 5 2 20 0 15 0 56677875 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562722114320 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15927] ppid=15869 vsize=10647572 CPUtime=0.2 cores=0,2,4,6
/proc/15872/task/15927/stat : 15927 (java) S 15869 15872 25139 0 -1 1077944384 2360 12777 0 0 13 0 5 2 20 0 15 0 56677877 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562678155632 140563114678914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15928] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15928/stat : 15928 (java) S 15869 15872 25139 0 -1 1077944384 56 12777 0 0 0 0 5 2 20 0 15 0 56677877 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562677101664 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15929] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15929/stat : 15929 (java) S 15869 15872 25139 0 -1 1077944384 45 12777 0 0 0 0 5 2 20 0 15 0 56677877 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562676048768 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15930] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15930/stat : 15930 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562674997072 140563114686363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15931] ppid=15869 vsize=10647572 CPUtime=2.37 cores=0,2,4,6
/proc/15872/task/15931/stat : 15931 (java) R 15869 15872 25139 0 -1 4202560 7805 12777 0 0 228 2 5 2 20 0 15 0 56677880 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562673945584 140563114679702 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15932] ppid=15869 vsize=10647572 CPUtime=2.12 cores=0,2,4,6
/proc/15872/task/15932/stat : 15932 (java) R 15869 15872 25139 0 -1 4202560 4604 12777 0 0 204 1 5 2 20 0 15 0 56677880 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562672878624 140563092263204 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15933] ppid=15869 vsize=10647572 CPUtime=1.83 cores=0,2,4,6
/proc/15872/task/15933/stat : 15933 (java) R 15869 15872 25139 0 -1 4202560 7418 12777 0 0 175 1 5 2 20 0 15 0 56677880 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562671838232 140563114689114 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15934] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15934/stat : 15934 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562602650336 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15935] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15935/stat : 15935 (java) S 15869 15872 25139 0 -1 1077944384 18 12777 0 0 0 0 5 2 20 0 15 0 56677884 10903113728 90617 18446744073709551615 4194304 4196468 140736890173568 140562601597616 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (KiB) 10647572

[startup+5.00829 s]
/proc/loadavg: 1.39 1.37 1.38 7/213 15936
/proc/meminfo: memFree=27725648/32770624 swapFree=0/433224
[pid=15872] ppid=15869 vsize=10647572 CPUtime=11.78 cores=0,2,4,6
/proc/15872/stat : 15872 (java) S 15869 15872 25139 0 -1 1077944320 69677 12777 0 0 1149 22 5 2 20 0 15 0 56677851 10903113728 90867 18446744073709551615 4194304 4196468 140736890173568 140736890156112 140563114667767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 11 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
/proc/15872/statm: 2661893 90867 3468 1 0 2650507 0
[pid=15872/tid=15922] ppid=15869 vsize=10647572 CPUtime=4.48 cores=0,2,4,6
/proc/15872/task/15922/stat : 15922 (java) R 15869 15872 25139 0 -1 4202560 44498 12777 0 0 429 12 5 2 20 0 15 0 56677875 10903113728 90867 18446744073709551615 4194304 4196468 140736890173568 140563118898096 140563098711397 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15923] ppid=15869 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/15872/task/15923/stat : 15923 (java) S 15869 15872 25139 0 -1 1077944384 87 12777 0 0 11 0 5 2 20 0 15 0 56677875 10903113728 90867 18446744073709551615 4194304 4196468 140736890173568 140563075566736 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15924] ppid=15869 vsize=10647572 CPUtime=0.18 cores=0,2,4,6
/proc/15872/task/15924/stat : 15924 (java) S 15869 15872 25139 0 -1 1077944384 239 12777 0 0 11 0 5 2 20 0 15 0 56677875 10903113728 90867 18446744073709551615 4194304 4196468 140736890173568 140563074513936 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15925] ppid=15869 vsize=10647572 CPUtime=0.17 cores=0,2,4,6
/proc/15872/task/15925/stat : 15925 (java) S 15869 15872 25139 0 -1 1077944384 93 12777 0 0 10 0 5 2 20 0 15 0 56677875 10903113728 90867 18446744073709551615 4194304 4196468 140736890173568 140562723167120 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15926] ppid=15869 vsize=10647572 CPUtime=0.19 cores=0,2,4,6
/proc/15872/task/15926/stat : 15926 (java) S 15869 15872 25139 0 -1 1077944384 56 12777 0 0 12 0 5 2 20 0 15 0 56677875 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562722114320 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15927] ppid=15869 vsize=10647572 CPUtime=0.2 cores=0,2,4,6
/proc/15872/task/15927/stat : 15927 (java) S 15869 15872 25139 0 -1 1077944384 2360 12777 0 0 13 0 5 2 20 0 15 0 56677877 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562678155632 140563114678914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15928] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15928/stat : 15928 (java) S 15869 15872 25139 0 -1 1077944384 56 12777 0 0 0 0 5 2 20 0 15 0 56677877 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562677101664 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15929] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15929/stat : 15929 (java) S 15869 15872 25139 0 -1 1077944384 45 12777 0 0 0 0 5 2 20 0 15 0 56677877 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562676048768 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15930] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15930/stat : 15930 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562674997072 140563114686363 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15931] ppid=15869 vsize=10647572 CPUtime=2.57 cores=0,2,4,6
/proc/15872/task/15931/stat : 15931 (java) S 15869 15872 25139 0 -1 1077944384 7860 12777 0 0 248 2 5 2 20 0 15 0 56677880 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562673945456 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15932] ppid=15869 vsize=10647572 CPUtime=2.31 cores=0,2,4,6
/proc/15872/task/15932/stat : 15932 (java) R 15869 15872 25139 0 -1 4202560 4650 12777 0 0 223 1 5 2 20 0 15 0 56677880 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562672878752 140563099597237 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15933] ppid=15869 vsize=10647572 CPUtime=1.95 cores=0,2,4,6
/proc/15872/task/15933/stat : 15933 (java) S 15869 15872 25139 0 -1 1077944384 7577 12777 0 0 186 2 5 2 20 0 15 0 56677880 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562671839856 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15934] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15934/stat : 15934 (java) S 15869 15872 25139 0 -1 1077944384 3 12777 0 0 0 0 5 2 20 0 15 0 56677880 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562602650336 140563114677973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
[pid=15872/tid=15935] ppid=15869 vsize=10647572 CPUtime=0.07 cores=0,2,4,6
/proc/15872/task/15935/stat : 15935 (java) S 15869 15872 25139 0 -1 1077944384 18 12777 0 0 0 0 5 2 20 0 15 0 56677884 10903113728 90916 18446744073709551615 4194304 4196468 140736890173568 140562601597616 140563114678914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26124288 140736890181595 140736890184369 140736890184369 140736890187727 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 10647572

Child status: 0
Real time (s): 5.02246
CPU time (s): 11.8302
CPU user time (s): 11.5601
CPU system time (s): 0.270081
CPU usage (%): 235.546
Max. virtual memory (cumulated for all children) (KiB): 10649692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5601
system time used= 0.270081
maximum resident set size= 365064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7445
involuntary context switches= 805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031799 second user time and 0.026499 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 09:28:00
IDJOB=4249361
IDBENCH=139720
IDSOLVER=2630
FILE ID=node134/4249361-1502091718
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-05-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249361-1502091718/watcher-4249361-1502091718 -o /tmp/evaluation-result-4249361-1502091718/solver-4249361-1502091718 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4249361-1502091718.xml

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

MD5SUM BENCH= cbd4b7ec6b21cb5f2314c56a12817dc1
RANDOM SEED=367780003

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28075548 kB
MemAvailable:   28727900 kB
Buffers:          207488 kB
Cached:           733944 kB
SwapCached:            0 kB
Active:          3807760 kB
Inactive:         456504 kB
Active(anon):    3324452 kB
Inactive(anon):    23032 kB
Active(file):     483308 kB
Inactive(file):   433472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24596 kB
Writeback:            12 kB
AnonPages:       3322324 kB
Mapped:            53860 kB
Shmem:             25276 kB
Slab:             128892 kB
SReclaimable:     102816 kB
SUnreclaim:        26076 kB
KernelStack:        3488 kB
PageTables:        11396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3893492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3084288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-07 09:28:05