Trace number 3280571

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) 1300.02 1300.01

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.00/0.01	c
0.00/0.01	c Starting SatElite Preprocessing
0.00/0.01	c
0.00/0.01	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 |   10580    27785 |    3173       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    7470    25292 |      --       0       --      -- |     --   | -3110/-2493
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1304   #clauses: 7470   #literals: 25292
0.00/0.03	c CPU time:   0.028995 s
0.00/0.03	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.03	
0.00/0.03	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.03	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.03	
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Number of variables:  1304                                                 |
0.00/0.03	c |  Number of clauses:    7470                                                 |
0.00/0.04	c |  Parsing time:         0.00         s                                       |
1300.00/1300.01	HOME/ebglucose.sh: line 57: 27832 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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.0 (svn: 935)

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-3280571-1303749612/watcher-3280571-1303749612 -o /tmp/evaluation-result-3280571-1303749612/solver-3280571-1303749612 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280571-1303749612.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.41 3.10 3.45 1/178 27828
/proc/meminfo: memFree=19364644/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) R 27826 27828 27322 0 -1 4202496 336 234 0 0 0 0 0 0 22 0 1 0 486559381 8912896 252 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335712661 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/27828/statm: 2176 252 211 178 0 69 0

[startup+0.0259189 s]
/proc/loadavg: 1.41 3.10 3.45 1/178 27828
/proc/meminfo: memFree=19364644/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 353 234 0 0 0 0 0 0 22 0 1 0 486559381 8912896 252 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/27828/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10086 s]
/proc/loadavg: 1.41 3.10 3.45 1/178 27828
/proc/meminfo: memFree=19364644/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.300825 s]
/proc/loadavg: 1.41 3.10 3.45 1/178 27828
/proc/meminfo: memFree=19364644/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.700753 s]
/proc/loadavg: 1.41 3.10 3.45 1/178 27828
/proc/meminfo: memFree=19364644/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+1.50064 s]
/proc/loadavg: 1.38 3.06 3.44 4/188 27848
/proc/meminfo: memFree=19295972/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=6824 CPUtime=1.45 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 1085 0 0 0 145 0 0 0 25 0 1 0 486559384 6987776 1026 33554432000 134512640 134556542 4291157808 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27832/statm: 1706 1026 211 11 0 1040 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15528

[startup+3.10036 s]
/proc/loadavg: 1.38 3.06 3.44 4/194 27860
/proc/meminfo: memFree=19163480/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=7484 CPUtime=3.03 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 1259 0 1 0 303 0 0 0 25 0 1 0 486559384 7663616 1201 33554432000 134512640 134556542 4291157808 18446744073709551615 134531768 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 1871 1201 213 11 0 1205 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 16188

[startup+6.30079 s]
/proc/loadavg: 1.59 3.08 3.44 5/198 27869
/proc/meminfo: memFree=18852956/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=8688 CPUtime=6.23 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 1525 0 1 0 623 0 0 0 25 0 1 0 486559384 8896512 1467 33554432000 134512640 134556542 4291157808 18446744073709551615 2352636 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 2172 1467 213 11 0 1506 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17392

[startup+12.7007 s]
/proc/loadavg: 1.78 3.09 3.44 5/198 27869
/proc/meminfo: memFree=18780152/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=9648 CPUtime=12.63 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 1777 0 1 0 1263 0 0 0 25 0 1 0 486559384 9879552 1719 33554432000 134512640 134556542 4291157808 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 2412 1719 213 11 0 1746 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18352

[startup+25.5004 s]
/proc/loadavg: 2.12 3.12 3.45 5/198 27871
/proc/meminfo: memFree=19013828/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=11892 CPUtime=25.43 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 2331 0 1 0 2543 0 0 0 25 0 1 0 486559384 12177408 2273 33554432000 134512640 134556542 4291157808 18446744073709551615 134530782 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 2973 2273 213 11 0 2307 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20596

[startup+51.1008 s]
/proc/loadavg: 2.86 3.21 3.46 5/198 27872
/proc/meminfo: memFree=19002672/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=14188 CPUtime=51.04 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 2911 0 1 0 5103 1 0 0 25 0 1 0 486559384 14528512 2853 33554432000 134512640 134556542 4291157808 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 3547 2853 214 11 0 2881 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22892

[startup+102.307 s]
/proc/loadavg: 3.58 3.34 3.49 5/198 27873
/proc/meminfo: memFree=18986248/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=18028 CPUtime=102.24 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 3832 0 1 0 10223 1 0 0 25 0 1 0 486559384 18460672 3774 33554432000 134512640 134556542 4291157808 18446744073709551615 134525024 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 4507 3774 214 11 0 3841 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26732

[startup+162.301 s]
/proc/loadavg: 3.92 3.48 3.53 5/198 27875
/proc/meminfo: memFree=18975560/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=20620 CPUtime=162.23 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 4469 0 1 0 16222 1 0 0 25 0 1 0 486559384 21114880 4411 33554432000 134512640 134556542 4291157808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 5155 4411 214 11 0 4489 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 29324

[startup+222.3 s]
/proc/loadavg: 3.97 3.57 3.56 5/198 27877
/proc/meminfo: memFree=18965352/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=22728 CPUtime=222.24 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 5012 0 1 0 22222 2 0 0 25 0 1 0 486559384 23273472 4954 33554432000 134512640 134556542 4291157808 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 5682 4954 214 11 0 5016 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 31432

[startup+282.301 s]
/proc/loadavg: 3.99 3.64 3.58 5/198 27878
/proc/meminfo: memFree=18959736/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=24524 CPUtime=282.24 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 5392 0 1 0 28222 2 0 0 25 0 1 0 486559384 25112576 5334 33554432000 134512640 134556542 4291157808 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 6131 5334 214 11 0 5465 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 33228

[startup+342.301 s]
/proc/loadavg: 4.06 3.72 3.61 5/198 27880
/proc/meminfo: memFree=18952764/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=27340 CPUtime=342.24 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 6046 0 1 0 34222 2 0 0 25 0 1 0 486559384 27996160 5988 33554432000 134512640 134556542 4291157808 18446744073709551615 134537764 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 6835 5988 214 11 0 6169 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 36044

[startup+402.3 s]
/proc/loadavg: 4.09 3.79 3.64 5/198 27913
/proc/meminfo: memFree=19110388/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7

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

[pid=27832] ppid=27828 vsize=32692 CPUtime=522.25 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 7344 0 1 0 52222 3 0 0 25 0 1 0 486559384 33476608 7286 33554432000 134512640 134556542 4291157808 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 8173 7286 214 11 0 7507 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 41396

[startup+582.3 s]
/proc/loadavg: 4.02 3.89 3.69 5/198 27918
/proc/meminfo: memFree=19087972/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=34676 CPUtime=582.25 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 7793 0 1 0 58222 3 0 0 25 0 1 0 486559384 35508224 7735 33554432000 134512640 134556542 4291157808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 8669 7735 214 11 0 8003 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 43380

[startup+642.301 s]
/proc/loadavg: 4.01 3.91 3.71 5/198 27920
/proc/meminfo: memFree=19083968/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=35232 CPUtime=642.26 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 7880 0 1 0 64223 3 0 0 25 0 1 0 486559384 36077568 7822 33554432000 134512640 134556542 4291157808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 8808 7822 214 11 0 8142 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 43936

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.73 5/198 27921
/proc/meminfo: memFree=19078604/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=36352 CPUtime=702.25 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 8138 0 1 0 70222 3 0 0 25 0 1 0 486559384 37224448 8080 33554432000 134512640 134556542 4291157808 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 9088 8080 214 11 0 8422 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 45056

[startup+762.307 s]
/proc/loadavg: 4.04 3.94 3.75 5/198 27923
/proc/meminfo: memFree=19072124/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=37344 CPUtime=762.26 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 8407 0 1 0 76223 3 0 0 25 0 1 0 486559384 38240256 8349 33554432000 134512640 134556542 4291157808 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 9336 8349 214 11 0 8670 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 46048

[startup+822.301 s]
/proc/loadavg: 4.01 3.95 3.76 5/198 27925
/proc/meminfo: memFree=19067608/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=38488 CPUtime=822.25 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 8700 0 1 0 82222 3 0 0 25 0 1 0 486559384 39411712 8642 33554432000 134512640 134556542 4291157808 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 9622 8642 214 11 0 8956 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 47192

[startup+882.301 s]
/proc/loadavg: 4.00 3.96 3.77 5/198 27926
/proc/meminfo: memFree=19064836/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=38488 CPUtime=882.25 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 8701 0 1 0 88222 3 0 0 25 0 1 0 486559384 39411712 8643 33554432000 134512640 134556542 4291157808 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 9622 8643 214 11 0 8956 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 47192

[startup+942.3 s]
/proc/loadavg: 4.00 3.96 3.78 5/198 27928
/proc/meminfo: memFree=19062680/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=38704 CPUtime=942.25 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 8757 0 1 0 94222 3 0 0 25 0 1 0 486559384 39632896 8699 33554432000 134512640 134556542 4291157808 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 9676 8699 214 11 0 9010 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 47408

[startup+1002.3 s]
/proc/loadavg: 4.16 4.01 3.81 5/198 27929
/proc/meminfo: memFree=19057172/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=41368 CPUtime=1002.26 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 9412 0 1 0 100223 3 0 0 25 0 1 0 486559384 42360832 9354 33554432000 134512640 134556542 4291157808 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 10342 9354 214 11 0 9676 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 50072

[startup+1062.3 s]
/proc/loadavg: 4.28 4.06 3.84 5/198 27931
/proc/meminfo: memFree=19052416/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=42064 CPUtime=1062.26 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 9586 0 1 0 106223 3 0 0 25 0 1 0 486559384 43073536 9528 33554432000 134512640 134556542 4291157808 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 10516 9528 214 11 0 9850 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 50768

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.84 5/198 27933
/proc/meminfo: memFree=19048272/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=43428 CPUtime=1122.26 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 9932 0 1 0 112223 3 0 0 25 0 1 0 486559384 44470272 9874 33554432000 134512640 134556542 4291157808 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 10857 9874 214 11 0 10191 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 52132

[startup+1182.3 s]
/proc/loadavg: 4.12 4.06 3.86 5/198 27934
/proc/meminfo: memFree=19045740/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=43960 CPUtime=1182.26 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 10058 0 1 0 118223 3 0 0 25 0 1 0 486559384 45015040 10000 33554432000 134512640 134556542 4291157808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 10990 10000 214 11 0 10324 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 52664

[startup+1242.3 s]
/proc/loadavg: 4.14 4.08 3.87 5/198 27936
/proc/meminfo: memFree=19042612/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=44404 CPUtime=1242.26 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 10114 0 1 0 124223 3 0 0 25 0 1 0 486559384 45469696 10056 33554432000 134512640 134556542 4291157808 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 11101 10056 214 11 0 10435 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 53108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.08 3.89 5/198 27946
/proc/meminfo: memFree=19040068/32951124 swapFree=67111528/67111528
[pid=27828] ppid=27826 vsize=8704 CPUtime=0.03 cores=5,7
/proc/27828/stat : 27828 (ebglucose.sh) S 27826 27828 27322 0 -1 4202496 378 869 0 0 0 0 3 0 23 0 1 0 486559381 8912896 255 33554432000 4194304 4922060 140735673252896 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/27828/statm: 2176 255 211 178 0 69 0
[pid=27832] ppid=27828 vsize=44848 CPUtime=1299.97 cores=5,7
/proc/27832/stat : 27832 (ebglucose_stati) R 27828 27828 27322 0 -1 4202496 10234 0 1 0 129994 3 0 0 25 0 1 0 486559384 45924352 10176 33554432000 134512640 134556542 4291157808 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/27832/statm: 11212 10176 214 11 0 10546 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 53552

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.97
CPU system time (s): 0.044993
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 53552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11494
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42
involuntary context switches= 1758

runsolver used 2.06169 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 18:40:12
IDJOB=3280571
IDBENCH=20401
IDSOLVER=1652
FILE ID=node132/3280571-1303749612
RUNJOBID= node132-1303749611-27819
PBS_JOBID= 13154030
Free space on /tmp= 72092 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280571-1303749612/watcher-3280571-1303749612 -o /tmp/evaluation-result-3280571-1303749612/solver-3280571-1303749612 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280571-1303749612.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=45962512

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      19365048 kB
Buffers:       1614428 kB
Cached:       11360040 kB
SwapCached:          0 kB
Active:        2916276 kB
Inactive:     10122912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19365048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1316 kB
Writeback:           0 kB
AnonPages:       64640 kB
Mapped:          14448 kB
Slab:           483892 kB
PageTables:       5288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71988 MiB
End job on node132 at 2011-04-25 19:01:54