Trace number 3308365

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

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
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 variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

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-3308365-1303983198.cnf
0.00/0.00	c found header 'p cnf 1694 5726'
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     5723    1691      3     0      0       0      0    0.0   0    0
0.02/0.03	c s    0.0     5169    1020     27     8    639       0      0    0.0   0    0
0.02/0.03	c l    0.0     5169    1020     27     8    639       0   3801    0.0   0    0
0.02/0.03	c N    0.0     5179    1019     28     8    639     123    120   43.9  33    1
0.02/0.04	c N    0.0     5179    1019     28     8    639     223    220   36.6  41    1
0.02/0.09	c N    0.1     5182    1019     28     8    639     826    823   26.0  39    1
0.09/0.10	c s    0.1     5170    1019     28     8    639     886    874   25.5  42    1
0.09/0.10	c -    0.1     5170    1019     28     8    639     886   3725   25.5  42    1
0.09/0.11	c B    0.1     5170    1019     28     8    639    1002    990   25.6  35    1
0.09/0.14	c B    0.1     5176    1019     28     8    639    2003   1991   22.0  28    1
0.09/0.16	c N    0.2     5176    1019     28     8    639    2433   2421   20.9  26    1
0.09/0.17	c s    0.2     5177    1019     28     8    639    2704   2692   20.2  30    1
0.19/0.26	c +    0.3     5180    1019     28     8    639    3725   4097   21.6  44    1
0.29/0.30	c s    0.3     5181    1019     28     8    639    4129   4117   22.0  39    1
0.29/0.34	c +    0.3     5181    1019     28     8    639    4655   4506   22.2  35    1
0.39/0.44	c +    0.4     5292    1019     28     8    639    5815   4956   23.3  43    2
0.39/0.45	c s    0.5     5292    1019     28     8    639    5881   4588   23.4  41    1
0.39/0.48	c N    0.5     5292    1019     28     8    639    6442   4980   24.3  44    2
0.49/0.55	c +    0.6     5292    1019     28     8    639    7266   5451   24.5  43    2
0.59/0.61	c
0.59/0.61	c       original/binary      fixed     eliminated      learned       agility
0.59/0.61	c   seconds        variables     equivalent    conflicts       height       MB
0.59/0.61	c
0.59/0.61	c B    0.6     5292    1019     28     8    639    8005   5473   24.7  37    2
0.69/0.70	c +    0.7     5292    1019     28     8    639    9080   5996   24.7  40    2
0.89/0.92	c +    0.9     5292    1019     28     8    639   11350   6595   24.8  41    2
1.19/1.22	c s    1.2     5293    1019     28     8    639   14083   7450   24.6  40    2
1.19/1.23	c +    1.2     5295    1019     28     8    639   14186   7254   24.6  37    2
1.29/1.35	c N    1.4     5295    1019     28     8    639   16067   7305   26.1  40    2
1.39/1.45	c s    1.5     5295    1019     28     8    639   17166   7318   26.4  37    2
1.49/1.51	c +    1.5     5296    1019     28     8    639   17730   7979   26.2  41    2
1.59/1.67	c s    1.7     5296    1019     28     8    639   19136   8021   26.1  42    2
1.89/1.91	c +    1.9     5297    1019     28     8    639   22162   8776   25.6  39    3
1.89/1.94	c s    1.9     5297    1019     28     8    639   22347   9310   25.6  40    3
1.99/2.05	c B    2.0     5299    1019     28     8    639   24010   8827   25.5  41    3
2.10/2.16	c s    2.2     5318    1019     28     8    639   25440   8844   25.4  35    2
2.29/2.32	c +    2.3     5319    1019     28     8    639   27700   9653   25.1  39    2
2.39/2.40	c s    2.4     5319    1019     28     8    639   28648   9694   25.0  38    2
2.89/2.91	c +    2.9     5319    1019     28     8    639   34625  10618   24.9  39    3
3.20/3.25	c s    3.3     5280    1013     28     8    645   37519  10455   24.7  40    2
3.30/3.34	c N    3.3     5280    1013     28     8    645   38519  10641   24.7  37    3
3.49/3.54	c s    3.5     5281    1013     28     8    645   40524  10659   24.7  45    2
3.69/3.73	c
3.69/3.73	c       original/binary      fixed     eliminated      learned       agility
3.69/3.73	c   seconds        variables     equivalent    conflicts       height       MB
3.69/3.73	c
3.69/3.73	c +    3.7     5281    1013     28     8    645   43280  11679   25.0  41    3
4.09/4.15	c s    4.2     5282    1013     28     8    645   47659  11715   25.0  38    2
4.79/4.81	c +    4.8     5282    1013     28     8    645   54101  12846   24.9  39    3
5.80/5.87	c B    5.9     5282    1013     28     8    645   64024  12983   24.5  39    3
6.20/6.29	c +    6.3     5282    1013     28     8    645   67627  14130   24.4  43    4
7.89/7.90	c +    7.9     5282    1013     28     8    645   84531  15543   24.4  36    5
8.39/8.49	c N    8.5     5282    1013     28     8    645   89801  15593   24.4  40    6
10.09/10.18	c +   10.2     5282    1013     28     8    645  105660  17097   24.5  37    6
11.79/11.89	c s   11.9     5283    1013     28     8    645  118763  23892   24.3  37    8
13.29/13.39	c +   13.4     5283    1013     28     8    645  132075  18806   23.9  38    5
17.29/17.30	c s   17.3     5284    1013     28     8    645  157608  14157   23.3  41    3
17.50/17.56	c B   17.6     5284    1013     28     8    645  160043  16592   23.3  34    4
17.69/17.73	c s   17.7     5285    1013     28     8    645  161542  18090   23.3  41    4
18.09/18.12	c +   18.1     5285    1013     28     8    645  165091  20686   23.2  35    4
23.39/23.41	c N   23.4     5285    1013     28     8    645  205201  20710   21.9  41    5
23.49/23.56	c +   23.6     5285    1013     28     8    645  206360  22754   21.9  40    5
30.09/30.19	c +   30.2     5285    1013     28     8    645  257950  25029   20.8  38    6
39.69/39.74	c +   39.7     5285    1013     28     8    645  322435  27531   20.2  42    7
49.59/49.67	c B   49.7     5285    1013     28     8    645  384081  27600   19.8  36    8
52.59/52.65	c
52.59/52.65	c       original/binary      fixed     eliminated      learned       agility
52.59/52.65	c   seconds        variables     equivalent    conflicts       height       MB
52.59/52.65	c
52.59/52.65	c +   52.7     5285    1013     28     8    645  403040  30284   19.8  43    9
63.09/63.10	c N   63.1     5285    1013     28     8    645  461518  39013   19.6  43   11
65.09/65.15	c s   65.2     5286    1013     28     8    645  472207  22760   19.5  44    4
69.39/69.43	c +   69.4     5286    1013     28     8    645  503802  33312   19.5  45    7
72.99/73.04	c s   73.0     5287    1013     28     8    645  526488  25034   19.6  41    5
83.99/84.08	c s   84.1     5288    1013     28     8    645  586453  25024   19.6  44    4
90.89/90.94	c +   90.9     5288    1013     28     8    645  629750  36643   19.9  38    8
107.29/107.36	c s  107.4     5293    1013     28     8    645  706272  27505   20.2  44    5
117.19/117.20	c s  117.2     5298    1013     28     8    645  758101  27540   20.2  39    5
117.99/118.02	c s  118.0     5301    1013     28     8    645  765418  34856   20.3  43    6
119.09/119.16	c s  119.2     5305    1013     28     8    645  772541  36725   20.3  46    7
120.49/120.50	c s  120.5     5291    1011     29     8    646  785378  36634   20.4  36    7
120.69/120.72	c +  120.7     5291    1011     29     8    646  787185  40307   20.4  41    8
138.69/138.77	c B  138.8     5291    1011     29     8    646  896154  40324   20.1  30    9
139.89/139.96	c s  140.0     5292    1011     29     8    646  903813  40364   20.1  34    6
141.19/141.25	c s  141.3     5293    1011     29     8    646  913371  40328   20.1  38    7
154.49/154.58	c +  154.6     5293    1011     29     8    646  983981  44337   20.3  41   10
162.89/162.95	c N  163.0     5293    1011     29     8    646 1025429  44421   20.2  41   10
205.09/205.13	c +  205.1     5293    1011     29     8    646 1229975  48770   19.9  39   12
266.90/266.90	c
266.90/266.90	c       original/binary      fixed     eliminated      learned       agility
266.90/266.90	c   seconds        variables     equivalent    conflicts       height       MB
266.90/266.90	c
266.90/266.90	c +  266.9     5293    1011     29     8    646 1537465  53647   19.7  40   15
308.60/308.66	c s  308.7     5303    1011     29     8    646 1722726  40302   19.5  35    6
351.10/351.14	c +  351.2     5303    1011     29     8    646 1921830  59011   19.7  41   16
381.90/381.95	c B  382.0     5303    1011     29     8    646 2048335  59063   19.6  44   19
431.21/431.23	c N  431.2     5303    1011     29     8    646 2255603  59062   19.4  44   19
462.81/462.85	c +  462.9     5303    1011     29     8    646 2402285  64912   19.3  36   21
573.81/573.85	c s  573.9     5304    1011     29     8    646 2899551  83453   19.0  39   18
588.61/588.64	c +  588.7     5304    1011     29     8    646 3002856  71403   18.8  32   13
594.81/594.83	c s  594.9     5305    1011     29     8    646 3041241  71423   18.7  33    8
596.81/596.84	c s  596.9     5330    1011     29     8    646 3054203  71453   18.7  37    9
757.61/757.61	c s  757.6     5331    1011     29     8    646 3719986  53607   18.7  40   12
760.62/760.62	c s  760.6     5332    1011     29     8    646 3742745  71480   18.7  37   16
762.62/762.68	c +  762.7     5332    1011     29     8    646 3753571  78543   18.7  37   17
977.42/977.40	c s  977.4     5334    1011     29     8    646 4585089  58946   18.7  37   10
981.82/981.89	c B  981.9     5334    1011     29     8    646 4608685  78586   18.7  39   14
1001.82/1001.83	c + 1001.9     5334    1011     29     8    646 4691960  86397   18.7  37   16
1059.53/1059.59	c N 1059.6     5334    1011     29     8    646 4920768  86456   18.4  40   20
1225.34/1225.36	c s 1225.4     5335    1011     29     8    646 5488969  86420   18.0  28   15
1230.53/1230.52	c s 1230.6     5340    1011     29     8    646 5509707  86431   18.0  40   15
1293.94/1293.91	c
1293.94/1293.91	c       original/binary      fixed     eliminated      learned       agility
1293.94/1293.91	c   seconds        variables     equivalent    conflicts       height       MB
1293.94/1293.91	c
1293.94/1293.91	c s 1294.0     5345    1011     29     8    646 5728923  64836   18.0  42   10
1300.04/1300.00	c
1300.04/1300.00	c *** CAUGHT SIGNAL 15 ***
1300.04/1300.00	c
1300.04/1300.00	c 5764313 conflicts, 7157304 decisions, 1 random
1300.04/1300.00	c 1 iterations, 0 restarts, 9211 skipped
1300.04/1300.00	c 33 enlarged, 50 shrunken, 56338 rescored, 1215 rebiased
1300.04/1300.00	c 37 simplifications, 12 reductions
1300.04/1300.00	c
1300.04/1300.00	c vars: 29 fixed, 8 equiv, 646 elim, 10 merged
1300.04/1300.00	c elim: 56600 resolutions, 3 phases, 3 rounds
1300.04/1300.00	c sbst: 100% substituted, 0.0% nots, 91.6% ands, 8.2% xors, 0.2% ites
1300.04/1300.00	c arty: 2.02 and 2.00 xor average arity
1300.04/1300.00	c prbe: 70757 probed, 31 phases, 33 rounds
1300.04/1300.00	c prbe: 3 failed, 18 lifted, 1 merged
1300.04/1300.00	c sccs: 0 non trivial, 0 fixed, 0 merged
1300.04/1300.00	c hash: 1 units, 9 merged
1300.04/1300.00	c mins: 214380550 learned, 52% deleted, 714 strong, 60 depth
1300.04/1300.00	c subs: 183 forward, 16 backward, 64 doms
1300.04/1300.00	c strs: 193 forward, 1 backward
1300.04/1300.00	c doms: 128 dominators, 25 high, 0 low
1300.04/1300.00	c prps: 1197219793 propagations, 0.92 megaprops
1300.04/1300.00	c
1300.04/1300.00	c 1300.1 seconds, 34 MB max, 936 MB recycled
1300.04/1300.00	c
1300.04/1300.00	c *** CAUGHT SIGNAL 15 ***
1300.04/1300.00	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308365-1303983198/watcher-3308365-1303983198 -o /tmp/evaluation-result-3308365-1303983198/solver-3308365-1303983198 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308365-1303983198.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 30395
/proc/meminfo: memFree=14082704/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=1404 CPUtime=0 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 300 0 0 0 0 0 0 0 22 0 1 0 490735465 1437696 255 33554432000 134512640 135151029 4288992992 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 351 255 80 156 0 194 0

[startup+0.022202 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 30395
/proc/meminfo: memFree=14082704/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=1536 CPUtime=0.02 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 330 0 0 0 2 0 0 0 22 0 1 0 490735465 1572864 285 33554432000 134512640 135151029 4288992992 18446744073709551615 134687687 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 384 285 80 156 0 227 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1536

[startup+0.100186 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 30395
/proc/meminfo: memFree=14082704/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=1800 CPUtime=0.09 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 386 0 0 0 9 0 0 0 22 0 1 0 490735465 1843200 341 33554432000 134512640 135151029 4288992992 18446744073709551615 134531097 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 450 341 80 156 0 293 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1800

[startup+0.300148 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 30395
/proc/meminfo: memFree=14082704/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=2440 CPUtime=0.29 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 534 0 0 0 29 0 0 0 23 0 1 0 490735465 2498560 489 33554432000 134512640 135151029 4288992992 18446744073709551615 134677396 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 610 489 80 156 0 453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2440

[startup+0.701079 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 30395
/proc/meminfo: memFree=14082704/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=2836 CPUtime=0.69 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 631 0 0 0 69 0 0 0 25 0 1 0 490735465 2904064 586 33554432000 134512640 135151029 4288992992 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 709 586 80 156 0 552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2836

[startup+1.50092 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 30406
/proc/meminfo: memFree=14030320/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=3220 CPUtime=1.49 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 739 0 0 0 149 0 0 0 25 0 1 0 490735465 3297280 694 33554432000 134512640 135151029 4288992992 18446744073709551615 134552157 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 805 694 80 156 0 648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3220

[startup+3.1006 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 30433
/proc/meminfo: memFree=14081884/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=3992 CPUtime=3.09 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 944 0 0 0 309 0 0 0 25 0 1 0 490735465 4087808 899 33554432000 134512640 135151029 4288992992 18446744073709551615 134578216 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 998 899 80 156 0 841 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3992

[startup+6.30095 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 30433
/proc/meminfo: memFree=14073328/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=5160 CPUtime=6.3 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 1234 0 0 0 630 0 0 0 25 0 1 0 490735465 5283840 1189 33554432000 134512640 135151029 4288992992 18446744073709551615 134554965 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 1290 1189 80 156 0 1133 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 5160

[startup+12.7007 s]
/proc/loadavg: 0.66 0.15 0.05 5/187 30438
/proc/meminfo: memFree=14056060/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=10056 CPUtime=12.69 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 2459 0 0 0 1269 0 0 0 25 0 1 0 490735465 10297344 2414 33554432000 134512640 135151029 4288992992 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 2514 2414 80 156 0 2357 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10056

[startup+25.5001 s]
/proc/loadavg: 1.25 0.29 0.09 5/190 30444
/proc/meminfo: memFree=13839640/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=10056 CPUtime=25.49 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 2459 0 0 0 2549 0 0 0 25 0 1 0 490735465 10297344 2414 33554432000 134512640 135151029 4288992992 18446744073709551615 134555104 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 2514 2414 80 156 0 2357 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10056

[startup+51.1011 s]
/proc/loadavg: 2.19 0.59 0.20 5/190 30445
/proc/meminfo: memFree=13807432/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=10624 CPUtime=51.09 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 2571 0 0 0 5109 0 0 0 25 0 1 0 490735465 10878976 2526 33554432000 134512640 135151029 4288992992 18446744073709551615 134580620 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 2656 2526 80 156 0 2499 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10624

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 0.41 5/190 30446
/proc/meminfo: memFree=13760936/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=13888 CPUtime=102.3 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 3377 0 0 0 10230 0 0 0 25 0 1 0 490735465 14221312 3290 33554432000 134512640 135151029 4288992992 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 3472 3290 80 156 0 3315 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 13888

[startup+162.301 s]
/proc/loadavg: 3.73 1.67 0.64 5/190 30448
/proc/meminfo: memFree=13709816/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=15408 CPUtime=162.29 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 3804 0 0 0 16229 0 0 0 25 0 1 0 490735465 15777792 3717 33554432000 134512640 135151029 4288992992 18446744073709551615 134574583 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 3852 3717 80 156 0 3695 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 15408

[startup+222.301 s]
/proc/loadavg: 3.90 2.09 0.84 5/190 30449
/proc/meminfo: memFree=13654868/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=17200 CPUtime=222.29 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 4142 0 0 0 22229 0 0 0 25 0 1 0 490735465 17612800 4055 33554432000 134512640 135151029 4288992992 18446744073709551615 134554588 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 4300 4055 80 156 0 4143 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 17200

[startup+282.301 s]
/proc/loadavg: 3.96 2.44 1.04 5/190 30451
/proc/meminfo: memFree=13636868/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=20808 CPUtime=282.3 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 4963 0 0 0 28229 1 0 0 25 0 1 0 490735465 21307392 4876 33554432000 134512640 135151029 4288992992 18446744073709551615 134530961 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 5202 4876 80 156 0 5045 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 20808

[startup+342.3 s]
/proc/loadavg: 3.98 2.72 1.22 5/190 30452
/proc/meminfo: memFree=13618096/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=22464 CPUtime=342.3 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 5460 0 0 0 34229 1 0 0 25 0 1 0 490735465 23003136 5337 33554432000 134512640 135151029 4288992992 18446744073709551615 134554594 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 5616 5337 80 156 0 5459 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 22464

[startup+402.3 s]
/proc/loadavg: 3.99 2.95 1.39 5/190 30454
/proc/meminfo: memFree=13593644/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=22464 CPUtime=402.3 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 5575 0 0 0 40229 1 0 0 25 0 1 0 490735465 23003136 5452 33554432000 134512640 135151029 4288992992 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 5616 5452 80 156 0 5459 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 22464

[startup+462.3 s]
/proc/loadavg: 4.13 3.17 1.56 5/190 30483
/proc/meminfo: memFree=13622236/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=23816 CPUtime=462.31 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 5860 0 0 0 46230 1 0 0 25 0 1 0 490735465 24387584 5737 33554432000 134512640 135151029 4288992992 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 5954 5737 80 156 0 5797 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 23816

[startup+522.3 s]
/proc/loadavg: 4.05 3.32 1.71 5/190 30484
/proc/meminfo: memFree=13264764/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=27272 CPUtime=522.3 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 6541 0 0 0 52229 1 0 0 25 0 1 0 490735465 27926528 6418 33554432000 134512640 135151029 4288992992 18446744073709551615 134551918 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 6818 6418 80 156 0 6661 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 27272

[startup+582.301 s]
/proc/loadavg: 4.02 3.44 1.85 5/190 30486
/proc/meminfo: memFree=13137924/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=33192 CPUtime=582.31 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 8038 0 0 0 58229 2 0 0 25 0 1 0 490735465 33988608 7915 33554432000 134512640 135151029 4288992992 18446744073709551615 134554817 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 8298 7915 80 156 0 8141 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 33192

[startup+642.301 s]
/proc/loadavg: 4.00 3.54 1.98 5/190 30487
/proc/meminfo: memFree=12900860/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=33192 CPUtime=642.32 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 8106 0 0 0 64230 2 0 0 25 0 1 0 490735465 33988608 7983 33554432000 134512640 135151029 4288992992 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 8298 7983 80 156 0 8141 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 33192

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.11 5/190 30489
/proc/meminfo: memFree=12841056/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=34956 CPUtime=702.31 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 8630 0 0 0 70229 2 0 0 25 0 1 0 490735465 35794944 8507 33554432000 134512640 135151029 4288992992 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 8739 8507 80 156 0 8582 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 34956

[startup+762.307 s]
/proc/loadavg: 4.03 3.70 2.23 5/190 30491
/proc/meminfo: memFree=12821312/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=36992 CPUtime=762.32 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9053 0 0 0 76230 2 0 0 25 0 1 0 490735465 37879808 8930 33554432000 134512640 135151029 4288992992 18446744073709551615 134554872 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9248 8930 80 156 0 9091 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 36992

[startup+822.301 s]
/proc/loadavg: 4.01 3.75 2.34 5/190 30492
/proc/meminfo: memFree=12625504/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=36992 CPUtime=822.32 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9077 0 0 0 82230 2 0 0 25 0 1 0 490735465 37879808 8954 33554432000 134512640 135151029 4288992992 18446744073709551615 134554859 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9248 8954 80 156 0 9091 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 36992

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.44 5/190 30494
/proc/meminfo: memFree=12493784/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=36992 CPUtime=882.32 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9117 0 0 0 88230 2 0 0 25 0 1 0 490735465 37879808 8994 33554432000 134512640 135151029 4288992992 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9248 8994 80 156 0 9091 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 36992

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.53 5/190 30495
/proc/meminfo: memFree=12470452/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=36992 CPUtime=942.32 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9164 0 0 0 94230 2 0 0 25 0 1 0 490735465 37879808 9041 33554432000 134512640 135151029 4288992992 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9248 9041 80 156 0 9091 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 36992

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.62 5/190 30497
/proc/meminfo: memFree=12324476/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=37244 CPUtime=1002.33 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9236 0 0 0 100231 2 0 0 25 0 1 0 490735465 38137856 9113 33554432000 134512640 135151029 4288992992 18446744073709551615 134554817 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9311 9113 80 156 0 9154 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 37244

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.70 5/190 30499
/proc/meminfo: memFree=12054740/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=37244 CPUtime=1062.33 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9236 0 0 0 106231 2 0 0 25 0 1 0 490735465 38137856 9113 33554432000 134512640 135151029 4288992992 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9311 9113 80 156 0 9154 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 37244

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.78 5/190 30500
/proc/meminfo: memFree=12009444/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=37244 CPUtime=1122.33 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9262 0 0 0 112231 2 0 0 25 0 1 0 490735465 38137856 9139 33554432000 134512640 135151029 4288992992 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9311 9139 80 156 0 9154 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 37244

[startup+1182.3 s]
/proc/loadavg: 4.00 3.91 2.86 5/190 30502
/proc/meminfo: memFree=11981520/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=37244 CPUtime=1182.33 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9278 0 0 0 118231 2 0 0 25 0 1 0 490735465 38137856 9155 33554432000 134512640 135151029 4288992992 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9311 9155 80 156 0 9154 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 37244

[startup+1242.3 s]
/proc/loadavg: 4.05 3.94 2.93 5/190 30503
/proc/meminfo: memFree=11886760/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=36988 CPUtime=1242.34 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9486 0 0 0 124232 2 0 0 25 0 1 0 490735465 37875712 9142 33554432000 134512640 135151029 4288992992 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9247 9142 80 156 0 9090 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 36988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.95 2.99 5/190 30505
/proc/meminfo: memFree=11831780/32951124 swapFree=67111528/67111528
[pid=30395] ppid=30393 vsize=36988 CPUtime=1300.04 cores=1,3
/proc/30395/stat : 30395 (precosat) R 30393 30395 30355 0 -1 4202496 9486 0 0 0 130002 2 0 0 25 0 1 0 490735465 37875712 9142 33554432000 134512640 135151029 4288992992 18446744073709551615 134555150 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30395/statm: 9247 9142 80 156 0 9090 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 36988

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1300.03
CPU system time (s): 0.026995
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 38396

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

runsolver used 2.00169 second user time and 5.10022 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-28 11:33:19
IDJOB=3308365
IDBENCH=20468
IDSOLVER=1690
FILE ID=node143/3308365-1303983198
RUNJOBID= node143-1303983194-30375
PBS_JOBID= 13168683
Free space on /tmp= 72916 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308365-1303983198/watcher-3308365-1303983198 -o /tmp/evaluation-result-3308365-1303983198/solver-3308365-1303983198 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308365-1303983198.cnf

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=1079550348

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14083356 kB
Buffers:       2288824 kB
Cached:       15929612 kB
SwapCached:          0 kB
Active:        6887236 kB
Inactive:     11418964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14083356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12792 kB
Writeback:           8 kB
AnonPages:       86800 kB
Mapped:          15472 kB
Slab:           496164 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   230876 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= 72888 MiB
End job on node143 at 2011-04-28 11:55:01