Trace number 3288897

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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 |   81213   207435 |   24363       0        0     nan |  0.000 % |
0.00/0.31	c |         0 |   55718   204634 |      --       0       --      -- |     --   | -25495/-2801
0.00/0.31	c ==============================================================================
0.00/0.31	c Result  :   #vars: 10123   #clauses: 55718   #literals: 204634
0.00/0.31	c CPU time:   0.306953 s
0.00/0.31	c ==============================================================================
0.00/0.35	c
0.00/0.35	c Starting glucose
0.00/0.35	c
0.00/0.35	
0.00/0.35	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.35	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.35	
0.00/0.35	c ============================[ Problem Statistics ]=============================
0.00/0.35	c |                                                                             |
0.00/0.35	c |  Number of variables:  10123                                                |
0.00/0.35	c |  Number of clauses:    55718                                                |
0.00/0.38	c |  Parsing time:         0.02         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57: 30434 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-3288897-1303770461/watcher-3288897-1303770461 -o /tmp/evaluation-result-3288897-1303770461/solver-3288897-1303770461 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288897-1303770461.cnf 

running on 2 cores: 0,2

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: 4.00 4.02 3.95 4/192 30430
/proc/meminfo: memFree=13138356/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567276804 8912896 252 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 252 211 178 0 69 0

[startup+0.0821751 s]
/proc/loadavg: 4.00 4.02 3.95 4/192 30430
/proc/meminfo: memFree=13138356/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567276804 8912896 252 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101169 s]
/proc/loadavg: 4.00 4.02 3.95 4/192 30430
/proc/meminfo: memFree=13138356/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567276804 8912896 252 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301131 s]
/proc/loadavg: 4.00 4.02 3.95 4/192 30430
/proc/meminfo: memFree=13138356/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567276804 8912896 252 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700996 s]
/proc/loadavg: 4.00 4.02 3.95 4/192 30430
/proc/meminfo: memFree=13138356/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 30434
/proc/meminfo: memFree=13127188/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=10496 CPUtime=1.13 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 2177 0 0 0 113 0 0 0 25 0 1 0 567276840 10747904 2118 33554432000 134512640 134556542 4289577056 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 2624 2118 214 11 0 1958 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19200

[startup+3.1006 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 30434
/proc/meminfo: memFree=13126568/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=11424 CPUtime=2.73 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 2406 0 0 0 273 0 0 0 25 0 1 0 567276840 11698176 2347 33554432000 134512640 134556542 4289577056 18446744073709551615 134543413 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 2856 2347 214 11 0 2190 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20128

[startup+6.301 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 30434
/proc/meminfo: memFree=13123732/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=12756 CPUtime=5.93 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 2717 0 0 0 593 0 0 0 25 0 1 0 567276840 13062144 2658 33554432000 134512640 134556542 4289577056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 3189 2658 214 11 0 2523 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21460

[startup+12.7008 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 30434
/proc/meminfo: memFree=13121632/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=13852 CPUtime=12.33 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 3007 0 0 0 1233 0 0 0 25 0 1 0 567276840 14184448 2948 33554432000 134512640 134556542 4289577056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 3463 2948 214 11 0 2797 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22556

[startup+25.5004 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 30434
/proc/meminfo: memFree=13117664/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=15588 CPUtime=25.13 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 3418 0 0 0 2513 0 0 0 25 0 1 0 567276840 15962112 3359 33554432000 134512640 134556542 4289577056 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 3897 3359 214 11 0 3231 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24292

[startup+51.1005 s]
/proc/loadavg: 4.00 4.01 3.95 5/194 30435
/proc/meminfo: memFree=13111676/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=17912 CPUtime=50.73 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 4010 0 0 0 5073 0 0 0 25 0 1 0 567276840 18341888 3951 33554432000 134512640 134556542 4289577056 18446744073709551615 134537124 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 4478 3951 214 11 0 3812 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26616

[startup+102.307 s]
/proc/loadavg: 4.04 4.02 3.95 5/194 30436
/proc/meminfo: memFree=13100380/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=23032 CPUtime=101.93 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 5251 0 0 0 10193 0 0 0 25 0 1 0 567276840 23584768 5192 33554432000 134512640 134556542 4289577056 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 5758 5192 214 11 0 5092 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31736

[startup+162.3 s]
/proc/loadavg: 4.08 4.03 3.96 5/194 30438
/proc/meminfo: memFree=13089812/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=25424 CPUtime=161.94 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 5819 0 0 0 16193 1 0 0 25 0 1 0 567276840 26034176 5760 33554432000 134512640 134556542 4289577056 18446744073709551615 134537607 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 6356 5760 214 11 0 5690 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34128

[startup+222.301 s]
/proc/loadavg: 4.03 4.03 3.96 5/194 30440
/proc/meminfo: memFree=13082592/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=27760 CPUtime=221.94 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 6388 0 0 0 22192 2 0 0 25 0 1 0 567276840 28426240 6329 33554432000 134512640 134556542 4289577056 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 6940 6329 214 11 0 6274 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 36464

[startup+282.301 s]
/proc/loadavg: 4.05 4.03 3.96 5/194 30441
/proc/meminfo: memFree=13073516/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=31120 CPUtime=281.94 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 7196 0 0 0 28191 3 0 0 25 0 1 0 567276840 31866880 7137 33554432000 134512640 134556542 4289577056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 7780 7137 214 11 0 7114 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 39824

[startup+342.3 s]
/proc/loadavg: 4.02 4.02 3.96 5/194 30443
/proc/meminfo: memFree=13068536/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=31856 CPUtime=341.94 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 7378 0 0 0 34191 3 0 0 25 0 1 0 567276840 32620544 7319 33554432000 134512640 134556542 4289577056 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 7964 7319 214 11 0 7298 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 40560

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 3.96 5/194 30444
/proc/meminfo: memFree=13059472/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2

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

[pid=30434] ppid=30430 vsize=37480 CPUtime=521.94 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 8759 0 0 0 52191 3 0 0 25 0 1 0 567276840 38379520 8700 33554432000 134512640 134556542 4289577056 18446744073709551615 134537824 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 9370 8700 214 11 0 8704 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 46184

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.97 5/194 30449
/proc/meminfo: memFree=13042976/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=38784 CPUtime=581.95 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 9091 0 0 0 58192 3 0 0 25 0 1 0 567276840 39714816 9032 33554432000 134512640 134556542 4289577056 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 9696 9032 214 11 0 9030 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 47488

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 30451
/proc/meminfo: memFree=13039088/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=40776 CPUtime=641.96 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 9528 0 0 0 64192 4 0 0 25 0 1 0 567276840 41754624 9469 33554432000 134512640 134556542 4289577056 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 10194 9469 214 11 0 9528 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 49480

[startup+702.301 s]
/proc/loadavg: 4.05 4.02 3.98 5/194 30455
/proc/meminfo: memFree=13036760/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=41592 CPUtime=701.95 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 9712 0 0 0 70191 4 0 0 25 0 1 0 567276840 42590208 9653 33554432000 134512640 134556542 4289577056 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 10398 9653 214 11 0 9732 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 50296

[startup+762.307 s]
/proc/loadavg: 4.02 4.02 3.98 5/194 30457
/proc/meminfo: memFree=13028388/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=42848 CPUtime=761.96 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 10021 0 0 0 76192 4 0 0 25 0 1 0 567276840 43876352 9962 33554432000 134512640 134556542 4289577056 18446744073709551615 134537138 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 10712 9962 214 11 0 10046 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 51552

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.98 5/194 30459
/proc/meminfo: memFree=13023384/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=43372 CPUtime=821.96 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 10146 0 0 0 82191 5 0 0 25 0 1 0 567276840 44412928 10087 33554432000 134512640 134556542 4289577056 18446744073709551615 134531141 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 10843 10087 214 11 0 10177 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 52076

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/194 30460
/proc/meminfo: memFree=13019632/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=45080 CPUtime=881.96 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 10535 0 0 0 88191 5 0 0 25 0 1 0 567276840 46161920 10476 33554432000 134512640 134556542 4289577056 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 11270 10476 214 11 0 10604 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 53784

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/194 30462
/proc/meminfo: memFree=13014888/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=46644 CPUtime=941.97 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 10912 0 0 0 94191 6 0 0 25 0 1 0 567276840 47763456 10853 33554432000 134512640 134556542 4289577056 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 11661 10853 214 11 0 10995 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 55348

[startup+1002.3 s]
/proc/loadavg: 3.66 3.92 3.95 4/187 30481
/proc/meminfo: memFree=13079160/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=47784 CPUtime=1001.97 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 11185 0 0 0 100191 6 0 0 25 0 1 0 567276840 48930816 11126 33554432000 134512640 134556542 4289577056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 11946 11126 214 11 0 11280 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 56488

[startup+1062.3 s]
/proc/loadavg: 3.24 3.75 3.89 4/187 30483
/proc/meminfo: memFree=13077628/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=47784 CPUtime=1061.97 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 11195 0 0 0 106191 6 0 0 25 0 1 0 567276840 48930816 11136 33554432000 134512640 134556542 4289577056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 11946 11136 214 11 0 11280 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 56488

[startup+1122.3 s]
/proc/loadavg: 3.09 3.61 3.83 4/187 30485
/proc/meminfo: memFree=13075724/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=48088 CPUtime=1121.97 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 11239 0 0 0 112191 6 0 0 25 0 1 0 567276840 49242112 11180 33554432000 134512640 134556542 4289577056 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 12022 11180 214 11 0 11356 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 56792

[startup+1182.3 s]
/proc/loadavg: 2.98 3.49 3.77 3/180 30504
/proc/meminfo: memFree=13143444/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=51256 CPUtime=1181.97 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 12047 0 0 0 118191 6 0 0 25 0 1 0 567276840 52486144 11988 33554432000 134512640 134556542 4289577056 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 12814 11988 214 11 0 12148 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 59960

[startup+1242.3 s]
/proc/loadavg: 2.02 3.14 3.63 2/173 30525
/proc/meminfo: memFree=13222952/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=53704 CPUtime=1241.97 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 12622 0 0 0 124191 6 0 0 25 0 1 0 567276840 54992896 12563 33554432000 134512640 134556542 4289577056 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 13426 12563 214 11 0 12760 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 62408



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.40 2.78 3.48 2/173 30526
/proc/meminfo: memFree=13221932/32950928 swapFree=67111524/67111528
[pid=30430] ppid=30428 vsize=8704 CPUtime=0.34 cores=0,2
/proc/30430/stat : 30430 (ebglucose.sh) S 30428 30430 29809 0 -1 4202496 379 3824 0 0 0 0 34 0 22 0 1 0 567276804 8912896 255 33554432000 4194304 4922060 140736441699344 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30430/statm: 2176 255 211 178 0 69 0
[pid=30434] ppid=30430 vsize=54496 CPUtime=1299.68 cores=0,2
/proc/30434/stat : 30434 (ebglucose_stati) R 30430 30430 29809 0 -1 4202496 12824 0 0 0 129962 6 0 0 25 0 1 0 567276840 55803904 12765 33554432000 134512640 134556542 4289577056 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/30434/statm: 13624 12765 214 11 0 12958 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 63200

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.05
CPU user time (s): 1299.97
CPU system time (s): 0.079987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 63200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17040
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= 32
involuntary context switches= 2613

runsolver used 2.20066 second user time and 4.83026 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:27:41
IDJOB=3288897
IDBENCH=83108
IDSOLVER=1652
FILE ID=node115/3288897-1303770461
RUNJOBID= node115-1303768833-29827
PBS_JOBID= 13157163
Free space on /tmp= 72592 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=46226653

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13138636 kB
Buffers:       2292344 kB
Cached:       16801460 kB
SwapCached:          4 kB
Active:        7476580 kB
Inactive:     11781220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13138636 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2356 kB
Writeback:           0 kB
AnonPages:      163312 kB
Mapped:          16052 kB
Slab:           490276 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   349064 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= 72624 MiB
End job on node115 at 2011-04-26 00:49:23