Trace number 3365667

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.07 4999.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-3365667-1305315833.cnf
0.00/0.00	c found header 'p cnf 1430 79453'
0.00/0.02	c finished parsing
0.00/0.02	c
0.00/0.02	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.02	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.02	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.02	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.02	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.02	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.02	c
0.00/0.02	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.02	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.02	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.02	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.02	c
0.00/0.02	c starting search after 0.0 seconds
0.00/0.02	c no decision limit
0.00/0.03	c
0.00/0.03	c       original/binary      fixed     eliminated      learned       agility
0.00/0.03	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.03	c
0.00/0.03	c *    0.0    79453    1363      0    67      0       0      0    0.0   0    5
0.89/0.95	c s    1.0    78392     825      0   157    448       0      0    0.0   0    5
0.89/0.95	c l    1.0    78392     825      0   157    448       0  76557    0.0   0    5
0.89/0.96	c R    1.0    78392     825      0   157    448     101    101  107.5  15    6
0.89/0.98	c R    1.0    78392     825      0   157    448     202    202   80.7  18    6
0.99/1.03	c R    1.0    78392     825      0   157    448     807    807   44.2  12    6
0.99/1.05	c B    1.0    78392     825      0   157    448    1001   1001   39.2  11    6
1.10/1.12	c B    1.1    78392     825      0   157    448    2001   2001   30.2  11    6
1.10/1.15	c R    1.2    78392     825      0   157    448    2414   2414   28.6   7    6
1.39/1.46	c R    1.5    78392     825      0   157    448    6429   6429   26.0  10    7
1.49/1.56	c B    1.6    78392     825      0   157    448    8003   8003   24.4  11    8
2.29/2.34	c R    2.3    78392     825      0   157    448   16054  16054   23.2  12    9
3.09/3.19	c B    3.2    78392     825      0   157    448   24007  24007   22.5  11   10
4.59/4.62	c R    4.6    78392     825      0   157    448   38492  38492   21.2   6   12
7.99/8.09	c B    8.1    78392     825      0   157    448   64019  64019   22.2  10   17
10.19/10.21	c +   10.2    78392     825      0   157    448   76557  84212   22.5   9   19
11.99/12.07	c R   12.1    78392     825      0   157    448   89791  84221   21.9  11   20
12.69/12.76	c +   12.8    78392     825      0   157    448   95695  92633   22.0   9   20
16.79/16.85	c +   16.9    78392     825      0   157    448  119617 101896   22.4  12   22
21.49/21.50	c
21.49/21.50	c       original/binary      fixed     eliminated      learned       agility
21.49/21.50	c   seconds        variables     equivalent    conflicts       height       MB
21.49/21.50	c
21.49/21.50	c +   21.5    78392     825      0   157    448  149521 112085   22.3  16   24
23.69/23.72	c B   23.7    78392     825      0   157    448  160049 112090   22.4   9   25
29.19/29.26	c +   29.3    78392     825      0   157    448  186900 123293   22.7  10   26
31.60/31.69	c R   31.7    78392     825      0   157    448  205187 123310   22.4   8   27
36.00/36.05	c +   36.1    78392     825      0   157    448  233625 135622   21.5   8   27
48.40/48.44	c +   48.4    78392     825      0   157    448  292030 149184   21.5   8   31
64.80/64.83	c +   64.8    78392     825      0   157    448  365036 164102   21.7   8   34
68.79/68.89	c B   68.9    78392     825      0   157    448  384100 164105   21.8  12   36
83.69/83.71	c +   83.7    78392     825      0   157    448  456297 180512   22.0  11   36
84.60/84.61	c R   84.6    78392     825      0   157    448  461546 169364   21.9  10   36
109.39/109.47	c +  109.5    78392     825      0   157    448  570371 198563   21.8   9   40
146.31/146.33	c +  146.3    78392     825      0   157    448  712960 218419   21.6  10   44
193.69/193.80	c +  193.8    78392     825      0   157    448  891201 240260   21.4  10   48
195.09/195.15	c B  195.2    78392     825      0   157    448  896204 223431   21.4  13   49
228.90/228.99	c R  229.0    78392     825      0   157    448 1025566 240282   21.5  10   51
243.20/243.27	c s  243.3    78393     825      0   157    448 1073657 240278   21.0  12   34
254.20/254.24	c +  254.2    78393     825      0   157    448 1114002 264286   20.9   8   41
345.70/345.72	c +  345.7    78393     825      0   157    448 1392500 290714   21.0   9   56
464.80/464.83	c +  464.9    78393     825      0   157    448 1740625 319785   21.0  10   61
581.41/581.40	c
581.41/581.40	c       original/binary      fixed     eliminated      learned       agility
581.41/581.40	c   seconds        variables     equivalent    conflicts       height       MB
581.41/581.40	c
581.41/581.40	c B  581.4    78393     825      0   157    448 2048424 319792   20.9  14   67
618.71/618.74	c +  618.8    78393     825      0   157    448 2175781 351763   20.7  11   66
645.72/645.78	c R  645.8    78393     825      0   157    448 2255948 351770   20.6   8   70
825.41/825.42	c +  825.4    78393     825      0   157    448 2719727 386939   20.4  14   80
1116.73/1116.79	c + 1116.8    78393     825      0   157    448 3399657 425632   20.2   9   86
1522.53/1522.52	c + 1522.6    78393     825      0   157    448 4249570 468195   19.8  11   94
1703.24/1703.21	c B 1703.3    78393     825      0   157    448 4608832 468210   19.7  11  100
1830.24/1830.24	c R 1830.3    78393     825      0   157    448 4921506 468210   19.4   9  101
1983.95/1983.96	c + 1984.0    78393     825      0   157    448 5311960 515014   19.1  10  105
2735.78/2735.77	c + 2735.9    78393     825      0   157    448 6639950 566515   19.1   8  118
3717.60/3717.58	c + 3717.7    78393     825      0   157    448 8299935 623166   18.9   7  129
5000.04/4999.91	c
5000.04/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.04/4999.91	c
5000.04/4999.91	c 10232330 conflicts, 12577113 decisions, 3407 random
5000.04/4999.91	c 0 iterations, 16380 restarts, 0 skipped
5000.04/4999.91	c 22 enlarged, 1 shrunken, 99994 rescored, 2045 rebiased
5000.04/4999.91	c 2 simplifications, 0 reductions
5000.04/4999.91	c
5000.04/4999.91	c vars: 0 fixed, 157 equiv, 448 elim, 157 merged
5000.04/4999.91	c elim: 516645 resolutions, 1 phases, 1 rounds
5000.04/4999.91	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
5000.04/4999.91	c arty: 2.21 and 0.00 xor average arity
5000.04/4999.91	c prbe: 1185642 probed, 718 phases, 718 rounds
5000.04/4999.91	c prbe: 0 failed, 0 lifted, 0 merged
5000.04/4999.91	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.04/4999.91	c hash: 0 units, 157 merged
5000.04/4999.91	c mins: 205163038 learned, 27% deleted, 362 strong, 18 depth
5000.04/4999.91	c subs: 126 forward, 0 backward, 67 doms
5000.04/4999.91	c strs: 0 forward, 0 backward
5000.04/4999.91	c doms: 67 dominators, 0 high, 0 low
5000.04/4999.91	c prps: 1228061301 propagations, 0.25 megaprops
5000.04/4999.91	c
5000.04/4999.91	c 5000.1 seconds, 142 MB max, 966 MB recycled
5000.04/4999.91	c
5000.04/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.04/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-3365667-1305315833/watcher-3365667-1305315833 -o /tmp/evaluation-result-3365667-1305315833/solver-3365667-1305315833 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365667-1305315833.cnf 

running on 4 cores: 1,3,5,7

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.02 1.75 0.94 2/250 7068
/proc/meminfo: memFree=15846408/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=1924 CPUtime=0 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 394 0 0 0 0 0 0 0 23 0 1 0 643181186 1970176 352 33554432000 134512640 135151029 4286872256 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 481 353 65 156 0 324 0

[startup+0.0850999 s]
/proc/loadavg: 2.02 1.75 0.94 2/250 7068
/proc/meminfo: memFree=15846408/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=8060 CPUtime=0.07 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 2115 0 0 0 7 0 0 0 23 0 1 0 643181186 8253440 1906 33554432000 134512640 135151029 4286872256 18446744073709551615 134545512 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 2015 1906 80 156 0 1858 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8060

[startup+0.101092 s]
/proc/loadavg: 2.02 1.75 0.94 2/250 7068
/proc/meminfo: memFree=15846408/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=8324 CPUtime=0.09 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 2192 0 0 0 9 0 0 0 23 0 1 0 643181186 8523776 1983 33554432000 134512640 135151029 4286872256 18446744073709551615 134575832 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 2081 1983 80 156 0 1924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8324

[startup+0.301059 s]
/proc/loadavg: 2.02 1.75 0.94 2/250 7068
/proc/meminfo: memFree=15846408/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=11248 CPUtime=0.29 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 2926 0 0 0 29 0 0 0 25 0 1 0 643181186 11517952 2717 33554432000 134512640 135151029 4286872256 18446744073709551615 134549586 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 2812 2717 80 156 0 2655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11248

[startup+0.700983 s]
/proc/loadavg: 2.02 1.75 0.94 2/250 7068
/proc/meminfo: memFree=15846408/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=11248 CPUtime=0.69 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 2926 0 0 0 69 0 0 0 25 0 1 0 643181186 11517952 2717 33554432000 134512640 135151029 4286872256 18446744073709551615 134517335 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 2812 2717 80 156 0 2655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11248

[startup+1.50084 s]
/proc/loadavg: 2.02 1.75 0.94 3/251 7069
/proc/meminfo: memFree=15834876/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=11248 CPUtime=1.49 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 2926 0 0 0 149 0 0 0 25 0 1 0 643181186 11517952 2717 33554432000 134512640 135151029 4286872256 18446744073709551615 134554888 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 2812 2717 80 156 0 2655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11248

[startup+3.10055 s]
/proc/loadavg: 2.02 1.75 0.94 3/251 7069
/proc/meminfo: memFree=15834008/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=12464 CPUtime=3.09 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 3209 0 0 0 309 0 0 0 25 0 1 0 643181186 12763136 3000 33554432000 134512640 135151029 4286872256 18446744073709551615 134555112 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 3116 3000 80 156 0 2959 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12464

[startup+6.30097 s]
/proc/loadavg: 2.01 1.76 0.95 3/251 7069
/proc/meminfo: memFree=15828080/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=17080 CPUtime=6.29 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 4304 0 0 0 629 0 0 0 25 0 1 0 643181186 17489920 4095 33554432000 134512640 135151029 4286872256 18446744073709551615 134554817 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 4270 4095 80 156 0 4113 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17080

[startup+12.7008 s]
/proc/loadavg: 2.01 1.76 0.95 3/251 7069
/proc/meminfo: memFree=15821568/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=23120 CPUtime=12.69 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 5700 0 0 0 1269 0 0 0 25 0 1 0 643181186 23674880 5491 33554432000 134512640 135151029 4286872256 18446744073709551615 134554782 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 5780 5491 80 156 0 5623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23120

[startup+25.5005 s]
/proc/loadavg: 2.01 1.77 0.97 3/251 7069
/proc/meminfo: memFree=15814880/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=29096 CPUtime=25.49 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 7079 0 0 0 2549 0 0 0 25 0 1 0 643181186 29794304 6870 33554432000 134512640 135151029 4286872256 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 7274 6870 80 156 0 7117 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29096

[startup+51.1008 s]
/proc/loadavg: 2.07 1.80 1.00 3/251 7070
/proc/meminfo: memFree=15806400/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=35968 CPUtime=51.09 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 8681 0 0 0 5108 1 0 0 25 0 1 0 643181186 36831232 8472 33554432000 134512640 135151029 4286872256 18446744073709551615 134552227 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 8992 8472 80 156 0 8835 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35968

[startup+102.309 s]
/proc/loadavg: 2.03 1.83 1.05 3/251 7071
/proc/meminfo: memFree=15795348/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=44732 CPUtime=102.3 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 10611 0 0 0 10229 1 0 0 25 0 1 0 643181186 45805568 10402 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 11183 10402 80 156 0 11026 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 44732

[startup+162.301 s]
/proc/loadavg: 2.07 1.88 1.11 3/251 7073
/proc/meminfo: memFree=15788592/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=52496 CPUtime=162.29 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 12260 0 0 0 16227 2 0 0 25 0 1 0 643181186 53755904 12051 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 13124 12051 80 156 0 12967 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 52496

[startup+222.301 s]
/proc/loadavg: 2.10 1.91 1.17 3/251 7074
/proc/meminfo: memFree=15784464/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=57272 CPUtime=222.3 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 13253 0 0 0 22227 3 0 0 25 0 1 0 643181186 58646528 13044 33554432000 134512640 135151029 4286872256 18446744073709551615 134567902 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 14318 13044 80 156 0 14161 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 57272

[startup+282.301 s]
/proc/loadavg: 2.11 1.94 1.22 3/251 7076
/proc/meminfo: memFree=15781936/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=58748 CPUtime=282.3 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 15928 0 0 0 28226 4 0 0 25 0 1 0 643181186 60157952 13750 33554432000 134512640 135151029 4286872256 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 14687 13750 80 156 0 14530 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 58748

[startup+342.301 s]
/proc/loadavg: 2.04 1.95 1.27 3/251 7078
/proc/meminfo: memFree=15778428/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=62972 CPUtime=342.3 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 16747 0 0 0 34226 4 0 0 25 0 1 0 643181186 64483328 14569 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 15743 14569 80 156 0 15586 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 62972

[startup+402.301 s]
/proc/loadavg: 2.12 1.98 1.32 3/251 7079
/proc/meminfo: memFree=15770576/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=66868 CPUtime=402.3 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 17529 0 0 0 40226 4 0 0 25 0 1 0 643181186 68472832 15351 33554432000 134512640 135151029 4286872256 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 16717 15351 80 156 0 16560 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 66868

[startup+462.301 s]
/proc/loadavg: 2.04 1.98 1.36 3/251 7081
/proc/meminfo: memFree=15765580/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=68340 CPUtime=462.3 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 17885 0 0 0 46226 4 0 0 25 0 1 0 643181186 69980160 15707 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 17085 15707 80 156 0 16928 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68340

[startup+522.301 s]
/proc/loadavg: 2.01 1.98 1.40 3/251 7082
/proc/meminfo: memFree=15762452/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=72208 CPUtime=522.31 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 18766 0 0 0 52226 5 0 0 25 0 1 0 643181186 73940992 16588 33554432000 134512640 135151029 4286872256 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 18052 16588 80 156 0 17895 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 72208

[startup+582.301 s]
/proc/loadavg: 2.00 1.98 1.43 3/251 7084
/proc/meminfo: memFree=15757700/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=73872 CPUtime=582.31 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 19146 0 0 0 58226 5 0 0 25 0 1 0 643181186 75644928 16968 33554432000 134512640 135151029 4286872256 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7068/statm: 18468 16968 80 156 0 18311 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 73872

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/251 7189
/proc/meminfo: memFree=15609904/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=150336 CPUtime=4062.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34558 0 0 0 406231 11 0 0 25 0 1 0 643181186 153944064 32284 33554432000 134512640 135151029 4286872256 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 37584 32284 80 156 0 37427 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 150336

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/251 7190
/proc/meminfo: memFree=15609508/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=150336 CPUtime=4122.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34558 0 0 0 412231 11 0 0 25 0 1 0 643181186 153944064 32284 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 37584 32284 80 156 0 37427 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 150336

[startup+4182.3 s]
/proc/loadavg: 2.08 2.03 1.96 3/251 7192
/proc/meminfo: memFree=15607604/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=150848 CPUtime=4182.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34646 0 0 0 418231 11 0 0 25 0 1 0 643181186 154468352 32372 33554432000 134512640 135151029 4286872256 18446744073709551615 134575843 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 37712 32372 80 156 0 37555 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 150848

[startup+4242.3 s]
/proc/loadavg: 2.09 2.04 1.97 3/251 7194
/proc/meminfo: memFree=15591072/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=151360 CPUtime=4242.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34726 0 0 0 424231 11 0 0 25 0 1 0 643181186 154992640 32452 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 37840 32452 80 156 0 37683 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 151360

[startup+4302.3 s]
/proc/loadavg: 2.06 2.04 1.97 3/251 7195
/proc/meminfo: memFree=15589424/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=151360 CPUtime=4302.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34746 0 0 0 430231 11 0 0 25 0 1 0 643181186 154992640 32472 33554432000 134512640 135151029 4286872256 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 37840 32472 80 156 0 37683 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 151360

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/251 7197
/proc/meminfo: memFree=15589128/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=151872 CPUtime=4362.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34782 0 0 0 436231 11 0 0 25 0 1 0 643181186 155516928 32508 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 37968 32508 80 156 0 37811 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 151872

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/251 7198
/proc/meminfo: memFree=15589092/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=152384 CPUtime=4422.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34822 0 0 0 442231 11 0 0 25 0 1 0 643181186 156041216 32548 33554432000 134512640 135151029 4286872256 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38096 32548 80 156 0 37939 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 152384

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/251 7228
/proc/meminfo: memFree=15763388/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=152384 CPUtime=4482.42 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34829 0 0 0 448231 11 0 0 25 0 1 0 643181186 156041216 32555 33554432000 134512640 135151029 4286872256 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38096 32555 80 156 0 37939 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 152384

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/251 7230
/proc/meminfo: memFree=15740492/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=152384 CPUtime=4542.43 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34853 0 0 0 454232 11 0 0 25 0 1 0 643181186 156041216 32579 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38096 32579 80 156 0 37939 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 152384

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/251 7231
/proc/meminfo: memFree=15731500/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=152768 CPUtime=4602.43 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 34940 0 0 0 460232 11 0 0 25 0 1 0 643181186 156434432 32666 33554432000 134512640 135151029 4286872256 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38192 32666 80 156 0 38035 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 152768

[startup+4662.3 s]
/proc/loadavg: 2.12 2.03 1.98 3/251 7242
/proc/meminfo: memFree=15717448/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=153800 CPUtime=4662.43 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35170 0 0 0 466232 11 0 0 25 0 1 0 643181186 157491200 32896 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38450 32896 80 156 0 38293 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 153800

[startup+4722.31 s]
/proc/loadavg: 2.04 2.02 1.98 3/251 7243
/proc/meminfo: memFree=15714796/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=154828 CPUtime=4722.44 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35263 0 0 0 472233 11 0 0 25 0 1 0 643181186 158543872 32989 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38707 32989 80 156 0 38550 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 154828

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/251 7245
/proc/meminfo: memFree=15702736/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=155340 CPUtime=4782.43 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35291 0 0 0 478232 11 0 0 25 0 1 0 643181186 159068160 33017 33554432000 134512640 135151029 4286872256 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38835 33017 80 156 0 38678 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 155340

[startup+4842.3 s]
/proc/loadavg: 2.08 2.03 1.99 3/251 7250
/proc/meminfo: memFree=15694248/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=155856 CPUtime=4842.43 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35405 0 0 0 484232 11 0 0 25 0 1 0 643181186 159596544 33131 33554432000 134512640 135151029 4286872256 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38964 33131 80 156 0 38807 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 155856

[startup+4902.3 s]
/proc/loadavg: 2.03 2.02 1.99 3/251 7251
/proc/meminfo: memFree=15694064/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=155856 CPUtime=4902.43 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35429 0 0 0 490232 11 0 0 25 0 1 0 643181186 159596544 33155 33554432000 134512640 135151029 4286872256 18446744073709551615 134574672 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 38964 33155 80 156 0 38807 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 155856

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/251 7253
/proc/meminfo: memFree=15684476/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=156888 CPUtime=4962.44 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35603 0 0 0 496233 11 0 0 25 0 1 0 643181186 160653312 33329 33554432000 134512640 135151029 4286872256 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 39222 33329 80 156 0 39065 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 156888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 1.99 3/251 7254
/proc/meminfo: memFree=15684076/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=156888 CPUtime=5000.04 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35619 0 0 0 499993 11 0 0 25 0 1 0 643181186 160653312 33345 33554432000 134512640 135151029 4286872256 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 39222 33345 80 156 0 39065 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 156888

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.00 2.01 1.99 3/251 7254
/proc/meminfo: memFree=15684076/32951124 swapFree=67056788/67111528
[pid=7068] ppid=7066 vsize=156888 CPUtime=5000.04 cores=1,3,5,7
/proc/7068/stat : 7068 (precosat) R 7066 7068 6879 0 -1 4202496 35619 0 0 0 499993 11 0 0 25 0 1 0 643181186 160653312 33345 33554432000 134512640 135151029 4286872256 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/7068/statm: 39222 33345 80 156 0 39065 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 156888

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4999.94
CPU system time (s): 0.124981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 156888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.94
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35620
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= 4
involuntary context switches= 51290

runsolver used 10.6214 second user time and 26.094 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-13 21:43:53
IDJOB=3365667
IDBENCH=71098
IDSOLVER=1843
FILE ID=node133/3365667-1305315833
RUNJOBID= node133-1305315243-6898
PBS_JOBID= 13324299
Free space on /tmp= 43092 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365667-1305315833/watcher-3365667-1305315833 -o /tmp/evaluation-result-3365667-1305315833/solver-3365667-1305315833 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365667-1305315833.cnf

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1952832673

node133.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.834
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.834
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.75
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.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.834
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.834
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:     32951124 kB
MemFree:      15846688 kB
Buffers:        221324 kB
Cached:        8979940 kB
SwapCached:       8724 kB
Active:        8407968 kB
Inactive:      8315260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15846688 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            1960 kB
Writeback:           0 kB
AnonPages:     7518620 kB
Mapped:          21432 kB
Slab:           295684 kB
PageTables:      23564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19314736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43092 MiB
End job on node133 at 2011-05-13 23:07:15