Trace number 4087704

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
cdcl-cuttingplanes OPT binary search 2016-05-01? (TO) 1800.09 1800.4

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_023_area_delay.opb
MD5SUMd5b07a268537d19686adcc507787a673
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark3.57746
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved NO
Number of variables18629
Total number of constraints134119
Number of constraints which are clauses134119
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint254
Number of terms in the objective function 9200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9200
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9200
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c OPTIONS:
0.00/0.01	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.08/0.20	c * #variable= 18629 #constraint= 134119
0.48/0.54	c * #variable= 18629 #constraint= 134119
3.18/3.30	c S1->S2
3.18/3.30	c S1->S2
3.18/3.30	c S1->S2
3.18/3.30	c S1->S2
3.18/3.30	c S1->S2
3.18/3.30	c S1->S2
3.18/3.30	c S2->S1
3.18/3.30	c S1->S2
3.18/3.30	c #Conflicts:       1000 | #Learnt:        597 | 0.000
3.18/3.30	c total clause space: 335.816MB
3.18/3.30	c total #watches: 8108891
58.98/59.06	c total #propagations: 1251598 / total #impl: 3738323 (eff. 0.335)
58.98/59.06	c #Conflicts:       2000 | #Learnt:       1597 | 0.000
58.98/59.06	c total clause space: 545.701MB
58.98/59.06	c total #watches: 11229099
572.77/572.98	c total #propagations: 2182419 / total #impl: 537253807 (eff. 0.004)
572.77/572.98	c GC COLLECT
572.77/572.98	c #Conflicts:       3000 | #Learnt:       1841 | 0.000
572.77/572.98	c total clause space: 545.701MB
572.77/572.98	c total #watches: 5707048
1409.74/1410.04	c total #propagations: 4809429 / total #impl: 6385800934 (eff. 0.001)
1409.74/1410.04	c #Conflicts:       4000 | #Learnt:       2841 | 0.000
1409.74/1410.04	c total clause space: 545.701MB
1409.74/1410.04	c total #watches: 7541342

Verifier Data

ERROR: no interpretation found !

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-4087704-1465430706/watcher-4087704-1465430706 -o /tmp/evaluation-result-4087704-1465430706/solver-4087704-1465430706 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465427020-23743 --watchdog 1960 --input HOME/instance-4087704-1465430706.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=24113
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.06 2.05 3/258 24116
/proc/meminfo: memFree=29708008/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=55976 CPUtime=0 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 259 0 0 0 0 0 0 0 20 0 1 0 124912210 57319424 8317 33554432000 4194304 6211289 140736876089712 140734616873016 4206551 0 0 4096 0 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 13994 8317 98 493 0 13491 0

[startup+0.100168 s]
/proc/loadavg: 2.10 2.06 2.05 3/258 24116
/proc/meminfo: memFree=29708008/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=59192 CPUtime=0.08 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 1081 0 0 0 8 0 0 0 20 0 1 0 124912210 60612608 11585 33554432000 4194304 6211289 140736876089712 140734616873016 5418912 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 14798 11585 121 493 0 14295 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59192

[startup+0.200354 s]
/proc/loadavg: 2.10 2.06 2.05 3/258 24116
/proc/meminfo: memFree=29708008/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=66400 CPUtime=0.19 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 2409 0 0 0 18 1 0 0 20 0 1 0 124912210 67993600 13254 33554432000 4194304 6211289 140736876089712 140734616873016 4319744 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 16600 13254 132 493 0 16097 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 66400

[startup+0.300296 s]
/proc/loadavg: 2.10 2.06 2.05 3/258 24116
/proc/meminfo: memFree=29708008/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=74624 CPUtime=0.29 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 3513 0 0 0 28 1 0 0 20 0 1 0 124912210 76414976 16402 33554432000 4194304 6211289 140736876089712 140734616873016 4770800 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 18656 16402 144 493 0 18153 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74624

[startup+0.700328 s]
/proc/loadavg: 2.10 2.06 2.05 3/258 24116
/proc/meminfo: memFree=29708008/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=117792 CPUtime=0.69 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 6820 0 0 0 67 2 0 0 20 0 1 0 124912210 120619008 25229 33554432000 4194304 6211289 140736876089712 140736876087208 5166400 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 29448 25229 144 493 0 28945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117792

[startup+1.50033 s]
/proc/loadavg: 2.10 2.06 2.05 3/259 24117
/proc/meminfo: memFree=29573992/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=202720 CPUtime=1.48 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 12244 0 0 0 144 4 0 0 20 0 1 0 124912210 207585280 46987 33554432000 4194304 6211289 140736876089712 140736876087208 4236440 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 50680 46987 204 493 0 50177 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 202720

[startup+3.10031 s]
/proc/loadavg: 2.10 2.06 2.05 3/259 24117
/proc/meminfo: memFree=29421360/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=522072 CPUtime=3.08 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 26460 0 0 0 298 10 0 0 20 0 1 0 124912210 534601728 104114 33554432000 4194304 6211289 140736876089712 140736876087704 4209384 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 130518 104114 204 493 0 130015 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 522072

[startup+6.30027 s]
/proc/loadavg: 2.09 2.06 2.05 3/259 24117
/proc/meminfo: memFree=29139212/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=6.28 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 41131 0 0 0 613 15 0 0 20 0 1 0 124912210 826933248 142274 33554432000 4194304 6211289 140736876089712 140736876087944 4209386 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 142274 214 493 0 201385 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 807552

[startup+12.7003 s]
/proc/loadavg: 2.08 2.06 2.05 3/259 24117
/proc/meminfo: memFree=29126248/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=12.69 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 41355 0 0 0 1253 16 0 0 20 0 1 0 124912210 826933248 145053 33554432000 4194304 6211289 140736876089712 140736876087944 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 145053 214 493 0 201385 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 807552

[startup+25.5004 s]
/proc/loadavg: 2.06 2.06 2.04 3/259 24117
/proc/meminfo: memFree=29100864/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=25.48 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 41843 0 0 0 2532 16 0 0 20 0 1 0 124912210 826933248 151673 33554432000 4194304 6211289 140736876089712 140736876087944 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 151673 214 493 0 201385 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 807552

[startup+51.1004 s]
/proc/loadavg: 2.04 2.05 2.04 3/259 24117
/proc/meminfo: memFree=29090256/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=51.08 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 42053 0 0 0 5091 17 0 0 20 0 1 0 124912210 826933248 154438 33554432000 4194304 6211289 140736876089712 140736876087944 4209396 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 154438 214 493 0 201385 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 807552

[startup+102.3 s]
/proc/loadavg: 2.02 2.04 2.04 3/259 24118
/proc/meminfo: memFree=29076896/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=102.28 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43574 0 0 0 10211 17 0 0 20 0 1 0 124912210 826933248 157217 33554432000 4194304 6211289 140736876089712 140736876088056 4209392 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 157217 214 493 0 201385 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 807552

[startup+162.3 s]
/proc/loadavg: 2.07 2.06 2.04 3/259 24120
/proc/meminfo: memFree=28915284/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=162.26 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43580 0 0 0 16209 17 0 0 20 0 1 0 124912210 826933248 157223 33554432000 4194304 6211289 140736876089712 140736876088056 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 157223 214 493 0 201385 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 807552

[startup+222.311 s]
/proc/loadavg: 2.14 2.09 2.05 3/259 24121
/proc/meminfo: memFree=28914072/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=222.26 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43580 0 0 0 22209 17 0 0 20 0 1 0 124912210 826933248 157223 33554432000 4194304 6211289 140736876089712 140736876088056 4209380 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 157223 214 493 0 201385 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 807552

[startup+282.3 s]
/proc/loadavg: 2.12 2.10 2.06 3/259 24122
/proc/meminfo: memFree=28913600/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=282.24 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43580 0 0 0 28207 17 0 0 20 0 1 0 124912210 826933248 157223 33554432000 4194304 6211289 140736876089712 140736876088056 4209396 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 157223 214 493 0 201385 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 807552

[startup+342.3 s]
/proc/loadavg: 2.08 2.09 2.06 4/260 24171
/proc/meminfo: memFree=29952540/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=342.23 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43583 0 0 0 34206 17 0 0 20 0 1 0 124912210 826933248 157348 33554432000 4194304 6211289 140736876089712 140736876088056 4209314 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 157348 214 493 0 201385 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 807552

[startup+402.3 s]
/proc/loadavg: 2.03 2.07 2.05 4/259 24172
/proc/meminfo: memFree=29918012/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=402.23 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43707 0 0 0 40205 18 0 0 20 0 1 0 124912210 826933248 158681 33554432000 4194304 6211289 140736876089712 140736876088056 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 158681 214 493 0 201385 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 807552

[startup+462.3 s]
/proc/loadavg: 2.08 2.08 2.06 4/259 24174
/proc/meminfo: memFree=29904512/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=462.22 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43707 0 0 0 46204 18 0 0 20 0 1 0 124912210 826933248 159618 33554432000 4194304 6211289 140736876089712 140736876088056 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159618 214 493 0 201385 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 807552

[startup+522.3 s]
/proc/loadavg: 2.10 2.10 2.06 4/259 24175
/proc/meminfo: memFree=29853296/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=522.19 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43734 0 0 0 52201 18 0 0 20 0 1 0 124912210 826933248 159618 33554432000 4194304 6211289 140736876089712 140736876088056 4209396 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159618 214 493 0 201385 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 807552

[startup+582.3 s]
/proc/loadavg: 2.07 2.09 2.06 4/259 24176
/proc/meminfo: memFree=29828936/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=582.17 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43752 0 0 0 58199 18 0 0 20 0 1 0 124912210 826933248 159854 33554432000 4194304 6211289 140736876089712 140736876088056 4209396 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159854 214 493 0 201385 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 807552


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


[startup+882.311 s]
/proc/loadavg: 2.07 2.11 2.08 4/259 24182
/proc/meminfo: memFree=29795928/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=882.13 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43757 0 0 0 88195 18 0 0 20 0 1 0 124912210 826933248 159859 33554432000 4194304 6211289 140736876089712 140736876088056 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159859 219 493 0 201385 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 807552

[startup+942.3 s]
/proc/loadavg: 2.06 2.10 2.08 4/260 24186
/proc/meminfo: memFree=29775812/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=942.11 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43757 0 0 0 94193 18 0 0 20 0 1 0 124912210 826933248 159859 33554432000 4194304 6211289 140736876089712 140736876088056 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159859 219 493 0 201385 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 807552

[startup+1002.3 s]
/proc/loadavg: 2.09 2.11 2.09 4/259 24187
/proc/meminfo: memFree=29751352/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1002.1 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43757 0 0 0 100192 18 0 0 20 0 1 0 124912210 826933248 159859 33554432000 4194304 6211289 140736876089712 140736876088056 4209396 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159859 219 493 0 201385 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 807552

[startup+1062.3 s]
/proc/loadavg: 2.10 2.12 2.09 4/259 24189
/proc/meminfo: memFree=29750856/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1062.09 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43757 0 0 0 106191 18 0 0 20 0 1 0 124912210 826933248 159859 33554432000 4194304 6211289 140736876089712 140736876088056 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159859 219 493 0 201385 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 807552

[startup+1122.3 s]
/proc/loadavg: 2.12 2.12 2.09 4/259 24190
/proc/meminfo: memFree=29748600/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1122.08 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 112190 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 807552

[startup+1182.3 s]
/proc/loadavg: 2.12 2.12 2.09 4/259 24191
/proc/meminfo: memFree=29748800/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1182.07 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 118189 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209392 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 807552

[startup+1242.3 s]
/proc/loadavg: 2.08 2.11 2.09 4/259 24192
/proc/meminfo: memFree=29748584/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1242.06 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 124188 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 807552

[startup+1302.3 s]
/proc/loadavg: 2.10 2.12 2.09 4/259 24193
/proc/meminfo: memFree=29748212/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1302.06 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 130188 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209464 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 807552

[startup+1362.3 s]
/proc/loadavg: 2.07 2.11 2.09 4/259 24195
/proc/meminfo: memFree=29748156/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1362.05 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 136187 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209392 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 807552

[startup+1422.3 s]
/proc/loadavg: 2.09 2.11 2.09 4/259 24196
/proc/meminfo: memFree=29747156/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1422.05 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 142187 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 807552

[startup+1482.3 s]
/proc/loadavg: 2.07 2.10 2.09 4/259 24197
/proc/meminfo: memFree=29747028/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1482.03 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 148185 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 807552

[startup+1542.31 s]
/proc/loadavg: 2.02 2.08 2.08 4/260 24201
/proc/meminfo: memFree=29745424/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807552 CPUtime=1542.03 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43760 0 0 0 154185 18 0 0 20 0 1 0 124912210 826933248 159862 33554432000 4194304 6211289 140736876089712 140736876088056 4209396 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201888 159862 219 493 0 201385 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 807552

[startup+1602.3 s]
/proc/loadavg: 2.08 2.09 2.09 4/259 24202
/proc/meminfo: memFree=29744116/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807696 CPUtime=1602.01 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43768 0 0 0 160183 18 0 0 20 0 1 0 124912210 827080704 159870 33554432000 4194304 6211289 140736876089712 140736876087704 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201924 159870 219 493 0 201421 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 807696

[startup+1662.3 s]
/proc/loadavg: 2.16 2.12 2.09 4/258 24203
/proc/meminfo: memFree=29744364/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807872 CPUtime=1662 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43802 0 0 0 166182 18 0 0 20 0 1 0 124912210 827260928 159904 33554432000 4194304 6211289 140736876089712 140736876087624 4209396 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201968 159904 219 493 0 201465 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 807872

[startup+1722.3 s]
/proc/loadavg: 2.13 2.12 2.09 4/259 24205
/proc/meminfo: memFree=29743920/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=807872 CPUtime=1721.99 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43825 0 0 0 172181 18 0 0 20 0 1 0 124912210 827260928 159927 33554432000 4194304 6211289 140736876089712 140736876087624 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 201968 159927 219 493 0 201465 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 807872

[startup+1782.3 s]
/proc/loadavg: 2.18 2.14 2.10 4/259 24206
/proc/meminfo: memFree=29742800/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=808032 CPUtime=1781.98 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43864 0 0 0 178180 18 0 0 20 0 1 0 124912210 827424768 159966 33554432000 4194304 6211289 140736876089712 140736876087624 4209392 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 202008 159966 219 493 0 201505 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 808032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.15 2.10 4/259 24207
/proc/meminfo: memFree=29742676/32872528 swapFree=9196/9196
[pid=24116] ppid=24113 vsize=808032 CPUtime=1800.08 cores=0-3,8-11
/proc/24116/stat : 24116 (cdcl-cuttingpla) R 24113 24116 23727 0 -1 4202496 43886 0 0 0 179990 18 0 0 20 0 1 0 124912210 827424768 159988 33554432000 4194304 6211289 140736876089712 140736876087704 4209403 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/24116/statm: 202008 159988 219 493 0 201505 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 808032

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.4
CPU time (s): 1800.09
CPU user time (s): 1799.9
CPU system time (s): 0.188971
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 808032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.188971
maximum resident set size= 639952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43886
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= 50
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2974 second user time and 20.9918 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-09 02:05:06
IDJOB=4087704
IDBENCH=24993
IDSOLVER=2549
FILE ID=node132/4087704-1465430706
RUNJOBID= node132-1465427020-23743
PBS_JOBID= 19859780
Free space on /tmp= 71736 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_023_area_delay.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4087704-1465430706/watcher-4087704-1465430706 -o /tmp/evaluation-result-4087704-1465430706/solver-4087704-1465430706 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465427020-23743 --watchdog 1960 --input HOME/instance-4087704-1465430706.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= d5b07a268537d19686adcc507787a673
RANDOM SEED=2048281756

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.41
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 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:       32872528 kB
MemFree:        29707620 kB
Buffers:          105448 kB
Cached:          1206916 kB
SwapCached:         1420 kB
Active:          1536256 kB
Inactive:         847004 kB
Active(anon):    1070660 kB
Inactive(anon):     3084 kB
Active(file):     465596 kB
Inactive(file):   843920 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67096368 kB
Dirty:              6800 kB
Writeback:             0 kB
AnonPages:       1143076 kB
Mapped:             7968 kB
Shmem:                 0 kB
Slab:             628584 kB
SReclaimable:      68928 kB
SUnreclaim:       559656 kB
KernelStack:        2200 kB
PageTables:         6588 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1404536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node132 at 2016-06-09 02:35:07