Trace number 4100279

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/milp/normalized-reduced-mps-v2-20-10-mkc1.opb
MD5SUMfcdcb6b6d92f8975c7c03a825b19d25c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2552
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2739
Optimality of the best value was proved NO
Number of variables27743
Total number of constraints5584
Number of constraints which are clauses712
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints4848
Minimum length of a constraint2
Maximum length of a constraint25072
Number of terms in the objective function 25306
Biggest coefficient in the objective function 191
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 537745
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 249195
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 543330
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.00/0.07	c * #variable= 27743 #constraint= 5584
0.09/0.15	c * #variable= 27743 #constraint= 5584
91.88/91.95	c S1->S2
91.88/91.95	c S2->S1
91.88/91.95	c #Conflicts:       1000 | #Learnt:        943 | 1.432
91.88/91.95	c total clause space: 335.816MB
91.88/91.95	c total #watches: 704568
206.45/206.52	c total #propagations: 730913 / total #impl: 3514759 (eff. 0.208)
206.45/206.52	c #Conflicts:       2000 | #Learnt:       1939 | 1.123
206.45/206.52	c total clause space: 545.701MB
206.45/206.52	c total #watches: 1437542
320.14/320.22	c total #propagations: 1159363 / total #impl: 4617593 (eff. 0.251)
320.14/320.22	c GC COLLECT
320.14/320.22	c #Conflicts:       3000 | #Learnt:       1970 | 0.875
320.14/320.22	c total clause space: 545.701MB
320.14/320.22	c total #watches: 1742839
702.08/702.20	c total #propagations: 1551152 / total #impl: 5840108 (eff. 0.266)
702.08/702.20	c #Conflicts:       4000 | #Learnt:       2969 | 0.680
702.08/702.20	c total clause space: 886.764MB
702.08/702.20	c total #watches: 2052741
1008.42/1008.64	c total #propagations: 2181831 / total #impl: 8501725 (eff. 0.257)
1008.42/1008.64	c GC COLLECT
1008.42/1008.64	c #Conflicts:       5000 | #Learnt:       2337 | 0.569
1008.42/1008.64	c total clause space: 886.764MB
1008.42/1008.64	c total #watches: 1791334
1633.13/1633.49	c total #propagations: 2767160 / total #impl: 11672138 (eff. 0.237)
1633.13/1633.49	c #Conflicts:       6000 | #Learnt:       3337 | 0.474
1633.13/1633.49	c total clause space: 886.764MB
1633.13/1633.49	c total #watches: 1975324

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

pid=28824
running on 8 cores: 4-7,12-15

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.08 2.08 2.01 3/259 28827
/proc/meminfo: memFree=31603112/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=56116 CPUtime=0 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 25732610 57462784 10929 33554432000 4194304 6211289 140736381548736 140734273428504 4261036 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 14029 10929 120 493 0 13526 0

[startup+0.10015 s]
/proc/loadavg: 2.08 2.08 2.01 3/259 28827
/proc/meminfo: memFree=31603112/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=65760 CPUtime=0.09 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 2448 0 0 0 9 0 0 0 20 0 1 0 25732610 67338240 13561 33554432000 4194304 6211289 140736381548736 140734273428504 4224587 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 16440 13561 144 493 0 15937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65760

[startup+0.200375 s]
/proc/loadavg: 2.08 2.08 2.01 3/259 28827
/proc/meminfo: memFree=31603112/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=77796 CPUtime=0.19 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 4875 0 0 0 18 1 0 0 20 0 1 0 25732610 79663104 17111 33554432000 4194304 6211289 140736381548736 140734273428504 4235110 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 19449 17111 144 493 0 18946 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 77796

[startup+0.300341 s]
/proc/loadavg: 2.08 2.08 2.01 3/259 28827
/proc/meminfo: memFree=31603112/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=80516 CPUtime=0.29 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 5377 0 0 0 28 1 0 0 20 0 1 0 25732610 82448384 17613 33554432000 4194304 6211289 140736381548736 140734273428504 4209497 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 20129 17613 149 493 0 19626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80516

[startup+0.700212 s]
/proc/loadavg: 2.08 2.08 2.01 3/259 28827
/proc/meminfo: memFree=31603112/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=80516 CPUtime=0.69 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 5377 0 0 0 68 1 0 0 20 0 1 0 25732610 82448384 17613 33554432000 4194304 6211289 140736381548736 140736381546616 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 20129 17613 149 493 0 19626 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80516

[startup+1.50024 s]
/proc/loadavg: 2.07 2.08 2.01 3/260 28828
/proc/meminfo: memFree=31533700/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=80516 CPUtime=1.49 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 5377 0 0 0 148 1 0 0 20 0 1 0 25732610 82448384 17613 33554432000 4194304 6211289 140736381548736 140736381546616 4209501 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 20129 17613 149 493 0 19626 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80516

[startup+3.10022 s]
/proc/loadavg: 2.07 2.08 2.01 3/260 28828
/proc/meminfo: memFree=31532796/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=84936 CPUtime=3.09 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 5769 0 0 0 308 1 0 0 20 0 1 0 25732610 86974464 18463 33554432000 4194304 6211289 140736381548736 140736381546968 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 21234 18463 204 493 0 20731 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84936

[startup+6.30022 s]
/proc/loadavg: 2.06 2.08 2.01 3/260 28828
/proc/meminfo: memFree=31526192/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=104752 CPUtime=6.29 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 6389 0 0 0 628 1 0 0 20 0 1 0 25732610 107266048 21110 33554432000 4194304 6211289 140736381548736 140736381546728 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 26188 21110 204 493 0 25685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104752

[startup+12.7002 s]
/proc/loadavg: 2.06 2.08 2.01 3/260 28828
/proc/meminfo: memFree=31500408/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=155816 CPUtime=12.69 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 6880 0 0 0 1267 2 0 0 20 0 1 0 25732610 159555584 27725 33554432000 4194304 6211289 140736381548736 140736381546648 4209380 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 38954 27725 204 493 0 38451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155816

[startup+25.5003 s]
/proc/loadavg: 2.12 2.09 2.02 3/260 28828
/proc/meminfo: memFree=31434264/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=208220 CPUtime=25.48 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 7628 0 0 0 2546 2 0 0 20 0 1 0 25732610 213217280 42263 33554432000 4194304 6211289 140736381548736 140736381546600 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 52055 42263 204 493 0 51552 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 208220

[startup+51.1003 s]
/proc/loadavg: 2.13 2.09 2.02 3/259 28829
/proc/meminfo: memFree=31410096/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=290036 CPUtime=51.08 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 7962 0 0 0 5104 4 0 0 20 0 1 0 25732610 296996864 48209 33554432000 4194304 6211289 140736381548736 140736381546968 4209497 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 72509 48209 204 493 0 72006 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 290036

[startup+102.3 s]
/proc/loadavg: 2.06 2.08 2.01 3/259 28830
/proc/meminfo: memFree=31184892/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=425992 CPUtime=102.28 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 9114 0 0 0 10221 7 0 0 20 0 1 0 25732610 436215808 100965 33554432000 4194304 6211289 140736381548736 140736381546600 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 106498 100965 214 493 0 105995 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 425992

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/259 28831
/proc/meminfo: memFree=31006536/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=646676 CPUtime=162.26 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 10709 0 0 0 16216 10 0 0 20 0 1 0 25732610 662196224 139858 33554432000 4194304 6211289 140736381548736 140736381546648 4209388 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 161669 139858 214 493 0 161166 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 646676

[startup+222.311 s]
/proc/loadavg: 2.00 2.05 2.00 3/259 28832
/proc/meminfo: memFree=30907608/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=651532 CPUtime=222.26 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 13771 0 0 0 22214 12 0 0 20 0 1 0 25732610 667168768 159327 33554432000 4194304 6211289 140736381548736 140736381546600 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 162883 159327 214 493 0 162380 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 651532

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/259 28833
/proc/meminfo: memFree=30899316/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=657588 CPUtime=282.24 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 15366 0 0 0 28212 12 0 0 20 0 1 0 25732610 673370112 160919 33554432000 4194304 6211289 140736381548736 140736381546728 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 164397 160919 219 493 0 163894 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 657588

[startup+342.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/259 28834
/proc/meminfo: memFree=30712472/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=657744 CPUtime=342.23 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 15402 0 0 0 34211 12 0 0 20 0 1 0 25732610 673529856 160953 33554432000 4194304 6211289 140736381548736 140736381547080 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 164436 160953 219 493 0 163933 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 657744

[startup+402.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/259 28836
/proc/meminfo: memFree=30650948/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=658412 CPUtime=402.22 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 15543 0 0 0 40210 12 0 0 20 0 1 0 25732610 674213888 161092 33554432000 4194304 6211289 140736381548736 140736381546728 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 164603 161092 219 493 0 164100 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 658412

[startup+462.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/259 28837
/proc/meminfo: memFree=30649848/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=658976 CPUtime=462.21 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 15733 0 0 0 46209 12 0 0 20 0 1 0 25732610 674791424 161282 33554432000 4194304 6211289 140736381548736 140736381546728 4209306 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 164744 161282 219 493 0 164241 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 658976

[startup+522.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/260 28841
/proc/meminfo: memFree=30642588/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1009172 CPUtime=522.2 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 16091 0 0 0 52208 12 0 0 20 0 1 0 25732610 1033392128 162650 33554432000 4194304 6211289 140736381548736 140736381546728 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 252293 162650 219 493 0 251790 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1009172

[startup+582.3 s]
/proc/loadavg: 2.18 2.11 2.02 3/259 28842
/proc/meminfo: memFree=30618600/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1011288 CPUtime=582.19 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 16619 0 0 0 58206 13 0 0 20 0 1 0 25732610 1035558912 168798 33554432000 4194304 6211289 140736381548736 140736381546728 4209403 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 252822 168798 219 493 0 252319 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1011288


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


[startup+942.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/259 28849
/proc/meminfo: memFree=30500120/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021104 CPUtime=942.13 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19570 0 0 0 94197 16 0 0 20 0 1 0 25732610 1045610496 195429 33554432000 4194304 6211289 140736381548736 140736381546776 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255276 195429 219 493 0 254773 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 1021104

[startup+1002.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/259 28851
/proc/meminfo: memFree=30494580/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021104 CPUtime=1002.12 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19571 0 0 0 100196 16 0 0 20 0 1 0 25732610 1045610496 195430 33554432000 4194304 6211289 140736381548736 140736381546776 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255276 195430 219 493 0 254773 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 1021104

[startup+1062.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/259 28852
/proc/meminfo: memFree=30493196/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021248 CPUtime=1062.11 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19589 0 0 0 106195 16 0 0 20 0 1 0 25732610 1045757952 195448 33554432000 4194304 6211289 140736381548736 140736381546648 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255312 195448 219 493 0 254809 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 1021248

[startup+1122.3 s]
/proc/loadavg: 2.27 2.10 2.02 3/260 28856
/proc/meminfo: memFree=30493000/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021248 CPUtime=1122.11 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19600 0 0 0 112194 17 0 0 20 0 1 0 25732610 1045757952 195459 33554432000 4194304 6211289 140736381548736 140736381546648 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255312 195459 219 493 0 254809 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1021248

[startup+1182.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/259 28857
/proc/meminfo: memFree=30491932/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021248 CPUtime=1182.1 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19613 0 0 0 118193 17 0 0 20 0 1 0 25732610 1045757952 195472 33554432000 4194304 6211289 140736381548736 140736381546648 4209322 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255312 195472 219 493 0 254809 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1021248

[startup+1242.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/259 28858
/proc/meminfo: memFree=30491388/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021248 CPUtime=1242.09 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19623 0 0 0 124192 17 0 0 20 0 1 0 25732610 1045757952 195482 33554432000 4194304 6211289 140736381548736 140736381546648 4209388 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255312 195482 219 493 0 254809 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1021248

[startup+1302.3 s]
/proc/loadavg: 2.23 2.12 2.03 3/259 28860
/proc/meminfo: memFree=30491460/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021248 CPUtime=1302.08 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19623 0 0 0 130191 17 0 0 20 0 1 0 25732610 1045757952 195482 33554432000 4194304 6211289 140736381548736 140736381546648 4209328 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255312 195482 219 493 0 254809 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1021248

[startup+1362.3 s]
/proc/loadavg: 2.24 2.14 2.04 3/259 28861
/proc/meminfo: memFree=30491356/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021392 CPUtime=1362.07 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19635 0 0 0 136190 17 0 0 20 0 1 0 25732610 1045905408 195494 33554432000 4194304 6211289 140736381548736 140736381546648 4209388 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255348 195494 219 493 0 254845 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1021392

[startup+1422.3 s]
/proc/loadavg: 2.08 2.11 2.04 3/259 28862
/proc/meminfo: memFree=30490864/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021392 CPUtime=1422.07 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19641 0 0 0 142190 17 0 0 20 0 1 0 25732610 1045905408 195500 33554432000 4194304 6211289 140736381548736 140736381546648 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255348 195500 219 493 0 254845 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1021392

[startup+1482.3 s]
/proc/loadavg: 2.15 2.12 2.04 3/259 28863
/proc/meminfo: memFree=30490832/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021392 CPUtime=1482.05 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19651 0 0 0 148188 17 0 0 20 0 1 0 25732610 1045905408 195510 33554432000 4194304 6211289 140736381548736 140736381546648 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255348 195510 219 493 0 254845 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1021392

[startup+1542.31 s]
/proc/loadavg: 2.13 2.11 2.04 3/259 28864
/proc/meminfo: memFree=30490712/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021528 CPUtime=1542.06 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19669 0 0 0 154189 17 0 0 20 0 1 0 25732610 1046044672 195528 33554432000 4194304 6211289 140736381548736 140736381546648 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255382 195528 219 493 0 254879 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1021528

[startup+1602.3 s]
/proc/loadavg: 2.11 2.11 2.04 3/259 28866
/proc/meminfo: memFree=30490724/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021528 CPUtime=1602.04 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19675 0 0 0 160187 17 0 0 20 0 1 0 25732610 1046044672 195534 33554432000 4194304 6211289 140736381548736 140736381546648 4209403 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255382 195534 219 493 0 254879 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1021528

[startup+1662.3 s]
/proc/loadavg: 2.08 2.10 2.04 3/259 28913
/proc/meminfo: memFree=30705320/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021528 CPUtime=1662.03 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19755 0 0 0 166186 17 0 0 20 0 1 0 25732610 1046044672 195614 33554432000 4194304 6211289 140736381548736 140736381547080 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255382 195614 219 493 0 254879 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1021528

[startup+1722.3 s]
/proc/loadavg: 2.27 2.13 2.05 3/260 28917
/proc/meminfo: memFree=29227368/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021528 CPUtime=1722.02 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19791 0 0 0 172185 17 0 0 20 0 1 0 25732610 1046044672 195650 33554432000 4194304 6211289 140736381548736 140736381547080 4209314 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255382 195650 219 493 0 254879 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1021528

[startup+1782.3 s]
/proc/loadavg: 2.14 2.12 2.05 3/259 28918
/proc/meminfo: memFree=29226736/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021528 CPUtime=1782.01 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19791 0 0 0 178184 17 0 0 20 0 1 0 25732610 1046044672 195650 33554432000 4194304 6211289 140736381548736 140736381547080 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255382 195650 219 493 0 254879 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1021528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.11 2.11 2.05 3/259 28918
/proc/meminfo: memFree=29227832/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021528 CPUtime=1800 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19797 0 0 0 179983 17 0 0 20 0 1 0 25732610 1046044672 195656 33554432000 4194304 6211289 140736381548736 140736381547080 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255382 195656 219 493 0 254879 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1021528

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

[startup+1800.3 s]
/proc/loadavg: 2.11 2.11 2.05 3/259 28918
/proc/meminfo: memFree=29227832/32872528 swapFree=7804/7804
[pid=28827] ppid=28824 vsize=1021528 CPUtime=1800 cores=4-7,12-15
/proc/28827/stat : 28827 (cdcl-cuttingpla) R 28824 28827 27517 0 -1 4202496 19797 0 0 0 179983 17 0 0 20 0 1 0 25732610 1046044672 195656 33554432000 4194304 6211289 140736381548736 140736381547080 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/28827/statm: 255382 195656 219 493 0 254879 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1021528

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.84
CPU system time (s): 0.179972
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 1021528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.179972
maximum resident set size= 782624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19797
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= 1970

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12092 second user time and 10.0575 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 10:01:20
IDJOB=4100279
IDBENCH=1596
IDSOLVER=2549
FILE ID=node132/4100279-1466236880
RUNJOBID= node132-1466229528-27534
PBS_JOBID= 19918175
Free space on /tmp= 71732 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/milp/normalized-reduced-mps-v2-20-10-mkc1.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100279-1466236880/watcher-4100279-1466236880 -o /tmp/evaluation-result-4100279-1466236880/solver-4100279-1466236880 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466229528-27534 --watchdog 1960 --input HOME/instance-4100279-1466236880.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= fcdcb6b6d92f8975c7c03a825b19d25c
RANDOM SEED=492854181

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:        31603136 kB
Buffers:           81864 kB
Cached:           158016 kB
SwapCached:         1776 kB
Active:           336852 kB
Inactive:         176420 kB
Active(anon):     273584 kB
Inactive(anon):     2324 kB
Active(file):      63268 kB
Inactive(file):   174096 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              4028 kB
Writeback:             0 kB
AnonPages:        280996 kB
Mapped:             7860 kB
Shmem:                 0 kB
Slab:             608016 kB
SReclaimable:      47460 kB
SUnreclaim:       560556 kB
KernelStack:        2120 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     467344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71728 MiB
End job on node132 at 2016-06-18 10:31:21