Trace number 3365585

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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-3365585-1305315294.cnf
0.00/0.00	c found header 'p cnf 4656 13871'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0    13869    4654      2     0      0       0      0    0.0   0    1
0.08/0.09	c s    0.1     9442    1762     40   169   2685       0      0    0.0   0    1
0.08/0.09	c l    0.1     9442    1762     40   169   2685       0   7879    0.0   0    1
0.09/0.10	c R    0.1     9468    1762     40   169   2685     101    101   26.4  14    1
0.09/0.11	c R    0.1     9498    1762     40   169   2685     202    202   27.2  20    1
0.09/0.17	c N    0.2     9555    1762     40   169   2685     804    804   35.3  27    1
0.09/0.19	c B    0.2     9555    1762     40   169   2685    1000   1000   35.7  19    1
0.19/0.21	c s    0.2     9555    1762     40   169   2685    1126   1126   36.1  15    1
0.29/0.31	c B    0.3     9591    1762     40   169   2685    2002   2002   33.3  41    2
0.29/0.34	c N    0.3     9605    1762     40   169   2685    2409   2409   32.3  42    2
0.29/0.38	c s    0.4     9631    1762     40   169   2685    2578   2578   32.2  37    2
0.49/0.57	c s    0.6     9637    1762     40   169   2685    3852   3852   31.6  35    2
0.69/0.78	c s    0.8     9907    1762     40   169   2685    4780   4779   31.7  28    2
0.89/0.92	c N    0.9     9908    1762     40   169   2685    6416   6415   34.6  33    3
0.89/1.00	c s    1.0     9908    1762     40   169   2685    7018   7017   34.6  31    3
1.00/1.10	c +    1.1     9946    1762     40   169   2685    7879   8666   33.4  26    3
1.10/1.12	c B    1.1     9946    1762     40   169   2685    8004   8003   33.2  25    3
1.19/1.27	c s    1.3     9945    1762     40   169   2685    8941   8709   33.7  35    3
1.29/1.32	c +    1.3     9945    1762     40   169   2685    9846   9532   34.2  38    3
1.49/1.53	c
1.49/1.53	c       original/binary      fixed     eliminated      learned       agility
1.49/1.53	c   seconds        variables     equivalent    conflicts       height       MB
1.49/1.53	c
1.49/1.53	c +    1.5     9945    1762     40   169   2685   12305  10485   34.6  32    3
1.89/1.92	c +    1.9     9945    1762     40   169   2685   15380  11533   35.1  32    4
1.89/1.99	c N    2.0     9945    1762     40   169   2685   16036  11173   35.1  34    4
2.39/2.43	c +    2.4     9945    1762     40   169   2685   19225  12686   35.1  35    4
3.09/3.12	c B    3.1     9945    1762     40   169   2685   24009  14578   35.1  30    5
3.09/3.12	c +    3.1     9945    1762     40   169   2685   24031  13954   35.1  30    5
3.99/4.02	c +    4.0     9945    1762     40   169   2685   30036  15349   36.3  34    5
5.19/5.29	c +    5.3     9945    1762     40   169   2685   37545  16883   37.2  30    6
5.40/5.45	c N    5.5     9945    1762     40   169   2685   38481  17171   37.2  33    6
7.09/7.17	c s    7.2     9954    1762     40   169   2685   46690  12713   37.4  30    4
7.19/7.20	c +    7.2     9954    1762     40   169   2685   46930  18571   37.4  38    4
9.59/9.67	c +    9.7     9954    1762     40   169   2685   58661  20428   35.6  35    6
10.79/10.87	c B   10.9     9954    1762     40   169   2685   64021  20451   34.9  38    7
13.10/13.17	c +   13.2     9954    1762     40   169   2685   73325  22470   33.8  41    7
16.99/17.01	c N   17.0     9954    1762     40   169   2685   89769  22496   32.9  36    8
17.29/17.38	c +   17.4     9954    1762     40   169   2685   91658  24717   32.9  30    8
20.19/20.23	c s   20.2     9955    1762     40   169   2685  102972  24749   32.6  19    8
21.29/21.35	c +   21.4     9955    1762     40   169   2685  114572  27188   33.5  41    8
26.49/26.59	c +   26.6     9955    1762     40   169   2685  143217  29906   33.7  30   10
29.60/29.63	c
29.60/29.63	c       original/binary      fixed     eliminated      learned       agility
29.60/29.63	c   seconds        variables     equivalent    conflicts       height       MB
29.60/29.63	c
29.60/29.63	c B   29.6     9955    1762     40   169   2685  160043  29976   33.8  32   10
31.99/32.03	c +   32.0     9955    1762     40   169   2685  179021  32896   32.9  35   10
36.39/36.40	c N   36.4     9955    1762     40   169   2685  205130  32931   31.7  38   12
39.69/39.76	c +   39.8     9955    1762     40   169   2685  223775  36185   30.9  29   12
49.29/49.35	c +   49.4     9955    1762     40   169   2685  279715  39803   29.7  33   13
65.50/65.53	c +   65.5     9955    1762     40   169   2685  349640  43783   30.5  41   13
75.00/75.08	c B   75.1     9955    1762     40   169   2685  384086  48959   31.2  32   18
88.90/89.01	c +   89.0     9955    1762     40   169   2685  437050  48161   31.1  34   11
96.30/96.31	c N   96.3     9955    1762     40   169   2685  461490  64957   30.9  31   17
117.20/117.23	c +  117.2     9955    1762     40   169   2685  546310  52977   30.9  31   10
148.60/148.64	c +  148.7     9955    1762     40   169   2685  682885  58274   31.8  31   18
197.00/197.09	c +  197.1     9955    1762     40   169   2685  853609  64101   32.0  31   17
210.69/210.77	c B  210.8     9955    1762     40   169   2685  896184  64144   31.9  47   22
262.49/262.55	c N  262.6     9955    1762     40   169   2685 1025377  64230   31.5  31   26
277.79/277.89	c +  277.9     9955    1762     40   169   2685 1067010  70511   31.5  33   25
379.20/379.22	c +  379.2     9955    1762     40   169   2685 1333762  77562   31.2  37   29
444.60/444.65	c s  444.7     9956    1762     40   169   2685 1509264  77711   31.0  25   19
492.00/492.06	c +  492.1     9956    1762     40   169   2685 1667200  85318   30.9  35   21
591.71/591.80	c B  591.8     9956    1762     40   169   2685 2048361  85478   31.8  32   23
602.10/602.17	c
602.10/602.17	c       original/binary      fixed     eliminated      learned       agility
602.10/602.17	c   seconds        variables     equivalent    conflicts       height       MB
602.10/602.17	c
602.10/602.17	c +  602.2     9956    1762     40   169   2685 2084000  93849   31.8  29   23
652.10/652.14	c N  652.2     9956    1762     40   169   2685 2255555  93983   31.6  30   21
764.81/764.88	c +  764.9     9956    1762     40   169   2685 2605001 103233   31.3  33   38
965.01/965.08	c +  965.1     9956    1762     40   169   2685 3256250 113556   31.3  29   26
1266.22/1266.26	c + 1266.3     9956    1762     40   169   2685 4070310 124911   30.9  22   30
1462.42/1462.47	c B 1462.5     9956    1762     40   169   2685 4608709 127624   30.7  41   36
1583.13/1583.15	c N 1583.2     9956    1762     40   169   2685 4920746 125032   30.6  32   30
1646.93/1646.90	c + 1646.9     9956    1762     40   169   2685 5087888 137402   30.7  38   27
2163.65/2163.65	c + 2163.7     9956    1762     40   169   2685 6359862 151142   30.2  33   41
2832.56/2832.54	c + 2832.6     9956    1762     40   169   2685 7949826 166256   29.7  37   41
3705.67/3705.61	c + 3705.7     9956    1762     40   169   2685 9937280 182881   29.3  38   59
3865.18/3865.10	c B 3865.2     9956    1762     40   169   2685 10241446 182937   29.2  41   52
4093.89/4093.84	c N 4093.9     9956    1762     40   169   2685 10660845 157565   29.1  37   37
4503.79/4503.76	c s 4503.9     9959    1762     40   169   2685 11482464 151023   29.0  23   28
4587.89/4587.81	c s 4587.9     9962    1762     40   169   2685 11712404 183028   29.0  24   40
5000.02/4999.91	c
5000.02/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.02/4999.91	c
5000.02/4999.91	c 12547984 conflicts, 16934298 decisions, 1 random
5000.02/4999.91	c 0 iterations, 233 restarts, 18196 skipped
5000.02/4999.91	c 33 enlarged, 151 shrunken, 122660 rescored, 2395 rebiased
5000.02/4999.91	c 12 simplifications, 37 reductions
5000.02/4999.91	c
5000.02/4999.91	c vars: 40 fixed, 169 equiv, 2685 elim, 169 merged
5000.02/4999.91	c elim: 115315 resolutions, 1 phases, 1 rounds
5000.02/4999.91	c sbst: 96% substituted, 0.0% nots, 97.9% ands, 2.1% xors, 0.0% ites
5000.02/4999.91	c arty: 2.02 and 2.00 xor average arity
5000.02/4999.91	c prbe: 617012 probed, 171 phases, 172 rounds
5000.02/4999.91	c prbe: 36 failed, 2 lifted, 48 merged
5000.02/4999.91	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.02/4999.91	c hash: 0 units, 121 merged
5000.02/4999.91	c mins: 642533230 learned, 60% deleted, 808 strong, 101 depth
5000.02/4999.91	c subs: 157 forward, 171 backward, 236 doms
5000.02/4999.91	c strs: 55 forward, 1 backward
5000.02/4999.91	c doms: 510 dominators, 1 high, 0 low
5000.02/4999.91	c prps: 4856858598 propagations, 0.97 megaprops
5000.02/4999.91	c
5000.02/4999.91	c 5000.0 seconds, 100 MB max, 2688 MB recycled
5000.02/4999.91	c
5000.02/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.02/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-3365585-1305315294/watcher-3365585-1305315294 -o /tmp/evaluation-result-3365585-1305315294/solver-3365585-1305315294 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365585-1305315294.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: 1.06 0.28 0.09 2/339 7568
/proc/meminfo: memFree=9809124/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=1944 CPUtime=0 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 387 0 0 0 0 0 0 0 25 0 1 0 643127351 1990656 344 33554432000 134512640 135151029 4290253648 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 486 345 64 156 0 329 0

[startup+0.088662 s]
/proc/loadavg: 1.06 0.28 0.09 2/339 7568
/proc/meminfo: memFree=9809124/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=3368 CPUtime=0.08 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 831 0 0 0 8 0 0 0 25 0 1 0 643127351 3448832 724 33554432000 134512640 135151029 4290253648 18446744073709551615 134680430 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 842 724 80 156 0 685 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3368

[startup+0.100658 s]
/proc/loadavg: 1.06 0.28 0.09 2/339 7568
/proc/meminfo: memFree=9809124/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=3368 CPUtime=0.09 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 832 0 0 0 9 0 0 0 25 0 1 0 643127351 3448832 725 33554432000 134512640 135151029 4290253648 18446744073709551615 134555096 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 842 725 80 156 0 685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3368

[startup+0.300624 s]
/proc/loadavg: 1.06 0.28 0.09 2/339 7568
/proc/meminfo: memFree=9809124/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=3368 CPUtime=0.29 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 832 0 0 0 29 0 0 0 25 0 1 0 643127351 3448832 725 33554432000 134512640 135151029 4290253648 18446744073709551615 134552412 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 842 725 80 156 0 685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3368

[startup+0.700566 s]
/proc/loadavg: 1.06 0.28 0.09 2/339 7568
/proc/meminfo: memFree=9809124/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=3500 CPUtime=0.69 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 867 0 0 0 69 0 0 0 25 0 1 0 643127351 3584000 760 33554432000 134512640 135151029 4290253648 18446744073709551615 134554668 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 875 760 80 156 0 718 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3500

[startup+1.50041 s]
/proc/loadavg: 1.13 0.31 0.10 3/340 7569
/proc/meminfo: memFree=9805280/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=4744 CPUtime=1.49 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 1192 0 0 0 149 0 0 0 25 0 1 0 643127351 4857856 1085 33554432000 134512640 135151029 4290253648 18446744073709551615 134552637 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 1186 1085 80 156 0 1029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4744

[startup+3.10013 s]
/proc/loadavg: 1.13 0.31 0.10 3/340 7569
/proc/meminfo: memFree=9803676/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=6340 CPUtime=3.09 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 1562 0 0 0 309 0 0 0 25 0 1 0 643127351 6492160 1455 33554432000 134512640 135151029 4290253648 18446744073709551615 134554582 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 1585 1455 80 156 0 1428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6340

[startup+6.30057 s]
/proc/loadavg: 1.20 0.33 0.11 3/340 7569
/proc/meminfo: memFree=9801332/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=8720 CPUtime=6.29 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 2158 0 0 0 629 0 0 0 25 0 1 0 643127351 8929280 2051 33554432000 134512640 135151029 4290253648 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 2180 2051 80 156 0 2023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8720

[startup+12.7005 s]
/proc/loadavg: 1.26 0.36 0.12 3/340 7569
/proc/meminfo: memFree=9798856/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=9784 CPUtime=12.69 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 2445 0 0 0 1269 0 0 0 25 0 1 0 643127351 10018816 2338 33554432000 134512640 135151029 4290253648 18446744073709551615 134574646 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 2446 2338 80 156 0 2289 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9784

[startup+25.5002 s]
/proc/loadavg: 1.43 0.44 0.15 3/340 7570
/proc/meminfo: memFree=9793164/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=11644 CPUtime=25.49 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 2901 0 0 0 2549 0 0 0 25 0 1 0 643127351 11923456 2794 33554432000 134512640 135151029 4290253648 18446744073709551615 134574609 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 2911 2794 80 156 0 2754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11644

[startup+51.1007 s]
/proc/loadavg: 1.62 0.56 0.20 3/340 7570
/proc/meminfo: memFree=9787304/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=16860 CPUtime=51.09 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 4114 0 0 0 5109 0 0 0 25 0 1 0 643127351 17264640 4007 33554432000 134512640 135151029 4290253648 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 4215 4007 80 156 0 4058 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16860

[startup+102.313 s]
/proc/loadavg: 1.83 0.78 0.29 3/340 7572
/proc/meminfo: memFree=9777212/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=25660 CPUtime=102.31 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 6384 0 0 0 10230 1 0 0 25 0 1 0 643127351 26275840 6277 33554432000 134512640 135151029 4290253648 18446744073709551615 134552590 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 6415 6277 80 156 0 6258 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25660

[startup+162.301 s]
/proc/loadavg: 1.94 1.00 0.40 3/340 7573
/proc/meminfo: memFree=9775560/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=26500 CPUtime=162.3 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 6570 0 0 0 16229 1 0 0 25 0 1 0 643127351 27136000 6463 33554432000 134512640 135151029 4290253648 18446744073709551615 134574125 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 6625 6463 80 156 0 6468 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 26500

[startup+222.301 s]
/proc/loadavg: 2.04 1.20 0.50 3/340 7575
/proc/meminfo: memFree=9773672/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=29776 CPUtime=222.29 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 7400 0 0 0 22228 1 0 0 25 0 1 0 643127351 30490624 7293 33554432000 134512640 135151029 4290253648 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 7444 7293 80 156 0 7287 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 29776

[startup+282.301 s]
/proc/loadavg: 2.01 1.34 0.59 3/340 7576
/proc/meminfo: memFree=9770140/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=31832 CPUtime=282.3 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 7774 0 0 0 28229 1 0 0 25 0 1 0 643127351 32595968 7667 33554432000 134512640 135151029 4290253648 18446744073709551615 134567992 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 7958 7667 80 156 0 7801 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 31832

[startup+342.3 s]
/proc/loadavg: 2.00 1.46 0.68 3/340 7578
/proc/meminfo: memFree=9767636/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=33660 CPUtime=342.3 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 8159 0 0 0 34229 1 0 0 25 0 1 0 643127351 34467840 8052 33554432000 134512640 135151029 4290253648 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 8415 8052 80 156 0 8258 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 33660

[startup+402.301 s]
/proc/loadavg: 2.00 1.55 0.76 3/340 7580
/proc/meminfo: memFree=9764360/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=36936 CPUtime=402.3 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 8934 0 0 0 40229 1 0 0 25 0 1 0 643127351 37822464 8827 33554432000 134512640 135151029 4290253648 18446744073709551615 134554531 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 9234 8827 80 156 0 9077 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 36936

[startup+462.3 s]
/proc/loadavg: 2.13 1.66 0.84 3/340 7581
/proc/meminfo: memFree=9759864/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=37808 CPUtime=462.3 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 9443 0 0 0 46229 1 0 0 25 0 1 0 643127351 38715392 9116 33554432000 134512640 135151029 4290253648 18446744073709551615 134554911 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 9452 9116 80 156 0 9295 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 37808

[startup+522.301 s]
/proc/loadavg: 2.11 1.74 0.92 3/340 7583
/proc/meminfo: memFree=9758948/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=37808 CPUtime=522.3 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 9493 0 0 0 52229 1 0 0 25 0 1 0 643127351 38715392 9166 33554432000 134512640 135151029 4290253648 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 9452 9166 80 156 0 9295 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 37808

[startup+582.3 s]
/proc/loadavg: 2.04 1.78 0.98 3/340 7584
/proc/meminfo: memFree=9750724/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=45644 CPUtime=582.3 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 11489 0 0 0 58228 2 0 0 25 0 1 0 643127351 46739456 11162 33554432000 134512640 135151029 4290253648 18446744073709551615 134554875 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 11411 11162 80 156 0 11254 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 45644

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/340 7716
/proc/meminfo: memFree=9054328/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=106288 CPUtime=4062.4 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 32232 0 0 0 406232 8 0 0 25 0 1 0 643127351 108838912 26328 33554432000 134512640 135151029 4290253648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26572 26328 80 156 0 26415 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 106288

[startup+4122.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/340 7718
/proc/meminfo: memFree=9030856/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105004 CPUtime=4122.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 32349 0 0 0 412231 8 0 0 25 0 1 0 643127351 107524096 26150 33554432000 134512640 135151029 4290253648 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26251 26150 80 156 0 26094 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 105004

[startup+4182.3 s]
/proc/loadavg: 2.06 2.03 1.96 3/340 7719
/proc/meminfo: memFree=9035404/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105260 CPUtime=4182.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 32358 0 0 0 418231 8 0 0 25 0 1 0 643127351 107786240 26159 33554432000 134512640 135151029 4290253648 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26315 26159 80 156 0 26158 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 105260

[startup+4242.3 s]
/proc/loadavg: 2.05 2.04 1.96 3/340 7721
/proc/meminfo: memFree=9035996/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105004 CPUtime=4242.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 32500 0 0 0 424231 8 0 0 25 0 1 0 643127351 107524096 26150 33554432000 134512640 135151029 4290253648 18446744073709551615 134530806 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26251 26150 80 156 0 26094 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 105004

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/340 7723
/proc/meminfo: memFree=9043664/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105776 CPUtime=4302.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 32611 0 0 0 430231 8 0 0 25 0 1 0 643127351 108314624 26261 33554432000 134512640 135151029 4290253648 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26444 26261 80 156 0 26287 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 105776

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/340 7724
/proc/meminfo: memFree=9043136/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=106548 CPUtime=4362.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 32734 0 0 0 436231 8 0 0 25 0 1 0 643127351 109105152 26384 33554432000 134512640 135151029 4290253648 18446744073709551615 134574544 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26637 26384 80 156 0 26480 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 106548

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/340 7726
/proc/meminfo: memFree=9041620/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=108604 CPUtime=4422.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33109 0 0 0 442231 8 0 0 25 0 1 0 643127351 111210496 26759 33554432000 134512640 135151029 4290253648 18446744073709551615 134542806 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 27151 26759 80 156 0 26994 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 108604

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/340 7727
/proc/meminfo: memFree=9040844/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=109376 CPUtime=4482.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33285 0 0 0 448231 8 0 0 25 0 1 0 643127351 112001024 26935 33554432000 134512640 135151029 4290253648 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 27344 26935 80 156 0 27187 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 109376

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/340 7729
/proc/meminfo: memFree=9043036/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105260 CPUtime=4542.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33383 0 0 0 454231 8 0 0 25 0 1 0 643127351 107786240 26214 33554432000 134512640 135151029 4290253648 18446744073709551615 134530812 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26315 26214 80 156 0 26158 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 105260

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/340 7731
/proc/meminfo: memFree=9043004/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105260 CPUtime=4602.4 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33383 0 0 0 460232 8 0 0 25 0 1 0 643127351 107786240 26214 33554432000 134512640 135151029 4290253648 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26315 26214 80 156 0 26158 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 105260

[startup+4662.3 s]
/proc/loadavg: 2.10 2.03 1.97 3/340 7732
/proc/meminfo: memFree=9041600/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105260 CPUtime=4662.39 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33383 0 0 0 466231 8 0 0 25 0 1 0 643127351 107786240 26214 33554432000 134512640 135151029 4290253648 18446744073709551615 134530776 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26315 26214 80 156 0 26158 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 105260

[startup+4722.31 s]
/proc/loadavg: 2.08 2.04 1.98 3/340 7734
/proc/meminfo: memFree=8999180/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105000 CPUtime=4722.42 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33862 0 0 0 472233 9 0 0 25 0 1 0 643127351 107520000 26149 33554432000 134512640 135151029 4290253648 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26250 26149 80 156 0 26093 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 105000

[startup+4782.3 s]
/proc/loadavg: 2.07 2.04 1.98 3/340 7735
/proc/meminfo: memFree=9002140/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105000 CPUtime=4782.41 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33863 0 0 0 478232 9 0 0 25 0 1 0 643127351 107520000 26150 33554432000 134512640 135151029 4290253648 18446744073709551615 134574657 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26250 26150 80 156 0 26093 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 105000

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/340 7737
/proc/meminfo: memFree=9000240/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105000 CPUtime=4842.41 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33863 0 0 0 484232 9 0 0 25 0 1 0 643127351 107520000 26150 33554432000 134512640 135151029 4290253648 18446744073709551615 134554722 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26250 26150 80 156 0 26093 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 105000

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/340 7739
/proc/meminfo: memFree=8985580/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105256 CPUtime=4902.41 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33874 0 0 0 490232 9 0 0 25 0 1 0 643127351 107782144 26161 33554432000 134512640 135151029 4290253648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26314 26161 80 156 0 26157 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 105256

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/340 7740
/proc/meminfo: memFree=8986308/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105000 CPUtime=4962.41 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33993 0 0 0 496232 9 0 0 25 0 1 0 643127351 107520000 26150 33554432000 134512640 135151029 4290253648 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26250 26150 80 156 0 26093 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 105000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 1.98 3/340 7741
/proc/meminfo: memFree=8986780/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105000 CPUtime=5000.02 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33993 0 0 0 499993 9 0 0 25 0 1 0 643127351 107520000 26150 33554432000 134512640 135151029 4290253648 18446744073709551615 134554732 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26250 26150 80 156 0 26093 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 105000

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.98 3/340 7741
/proc/meminfo: memFree=8986780/32951124 swapFree=67082152/67111528
[pid=7568] ppid=7566 vsize=105000 CPUtime=5000.02 cores=1,3,5,7
/proc/7568/stat : 7568 (precosat) R 7566 7568 7502 0 -1 4202496 33993 0 0 0 499993 9 0 0 25 0 1 0 643127351 107520000 26150 33554432000 134512640 135151029 4290253648 18446744073709551615 134554732 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/7568/statm: 26250 26150 80 156 0 26093 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 105000

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4999.94
CPU system time (s): 0.095985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 116576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.94
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33994
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= 7198

runsolver used 15.3307 second user time and 39.217 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-13 21:34:54
IDJOB=3365585
IDBENCH=70785
IDSOLVER=1843
FILE ID=node136/3365585-1305315294
RUNJOBID= node136-1305315243-7521
PBS_JOBID= 13324296
Free space on /tmp= 44124 MiB

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

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=1576647535

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.76
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.809
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.809
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9809280 kB
Buffers:        252612 kB
Cached:       13269368 kB
SwapCached:       2740 kB
Active:       10526980 kB
Inactive:     12121344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9809280 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:             928 kB
Writeback:           0 kB
AnonPages:     9125116 kB
Mapped:          28048 kB
Slab:           389032 kB
PageTables:      38996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69891220 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= 44112 MiB
End job on node136 at 2011-05-13 22:58:16