Trace number 4099880

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 linear search 2016-05-01? (TO) 1800.03 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3702.opb
MD5SUM923982c51ba218a8e62dc99222f9f8f7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654991
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 654991
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.00	c * #variable= 155000 #constraint= 5150
36.49/36.52	c #Conflicts:       1000 | #Learnt:        999 | 74.083
36.49/36.52	c total clause space: 206.656MB
36.49/36.52	c total #watches: 1784872
191.76/191.87	c total #propagations: 1465958 / total #impl: 36252525 (eff. 0.040)
191.76/191.87	c #Conflicts:       2000 | #Learnt:       1999 | 97.899
191.76/191.87	c total clause space: 545.701MB
191.76/191.87	c total #watches: 3840006
397.83/397.97	c total #propagations: 2940026 / total #impl: 183339891 (eff. 0.016)
397.83/397.97	c GC COLLECT
397.83/397.97	c #Conflicts:       3000 | #Learnt:       2050 | 81.536
397.83/397.97	c total clause space: 545.701MB
397.83/397.97	c total #watches: 5182135
817.06/817.22	c total #propagations: 4381974 / total #impl: 400379594 (eff. 0.011)
817.06/817.22	c #Conflicts:       4000 | #Learnt:       3050 | 67.009
817.06/817.22	c total clause space: 886.764MB
817.06/817.22	c total #watches: 7826292
1187.00/1187.22	c total #propagations: 5908389 / total #impl: 589970529 (eff. 0.010)
1187.00/1187.22	c GC COLLECT
1187.00/1187.22	c #Conflicts:       5000 | #Learnt:       2395 | 58.851
1187.00/1187.22	c total clause space: 886.764MB
1187.00/1187.22	c total #watches: 6740682
1554.06/1554.40	c total #propagations: 7318903 / total #impl: 656270609 (eff. 0.011)
1554.06/1554.40	c #Conflicts:       6000 | #Learnt:       3395 | 54.791
1554.06/1554.40	c total clause space: 886.764MB
1554.06/1554.40	c total #watches: 9406609
1778.42/1778.75	c total #propagations: 8348997 / total #impl: 738451061 (eff. 0.011)
1778.42/1778.75	c GC COLLECT
1778.42/1778.75	c #Conflicts:       7000 | #Learnt:       2257 | 48.466
1778.42/1778.75	c total clause space: 886.764MB
1778.42/1778.75	c total #watches: 5737173

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-4099880-1466227726/watcher-4099880-1466227726 -o /tmp/evaluation-result-4099880-1466227726/solver-4099880-1466227726 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466227725-27372 --watchdog 1960 --input HOME/instance-4099880-1466227726.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=27398
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: 1.73 2.00 2.00 4/257 27401
/proc/meminfo: memFree=31895924/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=33608 CPUtime=0 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 306 0 0 0 0 0 0 0 20 0 1 0 24817207 34414592 6830 33554432000 4194304 6201397 140737235577408 140737235575592 4250796 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 8402 6830 130 491 0 7901 0

[startup+0.100121 s]
/proc/loadavg: 1.73 2.00 2.00 4/257 27401
/proc/meminfo: memFree=31895924/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=39288 CPUtime=0.09 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 2464 0 0 0 9 0 0 0 20 0 1 0 24817207 40230912 8144 33554432000 4194304 6201397 140737235577408 140737235575592 4227002 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 9822 8144 137 491 0 9321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39288

[startup+0.200287 s]
/proc/loadavg: 1.73 2.00 2.00 4/257 27401
/proc/meminfo: memFree=31895924/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=43220 CPUtime=0.18 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 3168 0 0 0 18 0 0 0 20 0 1 0 24817207 44257280 9304 33554432000 4194304 6201397 140737235577408 140737235575592 4207987 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 10805 9304 143 491 0 10304 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 43220

[startup+0.300277 s]
/proc/loadavg: 1.73 2.00 2.00 4/257 27401
/proc/meminfo: memFree=31895924/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=54820 CPUtime=0.28 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 3306 0 0 0 28 0 0 0 20 0 1 0 24817207 56135680 10438 33554432000 4194304 6201397 140737235577408 140737235575592 5408672 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 13705 10438 143 491 0 13204 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54820

[startup+0.700232 s]
/proc/loadavg: 1.73 2.00 2.00 4/257 27401
/proc/meminfo: memFree=31895924/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=68900 CPUtime=0.69 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 4708 0 0 0 68 1 0 0 20 0 1 0 24817207 70553600 13921 33554432000 4194304 6201397 140737235577408 140737235576120 4219757 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 17225 13921 147 491 0 16724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68900

[startup+1.50019 s]
/proc/loadavg: 1.73 2.00 2.00 4/259 27403
/proc/meminfo: memFree=31791144/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=89196 CPUtime=1.49 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 5117 0 0 0 148 1 0 0 20 0 1 0 24817207 91336704 15341 33554432000 4194304 6201397 140737235577408 140737235576120 4215864 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 22299 15341 147 491 0 21798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89196

[startup+3.10019 s]
/proc/loadavg: 1.73 2.00 2.00 4/259 27403
/proc/meminfo: memFree=31778844/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=89664 CPUtime=3.09 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 5321 0 0 0 308 1 0 0 20 0 1 0 24817207 91815936 16558 33554432000 4194304 6201397 140737235577408 140737235575688 4213261 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 22416 16558 147 491 0 21915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89664

[startup+6.30026 s]
/proc/loadavg: 1.75 2.00 2.00 4/259 27403
/proc/meminfo: memFree=31727144/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=125244 CPUtime=6.29 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 6676 0 0 0 627 2 0 0 20 0 1 0 24817207 128249856 24546 33554432000 4194304 6201397 140737235577408 140737235576120 4213192 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 31311 24546 147 491 0 30810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125244

[startup+12.7002 s]
/proc/loadavg: 1.77 2.00 2.00 4/259 27403
/proc/meminfo: memFree=31659368/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=177936 CPUtime=12.69 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 7505 0 0 0 1267 2 0 0 20 0 1 0 24817207 182206464 31496 33554432000 4194304 6201397 140737235577408 140737235576120 4213178 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 44484 31496 147 491 0 43983 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 177936

[startup+25.5003 s]
/proc/loadavg: 1.82 2.00 2.00 4/259 27403
/proc/meminfo: memFree=31554060/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=183360 CPUtime=25.49 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 8840 0 0 0 2546 3 0 0 20 0 1 0 24817207 187760640 35897 33554432000 4194304 6201397 140737235577408 140737235576024 4213253 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 45840 35897 147 491 0 45339 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 183360

[startup+51.1003 s]
/proc/loadavg: 1.88 2.00 2.00 4/259 27404
/proc/meminfo: memFree=31353116/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=281612 CPUtime=51.08 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 13149 0 0 0 5103 5 0 0 20 0 1 0 24817207 288370688 66778 33554432000 4194304 6201397 140737235577408 140737235576072 4213186 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 70403 66778 160 491 0 69902 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 281612

[startup+102.3 s]
/proc/loadavg: 1.95 2.00 2.00 4/260 27408
/proc/meminfo: memFree=31220896/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=427992 CPUtime=102.28 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 16843 0 0 0 10222 6 0 0 20 0 1 0 24817207 438263808 78117 33554432000 4194304 6201397 140737235577408 140737235576024 4213186 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 106998 78117 160 491 0 106497 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 427992

[startup+162.3 s]
/proc/loadavg: 1.98 2.00 2.00 4/259 27409
/proc/meminfo: memFree=31102212/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=441356 CPUtime=162.27 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 20218 0 0 0 16219 8 0 0 20 0 1 0 24817207 451948544 97844 33554432000 4194304 6201397 140737235577408 140737235576072 4213178 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 110339 97844 160 491 0 109838 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 441356

[startup+222.311 s]
/proc/loadavg: 2.10 2.04 2.01 4/259 27410
/proc/meminfo: memFree=30876612/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=663180 CPUtime=222.27 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 24838 0 0 0 22218 9 0 0 20 0 1 0 24817207 679096320 118368 33554432000 4194304 6201397 140737235577408 140737235576120 4213253 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 165795 118368 160 491 0 165294 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 663180

[startup+282.3 s]
/proc/loadavg: 2.11 2.06 2.01 4/259 27411
/proc/meminfo: memFree=30815816/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=669056 CPUtime=282.24 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 26353 0 0 0 28215 9 0 0 20 0 1 0 24817207 685113344 119883 33554432000 4194304 6201397 140737235577408 140737235575688 4213178 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 167264 119883 166 491 0 166763 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 669056

[startup+342.3 s]
/proc/loadavg: 2.07 2.06 2.01 4/259 27412
/proc/meminfo: memFree=30732800/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=679632 CPUtime=342.24 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 29002 0 0 0 34214 10 0 0 20 0 1 0 24817207 695943168 122532 33554432000 4194304 6201397 140737235577408 140737235575688 4216049 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 169908 122532 166 491 0 169407 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 679632

[startup+402.3 s]
/proc/loadavg: 2.06 2.06 2.01 4/259 27414
/proc/meminfo: memFree=30649728/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=690072 CPUtime=402.23 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 31667 0 0 0 40212 11 0 0 20 0 1 0 24817207 706633728 140016 33554432000 4194304 6201397 140737235577408 140737235576536 4213168 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 172518 140016 166 491 0 172017 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 690072

[startup+462.3 s]
/proc/loadavg: 2.09 2.06 2.01 4/259 27415
/proc/meminfo: memFree=30542660/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=711264 CPUtime=462.21 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 37005 0 0 0 46209 12 0 0 20 0 1 0 24817207 728334336 153638 33554432000 4194304 6201397 140737235577408 140737235576072 4213168 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 177816 153638 166 491 0 177315 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 711264

[startup+522.3 s]
/proc/loadavg: 2.03 2.05 2.01 4/259 27416
/proc/meminfo: memFree=30444748/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=716764 CPUtime=522.2 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 38393 0 0 0 52207 13 0 0 20 0 1 0 24817207 733966336 166822 33554432000 4194304 6201397 140737235577408 140737235576120 4213186 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 179191 166822 166 491 0 178690 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 716764

[startup+582.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/259 27417
/proc/meminfo: memFree=30418948/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=724364 CPUtime=582.19 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 40277 0 0 0 58205 14 0 0 20 0 1 0 24817207 741748736 171261 33554432000 4194304 6201397 140737235577408 140737235576120 4213261 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 181091 171261 166 491 0 180590 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 724364


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


[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/259 27428
/proc/meminfo: memFree=30230472/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1105796 CPUtime=942.14 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 48363 0 0 0 94196 18 0 0 20 0 1 0 24817207 1132335104 209838 33554432000 4194304 6201397 140737235577408 140737235575688 4213192 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 276449 209838 166 491 0 275948 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1105796

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/259 27430
/proc/meminfo: memFree=30204060/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1108564 CPUtime=1002.13 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 49086 0 0 0 100194 19 0 0 20 0 1 0 24817207 1135169536 211583 33554432000 4194304 6201397 140737235577408 140737235576120 4213186 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 277141 211583 166 491 0 276640 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1108564

[startup+1062.3 s]
/proc/loadavg: 2.20 2.06 2.01 4/260 27432
/proc/meminfo: memFree=30189428/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1109708 CPUtime=1062.12 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 49430 0 0 0 106193 19 0 0 20 0 1 0 24817207 1136340992 211927 33554432000 4194304 6201397 140737235577408 140737235576120 4214976 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 277427 211927 166 491 0 276926 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1109708

[startup+1122.3 s]
/proc/loadavg: 2.07 2.05 2.01 4/259 27433
/proc/meminfo: memFree=30117572/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1110560 CPUtime=1122.12 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 49633 0 0 0 112193 19 0 0 20 0 1 0 24817207 1137213440 212130 33554432000 4194304 6201397 140737235577408 140737235576024 4219256 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 277640 212130 166 491 0 277139 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1110560

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/259 27434
/proc/meminfo: memFree=30059904/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1115536 CPUtime=1182.11 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 50869 0 0 0 118192 19 0 0 20 0 1 0 24817207 1142308864 213366 33554432000 4194304 6201397 140737235577408 140737235576120 4213240 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 278884 213366 166 491 0 278383 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1115536

[startup+1242.3 s]
/proc/loadavg: 2.10 2.05 2.01 4/259 27435
/proc/meminfo: memFree=30039056/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1118180 CPUtime=1242.09 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 51486 0 0 0 124190 19 0 0 20 0 1 0 24817207 1145016320 213983 33554432000 4194304 6201397 140737235577408 140737235576120 4213186 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 279545 213983 166 491 0 279044 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1118180

[startup+1302.3 s]
/proc/loadavg: 2.04 2.04 2.00 4/260 27440
/proc/meminfo: memFree=29988708/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1119952 CPUtime=1302.08 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 51971 0 0 0 130189 19 0 0 20 0 1 0 24817207 1146830848 214468 33554432000 4194304 6201397 140737235577408 140737235576120 4213178 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 279988 214468 166 491 0 279487 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1119952

[startup+1362.3 s]
/proc/loadavg: 2.08 2.05 2.00 4/259 27441
/proc/meminfo: memFree=29949324/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1133508 CPUtime=1362.08 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 55366 0 0 0 136188 20 0 0 20 0 1 0 24817207 1160712192 217863 33554432000 4194304 6201397 140737235577408 140737235575688 4213186 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 283377 217863 166 491 0 282876 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1133508

[startup+1422.3 s]
/proc/loadavg: 2.03 2.04 2.00 4/259 27442
/proc/meminfo: memFree=29909996/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1134696 CPUtime=1422.08 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 55668 0 0 0 142188 20 0 0 20 0 1 0 24817207 1161928704 218165 33554432000 4194304 6201397 140737235577408 140737235575688 4213257 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 283674 218165 166 491 0 283173 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1134696

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/259 27443
/proc/meminfo: memFree=29906052/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1136608 CPUtime=1482.06 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 56158 0 0 0 148186 20 0 0 20 0 1 0 24817207 1163886592 218655 33554432000 4194304 6201397 140737235577408 140737235576024 4213261 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 284152 218655 166 491 0 283651 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1136608

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 4/259 27444
/proc/meminfo: memFree=29904708/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1137132 CPUtime=1542.06 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 56284 0 0 0 154186 20 0 0 20 0 1 0 24817207 1164423168 218781 33554432000 4194304 6201397 140737235577408 140737235576008 4213251 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 284283 218781 166 491 0 283782 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1137132

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/259 27446
/proc/meminfo: memFree=29787236/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1138408 CPUtime=1602.04 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 56606 0 0 0 160182 22 0 0 20 0 1 0 24817207 1165729792 237499 33554432000 4194304 6201397 140737235577408 140737235576120 4213186 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 284602 237499 166 491 0 284101 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1138408

[startup+1662.3 s]
/proc/loadavg: 2.11 2.04 2.01 4/259 27447
/proc/meminfo: memFree=29735188/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1142900 CPUtime=1662.03 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 57783 0 0 0 166180 23 0 0 20 0 1 0 24817207 1170329600 247874 33554432000 4194304 6201397 140737235577408 140737235576072 4213168 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 285725 247874 166 491 0 285224 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1142900

[startup+1722.3 s]
/proc/loadavg: 2.14 2.06 2.01 4/259 27448
/proc/meminfo: memFree=29710132/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1145492 CPUtime=1722.02 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 58412 0 0 0 172179 23 0 0 20 0 1 0 24817207 1172983808 252080 33554432000 4194304 6201397 140737235577408 140737235575688 4213249 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 286373 252080 166 491 0 285872 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1145492

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.00 4/259 27449
/proc/meminfo: memFree=29655108/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1146588 CPUtime=1782.01 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 58941 0 0 0 178177 24 0 0 20 0 1 0 24817207 1174106112 259763 33554432000 4194304 6201397 140737235577408 140737235576120 4213168 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 286647 259763 166 491 0 286146 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1146588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.04 2.00 4/259 27449
/proc/meminfo: memFree=29652688/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1147064 CPUtime=1800.01 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 59020 0 0 0 179977 24 0 0 20 0 1 0 24817207 1174593536 259842 33554432000 4194304 6201397 140737235577408 140737235576120 4213261 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 286766 259842 166 491 0 286265 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1147064

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

[startup+1800.3 s]
/proc/loadavg: 2.04 2.04 2.00 4/259 27449
/proc/meminfo: memFree=29652688/32872528 swapFree=7804/7804
[pid=27401] ppid=27398 vsize=1147064 CPUtime=1800.01 cores=0-3,8-11
/proc/27401/stat : 27401 (cdcl-cuttingpla) R 27398 27401 15292 0 -1 4202496 59020 0 0 0 179977 24 0 0 20 0 1 0 24817207 1174593536 259842 33554432000 4194304 6201397 140737235577408 140737235576120 4213261 0 0 4096 8388610 0 0 0 17 10 0 0 0 0 0
/proc/27401/statm: 286766 259842 166 491 0 286265 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1147064

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.78
CPU system time (s): 0.252961
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1147064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.252961
maximum resident set size= 1039368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59020
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= 12
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.76582 second user time and 10.3364 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 07:28:46
IDJOB=4099880
IDBENCH=1545
IDSOLVER=2550
FILE ID=node132/4099880-1466227726
RUNJOBID= node132-1466227725-27372
PBS_JOBID= 19918145
Free space on /tmp= 71724 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3702.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099880-1466227726/watcher-4099880-1466227726 -o /tmp/evaluation-result-4099880-1466227726/solver-4099880-1466227726 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466227725-27372 --watchdog 1960 --input HOME/instance-4099880-1466227726.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 923982c51ba218a8e62dc99222f9f8f7
RANDOM SEED=1084762058

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:        31912372 kB
Buffers:           72096 kB
Cached:           130924 kB
SwapCached:         1744 kB
Active:            68756 kB
Inactive:         137228 kB
Active(anon):       2928 kB
Inactive(anon):     2472 kB
Active(file):      65828 kB
Inactive(file):   134756 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:             17492 kB
Writeback:             0 kB
AnonPages:         11116 kB
Mapped:             6904 kB
Shmem:                 0 kB
Slab:             606816 kB
SReclaimable:      46856 kB
SUnreclaim:       559960 kB
KernelStack:        2112 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     104628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71720 MiB
End job on node132 at 2016-06-18 07:58:47