Trace number 4101415

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.08 1800.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-set1al.opb
MD5SUM8707b70244b4b6d1505bb830d4ab8529
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9004
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 42048
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints492
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 constraints492
Minimum length of a constraint31
Maximum length of a constraint630
Number of terms in the objective function 7200
Biggest coefficient in the objective function 3484
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 530256
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262141
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 530256
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.02	c * #variable= 14400 #constraint= 492
0.00/0.05	c * #variable= 14400 #constraint= 492
0.49/0.54	c #Conflicts:       1000 | #Learnt:        986 | 2.863
0.49/0.54	c total clause space: 6.90675MB
0.49/0.54	c total #watches: 103784
2.59/2.66	c total #propagations: 131658 / total #impl: 4494312 (eff. 0.029)
2.59/2.66	c S1->S2
2.59/2.66	c #Conflicts:       2000 | #Learnt:       1959 | 5.049
2.59/2.66	c total clause space: 18.2382MB
2.59/2.66	c total #watches: 348603
19.39/19.46	c total #propagations: 486050 / total #impl: 14822731 (eff. 0.033)
19.39/19.46	c GC COLLECT
19.39/19.46	c #Conflicts:       3000 | #Learnt:       1987 | 3.712
19.39/19.46	c total clause space: 48.1602MB
19.39/19.46	c total #watches: 1112908
45.28/45.35	c total #propagations: 2568255 / total #impl: 110826903 (eff. 0.023)
45.28/45.35	c #Conflicts:       4000 | #Learnt:       2983 | 3.157
45.28/45.35	c total clause space: 78.2603MB
45.28/45.35	c total #watches: 1956415
61.28/61.35	c total #propagations: 5228446 / total #impl: 227954118 (eff. 0.023)
61.28/61.35	c GC COLLECT
61.28/61.35	c #Conflicts:       5000 | #Learnt:       2346 | 3.351
61.28/61.35	c total clause space: 78.2603MB
61.28/61.35	c total #watches: 1618106
89.19/89.23	c total #propagations: 6627446 / total #impl: 272331956 (eff. 0.024)
89.19/89.23	c #Conflicts:       6000 | #Learnt:       3335 | 3.480
89.19/89.23	c total clause space: 78.2603MB
89.19/89.23	c total #watches: 2371166
110.78/110.82	c total #propagations: 9146685 / total #impl: 413137734 (eff. 0.022)
110.78/110.82	c GC COLLECT
110.78/110.82	c #Conflicts:       7000 | #Learnt:       2237 | 3.177
110.78/110.82	c total clause space: 127.173MB
110.78/110.82	c total #watches: 1649445
132.97/133.01	c total #propagations: 11864029 / total #impl: 581215217 (eff. 0.020)
132.97/133.01	c #Conflicts:       8000 | #Learnt:       3234 | 2.842
132.97/133.01	c total clause space: 127.173MB
132.97/133.01	c total #watches: 2460934
322.34/322.47	c total #propagations: 13954658 / total #impl: 738672998 (eff. 0.019)
322.34/322.47	c #Conflicts:       9000 | #Learnt:       4208 | 3.003
322.34/322.47	c total clause space: 127.173MB
322.34/322.47	c total #watches: 2593842
347.82/347.91	c total #propagations: 14479982 / total #impl: 1287855634 (eff. 0.011)
347.82/347.91	c GC COLLECT
347.82/347.91	c S1->S2
347.82/347.91	c #Conflicts:      10000 | #Learnt:       2707 | 2.892
347.82/347.91	c total clause space: 127.173MB
347.82/347.91	c total #watches: 1618310
350.22/350.36	c total #propagations: 14649162 / total #impl: 1319518844 (eff. 0.011)
350.22/350.36	c #Conflicts:      11000 | #Learnt:       3707 | 2.657
350.22/350.36	c total clause space: 127.173MB
350.22/350.36	c total #watches: 1675995
354.32/354.46	c total #propagations: 14776377 / total #impl: 1324265940 (eff. 0.011)
354.32/354.46	c #Conflicts:      12000 | #Learnt:       4707 | 2.448
354.32/354.46	c total clause space: 127.173MB
354.32/354.46	c total #watches: 1730072
371.92/372.03	c total #propagations: 14888731 / total #impl: 1331074458 (eff. 0.011)
371.92/372.03	c #Conflicts:      13000 | #Learnt:       5695 | 2.923
371.92/372.03	c total clause space: 127.173MB
371.92/372.03	c total #watches: 1781304
378.21/378.33	c total #propagations: 15030569 / total #impl: 1340406663 (eff. 0.011)
378.21/378.33	c GC COLLECT
378.21/378.33	c #Conflicts:      14000 | #Learnt:       3905 | 2.762
378.21/378.33	c total clause space: 127.173MB
378.21/378.33	c total #watches: 1112081
396.82/396.90	c total #propagations: 16718601 / total #impl: 1363385215 (eff. 0.012)
396.82/396.90	c #Conflicts:      15000 | #Learnt:       4905 | 2.586
396.82/396.90	c total clause space: 127.173MB
396.82/396.90	c total #watches: 2127587
418.61/418.73	c total #propagations: 19770650 / total #impl: 1483949202 (eff. 0.013)
418.61/418.73	c #Conflicts:      16000 | #Learnt:       5904 | 2.431
418.61/418.73	c total clause space: 127.173MB
418.61/418.73	c total #watches: 3040954
466.00/466.10	c total #propagations: 22392295 / total #impl: 1636971492 (eff. 0.014)
466.00/466.10	c GC COLLECT
466.00/466.10	c #Conflicts:      17000 | #Learnt:       3734 | 2.346
466.00/466.10	c total clause space: 127.173MB
466.00/466.10	c total #watches: 3043904
495.71/495.83	c total #propagations: 24265956 / total #impl: 1846299270 (eff. 0.013)
495.71/495.83	c #Conflicts:      18000 | #Learnt:       4733 | 2.275
495.71/495.83	c total clause space: 206.656MB
495.71/495.83	c total #watches: 3849189
511.20/511.38	c total #propagations: 26061844 / total #impl: 1995463904 (eff. 0.013)
511.20/511.38	c #Conflicts:      19000 | #Learnt:       5733 | 2.162
511.20/511.38	c total clause space: 206.656MB
511.20/511.38	c total #watches: 4642133
590.60/590.77	c total #propagations: 27350038 / total #impl: 2081628736 (eff. 0.013)
590.60/590.77	c #Conflicts:      20000 | #Learnt:       6732 | 2.134
590.60/590.77	c total clause space: 206.656MB
590.60/590.77	c total #watches: 5338944
656.39/671.22	c total #propagations: 28924964 / total #impl: 2279661600 (eff. 0.013)
656.39/671.22	c GC COLLECT
656.39/671.22	c #Conflicts:      21000 | #Learnt:       4240 | 2.055
656.39/671.22	c total clause space: 206.656MB
656.39/671.22	c total #watches: 3594395
686.33/713.61	c total #propagations: 31498517 / total #impl: 2583411320 (eff. 0.012)
686.33/713.61	c #Conflicts:      22000 | #Learnt:       5240 | 2.036
686.33/713.61	c total clause space: 206.656MB
686.33/713.61	c total #watches: 4339880
745.67/791.36	c total #propagations: 34370195 / total #impl: 2813592038 (eff. 0.012)
745.67/791.36	c #Conflicts:      23000 | #Learnt:       6240 | 2.020
745.67/791.36	c total clause space: 206.656MB
745.67/791.36	c total #watches: 5113897
805.66/881.38	c total #propagations: 36927994 / total #impl: 3154764774 (eff. 0.012)
805.66/881.38	c #Conflicts:      24000 | #Learnt:       7239 | 2.227
805.66/881.38	c total clause space: 206.656MB
805.66/881.38	c total #watches: 5958045
980.91/981.13	c total #propagations: 39413700 / total #impl: 3518141945 (eff. 0.011)
980.91/981.13	c GC COLLECT
980.91/981.13	c #Conflicts:      25000 | #Learnt:       4467 | 2.326
980.91/981.13	c total clause space: 335.816MB
980.91/981.13	c total #watches: 3987643
1068.49/1068.77	c total #propagations: 40620561 / total #impl: 3772292585 (eff. 0.011)
1068.49/1068.77	c #Conflicts:      26000 | #Learnt:       5465 | 2.330
1068.49/1068.77	c total clause space: 335.816MB
1068.49/1068.77	c total #watches: 4610844
1122.99/1123.20	c total #propagations: 41677155 / total #impl: 4052777629 (eff. 0.010)
1122.99/1123.20	c #Conflicts:      27000 | #Learnt:       6465 | 2.243
1122.99/1123.20	c total clause space: 335.816MB
1122.99/1123.20	c total #watches: 5414539
1240.16/1240.48	c total #propagations: 43972307 / total #impl: 4184763397 (eff. 0.011)
1240.16/1240.48	c #Conflicts:      28000 | #Learnt:       7465 | 2.163
1240.16/1240.48	c total clause space: 335.816MB
1240.16/1240.48	c total #watches: 6268176
1308.25/1308.56	c total #propagations: 46543559 / total #impl: 4462209738 (eff. 0.010)
1308.25/1308.56	c GC COLLECT
1308.25/1308.56	c #Conflicts:      29000 | #Learnt:       4373 | 2.224
1308.25/1308.56	c total clause space: 335.816MB
1308.25/1308.56	c total #watches: 3585087
1348.95/1349.22	c total #propagations: 48259933 / total #impl: 4565932295 (eff. 0.011)
1348.95/1349.22	c #Conflicts:      30000 | #Learnt:       5367 | 2.347
1348.95/1349.22	c total clause space: 335.816MB
1348.95/1349.22	c total #watches: 3670121
1410.83/1411.10	c total #propagations: 48370654 / total #impl: 4590265159 (eff. 0.011)
1410.83/1411.10	c #Conflicts:      31000 | #Learnt:       6365 | 2.456
1410.83/1411.10	c total clause space: 335.816MB
1410.83/1411.10	c total #watches: 4533982
1661.98/1662.40	c total #propagations: 50007666 / total #impl: 4700357930 (eff. 0.011)
1661.98/1662.40	c #Conflicts:      32000 | #Learnt:       7361 | 2.509
1661.98/1662.40	c total clause space: 335.816MB
1661.98/1662.40	c total #watches: 5138201
1793.66/1794.08	c total #propagations: 51634295 / total #impl: 4987642905 (eff. 0.010)
1793.66/1794.08	c #Conflicts:      33000 | #Learnt:       8354 | 2.593
1793.66/1794.08	c total clause space: 335.816MB
1793.66/1794.08	c total #watches: 5185371

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

pid=30420
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.11 2.06 2.01 3/258 30423
/proc/meminfo: memFree=31233096/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=56116 CPUtime=0 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 27353321 57462784 10931 33554432000 4194304 6211289 140735341103104 140736002359656 4261036 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 14029 10931 120 493 0 13526 0

[startup+0.100132 s]
/proc/loadavg: 2.11 2.06 2.01 3/258 30423
/proc/meminfo: memFree=31233096/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=67824 CPUtime=0.09 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 1820 0 0 0 9 0 0 0 20 0 1 0 27353321 69451776 14789 33554432000 4194304 6211289 140735341103104 140736002359656 4215216 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 16956 14789 150 493 0 16453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67824

[startup+0.20032 s]
/proc/loadavg: 2.11 2.06 2.01 3/258 30423
/proc/meminfo: memFree=31233096/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=70676 CPUtime=0.19 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 2082 0 0 0 19 0 0 0 20 0 1 0 27353321 72372224 14951 33554432000 4194304 6211289 140735341103104 140736002359656 4205291 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 17669 14951 150 493 0 17166 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 70676

[startup+0.300219 s]
/proc/loadavg: 2.11 2.06 2.01 3/258 30423
/proc/meminfo: memFree=31233096/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=70940 CPUtime=0.29 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 2834 0 0 0 29 0 0 0 20 0 1 0 27353321 72642560 15425 33554432000 4194304 6211289 140735341103104 140736002359656 5161098 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 17735 15425 150 493 0 17232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70940

[startup+0.700193 s]
/proc/loadavg: 2.11 2.06 2.01 3/258 30423
/proc/meminfo: memFree=31233096/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=75624 CPUtime=0.69 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 3322 0 0 0 69 0 0 0 20 0 1 0 27353321 77438976 15729 33554432000 4194304 6211289 140735341103104 140735341101096 4246353 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 18906 15729 160 493 0 18403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75624

[startup+1.50024 s]
/proc/loadavg: 2.11 2.06 2.01 3/259 30424
/proc/meminfo: memFree=31154940/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=93144 CPUtime=1.49 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 6168 0 0 0 148 1 0 0 20 0 1 0 27353321 95379456 19830 33554432000 4194304 6211289 140735341103104 140735341101096 4241818 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 23286 19830 214 493 0 22783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93144

[startup+3.10022 s]
/proc/loadavg: 2.18 2.08 2.01 3/258 30424
/proc/meminfo: memFree=31153856/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=94092 CPUtime=3.09 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 6950 0 0 0 308 1 0 0 20 0 1 0 27353321 96350208 21340 33554432000 4194304 6211289 140735341103104 140735341101096 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 23523 21340 214 493 0 23020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94092

[startup+6.30019 s]
/proc/loadavg: 2.18 2.08 2.01 3/258 30424
/proc/meminfo: memFree=31147864/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=94092 CPUtime=6.29 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 7007 0 0 0 628 1 0 0 20 0 1 0 27353321 96350208 21396 33554432000 4194304 6211289 140735341103104 140735341101448 4209464 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 23523 21396 214 493 0 23020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94092

[startup+12.7002 s]
/proc/loadavg: 2.23 2.09 2.02 3/259 30425
/proc/meminfo: memFree=31136920/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=111536 CPUtime=12.68 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 8600 0 0 0 1267 1 0 0 20 0 1 0 27353321 114212864 24485 33554432000 4194304 6211289 140735341103104 140735341101096 4241789 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 27884 24485 219 493 0 27381 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 111536

[startup+25.5004 s]
/proc/loadavg: 2.20 2.09 2.02 3/259 30425
/proc/meminfo: memFree=31106448/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=139408 CPUtime=25.49 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 10935 0 0 0 2547 2 0 0 20 0 1 0 27353321 142753792 31350 33554432000 4194304 6211289 140735341103104 140735341101096 4209497 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 34852 31350 219 493 0 34349 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139408

[startup+51.1004 s]
/proc/loadavg: 2.13 2.08 2.02 3/259 30425
/proc/meminfo: memFree=31072136/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=182748 CPUtime=51.08 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 15282 0 0 0 5105 3 0 0 20 0 1 0 27353321 187133952 42224 33554432000 4194304 6211289 140735341103104 140735341101448 4209503 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 45687 42224 219 493 0 45184 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 182748

[startup+102.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/259 30426
/proc/meminfo: memFree=31010684/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=242780 CPUtime=102.29 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 18047 0 0 0 10224 5 0 0 20 0 1 0 27353321 248606720 50025 33554432000 4194304 6211289 140735341103104 140735341101096 4201991 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 60695 50025 219 493 0 60192 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 242780

[startup+162.3 s]
/proc/loadavg: 2.15 2.09 2.02 3/259 30473
/proc/meminfo: memFree=31563748/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=250984 CPUtime=162.26 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 20068 0 0 0 16221 5 0 0 20 0 1 0 27353321 257007616 52811 33554432000 4194304 6211289 140735341103104 140735341101448 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 62746 52811 219 493 0 62243 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 250984

[startup+222.311 s]
/proc/loadavg: 2.11 2.09 2.02 3/259 30519
/proc/meminfo: memFree=31474208/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=250984 CPUtime=222.27 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 20068 0 0 0 22221 6 0 0 20 0 1 0 27353321 257007616 53535 33554432000 4194304 6211289 140735341103104 140735341101448 4209388 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 62746 53535 219 493 0 62243 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 250984

[startup+282.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/259 30520
/proc/meminfo: memFree=31451212/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=250984 CPUtime=282.24 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 20081 0 0 0 28218 6 0 0 20 0 1 0 27353321 257007616 53672 33554432000 4194304 6211289 140735341103104 140735341101448 4209468 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 62746 53672 219 493 0 62243 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 250984

[startup+342.3 s]
/proc/loadavg: 2.03 2.07 2.01 3/259 30522
/proc/meminfo: memFree=31424776/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=250984 CPUtime=342.23 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 20119 0 0 0 34217 6 0 0 20 0 1 0 27353321 257007616 53755 33554432000 4194304 6211289 140735341103104 140735341101448 4209484 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 62746 53755 219 493 0 62243 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 250984

[startup+402.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/259 30523
/proc/meminfo: memFree=31338036/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=354488 CPUtime=402.21 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 29092 0 0 0 40213 8 0 0 20 0 1 0 27353321 362995712 73280 33554432000 4194304 6211289 140735341103104 140735341101448 4209484 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 88622 73280 219 493 0 88119 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 354488

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/259 30524
/proc/meminfo: memFree=31291856/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=361208 CPUtime=462.2 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 30806 0 0 0 46211 9 0 0 20 0 1 0 27353321 369876992 78571 33554432000 4194304 6211289 140735341103104 140735341101448 4209484 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 90302 78571 219 493 0 89799 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 361208

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/260 30528
/proc/meminfo: memFree=31211372/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=471044 CPUtime=522.2 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 36455 0 0 0 52207 13 0 0 20 0 1 0 27353321 482349056 94841 33554432000 4194304 6211289 140735341103104 140735341101016 4209497 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 117761 94841 219 493 0 117258 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 471044

[startup+582.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/259 30529
/proc/meminfo: memFree=31153636/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=471428 CPUtime=582.19 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 36701 0 0 0 58206 13 0 0 20 0 1 0 27353321 482742272 98351 33554432000 4194304 6211289 140735341103104 140735341101016 4209380 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 117857 98351 219 493 0 117354 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 471428


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


[startup+942.3 s]
/proc/loadavg: 3.35 3.49 2.68 3/259 30536
/proc/meminfo: memFree=31092532/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=479008 CPUtime=942.11 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 39106 0 0 0 94197 14 0 0 20 0 1 0 27353321 490504192 111509 33554432000 4194304 6211289 140735341103104 140735341101016 4209501 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 119752 111509 219 493 0 119249 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 479008

[startup+1002.3 s]
/proc/loadavg: 2.54 3.24 2.64 3/259 30536
/proc/meminfo: memFree=31069640/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=612496 CPUtime=1002.1 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 40040 0 0 0 100194 16 0 0 20 0 1 0 27353321 627195904 113667 33554432000 4194304 6211289 140735341103104 140735341101016 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 153124 113667 219 493 0 152621 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 612496

[startup+1062.3 s]
/proc/loadavg: 2.18 2.99 2.59 3/259 30539
/proc/meminfo: memFree=31068396/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=613688 CPUtime=1062.09 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 40317 0 0 0 106193 16 0 0 20 0 1 0 27353321 628416512 113944 33554432000 4194304 6211289 140735341103104 140735341101016 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 153422 113944 219 493 0 152919 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 613688

[startup+1122.3 s]
/proc/loadavg: 2.23 2.85 2.57 3/260 30543
/proc/meminfo: memFree=31060668/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=622844 CPUtime=1122.1 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 41922 0 0 0 112193 17 0 0 20 0 1 0 27353321 637792256 115549 33554432000 4194304 6211289 140735341103104 140735341101016 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 155711 115549 219 493 0 155208 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 622844

[startup+1182.3 s]
/proc/loadavg: 2.09 2.71 2.53 4/261 30544
/proc/meminfo: memFree=31052788/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=624988 CPUtime=1182.07 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 42638 0 0 0 118190 17 0 0 20 0 1 0 27353321 639987712 117286 33554432000 4194304 6211289 140735341103104 140735341100968 4209484 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 156247 117286 219 493 0 155744 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 624988

[startup+1242.31 s]
/proc/loadavg: 2.15 2.61 2.51 3/259 30545
/proc/meminfo: memFree=31037320/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=626108 CPUtime=1242.07 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 42943 0 0 0 124190 17 0 0 20 0 1 0 27353321 641134592 120657 33554432000 4194304 6211289 140735341103104 140735341101096 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 156527 120657 219 493 0 156024 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 626108

[startup+1302.3 s]
/proc/loadavg: 2.12 2.52 2.48 3/259 30545
/proc/meminfo: memFree=31019084/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=626876 CPUtime=1302.05 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 43394 0 0 0 130187 18 0 0 20 0 1 0 27353321 641921024 125175 33554432000 4194304 6211289 140735341103104 140735341101080 4209376 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 156719 125175 219 493 0 156216 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 626876

[startup+1362.3 s]
/proc/loadavg: 2.04 2.42 2.45 3/259 30548
/proc/meminfo: memFree=31008940/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=626876 CPUtime=1362.04 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 43405 0 0 0 136186 18 0 0 20 0 1 0 27353321 641921024 125893 33554432000 4194304 6211289 140735341103104 140735341101448 4209244 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 156719 125893 219 493 0 156216 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 626876

[startup+1422.3 s]
/proc/loadavg: 2.01 2.34 2.42 3/259 30548
/proc/meminfo: memFree=31000524/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=628744 CPUtime=1422.03 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 43872 0 0 0 142184 19 0 0 20 0 1 0 27353321 643833856 126343 33554432000 4194304 6211289 140735341103104 140735341101448 4209484 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157186 126343 219 493 0 156683 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 628744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.27 2.39 4/260 30550
/proc/meminfo: memFree=30996364/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1482.01 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 148182 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101016 4209388 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 631808

[startup+1542.3 s]
/proc/loadavg: 2.04 2.24 2.37 3/259 30550
/proc/meminfo: memFree=30996428/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1542 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 154181 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101016 4209306 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 631808

[startup+1602.3 s]
/proc/loadavg: 2.05 2.20 2.35 3/259 30551
/proc/meminfo: memFree=30982292/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1601.99 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 160180 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101016 4209497 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 631808

[startup+1662.3 s]
/proc/loadavg: 2.02 2.17 2.32 3/259 30553
/proc/meminfo: memFree=30962120/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1661.98 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 166179 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101016 4209501 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 631808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.13 2.30 3/260 30557
/proc/meminfo: memFree=30961148/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1721.98 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 172179 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101448 4209464 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 631808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.11 2.28 3/260 30581
/proc/meminfo: memFree=30957376/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1781.98 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 178179 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101448 4209396 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 631808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.10 2.27 3/260 30582
/proc/meminfo: memFree=30958212/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1800.06 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 179987 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101448 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 631808

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.10 2.27 3/260 30582
/proc/meminfo: memFree=30958212/32872528 swapFree=7804/7804
[pid=30423] ppid=30420 vsize=631808 CPUtime=1800.06 cores=4-7,12-15
/proc/30423/stat : 30423 (cdcl-cuttingpla) R 30420 30423 27517 0 -1 4202496 44655 0 0 0 179987 19 0 0 20 0 1 0 27353321 646971392 127117 33554432000 4194304 6211289 140735341103104 140735341101448 4209392 0 0 4096 8388610 0 0 0 17 14 0 0 0 0 0
/proc/30423/statm: 157952 127117 219 493 0 157449 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 631808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.4
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.201969
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 631808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.201969
maximum resident set size= 508468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44655
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= 71
involuntary context switches= 1723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.37103 second user time and 9.03563 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 14:31:27
IDJOB=4101415
IDBENCH=1743
IDSOLVER=2549
FILE ID=node132/4101415-1466253087
RUNJOBID= node132-1466229528-27534
PBS_JOBID= 19918175
Free space on /tmp= 71736 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-set1al.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101415-1466253087/watcher-4101415-1466253087 -o /tmp/evaluation-result-4101415-1466253087/solver-4101415-1466253087 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466229528-27534 --watchdog 1960 --input HOME/instance-4101415-1466253087.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= 8707b70244b4b6d1505bb830d4ab8529
RANDOM SEED=755810733

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:        31233052 kB
Buffers:           98264 kB
Cached:           165184 kB
SwapCached:         1776 kB
Active:           684552 kB
Inactive:         197340 kB
Active(anon):     618944 kB
Inactive(anon):     2376 kB
Active(file):      65608 kB
Inactive(file):   194964 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              2948 kB
Writeback:             0 kB
AnonPages:        626632 kB
Mapped:             8008 kB
Shmem:                 0 kB
Slab:             607436 kB
SReclaimable:      47744 kB
SUnreclaim:       559692 kB
KernelStack:        2192 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     770528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 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= 71732 MiB
End job on node132 at 2016-06-18 15:01:28