Trace number 3289081

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.10	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 |  181786   444486 |   54535       0        0     nan |  0.000 % |
0.00/0.58	c |         0 |  113554   383257 |      --       0       --      -- |     --   | -68232/-61229
0.00/0.58	c ==============================================================================
0.00/0.58	c Result  :   #vars: 22269   #clauses: 113554   #literals: 383257
0.00/0.58	c CPU time:   0.559914 s
0.00/0.58	c ==============================================================================
0.00/0.65	c
0.00/0.65	c Starting glucose
0.00/0.65	c
0.00/0.65	
0.00/0.65	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.65	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.65	
0.00/0.65	c ============================[ Problem Statistics ]=============================
0.00/0.65	c |                                                                             |
0.00/0.65	c |  Number of variables:  22269                                                |
0.00/0.65	c |  Number of clauses:    113554                                               |
0.00/0.69	c |  Parsing time:         0.04         s                                       |
1298.54/1300.00	HOME/ebglucose.sh: line 57: 15887 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-3289081-1303770752/watcher-3289081-1303770752 -o /tmp/evaluation-result-3289081-1303770752/solver-3289081-1303770752 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289081-1303770752.cnf 

running on 2 cores: 4,6

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 4/190 15881
/proc/meminfo: memFree=18484508/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488674789 8912896 253 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 253 211 178 0 69 0

[startup+0.198921 s]
/proc/loadavg: 1.56 1.92 2.25 4/190 15881
/proc/meminfo: memFree=18484508/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488674789 8912896 253 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200906 s]
/proc/loadavg: 1.56 1.92 2.25 4/190 15881
/proc/meminfo: memFree=18484508/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488674789 8912896 253 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300905 s]
/proc/loadavg: 1.56 1.92 2.25 4/190 15881
/proc/meminfo: memFree=18484508/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488674789 8912896 253 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.704801 s]
/proc/loadavg: 1.56 1.92 2.25 4/190 15881
/proc/meminfo: memFree=18484508/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 8704

[startup+1.50067 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18465716/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=15020 CPUtime=0.8 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 3205 0 0 0 80 0 0 0 23 0 1 0 488674854 15380480 3145 33554432000 134512640 134556542 4286992912 18446744073709551615 134537824 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 3755 3145 214 11 0 3089 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 23724

[startup+3.10042 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18460260/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=16620 CPUtime=2.4 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 3611 0 0 0 240 0 0 0 25 0 1 0 488674854 17018880 3551 33554432000 134512640 134556542 4286992912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 4155 3551 214 11 0 3489 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 25324

[startup+6.30082 s]
/proc/loadavg: 1.75 1.95 2.26 5/192 15888
/proc/meminfo: memFree=18451724/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=17028 CPUtime=4.74 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 3694 0 0 0 470 4 0 0 25 0 1 0 488674854 17436672 3634 33554432000 134512640 134556542 4286992912 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/15887/statm: 4257 3634 214 11 0 3591 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 25732

[startup+12.7007 s]
/proc/loadavg: 2.01 2.00 2.28 5/192 15888
/proc/meminfo: memFree=18441504/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=20392 CPUtime=10.88 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 4562 0 0 0 1081 7 0 0 25 0 1 0 488674854 20881408 4502 33554432000 134512640 134556542 4286992912 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/15887/statm: 5098 4502 214 11 0 4432 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (KiB) 29096

[startup+25.5007 s]
/proc/loadavg: 2.52 2.12 2.31 5/192 15889
/proc/meminfo: memFree=18435132/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=22476 CPUtime=23.62 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 5046 0 0 0 2355 7 0 0 25 0 1 0 488674854 23015424 4986 33554432000 134512640 134556542 4286992912 18446744073709551615 134538014 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 5619 4986 214 11 0 4953 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 31180

[startup+51.1003 s]
/proc/loadavg: 3.02 2.27 2.35 5/192 15889
/proc/meminfo: memFree=18425028/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=24596 CPUtime=49.22 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 5601 0 0 0 4915 7 0 0 25 0 1 0 488674854 25186304 5541 33554432000 134512640 134556542 4286992912 18446744073709551615 134543357 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 6149 5541 214 11 0 5483 0
Current children cumulated CPU time (s) 49.86
Current children cumulated vsize (KiB) 33300

[startup+102.301 s]
/proc/loadavg: 3.61 2.56 2.44 5/192 15891
/proc/meminfo: memFree=18409648/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=28624 CPUtime=100.42 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 6581 0 0 0 10035 7 0 0 25 0 1 0 488674854 29310976 6521 33554432000 134512640 134556542 4286992912 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 7156 6521 214 11 0 6490 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 37328

[startup+162.301 s]
/proc/loadavg: 3.84 2.80 2.53 5/192 15892
/proc/meminfo: memFree=18395004/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=32072 CPUtime=160.41 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 7438 0 0 0 16031 10 0 0 25 0 1 0 488674854 32841728 7378 33554432000 134512640 134556542 4286992912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 8018 7378 214 11 0 7352 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 40776

[startup+222.307 s]
/proc/loadavg: 3.94 3.01 2.62 5/192 15894
/proc/meminfo: memFree=18385448/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=34704 CPUtime=220.41 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 8038 0 0 0 22031 10 0 0 25 0 1 0 488674854 35536896 7978 33554432000 134512640 134556542 4286992912 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 8676 7978 214 11 0 8010 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 43408

[startup+282.3 s]
/proc/loadavg: 3.98 3.19 2.70 5/192 15895
/proc/meminfo: memFree=18376636/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=36192 CPUtime=280.4 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 8416 0 0 0 28028 12 0 0 25 0 1 0 488674854 37060608 8356 33554432000 134512640 134556542 4286992912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 9048 8356 214 11 0 8382 0
Current children cumulated CPU time (s) 281.04
Current children cumulated vsize (KiB) 44896

[startup+342.301 s]
/proc/loadavg: 4.02 3.35 2.79 5/192 15897
/proc/meminfo: memFree=18366340/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=39268 CPUtime=340.37 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 9172 0 0 0 34024 13 0 0 25 0 1 0 488674854 40210432 9112 33554432000 134512640 134556542 4286992912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 9817 9112 214 11 0 9151 0
Current children cumulated CPU time (s) 341.01
Current children cumulated vsize (KiB) 47972

[startup+402.301 s]
/proc/loadavg: 4.04 3.48 2.86 5/192 15899
/proc/meminfo: memFree=18360260/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6

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

[pid=15887] ppid=15881 vsize=46224 CPUtime=580.33 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 10764 0 0 0 58014 19 0 0 25 0 1 0 488674854 47333376 10704 33554432000 134512640 134556542 4286992912 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 11556 10704 214 11 0 10890 0
Current children cumulated CPU time (s) 580.97
Current children cumulated vsize (KiB) 54928

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 3.12 5/192 15905
/proc/meminfo: memFree=18334188/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=47476 CPUtime=640.31 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 11080 0 0 0 64010 21 0 0 25 0 1 0 488674854 48615424 11020 33554432000 134512640 134556542 4286992912 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 11869 11020 214 11 0 11203 0
Current children cumulated CPU time (s) 640.95
Current children cumulated vsize (KiB) 56180

[startup+702.301 s]
/proc/loadavg: 4.00 3.81 3.17 5/192 15907
/proc/meminfo: memFree=18329472/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=47968 CPUtime=700.31 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 11204 0 0 0 70009 22 0 0 25 0 1 0 488674854 49119232 11144 33554432000 134512640 134556542 4286992912 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 11992 11144 214 11 0 11326 0
Current children cumulated CPU time (s) 700.95
Current children cumulated vsize (KiB) 56672

[startup+762.3 s]
/proc/loadavg: 4.03 3.85 3.23 5/192 15908
/proc/meminfo: memFree=18323884/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=49432 CPUtime=760.3 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 11543 0 0 0 76007 23 0 0 25 0 1 0 488674854 50618368 11483 33554432000 134512640 134556542 4286992912 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 12358 11483 214 11 0 11692 0
Current children cumulated CPU time (s) 760.94
Current children cumulated vsize (KiB) 58136

[startup+822.3 s]
/proc/loadavg: 4.01 3.88 3.27 5/192 15910
/proc/meminfo: memFree=18320656/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=51116 CPUtime=820.28 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 11993 0 0 0 82004 24 0 0 25 0 1 0 488674854 52342784 11933 33554432000 134512640 134556542 4286992912 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 12779 11933 214 11 0 12113 0
Current children cumulated CPU time (s) 820.92
Current children cumulated vsize (KiB) 59820

[startup+882.307 s]
/proc/loadavg: 4.04 3.91 3.32 5/192 15911
/proc/meminfo: memFree=18316304/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=51628 CPUtime=880.28 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 12112 0 0 0 88002 26 0 0 25 0 1 0 488674854 52867072 12052 33554432000 134512640 134556542 4286992912 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 12907 12052 214 11 0 12241 0
Current children cumulated CPU time (s) 880.92
Current children cumulated vsize (KiB) 60332

[startup+942.301 s]
/proc/loadavg: 4.01 3.92 3.36 5/192 15913
/proc/meminfo: memFree=18310840/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=53108 CPUtime=940.26 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 12439 0 0 0 94000 26 0 0 25 0 1 0 488674854 54382592 12379 33554432000 134512640 134556542 4286992912 18446744073709551615 134537532 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 13277 12379 214 11 0 12611 0
Current children cumulated CPU time (s) 940.9
Current children cumulated vsize (KiB) 61812

[startup+1002.3 s]
/proc/loadavg: 4.06 3.95 3.40 5/192 15915
/proc/meminfo: memFree=18304008/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=54656 CPUtime=1000.25 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 12828 0 0 0 99997 28 0 0 25 0 1 0 488674854 55967744 12768 33554432000 134512640 134556542 4286992912 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 13664 12768 214 11 0 12998 0
Current children cumulated CPU time (s) 1000.89
Current children cumulated vsize (KiB) 63360

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.43 5/192 15916
/proc/meminfo: memFree=18300652/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=56832 CPUtime=1060.24 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 13352 0 0 0 105996 28 0 0 25 0 1 0 488674854 58195968 13292 33554432000 134512640 134556542 4286992912 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 14208 13292 214 11 0 13542 0
Current children cumulated CPU time (s) 1060.88
Current children cumulated vsize (KiB) 65536

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.47 5/192 15918
/proc/meminfo: memFree=18296540/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=57264 CPUtime=1120.22 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 13451 0 0 0 111992 30 0 0 25 0 1 0 488674854 58638336 13391 33554432000 134512640 134556542 4286992912 18446744073709551615 134536933 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 14316 13391 214 11 0 13650 0
Current children cumulated CPU time (s) 1120.86
Current children cumulated vsize (KiB) 65968

[startup+1182.3 s]
/proc/loadavg: 4.06 3.98 3.50 5/192 15919
/proc/meminfo: memFree=18292568/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=57528 CPUtime=1180.22 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 13509 0 0 0 117991 31 0 0 25 0 1 0 488674854 58908672 13449 33554432000 134512640 134556542 4286992912 18446744073709551615 134531520 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 14382 13449 214 11 0 13716 0
Current children cumulated CPU time (s) 1180.86
Current children cumulated vsize (KiB) 66232

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.53 5/192 15921
/proc/meminfo: memFree=18285868/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=59032 CPUtime=1240.19 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 13785 0 0 0 123987 32 0 0 25 0 1 0 488674854 60448768 13725 33554432000 134512640 134556542 4286992912 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 14758 13725 214 11 0 14092 0
Current children cumulated CPU time (s) 1240.83
Current children cumulated vsize (KiB) 67736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.56 2/185 15927
/proc/meminfo: memFree=18456036/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=60560 CPUtime=1297.9 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 14166 0 0 0 129757 33 0 0 25 0 1 0 488674854 62013440 14106 33554432000 134512640 134556542 4286992912 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 15140 14106 214 11 0 14474 0
Current children cumulated CPU time (s) 1298.54
Current children cumulated vsize (KiB) 69264

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.56 2/185 15927
/proc/meminfo: memFree=18456036/32951132 swapFree=67111524/67111528
[pid=15881] ppid=15879 vsize=8704 CPUtime=0.64 cores=4,6
/proc/15881/stat : 15881 (ebglucose.sh) S 15879 15881 15815 0 -1 4202496 380 8312 0 0 0 0 62 2 19 0 1 0 488674789 8912896 256 33554432000 4194304 4922060 140736803515968 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/15881/statm: 2176 256 211 178 0 69 0
[pid=15887] ppid=15881 vsize=60560 CPUtime=1297.9 cores=4,6
/proc/15887/stat : 15887 (ebglucose_stati) R 15881 15881 15815 0 -1 4202496 14166 0 0 0 129757 33 0 0 25 0 1 0 488674854 62013440 14106 33554432000 134512640 134556542 4286992912 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/15887/statm: 15140 14106 214 11 0 14474 0
Current children cumulated CPU time (s) 1298.54
Current children cumulated vsize (KiB) 69264

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1298.56
CPU user time (s): 1298.2
CPU system time (s): 0.359945
CPU usage (%): 99.8881
Max. virtual memory (cumulated for all children) (KiB): 69264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.2
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22891
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= 13
involuntary context switches= 2047

runsolver used 2.12968 second user time and 4.96824 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:32:32
IDJOB=3289081
IDBENCH=83114
IDSOLVER=1652
FILE ID=node129/3289081-1303770752
RUNJOBID= node129-1303770751-15834
PBS_JOBID= 13157179
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
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:      18485580 kB
Buffers:       1241044 kB
Cached:       12438084 kB
SwapCached:          4 kB
Active:        2110972 kB
Inactive:     11689384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18485580 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           17228 kB
Writeback:           0 kB
AnonPages:      119720 kB
Mapped:          15240 kB
Slab:           599924 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   316536 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= 66296 MiB
End job on node129 at 2011-04-26 00:54:14