Trace number 4256206

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
OscaR - Conflict Ordering 2017-07-26OPT2 7.3761101 4.5122499

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
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.098310001
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
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

0.33/0.92	c version: 2017-07-26
0.33/0.92	c seed: 2046619779
0.33/0.92	c timeout: 264
0.33/0.92	c memlimit: 11000
0.33/0.92	c nbcore: 4
0.33/0.94	c Parsing instance...
6.75/4.26	c Parsing done, starting search...
6.75/4.29	o 35
6.95/4.32	o 34
6.95/4.34	o 33
6.95/4.35	o 32
6.95/4.36	o 31
6.95/4.37	o 30
6.95/4.38	o 29
6.95/4.39	o 28
6.95/4.39	o 27
7.16/4.40	o 26
7.16/4.41	o 25
7.16/4.42	o 24
7.16/4.42	o 23
7.16/4.43	o 22
7.16/4.44	o 21
7.16/4.44	o 20
7.16/4.44	o 19
7.16/4.45	o 18
7.16/4.45	o 17
7.16/4.45	o 16
7.16/4.46	o 15
7.16/4.46	o 14
7.16/4.46	o 13
7.16/4.47	o 12
7.16/4.47	o 11
7.16/4.47	o 10
7.16/4.47	o 9
7.16/4.47	o 8
7.16/4.47	o 7
7.16/4.48	o 6
7.16/4.48	o 5
7.16/4.48	o 4
7.16/4.48	o 3
7.16/4.48	o 2
7.16/4.49	s OPTIMUM FOUND
7.16/4.49	v <instantiation>
7.16/4.49	v 	<list>
7.16/4.49	v 		x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8]
7.16/4.49	v 	</list>
7.16/4.49	v 	<values>
7.16/4.49	v 		1 2 1 2 1 2 1 2 2 0 1 2 2 2 1 2 1 1 0 1 1 1 2 2 2 1 2 1 2 0 1 0 2 1 1 2 
7.16/4.49	v 	</values>
7.16/4.49	v </instantiation>

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-4256206-1501993414/watcher-4256206-1501993414 -o /tmp/evaluation-result-4256206-1501993414/solver-4256206-1501993414 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501986126-20441 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2046619779 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256206-1501993414.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.74 1.64 1.56 4/197 26935
/proc/meminfo: memFree=31343488/32770624 swapFree=0/329932
[pid=26935] ppid=26932 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26935/stat : 26935 (runsolver) D 26932 26935 12039 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 98994583 24240128 106 18446744073709551615 4194304 4338465 140732889971216 140732889968856 140591497482967 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 27996160 140732889972844 140732889973324 140732889973324 140732889976778 0
/proc/26935/statm: 5918 106 53 36 0 2156 0

[startup+0.100125 s]
/proc/loadavg: 1.74 1.64 1.56 4/197 26935
/proc/meminfo: memFree=31343488/32770624 swapFree=0/329932
[pid=26935] ppid=26932 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26935/stat : 26935 (runsolver) D 26932 26935 12039 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 98994583 24240128 106 18446744073709551615 4194304 4338465 140732889971216 140732889968856 140591497482967 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 27996160 140732889972844 140732889973324 140732889973324 140732889976778 0
/proc/26935/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200322 s]
/proc/loadavg: 1.74 1.64 1.56 4/197 26935
/proc/meminfo: memFree=31343488/32770624 swapFree=0/329932
[pid=26935] ppid=26932 vsize=105164 CPUtime=0 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 1575 0 0 0 0 0 0 0 20 0 2 0 98994583 107687936 1298 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 26291 1298 972 1 0 16808 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 105164

[startup+0.7366 s]
/proc/loadavg: 1.74 1.64 1.56 4/197 26935
/proc/meminfo: memFree=31343488/32770624 swapFree=0/329932
[pid=26935] ppid=26932 vsize=13973048 CPUtime=0.06 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 5535 0 0 0 6 0 0 0 20 0 15 0 98994583 14308401152 5768 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3493262 5768 2600 1 0 3482759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13973048

[startup+0.80033 s]
/proc/loadavg: 1.74 1.64 1.56 4/197 26935
/proc/meminfo: memFree=31343488/32770624 swapFree=0/329932
[pid=26935] ppid=26932 vsize=13975920 CPUtime=0.17 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 9471 0 0 0 15 2 0 0 20 0 15 0 98994583 14311342080 9374 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3493980 9374 3512 1 0 3482759 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13975920

[startup+1.50029 s]
/proc/loadavg: 1.74 1.64 1.56 3/212 26950
/proc/meminfo: memFree=31236600/32770624 swapFree=0/329840
[pid=26935] ppid=26932 vsize=13977988 CPUtime=1.45 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 14531 0 0 0 140 5 0 0 20 0 15 0 98994583 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3494497 32662 3747 1 0 3483271 0
[pid=26935/tid=26937] ppid=26932 vsize=13977988 CPUtime=0.82 cores=0,2,4,6
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 12039 0 -1 4202560 10054 0 0 0 78 4 0 0 20 0 15 0 98994594 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140171849796976 140171444969277 0 4 1 16800974 0 0 0 -1 4 0 0 55 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26938] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98994646 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140171764975888 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26939] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98994646 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140171763923344 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26940] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98994646 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140171762870800 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26941] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 12039 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98994646 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140171761818256 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26942] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 12039 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98994648 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170763143664 140171845573250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26943] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98994648 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170762089888 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26944] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98994648 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170761037296 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26945] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170759985872 140171845580699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26946] ppid=26932 vsize=13977988 CPUtime=0.16 cores=0,2,4,6
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 12039 0 -1 1077944384 848 0 0 0 16 0 0 0 20 0 15 0 98994651 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170758932464 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26947] ppid=26932 vsize=13977988 CPUtime=0.2 cores=0,2,4,6
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 12039 0 -1 1077944384 1364 0 0 0 20 0 0 0 20 0 15 0 98994651 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170757879920 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26948] ppid=26932 vsize=13977988 CPUtime=0.24 cores=0,2,4,6
/proc/26935/task/26948/stat : 26948 (java) R 26932 26935 12039 0 -1 4202560 887 0 0 0 24 0 0 0 20 0 15 0 98994651 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170756827376 140171824547248 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26949] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170755775072 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26950] ppid=26932 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98994656 14313459712 32662 18446744073709551615 4194304 4196468 140725574899408 140170284231472 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 13977988

[startup+3.10074 s]
/proc/loadavg: 1.68 1.63 1.56 3/212 26951
/proc/meminfo: memFree=30954552/32770624 swapFree=0/329840
[pid=26935] ppid=26932 vsize=13980036 CPUtime=4.34 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 20658 0 0 0 386 48 0 0 20 0 15 0 98994583 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3495009 148763 3782 1 0 3483783 0
[pid=26935/tid=26937] ppid=26932 vsize=13980036 CPUtime=2.12 cores=0,2,4,6
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 12039 0 -1 4202560 11807 0 0 0 205 7 0 0 20 0 15 0 98994594 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140171849797832 140171446014197 0 4 1 16800974 0 0 0 -1 6 0 0 55 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26938] ppid=26932 vsize=13980036 CPUtime=0.27 cores=0,2,4,6
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 12039 0 -1 1077944384 525 0 0 0 18 9 0 0 20 0 15 0 98994646 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140171764975888 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26939] ppid=26932 vsize=13980036 CPUtime=0.27 cores=0,2,4,6
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 12039 0 -1 1077944384 340 0 0 0 18 9 0 0 20 0 15 0 98994646 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140171763923344 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26940] ppid=26932 vsize=13980036 CPUtime=0.27 cores=0,2,4,6
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 12039 0 -1 1077944384 378 0 0 0 18 9 0 0 20 0 15 0 98994646 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140171762870800 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26941] ppid=26932 vsize=13980036 CPUtime=0.26 cores=0,2,4,6
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 12039 0 -1 1077944384 775 0 0 0 17 9 0 0 20 0 15 0 98994646 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140171761818256 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26942] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 12039 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170763143664 140171845573250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26943] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170762089952 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26944] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170761037312 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26945] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170759985872 140171845580699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26946] ppid=26932 vsize=13980036 CPUtime=0.3 cores=0,2,4,6
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 12039 0 -1 1077944384 1293 0 0 0 30 0 0 0 20 0 15 0 98994651 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170758932464 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26947] ppid=26932 vsize=13980036 CPUtime=0.37 cores=0,2,4,6
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 12039 0 -1 1077944384 1844 0 0 0 37 0 0 0 20 0 15 0 98994651 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170757879920 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26948] ppid=26932 vsize=13980036 CPUtime=0.38 cores=0,2,4,6
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 12039 0 -1 1077944384 1824 0 0 0 38 0 0 0 20 0 15 0 98994651 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170756827376 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26949] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170755775072 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26950] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 12039 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 98994656 14315556864 148763 18446744073709551615 4194304 4196468 140725574899408 140170284231472 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 13980036

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

[startup+3.60074 s]
/proc/loadavg: 1.68 1.63 1.56 3/212 26951
/proc/meminfo: memFree=30954552/32770624 swapFree=0/329840
[pid=26935] ppid=26932 vsize=13980036 CPUtime=5.44 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 22466 0 0 0 476 68 0 0 20 0 15 0 98994583 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3495009 235536 3782 1 0 3483783 0
[pid=26935/tid=26937] ppid=26932 vsize=13980036 CPUtime=2.44 cores=0,2,4,6
/proc/26935/task/26937/stat : 26937 (java) S 26932 26935 12039 0 -1 1077944384 12470 0 0 0 233 11 0 0 20 0 15 0 98994594 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140171849798320 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26938] ppid=26932 vsize=13980036 CPUtime=0.45 cores=0,2,4,6
/proc/26935/task/26938/stat : 26938 (java) R 26932 26935 12039 0 -1 4202560 615 0 0 0 32 13 0 0 20 0 15 0 98994646 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140171764975888 140171830547399 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26939] ppid=26932 vsize=13980036 CPUtime=0.46 cores=0,2,4,6
/proc/26935/task/26939/stat : 26939 (java) R 26932 26935 12039 0 -1 4202560 438 0 0 0 33 13 0 0 20 0 15 0 98994646 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140171763923544 140171830259671 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26940] ppid=26932 vsize=13980036 CPUtime=0.45 cores=0,2,4,6
/proc/26935/task/26940/stat : 26940 (java) R 26932 26935 12039 0 -1 4202560 470 0 0 0 32 13 0 0 20 0 15 0 98994646 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140171762871000 140171830512708 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26941] ppid=26932 vsize=13980036 CPUtime=0.45 cores=0,2,4,6
/proc/26935/task/26941/stat : 26941 (java) R 26932 26935 12039 0 -1 4202560 873 0 0 0 32 13 0 0 20 0 15 0 98994646 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140171761818456 140171830547123 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26942] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 12039 0 -1 1077944384 804 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170763141984 140171845572309 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26943] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170762089952 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26944] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170761037312 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26945] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170759985872 140171845580699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26946] ppid=26932 vsize=13980036 CPUtime=0.33 cores=0,2,4,6
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 12039 0 -1 1077944384 1535 0 0 0 33 0 0 0 20 0 15 0 98994651 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170758932464 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26947] ppid=26932 vsize=13980036 CPUtime=0.39 cores=0,2,4,6
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 12039 0 -1 1077944384 1929 0 0 0 38 1 0 0 20 0 15 0 98994651 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170757879920 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26948] ppid=26932 vsize=13980036 CPUtime=0.38 cores=0,2,4,6
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 12039 0 -1 1077944384 1913 0 0 0 38 0 0 0 20 0 15 0 98994651 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170756827376 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26949] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170755775072 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26950] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26950/stat : 26950 (java) R 26932 26935 12039 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 98994656 14315556864 235536 18446744073709551615 4194304 4196468 140725574899408 140170284231472 140171845573250 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13980036

[startup+4.00074 s]
/proc/loadavg: 1.68 1.63 1.56 6/212 26951
/proc/meminfo: memFree=30416204/32770624 swapFree=0/329840
[pid=26935] ppid=26932 vsize=13980036 CPUtime=6.55 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 24013 0 0 0 586 69 0 0 20 0 15 0 98994583 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3495009 238635 3788 1 0 3483783 0
[pid=26935/tid=26937] ppid=26932 vsize=13980036 CPUtime=2.44 cores=0,2,4,6
/proc/26935/task/26937/stat : 26937 (java) S 26932 26935 12039 0 -1 1077944384 12470 0 0 0 233 11 0 0 20 0 15 0 98994594 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140171849798320 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26938] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 12039 0 -1 1077944384 635 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140171764975888 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26939] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 12039 0 -1 1077944384 453 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140171763923344 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26940] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 12039 0 -1 1077944384 473 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140171762870800 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26941] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 12039 0 -1 1077944384 882 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140171761818256 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26942] ppid=26932 vsize=13980036 CPUtime=0.16 cores=0,2,4,6
/proc/26935/task/26942/stat : 26942 (java) R 26932 26935 12039 0 -1 4202560 2304 0 0 0 16 0 0 0 20 0 15 0 98994648 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170763142096 140171830262791 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26943] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170762089952 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26944] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170761037312 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26945] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170759985872 140171845580699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26946] ppid=26932 vsize=13980036 CPUtime=0.33 cores=0,2,4,6
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 12039 0 -1 1077944384 1535 0 0 0 33 0 0 0 20 0 15 0 98994651 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170758932464 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26947] ppid=26932 vsize=13980036 CPUtime=0.39 cores=0,2,4,6
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 12039 0 -1 1077944384 1929 0 0 0 38 1 0 0 20 0 15 0 98994651 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170757879920 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26948] ppid=26932 vsize=13980036 CPUtime=0.38 cores=0,2,4,6
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 12039 0 -1 1077944384 1913 0 0 0 38 0 0 0 20 0 15 0 98994651 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170756827376 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26949] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170755775072 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26950] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 12039 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 98994656 14315556864 238635 18446744073709551615 4194304 4196468 140725574899408 140170284231472 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 13980036

[startup+4.40061 s]
/proc/loadavg: 1.68 1.63 1.56 6/212 26951
/proc/meminfo: memFree=30416204/32770624 swapFree=0/329840
[pid=26935] ppid=26932 vsize=13980036 CPUtime=7.16 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 26536 0 0 0 646 70 0 0 20 0 15 0 98994583 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3495009 239862 3797 1 0 3483783 0
[pid=26935/tid=26937] ppid=26932 vsize=13980036 CPUtime=2.72 cores=0,2,4,6
/proc/26935/task/26937/stat : 26937 (java) R 26932 26935 12039 0 -1 4202560 14358 0 0 0 260 12 0 0 20 0 15 0 98994594 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140171849799312 140171446644701 0 4 1 16800974 0 0 0 -1 0 0 0 55 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26938] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 12039 0 -1 1077944384 635 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140171764975888 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26939] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 12039 0 -1 1077944384 453 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140171763923344 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26940] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 12039 0 -1 1077944384 473 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140171762870800 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26941] ppid=26932 vsize=13980036 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 12039 0 -1 1077944384 882 0 0 0 56 13 0 0 20 0 15 0 98994646 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140171761818256 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26942] ppid=26932 vsize=13980036 CPUtime=0.28 cores=0,2,4,6
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 12039 0 -1 1077944384 2590 0 0 0 28 0 0 0 20 0 15 0 98994648 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170763143664 140171845573250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26943] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 12039 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170762089952 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26944] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 12039 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 98994648 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170761037312 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26945] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26945/stat : 26945 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170759985872 140171845580699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26946] ppid=26932 vsize=13980036 CPUtime=0.42 cores=0,2,4,6
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 12039 0 -1 1077944384 1703 0 0 0 42 0 0 0 20 0 15 0 98994651 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170758932464 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26947] ppid=26932 vsize=13980036 CPUtime=0.46 cores=0,2,4,6
/proc/26935/task/26947/stat : 26947 (java) R 26932 26935 12039 0 -1 4202560 1986 0 0 0 45 1 0 0 20 0 15 0 98994651 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170757879920 140171830443911 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26948] ppid=26932 vsize=13980036 CPUtime=0.44 cores=0,2,4,6
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 12039 0 -1 1077944384 2031 0 0 0 44 0 0 0 20 0 15 0 98994651 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170756827376 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26949] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98994651 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170755775072 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26950] ppid=26932 vsize=13980036 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26950/stat : 26950 (java) S 26932 26935 12039 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 98994656 14315556864 239862 18446744073709551615 4194304 4196468 140725574899408 140170284231472 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 13980036

[startup+4.50065 s]
/proc/loadavg: 1.68 1.63 1.56 6/212 26951
/proc/meminfo: memFree=30416204/32770624 swapFree=0/329840
[pid=26935] ppid=26932 vsize=14046600 CPUtime=7.36 cores=0,2,4,6
/proc/26935/stat : 26935 (java) S 26932 26935 12039 0 -1 1077944320 27009 0 0 0 666 70 0 0 20 0 13 0 98994583 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140725574881952 140171845562103 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
/proc/26935/statm: 3511650 239979 3800 1 0 3500424 0
[pid=26935/tid=26937] ppid=26932 vsize=14046600 CPUtime=2.81 cores=0,2,4,6
/proc/26935/task/26937/stat : 26937 (java) S 26932 26935 12039 0 -1 1077944384 14381 0 0 0 269 12 0 0 20 0 13 0 98994594 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140171849804944 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26938] ppid=26932 vsize=14046600 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26938/stat : 26938 (java) S 26932 26935 12039 0 -1 1077944384 635 0 0 0 56 13 0 0 20 0 13 0 98994646 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140171764975888 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26939] ppid=26932 vsize=14046600 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26939/stat : 26939 (java) S 26932 26935 12039 0 -1 1077944384 453 0 0 0 56 13 0 0 20 0 13 0 98994646 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140171763923344 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26940] ppid=26932 vsize=14046600 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26940/stat : 26940 (java) S 26932 26935 12039 0 -1 1077944384 473 0 0 0 56 13 0 0 20 0 13 0 98994646 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140171762870800 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26941] ppid=26932 vsize=14046600 CPUtime=0.69 cores=0,2,4,6
/proc/26935/task/26941/stat : 26941 (java) S 26932 26935 12039 0 -1 1077944384 882 0 0 0 56 13 0 0 20 0 13 0 98994646 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140171761818256 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26942] ppid=26932 vsize=14046600 CPUtime=0.28 cores=0,2,4,6
/proc/26935/task/26942/stat : 26942 (java) S 26932 26935 12039 0 -1 1077944384 2590 0 0 0 28 0 0 0 20 0 13 0 98994648 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140170763143872 140171845573250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26943] ppid=26932 vsize=14046600 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26943/stat : 26943 (java) S 26932 26935 12039 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 13 0 98994648 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140170762089952 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26944] ppid=26932 vsize=14046600 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26944/stat : 26944 (java) S 26932 26935 12039 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 13 0 98994648 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140170761037312 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26946] ppid=26932 vsize=14046600 CPUtime=0.46 cores=0,2,4,6
/proc/26935/task/26946/stat : 26946 (java) S 26932 26935 12039 0 -1 1077944384 1782 0 0 0 46 0 0 0 20 0 13 0 98994651 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140170758920352 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26947] ppid=26932 vsize=14046600 CPUtime=0.5 cores=0,2,4,6
/proc/26935/task/26947/stat : 26947 (java) S 26932 26935 12039 0 -1 1077944384 2192 0 0 0 49 1 0 0 20 0 13 0 98994651 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140170757864432 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26948] ppid=26932 vsize=14046600 CPUtime=0.46 cores=0,2,4,6
/proc/26935/task/26948/stat : 26948 (java) S 26932 26935 12039 0 -1 1077944384 2150 0 0 0 46 0 0 0 20 0 13 0 98994651 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140170756827376 140171845573250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
[pid=26935/tid=26949] ppid=26932 vsize=14046600 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26949/stat : 26949 (java) S 26932 26935 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 98994651 14383718400 239979 18446744073709551615 4194304 4196468 140725574899408 140170755775072 140171845572309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15069184 140725574902167 140725574902353 140725574902353 140725574905807 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 14046600

Child status: 0
Real time (s): 4.51225
CPU time (s): 7.37611
CPU user time (s): 6.66613
CPU system time (s): 0.709983
CPU usage (%): 163.468
Max. virtual memory (cumulated for all children) (KiB): 14046600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.66613
system time used= 0.709983
maximum resident set size= 960416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27027
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2673
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028545 second user time and 0.021098 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 06:09:13
IDJOB=4256206
IDBENCH=140554
IDSOLVER=2639
FILE ID=node132/4256206-1501993414
RUNJOBID= node132-1501986126-20441
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256206-1501993414/watcher-4256206-1501993414 -o /tmp/evaluation-result-4256206-1501993414/solver-4256206-1501993414 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501986126-20441 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2046619779 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256206-1501993414.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=2046619779

node132.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.74
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.74
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.74
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.74
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:        31343772 kB
MemAvailable:   31831884 kB
Buffers:          193112 kB
Cached:           594636 kB
SwapCached:            0 kB
Active:           641908 kB
Inactive:         362560 kB
Active(anon):     217556 kB
Inactive(anon):    32628 kB
Active(file):     424352 kB
Inactive(file):   329932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42272 kB
Writeback:             0 kB
AnonPages:        216716 kB
Mapped:            61024 kB
Shmem:             33468 kB
Slab:             126472 kB
SReclaimable:      99324 kB
SUnreclaim:        27148 kB
KernelStack:        3456 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1199296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61948 MiB
End job on node132 at 2017-08-06 06:09:18