Trace number 3289449

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark368.61
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

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.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  265956   651156 |   79786       0        0     nan |  0.000 % |
0.00/0.95	c |         0 |  166613   563942 |      --       0       --      -- |     --   | -99343/-87214
0.00/0.95	c ==============================================================================
0.00/0.95	c Result  :   #vars: 32750   #clauses: 166613   #literals: 563942
0.00/0.95	c CPU time:   0.91686 s
0.00/0.95	c ==============================================================================
0.99/1.07	c
0.99/1.07	c Starting glucose
0.99/1.07	c
0.99/1.07	
0.99/1.07	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.99/1.07	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.99/1.07	
0.99/1.07	c ============================[ Problem Statistics ]=============================
0.99/1.07	c |                                                                             |
0.99/1.07	c |  Number of variables:  32750                                                |
0.99/1.07	c |  Number of clauses:    166613                                               |
1.05/1.13	c |  Parsing time:         0.06         s                                       |
1300.03/1300.01	HOME/ebglucose.sh: line 57:  1109 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-3289449-1303773148/watcher-3289449-1303773148 -o /tmp/evaluation-result-3289449-1303773148/solver-3289449-1303773148 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289449-1303773148.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.48 1.96 2.52 4/186 1090
/proc/meminfo: memFree=20412268/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=11800 CPUtime=0 cores=0,2
/proc/1090/stat : 1090 (runsolver) R 1088 1090 32630 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 488911506 12083200 51 33554432000 4194304 5434984 140733613733168 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/1090/statm: 2950 51 31 303 0 2644 0

[startup+0.040252 s]
/proc/loadavg: 1.48 1.96 2.52 4/186 1090
/proc/meminfo: memFree=20412268/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=0 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488911506 8912896 252 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101241 s]
/proc/loadavg: 1.48 1.96 2.52 4/186 1090
/proc/meminfo: memFree=20412268/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=0 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488911506 8912896 252 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301196 s]
/proc/loadavg: 1.48 1.96 2.52 4/186 1090
/proc/meminfo: memFree=20412268/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=0 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488911506 8912896 252 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701119 s]
/proc/loadavg: 1.48 1.96 2.52 4/186 1090
/proc/meminfo: memFree=20412268/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=0 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 488911506 8912896 252 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1090/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 1.48 1.96 2.52 5/194 1108
/proc/meminfo: memFree=20369924/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 8704

[startup+3.10064 s]
/proc/loadavg: 1.48 1.96 2.52 5/194 1109
/proc/meminfo: memFree=20387268/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=21216 CPUtime=2.01 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 4668 0 0 0 201 0 0 0 25 0 1 0 488911613 21725184 4609 33554432000 134512640 134556542 4292388464 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 5304 4609 214 11 0 4638 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 29920

[startup+6.301 s]
/proc/loadavg: 1.68 1.99 2.53 5/194 1109
/proc/meminfo: memFree=20381124/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=22500 CPUtime=5.21 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 4978 0 0 0 521 0 0 0 25 0 1 0 488911613 23040000 4919 33554432000 134512640 134556542 4292388464 18446744073709551615 134544005 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 5625 4919 214 11 0 4959 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 31204

[startup+12.7007 s]
/proc/loadavg: 1.87 2.03 2.54 5/194 1109
/proc/meminfo: memFree=20371480/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=24392 CPUtime=11.62 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 5446 0 0 0 1161 1 0 0 25 0 1 0 488911613 24977408 5387 33554432000 134512640 134556542 4292388464 18446744073709551615 134536987 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 6098 5387 214 11 0 5432 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33096

[startup+25.5012 s]
/proc/loadavg: 2.34 2.12 2.56 5/194 1109
/proc/meminfo: memFree=20365068/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=26100 CPUtime=24.42 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 5849 0 0 0 2441 1 0 0 25 0 1 0 488911613 26726400 5790 33554432000 134512640 134556542 4292388464 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 6525 5790 214 11 0 5859 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34804

[startup+51.1011 s]
/proc/loadavg: 3.02 2.30 2.61 5/194 1110
/proc/meminfo: memFree=20355108/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=28896 CPUtime=50.01 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 6543 0 0 0 5000 1 0 0 25 0 1 0 488911613 29589504 6484 33554432000 134512640 134556542 4292388464 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 7224 6484 214 11 0 6558 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 37600

[startup+102.307 s]
/proc/loadavg: 3.57 2.56 2.68 5/194 1112
/proc/meminfo: memFree=20340088/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=32700 CPUtime=101.23 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 7467 0 0 0 10121 2 0 0 25 0 1 0 488911613 33484800 7408 33554432000 134512640 134556542 4292388464 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 8175 7408 214 11 0 7509 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 41404

[startup+162.301 s]
/proc/loadavg: 3.84 2.82 2.76 5/194 1113
/proc/meminfo: memFree=20326672/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=35400 CPUtime=161.22 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 8171 0 0 0 16120 2 0 0 25 0 1 0 488911613 36249600 8112 33554432000 134512640 134556542 4292388464 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 8850 8112 214 11 0 8184 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 44104

[startup+222.301 s]
/proc/loadavg: 3.94 3.03 2.83 5/194 1115
/proc/meminfo: memFree=20319452/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=37516 CPUtime=221.22 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 8639 0 0 0 22120 2 0 0 25 0 1 0 488911613 38416384 8580 33554432000 134512640 134556542 4292388464 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 9379 8580 214 11 0 8713 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 46220

[startup+282.301 s]
/proc/loadavg: 3.98 3.21 2.90 5/194 1116
/proc/meminfo: memFree=20308884/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=39700 CPUtime=281.23 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 9185 0 0 0 28120 3 0 0 25 0 1 0 488911613 40652800 9126 33554432000 134512640 134556542 4292388464 18446744073709551615 134528925 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 9925 9126 214 11 0 9259 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 48404

[startup+342.301 s]
/proc/loadavg: 3.99 3.35 2.97 5/194 1118
/proc/meminfo: memFree=20301912/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=41560 CPUtime=341.23 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 9622 0 0 0 34120 3 0 0 25 0 1 0 488911613 42557440 9563 33554432000 134512640 134556542 4292388464 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 10390 9563 214 11 0 9724 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 50264

[startup+402.301 s]
/proc/loadavg: 3.99 3.46 3.03 5/194 1119
/proc/meminfo: memFree=20293812/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=43600 CPUtime=401.24 cores=0,2

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

[pid=1109] ppid=1090 vsize=46172 CPUtime=521.24 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 10798 0 0 0 52120 4 0 0 25 0 1 0 488911613 47280128 10739 33554432000 134512640 134556542 4292388464 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 11543 10739 214 11 0 10877 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 54876

[startup+582.301 s]
/proc/loadavg: 4.07 3.73 3.20 5/194 1124
/proc/meminfo: memFree=20277632/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=47400 CPUtime=581.25 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 11036 0 0 0 58121 4 0 0 25 0 1 0 488911613 48537600 10977 33554432000 134512640 134556542 4292388464 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 11850 10977 214 11 0 11184 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 56104

[startup+642.301 s]
/proc/loadavg: 4.02 3.77 3.25 5/194 1126
/proc/meminfo: memFree=20272036/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=48524 CPUtime=641.25 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 11325 0 0 0 64121 4 0 0 25 0 1 0 488911613 49688576 11266 33554432000 134512640 134556542 4292388464 18446744073709551615 134537543 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 12131 11266 214 11 0 11465 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 57228

[startup+702.301 s]
/proc/loadavg: 4.01 3.81 3.29 5/194 1127
/proc/meminfo: memFree=20266696/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=50492 CPUtime=701.25 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 11782 0 0 0 70121 4 0 0 25 0 1 0 488911613 51703808 11723 33554432000 134512640 134556542 4292388464 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 12623 11723 214 11 0 11957 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 59196

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.34 5/194 1129
/proc/meminfo: memFree=20261836/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=51556 CPUtime=761.26 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 12044 0 0 0 76122 4 0 0 25 0 1 0 488911613 52793344 11985 33554432000 134512640 134556542 4292388464 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 12889 11985 214 11 0 12223 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 60260

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.38 5/194 1131
/proc/meminfo: memFree=20257600/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=52844 CPUtime=821.25 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 12309 0 0 0 82121 4 0 0 25 0 1 0 488911613 54112256 12250 33554432000 134512640 134556542 4292388464 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 13211 12250 214 11 0 12545 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 61548

[startup+882.3 s]
/proc/loadavg: 4.00 3.89 3.41 5/194 1132
/proc/meminfo: memFree=20252852/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=53504 CPUtime=881.26 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 12501 0 0 0 88121 5 0 0 25 0 1 0 488911613 54788096 12442 33554432000 134512640 134556542 4292388464 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 13376 12442 214 11 0 12710 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 62208

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.45 5/194 1134
/proc/meminfo: memFree=20247984/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=54200 CPUtime=941.26 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 12672 0 0 0 94121 5 0 0 25 0 1 0 488911613 55500800 12613 33554432000 134512640 134556542 4292388464 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 13550 12613 214 11 0 12884 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 62904

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.48 5/194 1136
/proc/meminfo: memFree=20244480/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=55408 CPUtime=1001.26 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 12937 0 0 0 100121 5 0 0 25 0 1 0 488911613 56737792 12878 33554432000 134512640 134556542 4292388464 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 13852 12878 214 11 0 13186 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 64112

[startup+1062.3 s]
/proc/loadavg: 4.11 3.96 3.52 5/194 1137
/proc/meminfo: memFree=20240480/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=57224 CPUtime=1061.26 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 13369 0 0 0 106121 5 0 0 25 0 1 0 488911613 58597376 13310 33554432000 134512640 134556542 4292388464 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 14306 13310 214 11 0 13640 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 65928

[startup+1122.3 s]
/proc/loadavg: 4.04 3.97 3.55 5/194 1139
/proc/meminfo: memFree=20237468/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=57644 CPUtime=1121.27 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 13488 0 0 0 112122 5 0 0 25 0 1 0 488911613 59027456 13429 33554432000 134512640 134556542 4292388464 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 14411 13429 214 11 0 13745 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 66348

[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.57 5/194 1140
/proc/meminfo: memFree=20234348/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=58520 CPUtime=1181.27 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 13714 0 0 0 118122 5 0 0 25 0 1 0 488911613 59924480 13655 33554432000 134512640 134556542 4292388464 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 14630 13655 214 11 0 13964 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 67224

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.59 5/194 1142
/proc/meminfo: memFree=20227508/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=61960 CPUtime=1241.28 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 14532 0 0 0 124122 6 0 0 25 0 1 0 488911613 63447040 14473 33554432000 134512640 134556542 4292388464 18446744073709551615 134538262 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 15490 14473 214 11 0 14824 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 70664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.62 3/188 1145
/proc/meminfo: memFree=20334428/32950928 swapFree=67111528/67111528
[pid=1090] ppid=1088 vsize=8704 CPUtime=1.05 cores=0,2
/proc/1090/stat : 1090 (ebglucose.sh) S 1088 1090 32630 0 -1 4202496 378 12097 0 0 0 0 102 3 18 0 1 0 488911506 8912896 255 33554432000 4194304 4922060 140734106434464 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1090/statm: 2176 255 211 178 0 69 0
[pid=1109] ppid=1090 vsize=62140 CPUtime=1298.98 cores=0,2
/proc/1109/stat : 1109 (ebglucose_stati) R 1090 1090 32630 0 -1 4202496 14544 0 0 0 129892 6 0 0 25 0 1 0 488911613 63631360 14485 33554432000 134512640 134556542 4292388464 18446744073709551615 134537549 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1109/statm: 15535 14485 214 11 0 14869 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 70844

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.06
CPU user time (s): 1299.96
CPU system time (s): 0.104984
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 70844

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

runsolver used 2.17167 second user time and 4.93225 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 01:12:28
IDJOB=3289449
IDBENCH=83123
IDSOLVER=1652
FILE ID=node149/3289449-1303773148
RUNJOBID= node149-1303773148-1054
PBS_JOBID= 13157177
Free space on /tmp= 72168 MiB

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

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
RANDOM SEED=437160578

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20412548 kB
Buffers:       2173248 kB
Cached:        9696228 kB
SwapCached:          0 kB
Active:        1618284 kB
Inactive:     10383064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20412548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18304 kB
Writeback:           0 kB
AnonPages:      131264 kB
Mapped:          15264 kB
Slab:           472508 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   305068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72140 MiB
End job on node149 at 2011-04-26 01:34:10