Trace number 3289817

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 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  181861   467419 |   54558       0        0     nan |  0.000 % |
0.00/0.64	c |         0 |  126676   470112 |      --       0       --      -- |     --   | -55185/2693
0.00/0.64	c ==============================================================================
0.00/0.64	c Result  :   #vars: 22844   #clauses: 126676   #literals: 470112
0.00/0.64	c CPU time:   0.617906 s
0.00/0.64	c ==============================================================================
0.00/0.72	c
0.00/0.72	c Starting glucose
0.00/0.72	c
0.00/0.72	
0.00/0.72	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.72	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.72	
0.00/0.72	c ============================[ Problem Statistics ]=============================
0.00/0.72	c |                                                                             |
0.00/0.72	c |  Number of variables:  22844                                                |
0.00/0.72	c |  Number of clauses:    126676                                               |
0.00/0.77	c |  Parsing time:         0.05         s                                       |
1299.98/1300.01	HOME/ebglucose.sh: line 57:  2080 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-3289817-1303775472/watcher-3289817-1303775472 -o /tmp/evaluation-result-3289817-1303775472/solver-3289817-1303775472 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289817-1303775472.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.07 1.32 2.11 3/186 2063
/proc/meminfo: memFree=18734616/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567778023 8912896 253 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2063/statm: 2176 253 211 178 0 69 0

[startup+0.0248461 s]
/proc/loadavg: 1.07 1.32 2.11 3/186 2063
/proc/meminfo: memFree=18734616/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567778023 8912896 253 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2063/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100833 s]
/proc/loadavg: 1.07 1.32 2.11 3/186 2063
/proc/meminfo: memFree=18734616/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567778023 8912896 253 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2063/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300797 s]
/proc/loadavg: 1.07 1.32 2.11 3/186 2063
/proc/meminfo: memFree=18734616/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567778023 8912896 253 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2063/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700728 s]
/proc/loadavg: 1.07 1.32 2.11 3/186 2063
/proc/meminfo: memFree=18734616/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 355 232 0 0 0 0 0 0 22 0 1 0 567778023 8912896 253 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/2063/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50059 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2080
/proc/meminfo: memFree=18699876/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=16148 CPUtime=0.77 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 3504 0 0 0 77 0 0 0 18 0 1 0 567778095 16535552 3445 33554432000 134512640 134556542 4289261824 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 4037 3445 214 11 0 3371 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24852

[startup+3.10031 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2080
/proc/meminfo: memFree=18695052/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=18428 CPUtime=2.37 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 4063 0 0 0 237 0 0 0 22 0 1 0 567778095 18870272 4004 33554432000 134512640 134556542 4289261824 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 4607 4004 214 11 0 3941 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27132

[startup+6.30075 s]
/proc/loadavg: 1.31 1.37 2.12 5/194 2080
/proc/meminfo: memFree=18686496/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=20180 CPUtime=5.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 4513 0 0 0 557 0 0 0 25 0 1 0 567778095 20664320 4454 33554432000 134512640 134556542 4289261824 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 5045 4454 214 11 0 4379 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28884

[startup+12.7006 s]
/proc/loadavg: 1.52 1.41 2.13 5/194 2080
/proc/meminfo: memFree=18677568/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=21888 CPUtime=11.97 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 4920 0 0 0 1197 0 0 0 25 0 1 0 567778095 22413312 4861 33554432000 134512640 134556542 4289261824 18446744073709551615 134537728 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 5472 4861 214 11 0 4806 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30592

[startup+25.5004 s]
/proc/loadavg: 2.07 1.54 2.16 5/194 2081
/proc/meminfo: memFree=18669676/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=23740 CPUtime=24.77 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 5391 0 0 0 2477 0 0 0 25 0 1 0 567778095 24309760 5332 33554432000 134512640 134556542 4289261824 18446744073709551615 134529819 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 5935 5332 214 11 0 5269 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32444

[startup+51.1009 s]
/proc/loadavg: 2.73 1.73 2.20 5/194 2081
/proc/meminfo: memFree=18658188/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=26280 CPUtime=50.36 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 6036 0 0 0 5036 0 0 0 25 0 1 0 567778095 26910720 5977 33554432000 134512640 134556542 4289261824 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 6570 5977 214 11 0 5904 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34984

[startup+102.307 s]
/proc/loadavg: 3.45 2.08 2.30 5/194 2083
/proc/meminfo: memFree=18641300/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=30468 CPUtime=101.58 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 7055 0 0 0 10157 1 0 0 25 0 1 0 567778095 31199232 6996 33554432000 134512640 134556542 4289261824 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 7617 6996 214 11 0 6951 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 39172

[startup+162.3 s]
/proc/loadavg: 3.79 2.43 2.40 6/194 2084
/proc/meminfo: memFree=18625760/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=34056 CPUtime=161.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 7941 0 0 0 16156 1 0 0 25 0 1 0 567778095 34873344 7882 33554432000 134512640 134556542 4289261824 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 8514 7882 214 11 0 7848 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 42760

[startup+222.301 s]
/proc/loadavg: 3.96 2.73 2.50 5/194 2086
/proc/meminfo: memFree=18612460/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=36896 CPUtime=221.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 8630 0 0 0 22156 1 0 0 25 0 1 0 567778095 37781504 8571 33554432000 134512640 134556542 4289261824 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 9224 8571 214 11 0 8558 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 45600

[startup+282.3 s]
/proc/loadavg: 3.98 2.95 2.59 5/194 2088
/proc/meminfo: memFree=18599044/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=40764 CPUtime=281.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 9585 0 0 0 28155 1 0 0 25 0 1 0 567778095 41742336 9526 33554432000 134512640 134556542 4289261824 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 10191 9526 214 11 0 9525 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 49468

[startup+342.301 s]
/proc/loadavg: 3.99 3.14 2.68 5/194 2089
/proc/meminfo: memFree=18591312/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=41160 CPUtime=341.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 9701 0 0 0 34155 1 0 0 25 0 1 0 567778095 42147840 9642 33554432000 134512640 134556542 4289261824 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 10290 9642 214 11 0 9624 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 49864

[startup+402.3 s]
/proc/loadavg: 3.99 3.30 2.76 5/194 2091
/proc/meminfo: memFree=18582848/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7

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

[pid=2080] ppid=2063 vsize=50152 CPUtime=521.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 11836 0 0 0 52154 2 0 0 25 0 1 0 567778095 51355648 11777 33554432000 134512640 134556542 4289261824 18446744073709551615 134537529 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 12538 11777 214 11 0 11872 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 58856

[startup+582.301 s]
/proc/loadavg: 3.99 3.61 2.97 5/194 2096
/proc/meminfo: memFree=18558572/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=51880 CPUtime=581.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 12259 0 0 0 58154 3 0 0 25 0 1 0 567778095 53125120 12200 33554432000 134512640 134556542 4289261824 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 12970 12200 214 11 0 12304 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 60584

[startup+642.3 s]
/proc/loadavg: 3.99 3.68 3.03 5/194 2106
/proc/meminfo: memFree=18550276/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=52856 CPUtime=641.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 12488 0 0 0 64154 3 0 0 25 0 1 0 567778095 54124544 12429 33554432000 134512640 134556542 4289261824 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 13214 12429 214 11 0 12548 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 61560

[startup+702.301 s]
/proc/loadavg: 3.99 3.73 3.09 5/194 2108
/proc/meminfo: memFree=18541692/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=55104 CPUtime=701.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 13046 0 0 0 70154 3 0 0 25 0 1 0 567778095 56426496 12987 33554432000 134512640 134556542 4289261824 18446744073709551615 134536915 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 13776 12987 214 11 0 13110 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 63808

[startup+762.307 s]
/proc/loadavg: 3.99 3.78 3.14 5/194 2109
/proc/meminfo: memFree=18538420/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=56820 CPUtime=761.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 13470 0 0 0 76154 3 0 0 25 0 1 0 567778095 58183680 13411 33554432000 134512640 134556542 4289261824 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 14205 13411 214 11 0 13539 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 65524

[startup+822.3 s]
/proc/loadavg: 4.04 3.83 3.20 5/194 2111
/proc/meminfo: memFree=18527472/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=59196 CPUtime=821.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 14065 0 0 0 82153 3 0 0 25 0 1 0 567778095 60616704 14006 33554432000 134512640 134556542 4289261824 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 14799 14006 214 11 0 14133 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 67900

[startup+882.301 s]
/proc/loadavg: 4.01 3.86 3.24 5/194 2113
/proc/meminfo: memFree=18525316/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=59384 CPUtime=881.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 14129 0 0 0 88153 3 0 0 25 0 1 0 567778095 60809216 14070 33554432000 134512640 134556542 4289261824 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 14846 14070 214 11 0 14180 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 68088

[startup+942.301 s]
/proc/loadavg: 4.00 3.88 3.29 5/194 2114
/proc/meminfo: memFree=18521324/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=61100 CPUtime=941.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 14574 0 0 0 94153 4 0 0 25 0 1 0 567778095 62566400 14515 33554432000 134512640 134556542 4289261824 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 15275 14515 214 11 0 14609 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 69804

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.33 5/194 2116
/proc/meminfo: memFree=18516564/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=62704 CPUtime=1001.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 14960 0 0 0 100153 4 0 0 25 0 1 0 567778095 64208896 14880 33554432000 134512640 134556542 4289261824 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 15676 14880 214 11 0 15010 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 71408

[startup+1062.3 s]
/proc/loadavg: 4.05 3.93 3.38 5/194 2117
/proc/meminfo: memFree=18513420/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=63892 CPUtime=1061.57 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 15239 0 0 0 106153 4 0 0 25 0 1 0 567778095 65425408 15159 33554432000 134512640 134556542 4289261824 18446744073709551615 134534209 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 15973 15159 214 11 0 15307 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 72596

[startup+1122.3 s]
/proc/loadavg: 4.02 3.94 3.41 5/194 2119
/proc/meminfo: memFree=18508780/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=64948 CPUtime=1121.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 15509 0 0 0 112152 4 0 0 25 0 1 0 567778095 66506752 15429 33554432000 134512640 134556542 4289261824 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 16237 15429 214 11 0 15571 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 73652

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.45 5/194 2121
/proc/meminfo: memFree=18504912/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=67596 CPUtime=1181.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 16069 0 0 0 118152 4 0 0 25 0 1 0 567778095 69218304 15989 33554432000 134512640 134556542 4289261824 18446744073709551615 134529811 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 16899 15989 214 11 0 16233 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 76300

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.48 5/194 2122
/proc/meminfo: memFree=18497040/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=67956 CPUtime=1241.56 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 16135 0 0 0 124152 4 0 0 25 0 1 0 567778095 69586944 16055 33554432000 134512640 134556542 4289261824 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 16989 16055 214 11 0 16323 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 76660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.93 3.50 3/188 2126
/proc/meminfo: memFree=18608784/32950940 swapFree=67111528/67111528
[pid=2063] ppid=2061 vsize=8704 CPUtime=0.71 cores=5,7
/proc/2063/stat : 2063 (ebglucose.sh) S 2061 2063 452 0 -1 4202496 380 8291 0 0 0 0 69 2 16 0 1 0 567778023 8912896 256 33554432000 4194304 4922060 140736079902560 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/2063/statm: 2176 256 211 178 0 69 0
[pid=2080] ppid=2063 vsize=69500 CPUtime=1299.27 cores=5,7
/proc/2080/stat : 2080 (ebglucose_stati) R 2063 2063 452 0 -1 4202496 16521 0 0 0 129922 5 0 0 25 0 1 0 567778095 71168000 16441 33554432000 134512640 134556542 4289261824 18446744073709551615 134537118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/2080/statm: 17375 16441 214 11 0 16709 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 78204

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
CPU user time (s): 1299.93
CPU system time (s): 0.074988
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 78204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25206
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= 19
involuntary context switches= 2065

runsolver used 2.01569 second user time and 5.08923 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 01:51:13
IDJOB=3289817
IDBENCH=83137
IDSOLVER=1652
FILE ID=node117/3289817-1303775472
RUNJOBID= node117-1303775470-2028
PBS_JOBID= 13157164
Free space on /tmp= 71520 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom23.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289817-1303775472/watcher-3289817-1303775472 -o /tmp/evaluation-result-3289817-1303775472/solver-3289817-1303775472 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3289817-1303775472.cnf

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=1847528723

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18734896 kB
Buffers:       2331400 kB
Cached:       11238092 kB
SwapCached:          0 kB
Active:        6337568 kB
Inactive:      7317572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18734896 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20628 kB
Writeback:           0 kB
AnonPages:       84752 kB
Mapped:          15860 kB
Slab:           497540 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   247316 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 /tmp at the end= 71524 MiB
End job on node117 at 2011-04-26 02:12:55