Trace number 3288943

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-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  213453   549195 |   64035       0        0     nan |  0.000 % |
0.00/0.80	c |         0 |  149114   554238 |      --       0       --      -- |     --   | -64339/5043
0.00/0.80	c ==============================================================================
0.00/0.80	c Result  :   #vars: 26891   #clauses: 149114   #literals: 554238
0.00/0.80	c CPU time:   0.791879 s
0.00/0.80	c ==============================================================================
0.00/0.91	c
0.00/0.91	c Starting glucose
0.00/0.91	c
0.00/0.91	
0.00/0.91	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.91	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.91	
0.00/0.91	c ============================[ Problem Statistics ]=============================
0.00/0.91	c |                                                                             |
0.00/0.91	c |  Number of variables:  26891                                                |
0.00/0.91	c |  Number of clauses:    149114                                               |
0.00/0.97	c |  Parsing time:         0.05         s                                       |
1300.00/1300.01	HOME/ebglucose.sh: line 57: 15888 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-3288943-1303770751/watcher-3288943-1303770751 -o /tmp/evaluation-result-3288943-1303770751/solver-3288943-1303770751 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288943-1303770751.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: 1.56 1.92 2.25 5/182 15865
/proc/meminfo: memFree=18527292/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 355 233 0 0 0 0 0 0 23 0 1 0 488674781 8912896 253 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 253 211 178 0 69 0

[startup+0.020435 s]
/proc/loadavg: 1.56 1.92 2.25 5/182 15865
/proc/meminfo: memFree=18527292/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 355 233 0 0 0 0 0 0 23 0 1 0 488674781 8912896 253 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100448 s]
/proc/loadavg: 1.56 1.92 2.25 5/182 15865
/proc/meminfo: memFree=18527292/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 355 233 0 0 0 0 0 0 23 0 1 0 488674781 8912896 253 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300418 s]
/proc/loadavg: 1.56 1.92 2.25 5/182 15865
/proc/meminfo: memFree=18527292/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 355 233 0 0 0 0 0 0 23 0 1 0 488674781 8912896 253 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700324 s]
/proc/loadavg: 1.56 1.92 2.25 5/182 15865
/proc/meminfo: memFree=18527292/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 355 233 0 0 0 0 0 0 23 0 1 0 488674781 8912896 253 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50119 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18467204/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=17660 CPUtime=0.57 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 3888 0 0 0 57 0 0 0 20 0 1 0 488674873 18083840 3829 33554432000 134512640 134556542 4293779904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 4415 3829 214 11 0 3749 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26364

[startup+3.10095 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18461128/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=19432 CPUtime=2.17 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 4359 0 0 0 217 0 0 0 25 0 1 0 488674873 19898368 4300 33554432000 134512640 134556542 4293779904 18446744073709551615 8812028 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 4858 4300 214 11 0 4192 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28136

[startup+6.3004 s]
/proc/loadavg: 1.75 1.95 2.26 5/192 15888
/proc/meminfo: memFree=18452220/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=20576 CPUtime=5.37 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 4644 0 0 0 537 0 0 0 25 0 1 0 488674873 21069824 4585 33554432000 134512640 134556542 4293779904 18446744073709551615 134537568 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 5144 4585 214 11 0 4478 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29280

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.28 5/192 15888
/proc/meminfo: memFree=18441876/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=23252 CPUtime=11.77 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 5286 0 0 0 1176 1 0 0 25 0 1 0 488674873 23810048 5227 33554432000 134512640 134556542 4293779904 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 5813 5227 214 11 0 5147 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31956

[startup+25.5012 s]
/proc/loadavg: 2.52 2.12 2.31 5/192 15889
/proc/meminfo: memFree=18435380/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=25448 CPUtime=24.57 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 5827 0 0 0 2456 1 0 0 25 0 1 0 488674873 26058752 5768 33554432000 134512640 134556542 4293779904 18446744073709551615 134542064 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 6362 5768 214 11 0 5696 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34152

[startup+51.1009 s]
/proc/loadavg: 3.02 2.27 2.35 5/192 15889
/proc/meminfo: memFree=18425028/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=27696 CPUtime=50.17 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 6392 0 0 0 5016 1 0 0 25 0 1 0 488674873 28360704 6333 33554432000 134512640 134556542 4293779904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 6924 6333 214 11 0 6258 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36400

[startup+102.307 s]
/proc/loadavg: 3.57 2.53 2.43 5/192 15891
/proc/meminfo: memFree=18409772/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=31280 CPUtime=101.38 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 7271 0 0 0 10136 2 0 0 25 0 1 0 488674873 32030720 7212 33554432000 134512640 134556542 4293779904 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 7820 7212 214 11 0 7154 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 39984

[startup+162.301 s]
/proc/loadavg: 3.84 2.80 2.53 5/192 15892
/proc/meminfo: memFree=18395004/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=34856 CPUtime=161.37 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 8168 0 0 0 16135 2 0 0 25 0 1 0 488674873 35692544 8109 33554432000 134512640 134556542 4293779904 18446744073709551615 134531609 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 8714 8109 214 11 0 8048 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 43560

[startup+222.301 s]
/proc/loadavg: 3.94 3.01 2.62 5/192 15894
/proc/meminfo: memFree=18385448/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=37712 CPUtime=221.37 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 8852 0 0 0 22135 2 0 0 25 0 1 0 488674873 38617088 8793 33554432000 134512640 134556542 4293779904 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 9428 8793 214 11 0 8762 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 46416

[startup+282.301 s]
/proc/loadavg: 3.98 3.19 2.70 5/192 15895
/proc/meminfo: memFree=18376636/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=39956 CPUtime=281.37 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 9414 0 0 0 28135 2 0 0 25 0 1 0 488674873 40914944 9355 33554432000 134512640 134556542 4293779904 18446744073709551615 134528966 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 9989 9355 214 11 0 9323 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 48660

[startup+342.301 s]
/proc/loadavg: 4.02 3.35 2.79 5/192 15897
/proc/meminfo: memFree=18366340/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=42636 CPUtime=341.37 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 10095 0 0 0 34135 2 0 0 25 0 1 0 488674873 43659264 10036 33554432000 134512640 134556542 4293779904 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 10659 10036 214 11 0 9993 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 51340

[startup+402.301 s]
/proc/loadavg: 4.04 3.48 2.86 5/192 15899
/proc/meminfo: memFree=18360260/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2

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

[pid=15888] ppid=15865 vsize=48104 CPUtime=521.38 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 11411 0 0 0 52135 3 0 0 25 0 1 0 488674873 49258496 11352 33554432000 134512640 134556542 4293779904 18446744073709551615 134528993 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 12026 11352 214 11 0 11360 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 56808

[startup+582.3 s]
/proc/loadavg: 4.00 3.72 3.06 5/192 15903
/proc/meminfo: memFree=18340772/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=49696 CPUtime=581.38 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 11844 0 0 0 58134 4 0 0 25 0 1 0 488674873 50888704 11785 33554432000 134512640 134556542 4293779904 18446744073709551615 134525144 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 12424 11785 214 11 0 11758 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 58400

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 3.12 5/192 15905
/proc/meminfo: memFree=18334188/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=51420 CPUtime=641.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 12275 0 0 0 64135 4 0 0 25 0 1 0 488674873 52654080 12216 33554432000 134512640 134556542 4293779904 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 12855 12216 214 11 0 12189 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 60124

[startup+702.301 s]
/proc/loadavg: 4.00 3.81 3.17 5/192 15907
/proc/meminfo: memFree=18329472/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=52872 CPUtime=701.38 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 12645 0 0 0 70134 4 0 0 25 0 1 0 488674873 54140928 12586 33554432000 134512640 134556542 4293779904 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 13218 12586 214 11 0 12552 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 61576

[startup+762.307 s]
/proc/loadavg: 4.03 3.85 3.23 5/192 15908
/proc/meminfo: memFree=18323884/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=54328 CPUtime=761.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 13009 0 0 0 76135 4 0 0 25 0 1 0 488674873 55631872 12950 33554432000 134512640 134556542 4293779904 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 13582 12950 214 11 0 12916 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 63032

[startup+822.301 s]
/proc/loadavg: 4.01 3.88 3.27 5/192 15910
/proc/meminfo: memFree=18320656/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=54748 CPUtime=821.38 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 13116 0 0 0 82134 4 0 0 25 0 1 0 488674873 56061952 13057 33554432000 134512640 134556542 4293779904 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 13687 13057 214 11 0 13021 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 63452

[startup+882.301 s]
/proc/loadavg: 4.04 3.91 3.32 5/192 15911
/proc/meminfo: memFree=18316304/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=55936 CPUtime=881.38 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 13399 0 0 0 88134 4 0 0 25 0 1 0 488674873 57278464 13340 33554432000 134512640 134556542 4293779904 18446744073709551615 134537445 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 13984 13340 214 11 0 13318 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 64640

[startup+942.301 s]
/proc/loadavg: 4.01 3.92 3.36 5/192 15913
/proc/meminfo: memFree=18310840/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=56748 CPUtime=941.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 13622 0 0 0 94134 5 0 0 25 0 1 0 488674873 58109952 13563 33554432000 134512640 134556542 4293779904 18446744073709551615 134537121 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 14187 13563 214 11 0 13521 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 65452

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.40 5/192 15915
/proc/meminfo: memFree=18304008/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=59520 CPUtime=1001.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 14334 0 0 0 100134 5 0 0 25 0 1 0 488674873 60948480 14275 33554432000 134512640 134556542 4293779904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 14880 14275 214 11 0 14214 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 68224

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.43 5/192 15916
/proc/meminfo: memFree=18300652/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=59520 CPUtime=1061.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 14341 0 0 0 106134 5 0 0 25 0 1 0 488674873 60948480 14282 33554432000 134512640 134556542 4293779904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 14880 14282 214 11 0 14214 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 68224

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.47 5/192 15918
/proc/meminfo: memFree=18296540/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=60100 CPUtime=1121.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 14373 0 0 0 112134 5 0 0 25 0 1 0 488674873 61542400 14314 33554432000 134512640 134556542 4293779904 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 15025 14314 214 11 0 14359 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 68804

[startup+1182.3 s]
/proc/loadavg: 4.06 3.98 3.50 5/192 15919
/proc/meminfo: memFree=18292568/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=62744 CPUtime=1181.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 15053 0 0 0 118133 6 0 0 25 0 1 0 488674873 64249856 14994 33554432000 134512640 134556542 4293779904 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 15686 14994 214 11 0 15020 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 71448

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.53 5/192 15921
/proc/meminfo: memFree=18285992/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=64064 CPUtime=1241.39 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 15382 0 0 0 124133 6 0 0 25 0 1 0 488674873 65601536 15323 33554432000 134512640 134556542 4293779904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 16016 15323 214 11 0 15350 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 72768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.56 4/190 15924
/proc/meminfo: memFree=18341172/32951132 swapFree=67111524/67111528
[pid=15865] ppid=15863 vsize=8704 CPUtime=0.9 cores=0,2
/proc/15865/stat : 15865 (ebglucose.sh) S 15863 15865 15815 0 -1 4202496 379 9851 0 0 0 0 88 2 18 0 1 0 488674781 8912896 256 33554432000 4194304 4922060 140737198229024 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15865/statm: 2176 256 211 178 0 69 0
[pid=15888] ppid=15865 vsize=64248 CPUtime=1299.1 cores=0,2
/proc/15888/stat : 15888 (ebglucose_stati) R 15865 15865 15815 0 -1 4202496 15438 0 0 0 129904 6 0 0 25 0 1 0 488674873 65789952 15379 33554432000 134512640 134556542 4293779904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/15888/statm: 16062 15379 214 11 0 15396 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 72952

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.93
CPU system time (s): 0.091986
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 72952

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

runsolver used 2.23966 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:32:32
IDJOB=3288943
IDBENCH=83109
IDSOLVER=1652
FILE ID=node129/3288943-1303770751
RUNJOBID= node129-1303770751-15833
PBS_JOBID= 13157179
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=348497817

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:      18528068 kB
Buffers:       1241024 kB
Cached:       12433448 kB
SwapCached:          4 kB
Active:        2065580 kB
Inactive:     11692548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18528068 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12184 kB
Writeback:           0 kB
AnonPages:       83248 kB
Mapped:          14464 kB
Slab:           599924 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   231960 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= 66276 MiB
End job on node129 at 2011-04-26 00:54:14