Trace number 3365801

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
SAT09 reference solver:precosat 236? (TO) 5000.1 4999.92

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3365801-1305318551.cnf
0.00/0.00	c found header 'p cnf 257030 769313'
0.49/0.59	c finished parsing
0.49/0.59	c
0.49/0.59	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.49/0.59	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.49/0.59	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.49/0.59	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.49/0.59	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.49/0.59	c --random=1 --spread=2000 --seed=0 --skip=25
0.49/0.59	c
0.49/0.59	c sizeof     vars[0] = 16   alignment = 0       4 MB
0.49/0.59	c sizeof     orgs[0] =  8   alignment = 0       2 MB
0.49/0.59	c sizeof     occs[0] =  8   alignment = 0       2 MB
0.49/0.59	c sizeof iirfs[0..1] =  8   alignment = 0       2 MB
0.49/0.59	c
0.49/0.59	c starting search after 0.6 seconds
0.49/0.59	c no decision limit
0.59/0.60	c
0.59/0.60	c       original/binary      fixed     eliminated      learned       agility
0.59/0.60	c   seconds        variables     equivalent    conflicts       height       MB
0.59/0.60	c
0.59/0.60	c *    0.6   769311  257028      2     0      0       0      0    0.0   0   63
6.38/6.51	c s    6.5   475774   74841   4260  2144 175785       0      0    0.0   0   54
6.38/6.51	c l    6.5   475774   74841   4260  2144 175785       0 423303    0.0   0   54
6.49/6.58	c R    6.6   482444   74841   4260  2144 175785     101    101   68.8  10   56
6.59/6.62	c R    6.6   486498   74841   4260  2144 175785     201    201   61.6   4   57
8.28/8.34	c R    8.3   654699   69314   8645  3286 175785     802    802   38.5   3   71
8.38/8.43	c B    8.4   654705   69314   8645  3286 175785    1001   1001   36.4   3   71
8.79/8.83	c B    8.8   659983   69314   8645  3286 175785    2001   2001   34.2   2   71
8.88/8.91	c R    8.9   660251   69314   8645  3286 175785    2406   2406   33.0   2   71
10.68/10.79	c R   10.8   693445   69314   8645  3286 175785    6412   6412   31.5   4   74
11.38/11.48	c B   11.5   705406   69314   8645  3286 175785    8001   8001   31.3   3   74
14.08/14.13	c s   14.1   507865   65721   8645  3286 179378   10295   9844   30.0   2   58
14.08/14.13	c -   14.1   507865   65721   8645  3286 179378   10295 368274   30.0   2   58
16.28/16.32	c R   16.3   508365   65686   8645  3321 179378   16030  15579   28.1   2   63
19.59/19.67	c B   19.7   508366   65686   8645  3321 179378   24004  23553   26.4   4   64
21.29/21.38	c s   21.4   508047   65678   8645  3321 179386   25283  24831   26.5   4   60
26.59/26.65	c R   26.7   508047   65674   8645  3325 179386   38476  38024   25.8   2   67
29.09/29.18	c s   29.2   507775   65666   8645  3325 179394   41140  40688   25.7   3   62
37.89/37.90	c s   37.9   507732   65662   8645  3329 179394   60739  60287   24.9   3   65
39.19/39.22	c
39.19/39.22	c       original/binary      fixed     eliminated      learned       agility
39.19/39.22	c   seconds        variables     equivalent    conflicts       height       MB
39.19/39.22	c
39.19/39.22	c B   39.2   507732   65662   8645  3329 179394   64015  63563   25.0   1   70
49.40/49.43	c R   49.4   507732   65662   8645  3329 179394   89752  89300   24.1   3   76
60.39/60.43	c s   60.4   507734   65662   8645  3329 179394  111072 110619   23.6   3   72
73.59/73.65	c s   73.6   507855   65662   8645  3329 179394  129807 129352   23.7   1   75
88.49/88.57	c s   88.6   507939   65662   8645  3329 179394  157750 157295   23.4   3   79
89.39/89.48	c B   89.5   507939   65662   8645  3329 179394  160036 159581   23.3   2   84
111.29/111.31	c R  111.3   507939   65662   8645  3329 179394  205126 204671   22.9   3   96
114.19/114.22	c s  114.2   507945   65662   8645  3329 179394  208136 207680   22.9   2   86
139.19/139.25	c s  139.3   507989   65662   8645  3329 179394  246797 246341   22.4   3   92
170.79/170.88	c s  170.9   508022   65662   8645  3329 179394  290245 289789   22.3   1   98
207.70/207.70	c s  207.7   508033   65662   8645  3329 179394  334445 333989   22.3   4  105
230.20/230.21	c s  230.2   508077   65662   8645  3329 179394  363218 362762   22.2   4  109
234.20/234.23	c +  234.2   508077   65662   8645  3329 179394  368275 405101   22.2   4  120
245.69/245.78	c B  245.8   508077   65662   8645  3329 179394  384090 383634   22.2   3  127
301.80/301.85	c +  301.9   508077   65662   8645  3329 179394  460341 445611   21.9   6  136
302.60/302.60	c R  302.6   508077   65662   8645  3329 179394  461499 406270   21.9  12  136
411.20/411.29	c +  411.3   508077   65662   8645  3329 179394  575425 490172   21.5   2  147
566.31/566.30	c +  566.3   508077   65662   8645  3329 179394  719282 539189   21.4   4  156
764.71/764.77	c B  764.8   508077   65662   8645  3329 179394  896166 539204   21.3   2  168
768.01/768.06	c
768.01/768.06	c       original/binary      fixed     eliminated      learned       agility
768.01/768.06	c   seconds        variables     equivalent    conflicts       height       MB
768.01/768.06	c
768.01/768.06	c +  768.1   508077   65662   8645  3329 179394  899100 593107   21.3   4  168
882.92/882.98	c R  883.0   508077   65662   8645  3329 179394 1025402 593116   21.1   3  176
975.82/975.80	c +  975.8   508077   65662   8645  3329 179394 1123875 652417   20.7   2  177
1359.04/1359.08	c + 1359.1   508077   65662   8645  3329 179394 1404840 717658   20.5   3  192
1838.25/1838.26	c s 1838.3   508078   65662   8645  3329 179394 1743102 717669   20.4   4  156
1860.75/1860.75	c + 1860.8   508079   65662   8645  3329 179394 1756051 789423   20.4   3  187
1916.75/1916.77	c s 1916.8   508079   65662   8645  3329 179394 1787858 749475   20.4   5  160
2311.97/2311.92	c B 2312.0   508079   65662   8645  3329 179394 2048349 789431   20.4   1  215
2481.78/2481.76	c + 2481.9   508079   65662   8645  3329 179394 2195060 868365   20.3   3  216
2546.28/2546.22	c R 2546.3   508079   65662   8645  3329 179394 2255639 850011   20.3   3  224
3355.81/3355.76	c + 3355.9   508079   65662   8645  3329 179394 2743826 955201   20.0   7  241
4750.66/4750.51	c + 4750.7   508079   65662   8645  3329 179394 3429781 1050721   19.9   4  263
5000.08/4999.91	c
5000.08/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.08/4999.91	c
5000.08/4999.91	c 3602080 conflicts, 4556721 decisions, 2288 random
5000.08/4999.91	c 0 iterations, 6202 restarts, 0 skipped
5000.08/4999.91	c 11 enlarged, 16887 shrunken, 35184 rescored, 861 rebiased
5000.08/4999.91	c 15 simplifications, 0 reductions
5000.08/4999.91	c
5000.08/4999.91	c vars: 8645 fixed, 3329 equiv, 179394 elim, 3425 merged
5000.08/4999.91	c elim: 8310979 resolutions, 8 phases, 2 rounds
5000.08/4999.91	c sbst: 98% substituted, 1.4% nots, 98.2% ands, 0.3% xors, 0.0% ites
5000.08/4999.91	c arty: 2.03 and 2.00 xor average arity
5000.08/4999.91	c prbe: 41655637 probed, 2206 phases, 316 rounds
5000.08/4999.91	c prbe: 4311 failed, 1806 lifted, 2162 merged
5000.08/4999.91	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.08/4999.91	c hash: 8 units, 1263 merged
5000.08/4999.91	c mins: 92766480 learned, 55% deleted, 52 strong, 51 depth
5000.08/4999.91	c subs: 13468 forward, 71348 backward, 110578 doms
5000.08/4999.91	c strs: 11729 forward, 840 backward
5000.08/4999.91	c doms: 126568 dominators, 53706 high, 0 low
5000.08/4999.91	c prps: 3796599935 propagations, 0.76 megaprops
5000.08/4999.91	c
5000.08/4999.91	c 5000.1 seconds, 277 MB max, 374 MB recycled
5000.08/4999.91	c
5000.08/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.08/4999.91	c

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: 961)

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-3365801-1305318551/watcher-3365801-1305318551 -o /tmp/evaluation-result-3365801-1305318551/solver-3365801-1305318551 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365801-1305318551.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.92 3/316 12335
/proc/meminfo: memFree=7809272/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=10924 CPUtime=0 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 2135 0 0 0 0 0 0 0 25 0 1 0 722085888 11186176 2092 33554432000 134512640 135151029 4290798640 18446744073709551615 134534376 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12335/statm: 2731 2093 60 156 0 2574 0

[startup+0.0216759 s]
/proc/loadavg: 2.01 2.02 1.92 3/316 12335
/proc/meminfo: memFree=7809272/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=11952 CPUtime=0.01 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 2771 0 0 0 1 0 0 0 25 0 1 0 722085888 12238848 2728 33554432000 134512640 135151029 4290798640 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12335/statm: 2988 2729 60 156 0 2831 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11952

[startup+0.100662 s]
/proc/loadavg: 2.01 2.02 1.92 3/316 12335
/proc/meminfo: memFree=7809272/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=30404 CPUtime=0.09 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 7746 0 0 0 8 1 0 0 25 0 1 0 722085888 31133696 7476 33554432000 134512640 135151029 4290798640 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 7601 7477 64 156 0 7444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30404

[startup+0.300629 s]
/proc/loadavg: 2.01 2.02 1.92 3/316 12335
/proc/meminfo: memFree=7809272/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=53216 CPUtime=0.29 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 13699 0 0 0 27 2 0 0 25 0 1 0 722085888 54493184 13172 33554432000 134512640 135151029 4290798640 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 13304 13172 64 156 0 13147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53216

[startup+0.700553 s]
/proc/loadavg: 2.01 2.02 1.92 3/316 12335
/proc/meminfo: memFree=7809272/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=86380 CPUtime=0.68 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 22523 0 0 0 65 3 0 0 25 0 1 0 722085888 88453120 21482 33554432000 134512640 135151029 4290798640 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 21595 21482 80 156 0 21438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 86380

[startup+1.5004 s]
/proc/loadavg: 2.01 2.02 1.92 3/317 12336
/proc/meminfo: memFree=7732392/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=91576 CPUtime=1.48 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 30825 0 0 0 143 5 0 0 25 0 1 0 722085888 93773824 22788 33554432000 134512640 135151029 4290798640 18446744073709551615 134681081 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 22894 22788 80 156 0 22737 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91576

[startup+3.1011 s]
/proc/loadavg: 2.01 2.02 1.92 3/317 12336
/proc/meminfo: memFree=7697176/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=122320 CPUtime=3.09 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 39117 0 0 0 302 7 0 0 25 0 1 0 722085888 125255680 30055 33554432000 134512640 135151029 4290798640 18446744073709551615 134573793 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 30580 30055 80 156 0 30423 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122320

[startup+6.30049 s]
/proc/loadavg: 2.01 2.02 1.92 3/317 12336
/proc/meminfo: memFree=7676084/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=113996 CPUtime=6.28 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 42166 0 0 0 621 7 0 0 25 0 1 0 722085888 116731904 28237 33554432000 134512640 135151029 4290798640 18446744073709551615 134521507 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 28499 28237 80 156 0 28342 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 113996

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 1.92 3/317 12337
/proc/meminfo: memFree=7693556/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=127088 CPUtime=12.68 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 48464 0 0 0 1260 8 0 0 25 0 1 0 722085888 130138112 31511 33554432000 134512640 135151029 4290798640 18446744073709551615 134578625 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 31772 31511 80 156 0 31615 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 127088

[startup+25.5009 s]
/proc/loadavg: 2.00 2.02 1.92 3/317 12337
/proc/meminfo: memFree=7694664/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=115024 CPUtime=25.49 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 53808 0 0 0 2540 9 0 0 25 0 1 0 722085888 117784576 28531 33554432000 134512640 135151029 4290798640 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 28756 28531 80 156 0 28599 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115024

[startup+51.101 s]
/proc/loadavg: 2.00 2.01 1.92 3/317 12338
/proc/meminfo: memFree=7694008/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=115984 CPUtime=51.09 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 63806 0 0 0 5098 11 0 0 25 0 1 0 722085888 118767616 28685 33554432000 134512640 135151029 4290798640 18446744073709551615 134552759 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 28996 28685 80 156 0 28839 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115984

[startup+102.311 s]
/proc/loadavg: 2.00 2.01 1.92 3/317 12339
/proc/meminfo: memFree=7691680/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=118800 CPUtime=102.3 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 80243 0 0 0 10217 13 0 0 25 0 1 0 722085888 121651200 29289 33554432000 134512640 135151029 4290798640 18446744073709551615 134542806 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 29700 29289 80 156 0 29543 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118800

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/317 12341
/proc/meminfo: memFree=7685548/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=126680 CPUtime=162.29 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 87676 0 0 0 16215 14 0 0 25 0 1 0 722085888 129720320 30822 33554432000 134512640 135151029 4290798640 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 31670 30822 80 156 0 31513 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 126680

[startup+222.301 s]
/proc/loadavg: 2.12 2.03 1.93 3/317 12342
/proc/meminfo: memFree=7612220/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=138936 CPUtime=222.3 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 93318 0 0 0 22215 15 0 0 25 0 1 0 722085888 142270464 34197 33554432000 134512640 135151029 4290798640 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 34734 34197 80 156 0 34577 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 138936

[startup+282.3 s]
/proc/loadavg: 2.10 2.04 1.94 3/317 12344
/proc/meminfo: memFree=7587744/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=152408 CPUtime=282.3 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 97328 0 0 0 28214 16 0 0 25 0 1 0 722085888 156065792 37059 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 38102 37059 80 156 0 37945 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152408

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 1.94 3/317 12345
/proc/meminfo: memFree=7580748/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=160168 CPUtime=342.3 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 99018 0 0 0 34214 16 0 0 25 0 1 0 722085888 164012032 38749 33554432000 134512640 135151029 4290798640 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 40042 38749 80 156 0 39885 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160168

[startup+402.301 s]
/proc/loadavg: 2.06 2.04 1.94 3/317 12347
/proc/meminfo: memFree=7589028/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=164716 CPUtime=402.3 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 99777 0 0 0 40214 16 0 0 25 0 1 0 722085888 168669184 39508 33554432000 134512640 135151029 4290798640 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 41179 39508 80 156 0 41022 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 164716

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/317 12349
/proc/meminfo: memFree=7567384/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=170796 CPUtime=462.3 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 101415 0 0 0 46214 16 0 0 25 0 1 0 722085888 174895104 41146 33554432000 134512640 135151029 4290798640 18446744073709551615 134555096 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 42699 41146 80 156 0 42542 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 170796

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 1.94 3/317 12350
/proc/meminfo: memFree=7544168/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=173520 CPUtime=522.31 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 101951 0 0 0 52214 17 0 0 25 0 1 0 722085888 177684480 41682 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 43380 41682 80 156 0 43223 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 173520

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/317 12354
/proc/meminfo: memFree=7538328/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=177112 CPUtime=582.31 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 102738 0 0 0 58214 17 0 0 25 0 1 0 722085888 181362688 42469 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 44278 42469 80 156 0 44121 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 177112

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/317 12566
/proc/meminfo: memFree=8450168/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=283312 CPUtime=4062.44 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136204 0 0 0 406209 35 0 0 25 0 1 0 722085888 290111488 65876 33554432000 134512640 135151029 4290798640 18446744073709551615 134574310 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 70828 65876 80 156 0 70671 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 283312

[startup+4122.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/317 12567
/proc/meminfo: memFree=8446060/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=283736 CPUtime=4122.44 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136336 0 0 0 412209 35 0 0 25 0 1 0 722085888 290545664 66008 33554432000 134512640 135151029 4290798640 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 70934 66008 80 156 0 70777 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 283736

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/317 12571
/proc/meminfo: memFree=8445720/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=283928 CPUtime=4182.44 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136424 0 0 0 418209 35 0 0 25 0 1 0 722085888 290742272 66096 33554432000 134512640 135151029 4290798640 18446744073709551615 134552306 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 70982 66096 80 156 0 70825 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 283928

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 12573
/proc/meminfo: memFree=8445320/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=285980 CPUtime=4242.44 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136558 0 0 0 424208 36 0 0 25 0 1 0 722085888 292843520 66230 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 71495 66230 80 156 0 71338 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 285980

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 12575
/proc/meminfo: memFree=8439584/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=287004 CPUtime=4302.45 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136671 0 0 0 430209 36 0 0 25 0 1 0 722085888 293892096 66343 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 71751 66343 80 156 0 71594 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 287004

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/317 12577
/proc/meminfo: memFree=8438908/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=287620 CPUtime=4362.45 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136792 0 0 0 436209 36 0 0 25 0 1 0 722085888 294522880 66464 33554432000 134512640 135151029 4290798640 18446744073709551615 134554851 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 71905 66464 80 156 0 71748 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 287620

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 12578
/proc/meminfo: memFree=8438364/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=288600 CPUtime=4422.45 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136921 0 0 0 442209 36 0 0 25 0 1 0 722085888 295526400 66593 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 72150 66593 80 156 0 71993 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 288600

[startup+4482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/317 12580
/proc/meminfo: memFree=8438088/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=288736 CPUtime=4482.45 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 136986 0 0 0 448209 36 0 0 25 0 1 0 722085888 295665664 66658 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 72184 66658 80 156 0 72027 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 288736

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/317 12581
/proc/meminfo: memFree=8437652/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=289604 CPUtime=4542.45 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 137110 0 0 0 454209 36 0 0 25 0 1 0 722085888 296554496 66782 33554432000 134512640 135151029 4290798640 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 72401 66782 80 156 0 72244 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 289604

[startup+4602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/317 12583
/proc/meminfo: memFree=8436752/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=289860 CPUtime=4602.46 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 137154 0 0 0 460210 36 0 0 25 0 1 0 722085888 296816640 66826 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 72465 66826 80 156 0 72308 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 289860

[startup+4662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/317 12585
/proc/meminfo: memFree=8436576/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=290632 CPUtime=4662.46 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 137286 0 0 0 466210 36 0 0 25 0 1 0 722085888 297607168 66958 33554432000 134512640 135151029 4290798640 18446744073709551615 134574614 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 72658 66958 80 156 0 72501 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 290632

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/317 12586
/proc/meminfo: memFree=8435644/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=290632 CPUtime=4722.47 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 137326 0 0 0 472211 36 0 0 25 0 1 0 722085888 297607168 66998 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 72658 66998 80 156 0 72501 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 290632

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 12588
/proc/meminfo: memFree=8436124/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=291160 CPUtime=4782.46 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 137486 0 0 0 478210 36 0 0 25 0 1 0 722085888 298147840 67158 33554432000 134512640 135151029 4290798640 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 72790 67158 80 156 0 72633 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 291160

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 12589
/proc/meminfo: memFree=8430748/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=297068 CPUtime=4842.47 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 138822 0 0 0 484210 37 0 0 25 0 1 0 722085888 304197632 68494 33554432000 134512640 135151029 4290798640 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 74267 68494 80 156 0 74110 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 297068

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 12591
/proc/meminfo: memFree=8425356/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=302400 CPUtime=4902.47 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 140128 0 0 0 490209 38 0 0 25 0 1 0 722085888 309657600 69800 33554432000 134512640 135151029 4290798640 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 75600 69800 80 156 0 75443 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 302400

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/317 12593
/proc/meminfo: memFree=8424808/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=302664 CPUtime=4962.47 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 140203 0 0 0 496209 38 0 0 25 0 1 0 722085888 309927936 69875 33554432000 134512640 135151029 4290798640 18446744073709551615 134551331 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 75666 69875 80 156 0 75509 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 302664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/317 12594
/proc/meminfo: memFree=8395904/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=303056 CPUtime=5000.08 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 140297 0 0 0 499970 38 0 0 25 0 1 0 722085888 310329344 69969 33554432000 134512640 135151029 4290798640 18446744073709551615 134574580 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 75764 69969 80 156 0 75607 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 303056

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

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

[startup+4999.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/317 12594
/proc/meminfo: memFree=8395904/32950928 swapFree=67085488/67111528
[pid=12335] ppid=12333 vsize=303056 CPUtime=5000.08 cores=0,2,4,6
/proc/12335/stat : 12335 (precosat) R 12333 12335 11765 0 -1 4202496 140297 0 0 0 499970 38 0 0 25 0 1 0 722085888 310329344 69969 33554432000 134512640 135151029 4290798640 18446744073709551615 134574580 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/12335/statm: 75764 69969 80 156 0 75607 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 303056

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.1
CPU user time (s): 4999.71
CPU system time (s): 0.39294
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 303056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.71
system time used= 0.39294
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140298
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= 5
involuntary context switches= 11310

runsolver used 16.0706 second user time and 33.9438 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-13 22:29:12
IDJOB=3365801
IDBENCH=82459
IDSOLVER=1843
FILE ID=node114/3365801-1305318551
RUNJOBID= node114-1305315246-11783
PBS_JOBID= 13324318
Free space on /tmp= 39212 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365801-1305318551/watcher-3365801-1305318551 -o /tmp/evaluation-result-3365801-1305318551/solver-3365801-1305318551 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365801-1305318551.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=649793562

node114.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.848
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.69
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.74
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.848
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.848
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.75
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.848
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.848
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.74
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.848
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:       7809428 kB
Buffers:        257924 kB
Cached:       13001556 kB
SwapCached:         96 kB
Active:       13139804 kB
Inactive:     11473860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7809428 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           14420 kB
Writeback:           4 kB
AnonPages:    11354080 kB
Mapped:          27296 kB
Slab:           425668 kB
PageTables:      38744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53456300 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= 39224 MiB
End job on node114 at 2011-05-13 23:52:34