Trace number 3289035

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  166893   407954 |   50067       0        0     nan |  0.000 % |
0.00/0.53	c |         0 |  104196   351417 |      --       0       --      -- |     --   | -62697/-56537
0.00/0.53	c ==============================================================================
0.00/0.53	c Result  :   #vars: 20430   #clauses: 104196   #literals: 351417
0.00/0.53	c CPU time:   0.508922 s
0.00/0.53	c ==============================================================================
0.00/0.59	c
0.00/0.59	c Starting glucose
0.00/0.59	c
0.00/0.59	
0.00/0.59	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.59	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.59	
0.00/0.59	c ============================[ Problem Statistics ]=============================
0.00/0.59	c |                                                                             |
0.00/0.60	c |  Number of variables:  20430                                                |
0.00/0.60	c |  Number of clauses:    104196                                               |
0.58/0.64	c |  Parsing time:         0.04         s                                       |
1299.80/1300.01	HOME/ebglucose.sh: line 57: 15886 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-3289035-1303770751/watcher-3289035-1303770751 -o /tmp/evaluation-result-3289035-1303770751/solver-3289035-1303770751 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289035-1303770751.cnf 

running on 2 cores: 1,3

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/186 15873
/proc/meminfo: memFree=18512984/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 488674784 8912896 253 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 253 211 178 0 69 0

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

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

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

[startup+0.700949 s]
/proc/loadavg: 1.56 1.92 2.25 4/186 15873
/proc/meminfo: memFree=18512984/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8704

[startup+1.50085 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18466708/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=13980 CPUtime=0.89 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 3048 0 0 0 89 0 0 0 25 0 1 0 488674843 14315520 2988 33554432000 134512640 134556542 4293142160 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 3495 2988 214 11 0 2829 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22684

[startup+3.10058 s]
/proc/loadavg: 1.56 1.92 2.25 5/192 15888
/proc/meminfo: memFree=18461004/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=15640 CPUtime=2.49 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 3455 0 0 0 249 0 0 0 25 0 1 0 488674843 16015360 3395 33554432000 134512640 134556542 4293142160 18446744073709551615 134542626 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 3910 3395 214 11 0 3244 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24344

[startup+6.30104 s]
/proc/loadavg: 1.75 1.95 2.26 5/192 15888
/proc/meminfo: memFree=18452096/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=18152 CPUtime=5.69 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 4058 0 0 0 569 0 0 0 25 0 1 0 488674843 18587648 3998 33554432000 134512640 134556542 4293142160 18446744073709551615 134537507 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 4538 3998 214 11 0 3872 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26856

[startup+12.701 s]
/proc/loadavg: 2.01 2.00 2.28 6/192 15888
/proc/meminfo: memFree=18441752/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=19632 CPUtime=12.09 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 4443 0 0 0 1209 0 0 0 25 0 1 0 488674843 20103168 4383 33554432000 134512640 134556542 4293142160 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 4908 4383 214 11 0 4242 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 28336

[startup+25.5008 s]
/proc/loadavg: 2.52 2.12 2.31 5/192 15889
/proc/meminfo: memFree=18435256/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=21628 CPUtime=24.7 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 4908 0 0 0 2468 2 0 0 25 0 1 0 488674843 22147072 4848 33554432000 134512640 134556542 4293142160 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 5407 4848 214 11 0 4741 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 30332

[startup+51.1005 s]
/proc/loadavg: 3.02 2.27 2.35 5/192 15889
/proc/meminfo: memFree=18425028/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=24884 CPUtime=50.3 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 5727 0 0 0 5027 3 0 0 25 0 1 0 488674843 25481216 5667 33554432000 134512640 134556542 4293142160 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 6221 5667 214 11 0 5555 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 33588

[startup+102.307 s]
/proc/loadavg: 3.57 2.53 2.43 5/192 15891
/proc/meminfo: memFree=18409772/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=27760 CPUtime=101.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 6422 0 0 0 10146 4 0 0 25 0 1 0 488674843 28426240 6362 33554432000 134512640 134556542 4293142160 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 6940 6362 214 11 0 6274 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 36464

[startup+162.301 s]
/proc/loadavg: 3.84 2.80 2.53 5/192 15892
/proc/meminfo: memFree=18395004/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=30944 CPUtime=161.49 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 7237 0 0 0 16145 4 0 0 25 0 1 0 488674843 31686656 7177 33554432000 134512640 134556542 4293142160 18446744073709551615 134537728 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 7736 7177 214 11 0 7070 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 39648

[startup+222.301 s]
/proc/loadavg: 3.94 3.01 2.62 5/192 15894
/proc/meminfo: memFree=18385448/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=33680 CPUtime=221.49 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 7822 0 0 0 22145 4 0 0 25 0 1 0 488674843 34488320 7762 33554432000 134512640 134556542 4293142160 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 8420 7762 214 11 0 7754 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 42384

[startup+282.301 s]
/proc/loadavg: 3.98 3.19 2.70 5/192 15895
/proc/meminfo: memFree=18376636/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=36168 CPUtime=281.49 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 8450 0 0 0 28145 4 0 0 25 0 1 0 488674843 37036032 8390 33554432000 134512640 134556542 4293142160 18446744073709551615 134536915 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 9042 8390 214 11 0 8376 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 44872

[startup+342.3 s]
/proc/loadavg: 4.02 3.35 2.79 5/192 15897
/proc/meminfo: memFree=18366340/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=38848 CPUtime=341.49 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 9125 0 0 0 34145 4 0 0 25 0 1 0 488674843 39780352 9065 33554432000 134512640 134556542 4293142160 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 9712 9065 214 11 0 9046 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 47552

[startup+402.3 s]
/proc/loadavg: 4.04 3.48 2.86 5/192 15899
/proc/meminfo: memFree=18360260/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3

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

[pid=15886] ppid=15873 vsize=43036 CPUtime=521.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 10114 0 0 0 52145 5 0 0 25 0 1 0 488674843 44068864 10054 33554432000 134512640 134556542 4293142160 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 10759 10054 214 11 0 10093 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 51740

[startup+582.301 s]
/proc/loadavg: 4.00 3.72 3.06 5/192 15903
/proc/meminfo: memFree=18340772/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=44140 CPUtime=581.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 10361 0 0 0 58145 5 0 0 25 0 1 0 488674843 45199360 10301 33554432000 134512640 134556542 4293142160 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 11035 10301 214 11 0 10369 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 52844

[startup+642.301 s]
/proc/loadavg: 4.00 3.77 3.12 5/192 15905
/proc/meminfo: memFree=18334188/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=45460 CPUtime=641.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 10729 0 0 0 64145 5 0 0 25 0 1 0 488674843 46551040 10669 33554432000 134512640 134556542 4293142160 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 11365 10669 214 11 0 10699 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 54164

[startup+702.301 s]
/proc/loadavg: 4.00 3.81 3.17 5/192 15907
/proc/meminfo: memFree=18329472/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=47344 CPUtime=701.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 11138 0 0 0 70145 5 0 0 25 0 1 0 488674843 48480256 11078 33554432000 134512640 134556542 4293142160 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 11836 11078 214 11 0 11170 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 56048

[startup+762.307 s]
/proc/loadavg: 4.03 3.85 3.23 5/192 15908
/proc/meminfo: memFree=18323884/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=48216 CPUtime=761.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 11366 0 0 0 76145 5 0 0 25 0 1 0 488674843 49373184 11306 33554432000 134512640 134556542 4293142160 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 12054 11306 214 11 0 11388 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 56920

[startup+822.301 s]
/proc/loadavg: 4.01 3.88 3.27 5/192 15910
/proc/meminfo: memFree=18320656/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=49572 CPUtime=821.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 11696 0 0 0 82145 5 0 0 25 0 1 0 488674843 50761728 11636 33554432000 134512640 134556542 4293142160 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 12393 11636 214 11 0 11727 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 58276

[startup+882.3 s]
/proc/loadavg: 4.04 3.91 3.32 5/192 15911
/proc/meminfo: memFree=18316304/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=50772 CPUtime=881.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 12011 0 0 0 88145 5 0 0 25 0 1 0 488674843 51990528 11951 33554432000 134512640 134556542 4293142160 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 12693 11951 214 11 0 12027 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 59476

[startup+942.3 s]
/proc/loadavg: 4.01 3.92 3.36 5/192 15913
/proc/meminfo: memFree=18310840/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=52008 CPUtime=941.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 12300 0 0 0 94144 6 0 0 25 0 1 0 488674843 53256192 12240 33554432000 134512640 134556542 4293142160 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 13002 12240 214 11 0 12336 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 60712

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.40 5/192 15915
/proc/meminfo: memFree=18304008/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=53796 CPUtime=1001.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 12751 0 0 0 100144 6 0 0 25 0 1 0 488674843 55087104 12691 33554432000 134512640 134556542 4293142160 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 13449 12691 214 11 0 12783 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 62500

[startup+1062.3 s]
/proc/loadavg: 4.02 3.96 3.43 5/192 15916
/proc/meminfo: memFree=18300652/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=53868 CPUtime=1061.5 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 12775 0 0 0 106144 6 0 0 25 0 1 0 488674843 55160832 12715 33554432000 134512640 134556542 4293142160 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 13467 12715 214 11 0 12801 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 62572

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.47 5/192 15918
/proc/meminfo: memFree=18296540/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=54148 CPUtime=1121.51 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 12860 0 0 0 112145 6 0 0 25 0 1 0 488674843 55447552 12800 33554432000 134512640 134556542 4293142160 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 13537 12800 214 11 0 12871 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 62852

[startup+1182.3 s]
/proc/loadavg: 4.06 3.98 3.50 5/192 15919
/proc/meminfo: memFree=18292568/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=55260 CPUtime=1181.51 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 13125 0 0 0 118145 6 0 0 25 0 1 0 488674843 56586240 13065 33554432000 134512640 134556542 4293142160 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 13815 13065 214 11 0 13149 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 63964

[startup+1242.3 s]
/proc/loadavg: 4.02 3.98 3.53 5/192 15921
/proc/meminfo: memFree=18285868/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=58604 CPUtime=1241.51 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 13934 0 0 0 124144 7 0 0 25 0 1 0 488674843 60010496 13874 33554432000 134512640 134556542 4293142160 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 14651 13874 214 11 0 13985 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 67308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.56 3/188 15925
/proc/meminfo: memFree=18401700/32951132 swapFree=67111524/67111528
[pid=15873] ppid=15871 vsize=8704 CPUtime=0.58 cores=1,3
/proc/15873/stat : 15873 (ebglucose.sh) S 15871 15873 15815 0 -1 4202496 379 7675 0 0 0 0 56 2 20 0 1 0 488674784 8912896 256 33554432000 4194304 4922060 140735921053744 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15873/statm: 2176 256 211 178 0 69 0
[pid=15886] ppid=15873 vsize=59008 CPUtime=1299.22 cores=1,3
/proc/15886/stat : 15886 (ebglucose_stati) R 15873 15873 15815 0 -1 4202496 13953 0 0 0 129915 7 0 0 25 0 1 0 488674843 60424192 13893 33554432000 134512640 134556542 4293142160 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/15886/statm: 14752 13893 214 11 0 14086 0
Current children cumulated CPU time (s) 1299.8
Current children cumulated vsize (KiB) 67712

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): 1299.83
CPU user time (s): 1299.72
CPU system time (s): 0.103984
CPU usage (%): 99.9856
Max. virtual memory (cumulated for all children) (KiB): 67712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22041
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= 17
involuntary context switches= 2865

runsolver used 2.11368 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 00:32:32
IDJOB=3289035
IDBENCH=83113
IDSOLVER=1652
FILE ID=node129/3289035-1303770751
RUNJOBID= node129-1303770751-15835
PBS_JOBID= 13157179
Free space on /tmp= 66288 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
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:      18513776 kB
Buffers:       1241032 kB
Cached:       12434992 kB
SwapCached:          4 kB
Active:        2082460 kB
Inactive:     11690340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18513776 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13736 kB
Writeback:           0 kB
AnonPages:       96052 kB
Mapped:          15240 kB
Slab:           599924 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   270188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node129 at 2011-04-26 00:54:14