Trace number 3289173

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.03 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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 |  197322   482608 |   59196       0        0     nan |  0.000 % |
0.00/0.63	c |         0 |  123324   416560 |      --       0       --      -- |     --   | -73998/-66048
0.00/0.63	c ==============================================================================
0.00/0.63	c Result  :   #vars: 24191   #clauses: 123324   #literals: 416560
0.00/0.63	c CPU time:   0.604908 s
0.00/0.63	c ==============================================================================
0.00/0.70	c
0.00/0.70	c Starting glucose
0.00/0.70	c
0.00/0.70	
0.00/0.70	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.70	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.70	
0.00/0.71	c ============================[ Problem Statistics ]=============================
0.00/0.71	c |                                                                             |
0.00/0.71	c |  Number of variables:  24191                                                |
0.00/0.71	c |  Number of clauses:    123324                                               |
0.00/0.75	c |  Parsing time:         0.04         s                                       |
1300.00/1300.01	HOME/ebglucose.sh: line 57: 16049 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-3289173-1303772054/watcher-3289173-1303772054 -o /tmp/evaluation-result-3289173-1303772054/solver-3289173-1303772054 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289173-1303772054.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: 3.92 3.97 3.55 4/182 16026
/proc/meminfo: memFree=18535320/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488805002 8912896 253 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 253 211 178 0 69 0

[startup+0.0348199 s]
/proc/loadavg: 3.92 3.97 3.55 4/182 16026
/proc/meminfo: memFree=18535320/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488805002 8912896 253 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10081 s]
/proc/loadavg: 3.92 3.97 3.55 4/182 16026
/proc/meminfo: memFree=18535320/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488805002 8912896 253 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300763 s]
/proc/loadavg: 3.92 3.97 3.55 4/182 16026
/proc/meminfo: memFree=18535320/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488805002 8912896 253 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700698 s]
/proc/loadavg: 3.92 3.97 3.55 4/182 16026
/proc/meminfo: memFree=18535320/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 356 233 0 0 0 0 0 0 21 0 1 0 488805002 8912896 253 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50056 s]
/proc/loadavg: 3.92 3.97 3.55 5/192 16049
/proc/meminfo: memFree=18493752/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=15840 CPUtime=0.78 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 3453 0 0 0 78 0 0 0 17 0 1 0 488805073 16220160 3394 33554432000 134512640 134556542 4294226976 18446744073709551615 134537758 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 3960 3394 214 11 0 3294 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 24544

[startup+3.10035 s]
/proc/loadavg: 3.92 3.97 3.55 5/192 16049
/proc/meminfo: memFree=18489536/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=17560 CPUtime=2.38 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 3872 0 0 0 238 0 0 0 20 0 1 0 488805073 17981440 3813 33554432000 134512640 134556542 4294226976 18446744073709551615 134529021 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 4390 3813 214 11 0 3724 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26264

[startup+6.30075 s]
/proc/loadavg: 4.09 4.00 3.57 5/192 16049
/proc/meminfo: memFree=18481928/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=19592 CPUtime=5.58 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 4389 0 0 0 558 0 0 0 25 0 1 0 488805073 20062208 4330 33554432000 134512640 134556542 4294226976 18446744073709551615 134536807 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 4898 4330 214 11 0 4232 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28296

[startup+12.7007 s]
/proc/loadavg: 4.32 4.05 3.58 5/192 16049
/proc/meminfo: memFree=18472680/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=21060 CPUtime=11.98 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 4749 0 0 0 1198 0 0 0 25 0 1 0 488805073 21565440 4690 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 5265 4690 214 11 0 4599 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29764

[startup+25.5005 s]
/proc/loadavg: 4.25 4.05 3.59 5/192 16049
/proc/meminfo: memFree=18465904/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=22912 CPUtime=24.78 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 5198 0 0 0 2478 0 0 0 25 0 1 0 488805073 23461888 5139 33554432000 134512640 134556542 4294226976 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 5728 5139 214 11 0 5062 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31616

[startup+51.1002 s]
/proc/loadavg: 4.16 4.04 3.60 5/192 16050
/proc/meminfo: memFree=18455696/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=25176 CPUtime=50.38 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 5774 0 0 0 5038 0 0 0 25 0 1 0 488805073 25780224 5715 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 6294 5715 214 11 0 5628 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33880

[startup+102.307 s]
/proc/loadavg: 4.07 4.03 3.62 5/192 16051
/proc/meminfo: memFree=18439404/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=28664 CPUtime=101.59 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 6607 0 0 0 10158 1 0 0 25 0 1 0 488805073 29351936 6548 33554432000 134512640 134556542 4294226976 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 7166 6548 214 11 0 6500 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37368

[startup+162.3 s]
/proc/loadavg: 4.02 4.02 3.64 5/192 16053
/proc/meminfo: memFree=18426620/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=31612 CPUtime=161.59 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 7371 0 0 0 16158 1 0 0 25 0 1 0 488805073 32370688 7312 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 7903 7312 214 11 0 7237 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 40316

[startup+222.3 s]
/proc/loadavg: 4.01 4.02 3.66 5/192 16055
/proc/meminfo: memFree=18416808/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=34212 CPUtime=221.58 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 7988 0 0 0 22157 1 0 0 25 0 1 0 488805073 35033088 7929 33554432000 134512640 134556542 4294226976 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 8553 7929 214 11 0 7887 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 42916

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.68 5/192 16056
/proc/meminfo: memFree=18407000/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=36112 CPUtime=281.58 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 8457 0 0 0 28157 1 0 0 25 0 1 0 488805073 36978688 8398 33554432000 134512640 134556542 4294226976 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 9028 8398 214 11 0 8362 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 44816

[startup+342.301 s]
/proc/loadavg: 4.07 4.02 3.70 5/192 16058
/proc/meminfo: memFree=18397804/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=38316 CPUtime=341.59 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 9011 0 0 0 34157 2 0 0 25 0 1 0 488805073 39235584 8952 33554432000 134512640 134556542 4294226976 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 9579 8952 214 11 0 8913 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 47020

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.72 5/192 16059
/proc/meminfo: memFree=18392712/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7

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

[pid=16049] ppid=16026 vsize=42564 CPUtime=521.59 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 10079 0 0 0 52157 2 0 0 25 0 1 0 488805073 43585536 10020 33554432000 134512640 134556542 4294226976 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 10641 10020 214 11 0 9975 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 51268

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/192 16073
/proc/meminfo: memFree=18372744/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=44484 CPUtime=581.59 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 10479 0 0 0 58157 2 0 0 25 0 1 0 488805073 45551616 10420 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 11121 10420 214 11 0 10455 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 53188

[startup+642.301 s]
/proc/loadavg: 4.06 4.02 3.77 5/192 16075
/proc/meminfo: memFree=18367648/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=46784 CPUtime=641.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 11039 0 0 0 64157 3 0 0 25 0 1 0 488805073 47906816 10980 33554432000 134512640 134556542 4294226976 18446744073709551615 134532102 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 11696 10980 214 11 0 11030 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 55488

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.79 5/192 16079
/proc/meminfo: memFree=18362532/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=48496 CPUtime=701.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 11452 0 0 0 70157 3 0 0 25 0 1 0 488805073 49659904 11393 33554432000 134512640 134556542 4294226976 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 12124 11393 214 11 0 11458 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 57200

[startup+762.307 s]
/proc/loadavg: 4.05 4.02 3.80 5/192 16081
/proc/meminfo: memFree=18358140/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=48496 CPUtime=761.61 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 11471 0 0 0 76158 3 0 0 25 0 1 0 488805073 49659904 11412 33554432000 134512640 134556542 4294226976 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 12124 11412 214 11 0 11458 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 57200

[startup+822.3 s]
/proc/loadavg: 4.02 4.01 3.81 5/192 16083
/proc/meminfo: memFree=18351432/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=50120 CPUtime=821.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 11860 0 0 0 82157 3 0 0 25 0 1 0 488805073 51322880 11801 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 12530 11801 214 11 0 11864 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 58824

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.82 5/192 16084
/proc/meminfo: memFree=18347452/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=50944 CPUtime=881.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 12100 0 0 0 88157 3 0 0 25 0 1 0 488805073 52166656 12041 33554432000 134512640 134556542 4294226976 18446744073709551615 134530938 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 12736 12041 214 11 0 12070 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 59648

[startup+942.301 s]
/proc/loadavg: 4.03 4.02 3.83 5/192 16085
/proc/meminfo: memFree=18343464/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=52440 CPUtime=941.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 12443 0 0 0 94157 3 0 0 25 0 1 0 488805073 53698560 12384 33554432000 134512640 134556542 4294226976 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 13110 12384 214 11 0 12444 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 61144

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.84 5/192 16087
/proc/meminfo: memFree=18338484/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=53520 CPUtime=1001.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 12712 0 0 0 100157 3 0 0 25 0 1 0 488805073 54804480 12653 33554432000 134512640 134556542 4294226976 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 13380 12653 214 11 0 12714 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 62224

[startup+1062.3 s]
/proc/loadavg: 4.04 4.02 3.85 5/192 16089
/proc/meminfo: memFree=18335120/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=53652 CPUtime=1061.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 12759 0 0 0 106157 3 0 0 25 0 1 0 488805073 54939648 12700 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 13413 12700 214 11 0 12747 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 62356

[startup+1122.3 s]
/proc/loadavg: 4.09 4.03 3.86 5/192 16091
/proc/meminfo: memFree=18332380/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=54324 CPUtime=1121.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 12924 0 0 0 112157 3 0 0 25 0 1 0 488805073 55627776 12865 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 13581 12865 214 11 0 12915 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 63028

[startup+1182.3 s]
/proc/loadavg: 4.03 4.03 3.87 5/192 16092
/proc/meminfo: memFree=18328652/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=55492 CPUtime=1181.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 13206 0 0 0 118157 3 0 0 25 0 1 0 488805073 56823808 13147 33554432000 134512640 134556542 4294226976 18446744073709551615 134536819 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 13873 13147 214 11 0 13207 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 64196

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.87 5/192 16094
/proc/meminfo: memFree=18325420/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=56616 CPUtime=1241.6 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 13486 0 0 0 124157 3 0 0 25 0 1 0 488805073 57974784 13427 33554432000 134512640 134556542 4294226976 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 14154 13427 214 11 0 13488 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 65320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.88 4/190 16096
/proc/meminfo: memFree=18365352/32951132 swapFree=67111524/67111528
[pid=16026] ppid=16024 vsize=8704 CPUtime=0.69 cores=5,7
/proc/16026/stat : 16026 (ebglucose.sh) S 16024 16026 15815 0 -1 4202496 380 9246 0 0 0 0 67 2 15 0 1 0 488805002 8912896 256 33554432000 4194304 4922060 140735087924848 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16026/statm: 2176 256 211 178 0 69 0
[pid=16049] ppid=16026 vsize=56944 CPUtime=1299.31 cores=5,7
/proc/16049/stat : 16049 (ebglucose_stati) R 16026 16026 15815 0 -1 4202496 13594 0 0 0 129928 3 0 0 25 0 1 0 488805073 58310656 13535 33554432000 134512640 134556542 4294226976 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/16049/statm: 14236 13535 214 11 0 13570 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 65648

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.03
CPU user time (s): 1299.96
CPU system time (s): 0.071989
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 65648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23253
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= 25
involuntary context switches= 3076

runsolver used 2.01869 second user time and 5.08623 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:54:14
IDJOB=3289173
IDBENCH=83116
IDSOLVER=1652
FILE ID=node129/3289173-1303772054
RUNJOBID= node129-1303770751-15836
PBS_JOBID= 13157179
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=185325850

node129.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.831
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.831
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.83
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18536400 kB
Buffers:       1241288 kB
Cached:       12430152 kB
SwapCached:          4 kB
Active:        2061304 kB
Inactive:     11691028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18536400 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7040 kB
Writeback:          24 kB
AnonPages:       80016 kB
Mapped:          15764 kB
Slab:           600288 kB
PageTables:       5264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   226344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node129 at 2011-04-26 01:15:56