Trace number 4241754

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Mistral-2.0 2017-06-28SAT (TO)83 2400.02 2401.6

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-26-08.xml
MD5SUM885f7dce9f12482b5755a1b8bd42ad86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark1091.9399
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints170
Number of domains2
Minimum domain size1
Maximum domain size532
Distribution of domain sizes[{"size":1,"count":1},{"size":532,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":2},{"degree":5,"count":14},{"degree":6,"count":27},{"degree":7,"count":23},{"degree":8,"count":15},{"degree":9,"count":6},{"degree":10,"count":2}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":166},{"arity":59,"count":1},{"arity":68,"count":1},{"arity":72,"count":2}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c Mistral-2017-06-28
20.28/20.35	o 106
20.28/20.39	o 99
20.38/20.42	o 95
20.38/20.47	o 94
20.48/20.56	o 93
20.58/20.63	o 92
21.07/21.12	o 91
21.57/21.67	o 90
23.67/23.71	o 89
24.87/24.91	o 88
28.46/28.57	o 87
30.26/30.34	o 86
30.66/30.76	o 85
31.26/31.36	o 84
33.75/33.82	o 83
2400.01/2401.60	s SATISFIABLE
2400.01/2401.60	v <instantiation type="solution">
2400.01/2401.60	v   <list> s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] </list>
2400.01/2401.60	v   <values> 0 0 0 0 4 10 10 12 8 17 16 22 10 5 13 21 42 28 4 21 15 25 31 9 4 21 41 25 7 31 21 36 38 7 22 25 25 29 60 20 38 25 7 25 31 35 17 46 60 31 36 41 63 9 38 48 37 64 42 31 45 39 50 57 48 30 54 46 56 71 60 63 52 57 53 68 60 62 62 67 69 55 70 50 62 72 67 67 78 74 77 83 </values>
2400.01/2401.60	v </instantiation>

Verifier Data

OK	83

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-4241754-1500652990/watcher-4241754-1500652990 -o /tmp/evaluation-result-4241754-1500652990/solver-4241754-1500652990 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500648174-2479 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 528513569 HOME/instance-4241754-1500652990.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.01 1/237 3352
/proc/meminfo: memFree=32040896/32770624 swapFree=5800/212604
[pid=3352] ppid=3348 vsize=28804 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 1022 0 0 0 1 0 0 0 20 0 1 0 566714 29495296 802 33554432000 4194304 7402444 140725930454064 140725930451112 6048038 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 7201 802 618 784 0 215 0

[startup+0.100172 s]
/proc/loadavg: 2.02 2.04 2.01 1/237 3352
/proc/meminfo: memFree=32040896/32770624 swapFree=5800/212604
[pid=3352] ppid=3348 vsize=28928 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 1089 0 0 0 9 0 0 0 20 0 1 0 566714 29622272 921 33554432000 4194304 7402444 140725930454064 140725930442872 6069320 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 7232 921 716 784 0 246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28928

[startup+0.200263 s]
/proc/loadavg: 2.02 2.04 2.01 1/237 3352
/proc/meminfo: memFree=32040896/32770624 swapFree=5800/212604
[pid=3352] ppid=3348 vsize=28928 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 1117 0 0 0 19 0 0 0 20 0 1 0 566714 29622272 921 33554432000 4194304 7402444 140725930454064 140725930444760 140251648408150 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 7232 921 716 784 0 246 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28928

[startup+0.300213 s]
/proc/loadavg: 2.02 2.04 2.01 1/237 3352
/proc/meminfo: memFree=32040896/32770624 swapFree=5800/212604
[pid=3352] ppid=3348 vsize=29052 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 1148 0 0 0 29 0 0 0 20 0 1 0 566714 29749248 952 33554432000 4194304 7402444 140725930454064 140725930444760 4222704 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 7263 952 716 784 0 277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29052

[startup+0.700201 s]
/proc/loadavg: 2.02 2.04 2.01 1/237 3352
/proc/meminfo: memFree=32040896/32770624 swapFree=5800/212604
[pid=3352] ppid=3348 vsize=55800 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 8231 0 0 0 68 1 0 0 20 0 1 0 566714 57139200 7639 33554432000 4194304 7402444 140725930454064 140725930444664 4731653 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 13950 7639 740 784 0 6964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55800

[startup+1.50021 s]
/proc/loadavg: 2.02 2.04 2.01 3/243 3367
/proc/meminfo: memFree=31947064/32770624 swapFree=5800/212584
[pid=3352] ppid=3348 vsize=84156 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 15015 0 0 0 147 2 0 0 20 0 1 0 566714 86175744 14717 33554432000 4194304 7402444 140725930454064 140725930444664 4731648 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 21039 14717 740 784 0 14053 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84156

[startup+3.10021 s]
/proc/loadavg: 2.02 2.04 2.01 3/243 3367
/proc/meminfo: memFree=31898424/32770624 swapFree=5800/212848
[pid=3352] ppid=3348 vsize=109068 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 22242 0 0 0 306 3 0 0 20 0 1 0 566714 111685632 20945 33554432000 4194304 7402444 140725930454064 140725930444664 4731639 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 27267 20945 740 784 0 20281 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109068

[startup+6.30022 s]
/proc/loadavg: 1.94 2.02 2.00 3/243 3367
/proc/meminfo: memFree=31777708/32770624 swapFree=5800/212852
[pid=3352] ppid=3348 vsize=161404 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 48700 0 0 0 623 5 0 0 20 0 1 0 566714 165277696 34010 33554432000 4194304 7402444 140725930454064 140725930444664 4731648 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 40351 34010 740 784 0 33365 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 161404

[startup+12.7002 s]
/proc/loadavg: 1.94 2.02 2.00 3/243 3367
/proc/meminfo: memFree=31671752/32770624 swapFree=5800/212868
[pid=3352] ppid=3348 vsize=210796 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 62843 0 0 0 1261 7 0 0 20 0 1 0 566714 215855104 46387 33554432000 4194304 7402444 140725930454064 140725930444664 4731632 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 52699 46387 741 784 0 45713 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 210796

[startup+25.5004 s]
/proc/loadavg: 1.96 2.02 2.00 3/243 3367
/proc/meminfo: memFree=31479708/32770624 swapFree=5800/212868
[pid=3352] ppid=3348 vsize=294984 CPUtime=25.47 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 132635 0 0 0 2536 11 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 294984

[startup+51.1005 s]
/proc/loadavg: 1.97 2.02 2.00 3/243 3367
/proc/meminfo: memFree=31479228/32770624 swapFree=5800/212640
[pid=3352] ppid=3348 vsize=294984 CPUtime=51.04 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 151234 0 0 0 5092 12 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 5818571 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 294984

[startup+102.3 s]
/proc/loadavg: 2.12 2.04 2.02 3/243 3368
/proc/meminfo: memFree=31478804/32770624 swapFree=5800/212728
[pid=3352] ppid=3348 vsize=294984 CPUtime=102.18 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 155337 0 0 0 10206 12 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4320072 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 294984

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 2.02 3/243 3369
/proc/meminfo: memFree=31476544/32770624 swapFree=5800/212728
[pid=3352] ppid=3348 vsize=294984 CPUtime=162.13 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 156402 0 0 0 16201 12 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 5818571 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 294984

[startup+222.308 s]
/proc/loadavg: 2.11 2.06 2.03 3/243 3370
/proc/meminfo: memFree=31475832/32770624 swapFree=5796/212808
[pid=3352] ppid=3348 vsize=294984 CPUtime=222.1 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 157461 0 0 0 22198 12 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 294984

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.03 3/243 3371
/proc/meminfo: memFree=31475180/32770624 swapFree=5796/212808
[pid=3352] ppid=3348 vsize=294984 CPUtime=282.06 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 158519 0 0 0 28193 13 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4239193 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 294984

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.03 3/242 3372
/proc/meminfo: memFree=31477728/32770624 swapFree=5800/212856
[pid=3352] ppid=3348 vsize=294984 CPUtime=342.02 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 159574 0 0 0 34189 13 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4237728 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 294984

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/243 3374
/proc/meminfo: memFree=31476548/32770624 swapFree=5800/212856
[pid=3352] ppid=3348 vsize=294984 CPUtime=401.98 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 160636 0 0 0 40185 13 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4248926 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 294984

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/243 3382
/proc/meminfo: memFree=31477108/32770624 swapFree=5800/212900
[pid=3352] ppid=3348 vsize=294984 CPUtime=461.94 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 161689 0 0 0 46181 13 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4342315 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 461.94
Current children cumulated vsize (KiB) 294984

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.03 4/243 3383
/proc/meminfo: memFree=31476956/32770624 swapFree=5800/212900
[pid=3352] ppid=3348 vsize=294984 CPUtime=521.91 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 162742 0 0 0 52177 14 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 521.91
Current children cumulated vsize (KiB) 294984

[startup+582.3 s]
/proc/loadavg: 2.07 2.03 2.03 3/243 3384
/proc/meminfo: memFree=31477232/32770624 swapFree=5800/212900
[pid=3352] ppid=3348 vsize=294984 CPUtime=581.87 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 163800 0 0 0 58173 14 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 581.87
Current children cumulated vsize (KiB) 294984


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3408
/proc/meminfo: memFree=31476944/32770624 swapFree=5800/213340
[pid=3352] ppid=3348 vsize=294984 CPUtime=1481.3 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 179617 0 0 0 148113 17 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4342315 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1481.3
Current children cumulated vsize (KiB) 294984

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3410
/proc/meminfo: memFree=31475344/32770624 swapFree=5800/213452
[pid=3352] ppid=3348 vsize=294984 CPUtime=1541.27 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 180666 0 0 0 154110 17 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4342254 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1541.27
Current children cumulated vsize (KiB) 294984

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 3411
/proc/meminfo: memFree=31476036/32770624 swapFree=5800/213480
[pid=3352] ppid=3348 vsize=294984 CPUtime=1601.22 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 181723 0 0 0 160105 17 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4342315 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1601.22
Current children cumulated vsize (KiB) 294984

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 3419
/proc/meminfo: memFree=31475736/32770624 swapFree=5800/213492
[pid=3352] ppid=3348 vsize=294984 CPUtime=1661.18 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 182774 0 0 0 166101 17 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4341748 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1661.18
Current children cumulated vsize (KiB) 294984

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 3420
/proc/meminfo: memFree=31475632/32770624 swapFree=5800/213492
[pid=3352] ppid=3348 vsize=294984 CPUtime=1721.14 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 183833 0 0 0 172097 17 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1721.14
Current children cumulated vsize (KiB) 294984

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 3421
/proc/meminfo: memFree=31475852/32770624 swapFree=5800/213492
[pid=3352] ppid=3348 vsize=294984 CPUtime=1781.1 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 184885 0 0 0 178093 17 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 5327204 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1781.1
Current children cumulated vsize (KiB) 294984

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 3422
/proc/meminfo: memFree=31476236/32770624 swapFree=5800/213604
[pid=3352] ppid=3348 vsize=294984 CPUtime=1841.06 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 185944 0 0 0 184089 17 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1841.06
Current children cumulated vsize (KiB) 294984

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 3423
/proc/meminfo: memFree=31474744/32770624 swapFree=5800/213604
[pid=3352] ppid=3348 vsize=294984 CPUtime=1901.03 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 186997 0 0 0 190085 18 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 5871456 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1901.03
Current children cumulated vsize (KiB) 294984

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3424
/proc/meminfo: memFree=31474856/32770624 swapFree=5800/213604
[pid=3352] ppid=3348 vsize=294984 CPUtime=1960.99 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 188050 0 0 0 196081 18 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4537271 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 1960.99
Current children cumulated vsize (KiB) 294984

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 3425
/proc/meminfo: memFree=31474696/32770624 swapFree=5800/213604
[pid=3352] ppid=3348 vsize=294984 CPUtime=2020.95 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 189105 0 0 0 202077 18 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2020.95
Current children cumulated vsize (KiB) 294984

[startup+2082.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 3426
/proc/meminfo: memFree=31474600/32770624 swapFree=5800/213604
[pid=3352] ppid=3348 vsize=294984 CPUtime=2080.92 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 190156 0 0 0 208074 18 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2080.92
Current children cumulated vsize (KiB) 294984

[startup+2142.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/243 3427
/proc/meminfo: memFree=31475292/32770624 swapFree=5800/213744
[pid=3352] ppid=3348 vsize=294984 CPUtime=2140.87 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 191209 0 0 0 214069 18 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4342254 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2140.87
Current children cumulated vsize (KiB) 294984

[startup+2202.31 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 3428
/proc/meminfo: memFree=31475616/32770624 swapFree=5800/213744
[pid=3352] ppid=3348 vsize=294984 CPUtime=2200.84 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 192262 0 0 0 220066 18 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4248978 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2200.84
Current children cumulated vsize (KiB) 294984

[startup+2262.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/244 3437
/proc/meminfo: memFree=31476184/32770624 swapFree=5800/213780
[pid=3352] ppid=3348 vsize=294984 CPUtime=2260.8 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 193315 0 0 0 226061 19 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4320048 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2260.8
Current children cumulated vsize (KiB) 294984

[startup+2322.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/244 3438
/proc/meminfo: memFree=31475280/32770624 swapFree=5800/213780
[pid=3352] ppid=3348 vsize=294984 CPUtime=2320.76 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 194366 0 0 0 232057 19 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4342315 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2320.76
Current children cumulated vsize (KiB) 294984

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 3439
/proc/meminfo: memFree=31475048/32770624 swapFree=5800/213780
[pid=3352] ppid=3348 vsize=294984 CPUtime=2380.73 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 195420 0 0 0 238054 19 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2380.73
Current children cumulated vsize (KiB) 294984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.6 s]
/proc/loadavg: 2.00 2.03 2.05 3/244 3439
/proc/meminfo: memFree=31475048/32770624 swapFree=5800/213780
[pid=3352] ppid=3348 vsize=294984 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/3352/stat : 3352 (MistralXCSP) R 3348 3352 2447 0 -1 4202496 195420 0 0 0 239982 19 0 0 20 0 1 0 566714 302063616 67499 33554432000 4194304 7402444 140725930454064 140725930449080 4238492 0 0 4096 16386 0 0 0 17 11 0 0 0 0 0 9500608 9505824 29577216 140725930460329 140725930460478 140725930460478 140725930463177 0
/proc/3352/statm: 73746 67499 779 784 0 66760 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 294984

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 2401.6
CPU time (s): 2400.02
CPU user time (s): 2399.83
CPU system time (s): 0.193877
CPU usage (%): 99.9343
Max. virtual memory (cumulated for all children) (KiB): 305428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.83
system time used= 0.193877
maximum resident set size= 280452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195458
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82
involuntary context switches= 120781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54359 second user time and 16.4512 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-21 18:03:10
IDJOB=4241754
IDBENCH=128868
IDSOLVER=2622
FILE ID=node127/4241754-1500652990
RUNJOBID= node127-1500648174-2479
PBS_JOBID= 20623293
Free space on /tmp= 61984 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-26-08.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241754-1500652990/watcher-4241754-1500652990 -o /tmp/evaluation-result-4241754-1500652990/solver-4241754-1500652990 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500648174-2479 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 528513569 HOME/instance-4241754-1500652990.xml

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

MD5SUM BENCH= 885f7dce9f12482b5755a1b8bd42ad86
RANDOM SEED=528513569

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32041320 kB
MemAvailable:   32029888 kB
Buffers:           29520 kB
Cached:           272112 kB
SwapCached:            0 kB
Active:           137284 kB
Inactive:         221000 kB
Active(anon):      60036 kB
Inactive(anon):     8700 kB
Active(file):      77248 kB
Inactive(file):   212300 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6024 kB
Writeback:             0 kB
AnonPages:         68700 kB
Mapped:            28628 kB
Shmem:              8840 kB
Slab:              61276 kB
SReclaimable:      29712 kB
SUnreclaim:        31564 kB
KernelStack:        4096 kB
PageTables:         5028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61972 MiB
End job on node127 at 2017-07-21 18:43:12