Trace number 4100503

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.02 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dc1l.opb
MD5SUM1bfc65237e0980827bf136f13870d50e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26800
Best CPU time to get the best result obtained on this benchmark1800.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 997
Optimality of the best value was proved NO
Number of variables85198
Total number of constraints1652
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1652
Minimum length of a constraint31
Maximum length of a constraint35129
Number of terms in the objective function 85198
Biggest coefficient in the objective function 41346
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 607077
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 607077
Number of bits of the biggest sum of numbers20
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.00	c OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.19/0.22	c * #variable= 85198 #constraint= 1652
0.39/0.48	c * #variable= 85198 #constraint= 1652
220.75/220.88	c S1->S2
220.75/220.88	c S1->S2
220.75/220.88	c S1->S2
220.75/220.88	c #Conflicts:       1000 | #Learnt:       1002 | 138.457
220.75/220.88	c total clause space: 127.173MB
220.75/220.88	c total #watches: 3724438
925.34/925.52	c total #propagations: 23225855 / total #impl: 91068775 (eff. 0.255)
925.34/925.52	c #Conflicts:       2000 | #Learnt:       2002 | 115.186
925.34/925.52	c total clause space: 335.816MB
925.34/925.52	c total #watches: 7500186
1240.39/1240.67	c total #propagations: 58776289 / total #impl: 216252638 (eff. 0.272)
1240.39/1240.67	c #Conflicts:       3000 | #Learnt:       1979 | 91.641
1240.39/1240.67	c total clause space: 545.701MB
1240.39/1240.67	c total #watches: 13436017
1759.91/1760.29	c total #propagations: 82813382 / total #impl: 302475903 (eff. 0.274)
1759.91/1760.29	c #Conflicts:       4000 | #Learnt:       2979 | 98.382
1759.91/1760.29	c total clause space: 545.701MB
1759.91/1760.29	c total #watches: 15595232

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

pid=29206
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.07 2.03 2.00 3/258 29209
/proc/meminfo: memFree=31303184/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=56116 CPUtime=0 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 314 0 0 0 0 0 0 0 20 0 1 0 26258754 57462784 10927 33554432000 4194304 6211289 140737275608784 140736870847688 4261036 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 14029 10927 120 493 0 13526 0

[startup+0.100121 s]
/proc/loadavg: 2.07 2.03 2.00 3/258 29209
/proc/meminfo: memFree=31303184/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=62780 CPUtime=0.09 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 1940 0 0 0 9 0 0 0 20 0 1 0 26258754 64286720 12443 33554432000 4194304 6211289 140737275608784 140736870847688 5418912 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 15695 12443 121 493 0 15192 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62780

[startup+0.200349 s]
/proc/loadavg: 2.07 2.03 2.00 3/258 29209
/proc/meminfo: memFree=31303184/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=66068 CPUtime=0.19 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 2358 0 0 0 19 0 0 0 20 0 1 0 26258754 67653632 13063 33554432000 4194304 6211289 140737275608784 140737275607624 5418912 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 16517 13063 121 493 0 16014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 66068

[startup+0.30034 s]
/proc/loadavg: 2.07 2.03 2.00 3/258 29209
/proc/meminfo: memFree=31303184/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=79780 CPUtime=0.29 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 4360 0 0 0 28 1 0 0 20 0 1 0 26258754 81694720 17414 33554432000 4194304 6211289 140737275608784 140737275607624 5161098 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 19945 17414 144 493 0 19442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79780

[startup+0.700288 s]
/proc/loadavg: 2.07 2.03 2.00 3/258 29209
/proc/meminfo: memFree=31303184/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=150688 CPUtime=0.69 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 10908 0 0 0 66 3 0 0 20 0 1 0 26258754 154304512 32133 33554432000 4194304 6211289 140737275608784 140737275607624 4215959 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 37672 32133 144 493 0 37169 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150688

[startup+1.50026 s]
/proc/loadavg: 2.07 2.03 2.00 3/259 29210
/proc/meminfo: memFree=31165648/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=153272 CPUtime=1.49 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 11647 0 0 0 146 3 0 0 20 0 1 0 26258754 156950528 34405 33554432000 4194304 6211289 140737275608784 140737275606248 4209244 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 38318 34405 150 493 0 37815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 153272

[startup+3.10024 s]
/proc/loadavg: 2.07 2.03 2.00 3/259 29210
/proc/meminfo: memFree=31164580/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=153272 CPUtime=3.09 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 11647 0 0 0 306 3 0 0 20 0 1 0 26258754 156950528 34405 33554432000 4194304 6211289 140737275608784 140737275606248 4209322 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 38318 34405 150 493 0 37815 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153272

[startup+6.30025 s]
/proc/loadavg: 2.06 2.03 2.00 3/259 29210
/proc/meminfo: memFree=31164516/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=172240 CPUtime=6.29 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 11702 0 0 0 626 3 0 0 20 0 1 0 26258754 176373760 34971 33554432000 4194304 6211289 140737275608784 140737275606920 4209484 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 43060 34971 204 493 0 42557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 172240

[startup+12.7002 s]
/proc/loadavg: 2.06 2.03 2.00 3/259 29210
/proc/meminfo: memFree=31151196/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=195024 CPUtime=12.68 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 12744 0 0 0 1265 3 0 0 20 0 1 0 26258754 199704576 37545 33554432000 4194304 6211289 140737275608784 140737275606776 4209392 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 48756 37545 204 493 0 48253 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 195024

[startup+25.5003 s]
/proc/loadavg: 2.04 2.03 2.00 3/259 29210
/proc/meminfo: memFree=31148908/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=195536 CPUtime=25.48 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 12873 0 0 0 2545 3 0 0 20 0 1 0 26258754 200228864 38185 33554432000 4194304 6211289 140737275608784 140737275606776 4209484 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 48884 38185 204 493 0 48381 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 195536

[startup+51.1003 s]
/proc/loadavg: 2.03 2.03 2.00 3/259 29210
/proc/meminfo: memFree=31117948/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=234240 CPUtime=51.08 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 15115 0 0 0 5104 4 0 0 20 0 1 0 26258754 239861760 46046 33554432000 4194304 6211289 140737275608784 140737275606776 4240816 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 58560 46046 204 493 0 58057 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 234240

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/260 29214
/proc/meminfo: memFree=31102216/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=240128 CPUtime=102.28 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 16603 0 0 0 10223 5 0 0 20 0 1 0 26258754 245891072 50600 33554432000 4194304 6211289 140737275608784 140737275606696 4240845 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 60032 50600 204 493 0 59529 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 240128

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/259 29261
/proc/meminfo: memFree=31529664/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=302776 CPUtime=162.27 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 19851 0 0 0 16220 7 0 0 20 0 1 0 26258754 310042624 62492 33554432000 4194304 6211289 140737275608784 140737275606696 4209484 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 75694 62492 204 493 0 75191 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 302776

[startup+222.311 s]
/proc/loadavg: 2.07 2.05 2.01 3/259 29262
/proc/meminfo: memFree=31464188/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=311648 CPUtime=222.26 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 22085 0 0 0 22219 7 0 0 20 0 1 0 26258754 319127552 68310 33554432000 4194304 6211289 140737275608784 140737275607128 4240600 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 77912 68310 214 493 0 77409 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 311648

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/259 29264
/proc/meminfo: memFree=31435620/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=312160 CPUtime=282.24 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 22259 0 0 0 28217 7 0 0 20 0 1 0 26258754 319651840 70891 33554432000 4194304 6211289 140737275608784 140737275606696 4241318 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 78040 70891 214 493 0 77537 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 312160

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/259 29265
/proc/meminfo: memFree=31373936/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=394316 CPUtime=342.23 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 22610 0 0 0 34215 8 0 0 20 0 1 0 26258754 403779584 74610 33554432000 4194304 6211289 140737275608784 140737275606696 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 98579 74610 214 493 0 98076 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 394316

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 29266
/proc/meminfo: memFree=31326768/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=394896 CPUtime=402.22 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 22758 0 0 0 40214 8 0 0 20 0 1 0 26258754 404373504 76291 33554432000 4194304 6211289 140737275608784 140737275606696 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 98724 76291 214 493 0 98221 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 394896

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 29267
/proc/meminfo: memFree=31272536/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=404652 CPUtime=462.21 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 25327 0 0 0 46212 9 0 0 20 0 1 0 26258754 414363648 86014 33554432000 4194304 6211289 140737275608784 140737275606776 4215240 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 101163 86014 214 493 0 100660 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 404652

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 29268
/proc/meminfo: memFree=31255028/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=406108 CPUtime=522.2 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 25706 0 0 0 52211 9 0 0 20 0 1 0 26258754 415854592 86910 33554432000 4194304 6211289 140737275608784 140737275606776 4241789 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 101527 86910 214 493 0 101024 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 406108

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 29270
/proc/meminfo: memFree=31210432/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=410444 CPUtime=582.19 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 26781 0 0 0 58209 10 0 0 20 0 1 0 26258754 420294656 89515 33554432000 4194304 6211289 140737275608784 140737275606776 4215203 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 102611 89515 214 493 0 102108 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 410444


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


[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 29280
/proc/meminfo: memFree=31029892/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=568224 CPUtime=942.13 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 33131 0 0 0 94202 11 0 0 20 0 1 0 26258754 581861376 111705 33554432000 4194304 6211289 140737275608784 140737275607128 4215247 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 142056 111705 214 493 0 141553 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 568224

[startup+1002.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/260 29282
/proc/meminfo: memFree=30972184/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=569012 CPUtime=1002.13 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 33409 0 0 0 100201 12 0 0 20 0 1 0 26258754 582668288 119137 33554432000 4194304 6211289 140737275608784 140737275606696 4209497 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 142253 119137 214 493 0 141750 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 569012

[startup+1062.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/259 29283
/proc/meminfo: memFree=30784452/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=849036 CPUtime=1062.12 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 49973 0 0 0 106195 17 0 0 20 0 1 0 26258754 869412864 160742 33554432000 4194304 6211289 140737275608784 140737275606776 4215176 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 212259 160742 214 493 0 211756 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 849036

[startup+1122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/259 29284
/proc/meminfo: memFree=30735108/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=851536 CPUtime=1122.1 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 50614 0 0 0 112193 17 0 0 20 0 1 0 26258754 871972864 165980 33554432000 4194304 6211289 140737275608784 140737275606696 4210647 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 212884 165980 219 493 0 212381 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 851536

[startup+1182.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/259 29285
/proc/meminfo: memFree=30710836/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=853716 CPUtime=1182.1 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 51162 0 0 0 118192 18 0 0 20 0 1 0 26258754 874205184 168061 33554432000 4194304 6211289 140737275608784 140737275606776 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 213429 168061 219 493 0 212926 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 853716

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/259 29287
/proc/meminfo: memFree=30646936/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=857240 CPUtime=1242.09 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 52067 0 0 0 124190 19 0 0 20 0 1 0 26258754 877813760 179568 33554432000 4194304 6211289 140737275608784 140737275607128 4241789 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 214310 179568 219 493 0 213807 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 857240

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/260 29291
/proc/meminfo: memFree=30622800/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=858424 CPUtime=1302.07 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 52367 0 0 0 130188 19 0 0 20 0 1 0 26258754 879026176 186000 33554432000 4194304 6211289 140737275608784 140737275606696 4241730 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 214606 186000 219 493 0 214103 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 858424

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 29292
/proc/meminfo: memFree=30615804/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=858424 CPUtime=1362.06 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 52369 0 0 0 136187 19 0 0 20 0 1 0 26258754 879026176 187338 33554432000 4194304 6211289 140737275608784 140737275606696 4202088 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 214606 187338 219 493 0 214103 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 858424

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 29293
/proc/meminfo: memFree=30609360/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=860972 CPUtime=1422.07 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 53017 0 0 0 142187 20 0 0 20 0 1 0 26258754 881635328 189008 33554432000 4194304 6211289 140737275608784 140737275606776 4241592 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 215243 189008 219 493 0 214740 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 860972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 29294
/proc/meminfo: memFree=30604084/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=861788 CPUtime=1482.05 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 53215 0 0 0 148185 20 0 0 20 0 1 0 26258754 882470912 190228 33554432000 4194304 6211289 140737275608784 140737275606696 4209464 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 215447 190228 219 493 0 214944 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 861788

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 29296
/proc/meminfo: memFree=30599640/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=862816 CPUtime=1542.05 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 53490 0 0 0 154185 20 0 0 20 0 1 0 26258754 883523584 191525 33554432000 4194304 6211289 140737275608784 140737275606776 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 215704 191525 219 493 0 215201 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 862816

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 29297
/proc/meminfo: memFree=30589948/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=864196 CPUtime=1602.03 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 53823 0 0 0 160183 20 0 0 20 0 1 0 26258754 884936704 193902 33554432000 4194304 6211289 140737275608784 140737275606696 4209388 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 216049 193902 219 493 0 215546 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 864196

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 29298
/proc/meminfo: memFree=30581012/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=864696 CPUtime=1662.02 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 53960 0 0 0 166182 20 0 0 20 0 1 0 26258754 885448704 196083 33554432000 4194304 6211289 140737275608784 140737275606696 4209376 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 216174 196083 219 493 0 215671 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 864696

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/259 29299
/proc/meminfo: memFree=30572580/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=865240 CPUtime=1722.02 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 54088 0 0 0 172181 21 0 0 20 0 1 0 26258754 886005760 198255 33554432000 4194304 6211289 140737275608784 140737275606696 4209501 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 216310 198255 219 493 0 215807 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 865240

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/259 29300
/proc/meminfo: memFree=30564092/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=866872 CPUtime=1782.01 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 54499 0 0 0 178180 21 0 0 20 0 1 0 26258754 887676928 200199 33554432000 4194304 6211289 140737275608784 140737275606696 4209392 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 216718 200199 219 493 0 216215 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 866872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/258 29300
/proc/meminfo: memFree=30553984/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=869016 CPUtime=1800 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 54857 0 0 0 179979 21 0 0 20 0 1 0 26258754 889872384 202601 33554432000 4194304 6211289 140737275608784 140737275606696 4202005 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 217254 202601 219 493 0 216751 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869016

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

[startup+1800.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/258 29300
/proc/meminfo: memFree=30553984/32872528 swapFree=7804/7804
[pid=29209] ppid=29206 vsize=869016 CPUtime=1800 cores=0-3,8-11
/proc/29209/stat : 29209 (cdcl-cuttingpla) R 29206 29209 27517 0 -1 4202496 54857 0 0 0 179979 21 0 0 20 0 1 0 26258754 889872384 202601 33554432000 4194304 6211289 140737275608784 140737275606696 4202005 0 0 4096 8388610 0 0 0 17 9 0 0 0 0 0
/proc/29209/statm: 217254 202601 219 493 0 216751 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.8
CPU system time (s): 0.218966
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 869016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.218966
maximum resident set size= 810404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54857
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= 25
involuntary context switches= 1852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.03463 second user time and 15.1477 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 11:29:02
IDJOB=4100503
IDBENCH=1624
IDSOLVER=2549
FILE ID=node132/4100503-1466242141
RUNJOBID= node132-1466229528-27533
PBS_JOBID= 19918175
Free space on /tmp= 71728 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-dc1l.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100503-1466242141/watcher-4100503-1466242141 -o /tmp/evaluation-result-4100503-1466242141/solver-4100503-1466242141 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466229528-27533 --watchdog 1960 --input HOME/instance-4100503-1466242141.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= 1bfc65237e0980827bf136f13870d50e
RANDOM SEED=2019020363

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		: 2666.768
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	: 5333.53
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.55
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		: 2666.768
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.56
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		: 2666.768
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.56
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.55
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		: 2666.768
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		: 2666.768
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		: 2666.768
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:        31303184 kB
Buffers:           86704 kB
Cached:           164120 kB
SwapCached:         1776 kB
Active:           629092 kB
Inactive:         183896 kB
Active(anon):     562096 kB
Inactive(anon):     2480 kB
Active(file):      66996 kB
Inactive(file):   181416 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              8240 kB
Writeback:             0 kB
AnonPages:        729352 kB
Mapped:             8160 kB
Shmem:                 0 kB
Slab:             607016 kB
SReclaimable:      47280 kB
SUnreclaim:       559736 kB
KernelStack:        2192 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     814072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 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= 71724 MiB
End job on node132 at 2016-06-18 11:59:02