Trace number 4259512

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
Concrete 3.4OPT4 6.9235802 3.6924601

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhopt-o5-h10-1.xml
MD5SUM4716a87298188d70bc9d7e045ef51dee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.073991999
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 degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":10},{"degree":10,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":100},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"instantiation","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.40/2.20	c Concrete v3.4 running
6.37/3.53	o 24
6.37/3.54	o 23
6.37/3.55	o 22
6.37/3.56	o 21
6.37/3.57	o 20
6.37/3.58	o 19
6.37/3.59	o 18
6.37/3.59	o 17
6.68/3.60	o 16
6.68/3.61	o 15
6.68/3.61	o 14
6.68/3.62	o 13
6.68/3.63	o 12
6.68/3.63	o 11
6.68/3.64	o 10
6.68/3.64	o 9
6.68/3.65	o 8
6.68/3.65	o 7
6.68/3.66	o 6
6.68/3.67	o 5
6.68/3.67	o 4
6.68/3.68	v <instantiation cost="4">
6.68/3.68	v       <list>
6.68/3.68	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
6.68/3.68	v       </list>
6.68/3.68	v       <values>
6.68/3.68	v         0 1 4 3 2 3 4 1 2 0 1 0 2 4 3 2 3 0 1 4 4 2 3 0 1
6.68/3.68	v       </values>
6.68/3.68	v     </instantiation>
6.68/3.68	s OPTIMUM FOUND

Verifier Data

OK	4

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-4259512-1501646456/watcher-4259512-1501646456 -o /tmp/evaluation-result-4259512-1501646456/solver-4259512-1501646456 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300 bin/concrete HOME/instance-4259512-1501646456.xml 

pid=972
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.99 1.66 1.67 3/194 975
/proc/meminfo: memFree=27015976/32770624 swapFree=0/938248
[pid=975] ppid=972 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/975/stat : 975 (runsolver) D 972 975 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13270260 24240128 106 18446744073709551615 4194304 4338465 140733063625424 140733063623064 140545125638871 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 37662720 140733063631056 140733063631430 140733063631430 140733063634890 0
/proc/975/statm: 5918 106 53 36 0 2156 0

[startup+0.109654 s]
/proc/loadavg: 1.99 1.66 1.67 3/194 975
/proc/meminfo: memFree=27015976/32770624 swapFree=0/938248
[pid=975] ppid=972 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/975/stat : 975 (bash) S 972 975 5678 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 13270260 9867264 377 18446744073709551615 4194304 5098028 140730614243888 140730614237896 140106633505792 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 6 0 0 7196144 7232144 32256000 140730614252049 140730614252134 140730614252134 140730614255594 0
/proc/975/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200362 s]
/proc/loadavg: 1.99 1.66 1.67 3/194 975
/proc/meminfo: memFree=27015976/32770624 swapFree=0/938248
[pid=975] ppid=972 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/975/stat : 975 (bash) S 972 975 5678 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 13270260 9867264 377 18446744073709551615 4194304 5098028 140730614243888 140730614237896 140106633505792 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 6 0 0 7196144 7232144 32256000 140730614252049 140730614252134 140730614252134 140730614255594 0
/proc/975/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300273 s]
/proc/loadavg: 1.99 1.66 1.67 3/194 975
/proc/meminfo: memFree=27015976/32770624 swapFree=0/938248
[pid=975] ppid=972 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/975/stat : 975 (java) S 972 975 5678 0 -1 1077944320 5744 12366 0 0 5 1 5 3 20 0 14 0 13270260 14241083392 5415 18446744073709551615 4194304 4196468 140722598655824 140722598638368 140220273884919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
/proc/975/statm: 3476827 5415 2548 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700241 s]
/proc/loadavg: 1.99 1.66 1.67 3/194 975
/proc/meminfo: memFree=27015976/32770624 swapFree=0/938248
[pid=975] ppid=972 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/975/stat : 975 (java) S 972 975 5678 0 -1 1077944320 13820 12366 0 0 56 5 5 3 20 0 15 0 13270260 14310178816 14194 18446744073709551615 4194304 4196468 140722598655824 140722598638368 140220273884919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
/proc/975/statm: 3493696 14194 3107 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50117 s]
/proc/loadavg: 1.99 1.66 1.67 3/209 1049
/proc/meminfo: memFree=26923100/32770624 swapFree=0/938712
[pid=975] ppid=972 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/975/stat : 975 (java) S 972 975 5678 0 -1 1077944320 28359 12366 0 0 170 10 5 3 20 0 15 0 13270260 14321057792 39552 18446744073709551615 4194304 4196468 140722598655824 140722598638368 140220273884919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
/proc/975/statm: 3496352 39552 3325 1 0 3485533 0
[pid=975/tid=1036] ppid=972 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/975/task/1036/stat : 1036 (java) S 972 975 5678 0 -1 1077944384 22578 12366 0 0 115 7 5 3 20 0 15 0 13270281 14321057792 39552 18446744073709551615 4194304 4196468 140722598655824 140220278107312 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1037] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1037/stat : 1037 (java) S 972 975 5678 0 -1 1077944384 46 12366 0 0 0 0 5 3 20 0 15 0 13270281 14321057792 39552 18446744073709551615 4194304 4196468 140722598655824 140220215830800 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1038] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1038/stat : 1038 (java) S 972 975 5678 0 -1 1077944384 61 12366 0 0 0 0 5 3 20 0 15 0 13270281 14321057792 39552 18446744073709551615 4194304 4196468 140722598655824 140220214778256 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1039] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1039/stat : 1039 (java) S 972 975 5678 0 -1 1077944384 203 12366 0 0 0 0 5 3 20 0 15 0 13270281 14321057792 39552 18446744073709551615 4194304 4196468 140722598655824 140219871926800 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1040] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1040/stat : 1040 (java) S 972 975 5678 0 -1 1077944384 49 12366 0 0 0 0 5 3 20 0 15 0 13270281 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219870874256 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1041] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1041/stat : 1041 (java) R 972 975 5678 0 -1 4202560 67 12366 0 0 0 0 5 3 20 0 15 0 13270283 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219819643712 140220253515848 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1042] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1042/stat : 1042 (java) S 972 975 5678 0 -1 1077944384 33 12366 0 0 0 0 5 3 20 0 15 0 13270283 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219818591648 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1043] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1043/stat : 1043 (java) S 972 975 5678 0 -1 1077944384 21 12366 0 0 0 0 5 3 20 0 15 0 13270283 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219817539056 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1044] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1044/stat : 1044 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219816487632 140220273903515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1045] ppid=972 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/975/task/1045/stat : 1045 (java) S 972 975 5678 0 -1 1077944384 985 12366 0 0 12 0 5 3 20 0 15 0 13270286 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219815434224 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1046] ppid=972 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/975/task/1046/stat : 1046 (java) S 972 975 5678 0 -1 1077944384 770 12366 0 0 16 0 5 3 20 0 15 0 13270286 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219814381680 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1047] ppid=972 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/975/task/1047/stat : 1047 (java) S 972 975 5678 0 -1 1077944384 1384 12366 0 0 23 0 5 3 20 0 15 0 13270286 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219813325072 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1048] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1048/stat : 1048 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219812276832 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1049] ppid=972 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1049/stat : 1049 (java) S 972 975 5678 0 -1 1077944384 10 12366 0 0 0 0 5 3 20 0 15 0 13270291 14321057792 39578 18446744073709551615 4194304 4196468 140722598655824 140219609246512 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10069 s]
/proc/loadavg: 1.99 1.66 1.67 6/209 1049
/proc/meminfo: memFree=26833208/32770624 swapFree=0/938712
[pid=975] ppid=972 vsize=13999932 CPUtime=5.31 cores=0,2,4,6
/proc/975/stat : 975 (java) S 972 975 5678 0 -1 1077944320 49447 12366 0 0 505 18 5 3 20 0 15 0 13270260 14335930368 59537 18446744073709551615 4194304 4196468 140722598655824 140722598638368 140220273884919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
/proc/975/statm: 3499983 59537 3442 1 0 3488605 0
[pid=975/tid=1036] ppid=972 vsize=13999932 CPUtime=2.85 cores=0,2,4,6
/proc/975/task/1036/stat : 1036 (java) S 972 975 5678 0 -1 1077944384 36971 12366 0 0 267 10 5 3 20 0 15 0 13270281 14335930368 59537 18446744073709551615 4194304 4196468 140722598655824 140220278111808 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1037] ppid=972 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/975/task/1037/stat : 1037 (java) R 972 975 5678 0 -1 4202560 65 12366 0 0 1 0 5 3 20 0 15 0 13270281 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140220215830800 140220258582553 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1038] ppid=972 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/975/task/1038/stat : 1038 (java) R 972 975 5678 0 -1 1077944384 64 12366 0 0 1 0 5 3 20 0 15 0 13270281 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140220214778256 140220273895125 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1039] ppid=972 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/975/task/1039/stat : 1039 (java) R 972 975 5678 0 -1 4202560 218 12366 0 0 1 0 5 3 20 0 15 0 13270281 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219871926800 140220258893079 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1040] ppid=972 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/975/task/1040/stat : 1040 (java) R 972 975 5678 0 -1 4202560 118 12366 0 0 1 0 5 3 20 0 15 0 13270281 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219870874256 140220255760708 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1041] ppid=972 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/975/task/1041/stat : 1041 (java) S 972 975 5678 0 -1 1077944384 1545 12366 0 0 1 0 5 3 20 0 15 0 13270283 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219819643712 140220273895125 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1042] ppid=972 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1042/stat : 1042 (java) S 972 975 5678 0 -1 1077944384 56 12366 0 0 0 0 5 3 20 0 15 0 13270283 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219818591648 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1043] ppid=972 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1043/stat : 1043 (java) S 972 975 5678 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 13270283 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219817539056 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1044] ppid=972 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1044/stat : 1044 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219816487632 140220273903515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1045] ppid=972 vsize=13999932 CPUtime=0.78 cores=0,2,4,6
/proc/975/task/1045/stat : 1045 (java) S 972 975 5678 0 -1 1077944384 2604 12366 0 0 70 0 5 3 20 0 15 0 13270286 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219815434224 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1046] ppid=972 vsize=13999932 CPUtime=0.71 cores=0,2,4,6
/proc/975/task/1046/stat : 1046 (java) S 972 975 5678 0 -1 1077944384 1735 12366 0 0 62 1 5 3 20 0 15 0 13270286 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219814372960 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1047] ppid=972 vsize=13999932 CPUtime=1.04 cores=0,2,4,6
/proc/975/task/1047/stat : 1047 (java) S 972 975 5678 0 -1 1077944384 3871 12366 0 0 95 1 5 3 20 0 15 0 13270286 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219813329136 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1048] ppid=972 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1048/stat : 1048 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219812276832 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1049] ppid=972 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1049/stat : 1049 (java) S 972 975 5678 0 -1 1077944384 13 12366 0 0 0 0 5 3 20 0 15 0 13270291 14335930368 59564 18446744073709551615 4194304 4196468 140722598655824 140219609246512 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20166 s]
/proc/loadavg: 1.99 1.66 1.67 6/209 1049
/proc/meminfo: memFree=26833208/32770624 swapFree=0/938712
[pid=975] ppid=972 vsize=14001980 CPUtime=5.6 cores=0,2,4,6
/proc/975/stat : 975 (java) S 972 975 5678 0 -1 1077944320 50648 12366 0 0 534 18 5 3 20 0 15 0 13270260 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140722598638368 140220273884919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
/proc/975/statm: 3500495 61136 3444 1 0 3489117 0
[pid=975/tid=1036] ppid=972 vsize=14001980 CPUtime=2.92 cores=0,2,4,6
/proc/975/task/1036/stat : 1036 (java) R 972 975 5678 0 -1 4202560 37135 12366 0 0 274 10 5 3 20 0 15 0 13270281 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140220278108624 140220255448475 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1037] ppid=972 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/975/task/1037/stat : 1037 (java) S 972 975 5678 0 -1 1077944384 71 12366 0 0 2 0 5 3 20 0 15 0 13270281 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140220215830800 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1038] ppid=972 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/975/task/1038/stat : 1038 (java) S 972 975 5678 0 -1 1077944384 64 12366 0 0 2 0 5 3 20 0 15 0 13270281 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140220214778256 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1039] ppid=972 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/975/task/1039/stat : 1039 (java) S 972 975 5678 0 -1 1077944384 227 12366 0 0 2 0 5 3 20 0 15 0 13270281 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219871926800 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1040] ppid=972 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/975/task/1040/stat : 1040 (java) S 972 975 5678 0 -1 1077944384 130 12366 0 0 2 0 5 3 20 0 15 0 13270281 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219870874256 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1041] ppid=972 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/975/task/1041/stat : 1041 (java) S 972 975 5678 0 -1 1077944384 2302 12366 0 0 3 0 5 3 20 0 15 0 13270283 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219819645424 140220273896066 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1042] ppid=972 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1042/stat : 1042 (java) S 972 975 5678 0 -1 1077944384 56 12366 0 0 0 0 5 3 20 0 15 0 13270283 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219818591712 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1043] ppid=972 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1043/stat : 1043 (java) S 972 975 5678 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 13270283 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219817539072 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1044] ppid=972 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1044/stat : 1044 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219816487632 140220273903515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1045] ppid=972 vsize=14001980 CPUtime=0.86 cores=0,2,4,6
/proc/975/task/1045/stat : 1045 (java) R 972 975 5678 0 -1 4202560 2858 12366 0 0 77 1 5 3 20 0 15 0 13270286 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219815420656 140220255428642 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1046] ppid=972 vsize=14001980 CPUtime=0.78 cores=0,2,4,6
/proc/975/task/1046/stat : 1046 (java) R 972 975 5678 0 -1 4202560 1748 12366 0 0 69 1 5 3 20 0 15 0 13270286 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219814372016 140220254633531 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1047] ppid=972 vsize=14001980 CPUtime=1.06 cores=0,2,4,6
/proc/975/task/1047/stat : 1047 (java) S 972 975 5678 0 -1 1077944384 3896 12366 0 0 97 1 5 3 20 0 15 0 13270286 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219813329136 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1048] ppid=972 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1048/stat : 1048 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219812276832 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1049] ppid=972 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1049/stat : 1049 (java) S 972 975 5678 0 -1 1077944384 13 12366 0 0 0 0 5 3 20 0 15 0 13270291 14338027520 61136 18446744073709551615 4194304 4196468 140722598655824 140219609246512 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 14001980

[startup+3.60068 s]
/proc/loadavg: 1.99 1.66 1.67 4/209 1049
/proc/meminfo: memFree=26737272/32770624 swapFree=0/938712
[pid=975] ppid=972 vsize=14067516 CPUtime=6.68 cores=0,2,4,6
/proc/975/stat : 975 (java) S 972 975 5678 0 -1 1077944320 59305 12366 0 0 641 19 5 3 20 0 15 0 13270260 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140722598638368 140220273884919 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
/proc/975/statm: 3516879 69808 3451 1 0 3505501 0
[pid=975/tid=1036] ppid=972 vsize=14067516 CPUtime=3.17 cores=0,2,4,6
/proc/975/task/1036/stat : 1036 (java) R 972 975 5678 0 -1 4202560 44094 12366 0 0 298 11 5 3 20 0 15 0 13270281 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140220278119664 140219894602340 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1037] ppid=972 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/975/task/1037/stat : 1037 (java) S 972 975 5678 0 -1 1077944384 93 12366 0 0 10 0 5 3 20 0 15 0 13270281 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140220215830800 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1038] ppid=972 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/975/task/1038/stat : 1038 (java) S 972 975 5678 0 -1 1077944384 77 12366 0 0 10 0 5 3 20 0 15 0 13270281 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140220214778256 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1039] ppid=972 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/975/task/1039/stat : 1039 (java) S 972 975 5678 0 -1 1077944384 238 12366 0 0 11 0 5 3 20 0 15 0 13270281 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219871926800 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1040] ppid=972 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/975/task/1040/stat : 1040 (java) S 972 975 5678 0 -1 1077944384 130 12366 0 0 10 1 5 3 20 0 15 0 13270281 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219870874256 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1041] ppid=972 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/975/task/1041/stat : 1041 (java) S 972 975 5678 0 -1 1077944384 2314 12366 0 0 10 0 5 3 20 0 15 0 13270283 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219819645424 140220273896066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1042] ppid=972 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1042/stat : 1042 (java) S 972 975 5678 0 -1 1077944384 56 12366 0 0 0 0 5 3 20 0 15 0 13270283 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219818591712 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1043] ppid=972 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1043/stat : 1043 (java) S 972 975 5678 0 -1 1077944384 44 12366 0 0 0 0 5 3 20 0 15 0 13270283 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219817539072 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1044] ppid=972 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1044/stat : 1044 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219816487632 140220273903515 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1045] ppid=972 vsize=14067516 CPUtime=0.96 cores=0,2,4,6
/proc/975/task/1045/stat : 1045 (java) S 972 975 5678 0 -1 1077944384 2946 12366 0 0 87 1 5 3 20 0 15 0 13270286 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219815434224 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1046] ppid=972 vsize=14067516 CPUtime=1.04 cores=0,2,4,6
/proc/975/task/1046/stat : 1046 (java) R 972 975 5678 0 -1 4202560 3058 12366 0 0 95 1 5 3 20 0 15 0 13270286 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219814367704 140220255405810 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1047] ppid=972 vsize=14067516 CPUtime=1.14 cores=0,2,4,6
/proc/975/task/1047/stat : 1047 (java) R 972 975 5678 0 -1 1077944384 4086 12366 0 0 105 1 5 3 20 0 15 0 13270286 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219813326928 140220273895125 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1048] ppid=972 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1048/stat : 1048 (java) S 972 975 5678 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 13270286 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219812276832 140220273895125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
[pid=975/tid=1049] ppid=972 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/975/task/1049/stat : 1049 (java) S 972 975 5678 0 -1 1077944384 13 12366 0 0 0 0 5 3 20 0 15 0 13270291 14405136384 69808 18446744073709551615 4194304 4196468 140722598655824 140219609246512 140220273896066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17006592 140722598664141 140722598666926 140722598666926 140722598670287 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 3.69246
CPU time (s): 6.92358
CPU user time (s): 6.68358
CPU system time (s): 0.239994
CPU usage (%): 187.506
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.68358
system time used= 0.239994
maximum resident set size= 279504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6057
involuntary context switches= 48

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019395 second user time and 0.024244 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 05:46:57
IDJOB=4259512
IDBENCH=120534
IDSOLVER=2646
FILE ID=node128/4259512-1501646456
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61824 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhopt-o5-h10-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259512-1501646456/watcher-4259512-1501646456 -o /tmp/evaluation-result-4259512-1501646456/solver-4259512-1501646456 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259512-1501646456.xml

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

MD5SUM BENCH= 4716a87298188d70bc9d7e045ef51dee
RANDOM SEED=359637719

node128.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.05
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.05
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.05
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.05
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:        27017484 kB
MemAvailable:   27956668 kB
Buffers:          115196 kB
Cached:          1105200 kB
SwapCached:            0 kB
Active:          4392340 kB
Inactive:         946780 kB
Active(anon):    4119740 kB
Inactive(anon):     8532 kB
Active(file):     272600 kB
Inactive(file):   938248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24328 kB
Writeback:             0 kB
AnonPages:       4131596 kB
Mapped:            43680 kB
Shmem:              8872 kB
Slab:             114356 kB
SReclaimable:      88344 kB
SUnreclaim:        26012 kB
KernelStack:        3696 kB
PageTables:        13116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4973376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3885056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61800 MiB
End job on node128 at 2017-08-02 05:47:01