Trace number 3498554

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 NameAnswerCPU timeWall clock time
EBGlucose 1.0? (TO) 5000.06 4999.91

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2476.89
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.00/0.08	c CPU time:   0.078987 s
0.00/0.08	c ==============================================================================
0.00/0.09	c
0.00/0.09	c Starting glucose
0.00/0.09	c
0.00/0.09	
0.00/0.09	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.09	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.09	
0.00/0.09	c ============================[ Problem Statistics ]=============================
0.00/0.09	c |                                                                             |
0.00/0.09	c |  Number of variables:  2673                                                 |
0.00/0.09	c |  Number of clauses:    15594                                                |
0.08/0.10	c |  Parsing time:         0.01         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3498554-1307958391/watcher-3498554-1307958391 -o /var/tmp/evaluation-result-3498554-1307958391/solver-3498554-1307958391 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498554-1307958391.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.03 1.44 1.72 4/173 2689
/proc/meminfo: memFree=12733844/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888254964 8912896 252 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2689/statm: 2176 252 211 178 0 69 0

[startup+0.025179 s]
/proc/loadavg: 1.03 1.44 1.72 4/173 2689
/proc/meminfo: memFree=12733844/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 354 233 0 0 0 0 0 0 23 0 1 0 888254964 8912896 252 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2689/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100127 s]
/proc/loadavg: 1.03 1.44 1.72 4/173 2689
/proc/meminfo: memFree=12733844/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8704

[startup+0.300128 s]
/proc/loadavg: 1.03 1.44 1.72 4/173 2689
/proc/meminfo: memFree=12733844/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8704

[startup+0.701064 s]
/proc/loadavg: 1.03 1.44 1.72 4/173 2689
/proc/meminfo: memFree=12733844/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 1.03 1.44 1.72 4/177 2697
/proc/meminfo: memFree=12723468/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=6768 CPUtime=1.39 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 1097 0 2 0 139 0 0 0 25 0 1 0 888254973 6930432 1040 33554432000 134512640 134556542 4294585312 18446744073709551615 134531573 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 1692 1040 213 11 0 1026 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 15472

[startup+3.10061 s]
/proc/loadavg: 1.03 1.44 1.72 3/177 2697
/proc/meminfo: memFree=12721732/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=7428 CPUtime=2.99 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 1272 0 2 0 299 0 0 0 25 0 1 0 888254973 7606272 1215 33554432000 134512640 134556542 4294585312 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 1857 1215 213 11 0 1191 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16132

[startup+6.30103 s]
/proc/loadavg: 1.11 1.45 1.72 3/177 2698
/proc/meminfo: memFree=12719252/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=8432 CPUtime=6.19 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 1530 0 2 0 619 0 0 0 25 0 1 0 888254973 8634368 1473 33554432000 134512640 134556542 4294585312 18446744073709551615 134543398 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 2108 1473 213 11 0 1442 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17136

[startup+12.7009 s]
/proc/loadavg: 1.18 1.46 1.72 4/177 2698
/proc/meminfo: memFree=12716076/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=10016 CPUtime=12.59 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 1915 0 2 0 1259 0 0 0 25 0 1 0 888254973 10256384 1858 33554432000 134512640 134556542 4294585312 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 2504 1858 213 11 0 1838 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18720

[startup+25.5005 s]
/proc/loadavg: 1.36 1.49 1.73 3/177 2698
/proc/meminfo: memFree=12713224/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=11136 CPUtime=25.39 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 2192 0 2 0 2539 0 0 0 25 0 1 0 888254973 11403264 2135 33554432000 134512640 134556542 4294585312 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 2784 2135 213 11 0 2118 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19840

[startup+51.1008 s]
/proc/loadavg: 1.58 1.53 1.73 3/177 2699
/proc/meminfo: memFree=12708352/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=13776 CPUtime=50.99 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 2817 0 2 0 5099 0 0 0 25 0 1 0 888254973 14106624 2760 33554432000 134512640 134556542 4294585312 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 3444 2760 214 11 0 2778 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22480

[startup+102.306 s]
/proc/loadavg: 1.81 1.60 1.74 3/177 2700
/proc/meminfo: memFree=12701880/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=16500 CPUtime=102.2 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 3542 0 2 0 10220 0 0 0 25 0 1 0 888254973 16896000 3485 33554432000 134512640 134556542 4294585312 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 4125 3485 214 11 0 3459 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 25204

[startup+162.3 s]
/proc/loadavg: 1.93 1.67 1.75 3/177 2702
/proc/meminfo: memFree=12696524/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=19864 CPUtime=162.19 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 4329 0 2 0 16219 0 0 0 25 0 1 0 888254973 20340736 4272 33554432000 134512640 134556542 4294585312 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 4966 4272 214 11 0 4300 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 28568

[startup+222.3 s]
/proc/loadavg: 1.97 1.73 1.77 3/177 2703
/proc/meminfo: memFree=12694012/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=20764 CPUtime=222.19 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 4567 0 2 0 22219 0 0 0 25 0 1 0 888254973 21262336 4510 33554432000 134512640 134556542 4294585312 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 5191 4510 214 11 0 4525 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 29468

[startup+282.301 s]
/proc/loadavg: 1.99 1.77 1.78 3/177 2750
/proc/meminfo: memFree=12698176/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=23236 CPUtime=282.2 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 5177 0 2 0 28220 0 0 0 25 0 1 0 888254973 23793664 5120 33554432000 134512640 134556542 4294585312 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 5809 5120 214 11 0 5143 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 31940

[startup+342.301 s]
/proc/loadavg: 1.99 1.81 1.79 3/177 2752
/proc/meminfo: memFree=12693192/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=24336 CPUtime=342.2 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 5404 0 2 0 34220 0 0 0 25 0 1 0 888254973 24920064 5347 33554432000 134512640 134556542 4294585312 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 6084 5347 214 11 0 5418 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 33040

[startup+402.301 s]
/proc/loadavg: 2.04 1.86 1.81 3/177 2755
/proc/meminfo: memFree=12687200/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7

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

[pid=2697] ppid=2689 vsize=70852 CPUtime=4302.33 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16615 0 2 0 430229 4 0 0 25 0 1 0 888254973 72552448 16558 33554432000 134512640 134556542 4294585312 18446744073709551615 134530129 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17713 16558 214 11 0 17047 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 79556

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2931
/proc/meminfo: memFree=12565292/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=70852 CPUtime=4362.33 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16615 0 2 0 436229 4 0 0 25 0 1 0 888254973 72552448 16558 33554432000 134512640 134556542 4294585312 18446744073709551615 134537731 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17713 16558 214 11 0 17047 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 79556

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2932
/proc/meminfo: memFree=12565012/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=70960 CPUtime=4422.33 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16623 0 2 0 442229 4 0 0 25 0 1 0 888254973 72663040 16566 33554432000 134512640 134556542 4294585312 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17740 16566 214 11 0 17074 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 79664

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2943
/proc/meminfo: memFree=12562208/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=70960 CPUtime=4482.33 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16639 0 2 0 448229 4 0 0 25 0 1 0 888254973 72663040 16582 33554432000 134512640 134556542 4294585312 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17740 16582 214 11 0 17074 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 79664

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2946
/proc/meminfo: memFree=12562096/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=71032 CPUtime=4542.34 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16656 0 2 0 454230 4 0 0 25 0 1 0 888254973 72736768 16599 33554432000 134512640 134556542 4294585312 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17758 16599 214 11 0 17092 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 79736

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2947
/proc/meminfo: memFree=12561944/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=71140 CPUtime=4602.34 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16671 0 2 0 460230 4 0 0 25 0 1 0 888254973 72847360 16614 33554432000 134512640 134556542 4294585312 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17785 16614 214 11 0 17119 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 79844

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2949
/proc/meminfo: memFree=12560916/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=71140 CPUtime=4662.34 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16673 0 2 0 466230 4 0 0 25 0 1 0 888254973 72847360 16616 33554432000 134512640 134556542 4294585312 18446744073709551615 134537297 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17785 16616 214 11 0 17119 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 79844

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2950
/proc/meminfo: memFree=12560396/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=71140 CPUtime=4722.35 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16673 0 2 0 472231 4 0 0 25 0 1 0 888254973 72847360 16616 33554432000 134512640 134556542 4294585312 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17785 16616 214 11 0 17119 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 79844

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 2953
/proc/meminfo: memFree=12557504/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=71140 CPUtime=4782.34 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16675 0 2 0 478230 4 0 0 25 0 1 0 888254973 72847360 16618 33554432000 134512640 134556542 4294585312 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17785 16618 214 11 0 17119 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 79844

[startup+4842.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/177 2955
/proc/meminfo: memFree=12557232/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=71248 CPUtime=4842.35 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16703 0 2 0 484231 4 0 0 25 0 1 0 888254973 72957952 16646 33554432000 134512640 134556542 4294585312 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17812 16646 214 11 0 17146 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 79952

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/177 2956
/proc/meminfo: memFree=12556824/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=71980 CPUtime=4902.35 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 16867 0 2 0 490231 4 0 0 25 0 1 0 888254973 73707520 16810 33554432000 134512640 134556542 4294585312 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 17995 16810 214 11 0 17329 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 80684

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2958
/proc/meminfo: memFree=12554948/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=72904 CPUtime=4962.35 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 17110 0 2 0 496231 4 0 0 25 0 1 0 888254973 74653696 17053 33554432000 134512640 134556542 4294585312 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 18226 17053 214 11 0 17560 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 81608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2959
/proc/meminfo: memFree=12551576/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=75148 CPUtime=4999.95 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 17663 0 2 0 499991 4 0 0 25 0 1 0 888254973 76951552 17606 33554432000 134512640 134556542 4294585312 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 18787 17606 214 11 0 18121 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 83852

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 2959
/proc/meminfo: memFree=12551576/32951124 swapFree=67062232/67111528
[pid=2689] ppid=2685 vsize=8704 CPUtime=0.08 cores=1,3,5,7
/proc/2689/stat : 2689 (ebglucose.sh) S 2685 2689 2096 0 -1 4202496 381 1393 0 0 0 0 8 0 23 0 1 0 888254964 8912896 255 33554432000 4194304 4922060 140734321072720 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2689/statm: 2176 255 211 178 0 69 0
[pid=2697] ppid=2689 vsize=75148 CPUtime=4999.95 cores=1,3,5,7
/proc/2697/stat : 2697 (ebglucose_stati) R 2689 2689 2096 0 -1 4202496 17663 0 2 0 499991 4 0 0 25 0 1 0 888254973 76951552 17606 33554432000 134512640 134556542 4294585312 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/2697/statm: 18787 17606 214 11 0 18121 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 83852

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 5000.01
CPU system time (s): 0.053991
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 83852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.01
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19437
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47
involuntary context switches= 7205

runsolver used 7.12592 second user time and 16.3515 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-13 11:46:31
IDJOB=3498554
IDBENCH=20399
IDSOLVER=1992
FILE ID=node147/3498554-1307958391
RUNJOBID= node147-1307958391-2663
PBS_JOBID= 13559681
Free space on /var/tmp= 2912 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498554-1307958391/watcher-3498554-1307958391 -o /var/tmp/evaluation-result-3498554-1307958391/solver-3498554-1307958391 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498554-1307958391.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=821415106

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12734336 kB
Buffers:        104748 kB
Cached:       19412204 kB
SwapCached:      10356 kB
Active:        4152180 kB
Inactive:     15381464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12734336 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:            2384 kB
Writeback:           0 kB
AnonPages:       14952 kB
Mapped:           9268 kB
Slab:           618620 kB
PageTables:       4156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   155788 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2900 MiB
End job on node147 at 2011-06-13 13:09:53