Trace number 3421899

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
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 5000.08 5000.13

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4231.cnf
MD5SUMa52d60bf6e72caa628ad712a5fe0fb7a
Bench CategoryCRAFTED (crafted 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 variables4229
Number of clauses100397
Sum of the clauses size411595
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490390
Number of clauses of size 510007
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3421899-1306610792.cnf'
0.00/0.00	c -- header says num vars:           4229
0.00/0.00	c -- header says num clauses:      100397
0.00/0.03	c -- clauses added:            0 learnts,       100397 normals,            0 xors
0.00/0.03	c -- vars added       4229
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0      4229    100397         0         0    411595         0   no data   no data
0.29/0.37	c asymm  cl-useful: 0/82578/100397 lits-rem:0 time: 0.34
0.29/0.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
0.39/0.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4229 time:  0.00 s
0.39/0.41	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.49/0.50	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.09 s
0.49/0.50	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.54	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.49/0.54	c calculated reachability. Time: 0.00
0.49/0.54	c Calc default polars -  time:   0.00 s pos:    4219 undec:      10 neg:       0
0.49/0.54	c =========================================================================================
0.49/0.54	c types(t): F = full restart, N = normal restart
0.49/0.54	c types(t): S = simplification begin/end, E = solution found
0.49/0.54	c restart types(rt): st = static, dy = dynamic
0.49/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.54	c  B st     0         0      4219    100330         0         0    412392         0   no data   no data
0.59/0.62	c Decided on static restart strategy
0.69/0.74	c  N st     8      4918      4219    100330         0      4851    412392    333918   no data   no data
0.99/1.08	c  N st    10     11301      4219    100330         0     11119    412392    741057   no data   no data
1.39/1.47	c  N st    11     17045      4219    100330         0     16726    412392   1100570   no data   no data
1.99/2.00	c  F st    12     25003      4219    100330         0     14728    412392    766504   no data   no data
1.99/2.01	c Found part        1 vars:       2120 clauses:     51317 lits size:    211022
1.99/2.01	c Found part        9 vars:       2099 clauses:     49013 lits size:    201370
1.99/2.01	c Found parts:          2 time: 0.02 s
1.99/2.01	c Solving part 9
1.99/2.08	c  N st     0         0      2099     49013         0     14728    201370    766504   no data   no data
2.20/2.23	c asymm  cl-useful: 0/49013/49013 lits-rem:0 time: 0.14
2.20/2.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
2.20/2.24	c Finding binary XORs  T:     0.00 s  found:       0
2.20/2.26	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
2.20/2.26	c calculated reachability. Time: 0.00
2.20/2.26	c Calc default polars -  time:   0.00 s pos:    2099 undec:    2130 neg:       0
2.20/2.26	c =========================================================================================
2.20/2.26	c types(t): F = full restart, N = normal restart
2.20/2.26	c types(t): S = simplification begin/end, E = solution found
2.20/2.26	c restart types(rt): st = static, dy = dynamic
2.20/2.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.20/2.26	c  B st     0         0      2099     49013         0     14728    201370    766504   no data   no data
2.31/2.37	c Decided on static restart strategy
2.49/2.55	c  N st     8      4926      2099     49013         0     19595    201370   1077355   no data   no data
2.99/3.03	c  N st    10     11311      2099     49013         0     14468    201370    724219   no data   no data
3.49/3.50	c  N st    11     17054      2099     49013         0     20103    201370   1126111   no data   no data
3.99/4.05	c  F st    12     25000      2099     49013         0     17773    201370    912017   no data   no data
3.99/4.05	c  N st    12     25000      2099     49013         0     17773    201370    912017   no data   no data
4.29/4.40	c Decided on static restart strategy
4.29/4.40	c  N st    18     30194      2099     49013         0     12801    201370    691074   no data   no data
4.99/5.02	c  N st    20     37304      2099     49013         0     19884    201370   1629454   no data   no data
5.39/5.42	c  N st    21     43704      2099     49013         0     15608    201370    883617   no data   no data
6.29/6.35	c  N st    22     53303      2099     49013         0     13845    201370    773909   no data   no data
7.29/7.32	c  N st    23     67700      2099     49013         0     15860    201370    713115   no data   no data
8.69/8.73	c  F st    24     87501      2099     49013         0     22347    201370   1179883   no data   no data
8.69/8.73	c  N st    24     87501      2099     49013         0     22347    201370   1179883   no data   no data
8.99/9.07	c Decided on static restart strategy
9.19/9.24	c  N st    31     95542      2099     49013         0     16219    201370    590011   no data   no data
9.90/10.01	c  N st    33    106209      2099     49013         0     26695    201370   1339846   no data   no data
10.79/10.89	c  N st    34    115807      2099     49013         0     21261    201370   1529082   no data   no data
12.49/12.55	c  N st    35    130204      2099     49013         0     19531    201370   1132303   no data   no data
14.30/14.36	c  N st    36    151799      2099     49013         0     23714    201370   1254785   no data   no data
18.89/18.97	c  N st    37    184192      2099     49013         0     19041    201370    742488   no data   no data
24.15/24.22	c  N st    38    232780      2099     49013         0     26000    201370   1158406   no data   no data
32.73/32.83	c  N st    39    305663      2099     49013         0     29284    201370   1268380   no data   no data
32.73/32.89	c  F st    40    306251      2099     49013         0     29860    201370   1309384   no data   no data
33.23/33.30	c Decided on static restart strategy
35.54/35.60	c  N st    50    334559      2099     49013         0     32949    201370   1395778   no data   no data
39.54/39.68	c  N st    52    370553      2099     49013         0     42613    201370   2011002   no data   no data
43.95/44.02	c  N st    53    402946      2099     49013         0     47656    201370   2444956   no data   no data
49.84/49.90	c  N st    54    451534      2099     49013         0     39069    201370   1651582   no data   no data
60.45/60.60	c  N st    55    524418      2099     49013         0     50091    201370   2436077   no data   no data
78.84/78.92	c  N st    56    633741      2099     49013         0     60718    201370   5400194   no data   no data
103.74/103.81	c  N st    57    797725      2099     49013         0     38858    201370   1084923   no data   no data
166.64/166.72	c  N st    58   1043702      2099     49013         0     74461    201370   6225868   no data   no data
170.94/171.01	c  F st    59   1071875      2099     49013         0     57375    201370   2740676   no data   no data
170.94/171.01	c  N st    59   1071875      2099     49013         0     57375    201370   2740676   no data   no data
171.34/171.49	c Decided on static restart strategy
174.23/174.32	c  N st    69   1100180      2099     49013         0     85190    201370   4723531   no data   no data
179.13/179.23	c  N st    71   1136173      2099     49013         0     74684    201370   3278967   no data   no data
185.03/185.15	c  N st    72   1168565      2099     49013         0     60354    201370   3540943   no data   no data
191.64/191.75	c  N st    73   1217153      2099     49013         0     60831    201370   2610126   no data   no data
206.93/207.05	c  N st    74   1290042      2099     49013         0     84645    201370   6915846   no data   no data
228.64/228.71	c  N st    75   1399367      2099     49013         0     92123    201370   6094031   no data   no data
270.34/270.45	c  N st    76   1563351      2099     49013         0     97169    201370   8973499   no data   no data
346.24/346.30	c  N st    77   1809327      2099     49013         0    116585    201370  11622841   no data   no data
470.04/470.17	c  N st    78   2178291      2099     49013         0    115555    201370  10456807   no data   no data
631.14/631.27	c  N st    79   2731738      2099     49013         0    119128    201370   9986751   no data   no data
963.55/963.65	c  N st    80   3561907      2099     49013         0     89997    201370   3322085   no data   no data
1016.54/1016.60	c  F st    81   3751562      2099     49013         0    109078    201370   4326895   no data   no data
1016.54/1016.60	c  N st    81   3751562      2099     49013         0    109078    201370   4326895   no data   no data
1017.24/1017.34	c Decided on static restart strategy
1020.55/1020.66	c  N st    91   3779871      2099     49013         0    136897    201370   6270239   no data   no data
1027.36/1027.46	c  N st    93   3815863      2099     49013         0     87403    201370   2575624   no data   no data
1037.26/1037.40	c  N st    94   3848257      2099     49013         0    119652    201370   8245270   no data   no data
1046.75/1046.80	c  N st    95   3896845      2099     49013         0    167911    201370  13663013   no data   no data
1075.35/1075.46	c  N st    96   3969730      2099     49013         0    154354    201370  14626196   no data   no data
1121.55/1121.63	c  N st    97   4079053      2099     49013         0    175539    201370  17378909   no data   no data
1170.55/1170.69	c  N st    98   4243038      2099     49013         0    159763    201370  11724431   no data   no data
1223.45/1223.53	c  N st    99   4489015      2099     49013         0    129487    201370   7241788   no data   no data
1378.85/1378.92	c  N st   100   4857979      2099     49013         0    116730    201370   5598535   no data   no data
1532.46/1532.54	c  N st   101   5411426      2099     49013         0    168301    201370   9949032   no data   no data
1942.95/1943.01	c  N st   102   6241595      2099     49013         0    146165    201370   9762253   no data   no data
2423.66/2423.77	c  N st   103   7486850      2099     49013         0    233674    201370  20970770   no data   no data
3417.13/3417.22	c  N st   104   9354729      2099     49013         0    180062    201370  11211612   no data   no data
4445.34/4445.49	c  N st   105  12156547      2099     49013         0    222083    201370  11072899   no data   no data
4964.75/4964.86	c  F st   106  13130467      2099     49013         0    251465    201370  19260013   no data   no data
4964.75/4964.86	c  N st   106  13130467      2099     49013         0    251465    201370  19260013   no data   no data
4967.95/4968.07	c  N dy   171  13150555      2099     49013         0    271343    201370  20521316     42.29     45.87
4971.85/4971.90	c  N dy   290  13170617      2099     49013         0    291278    201370  21688363     43.11     45.78
4976.64/4976.72	c  N dy   403  13191615      2099     49013         0    312113    201370  22932090     43.63     45.99
4981.15/4981.28	c  N dy   509  13211719      2099     49013         0    171352    201370   3777439     43.90     46.38
4984.75/4984.82	c  N dy   626  13231916      2099     49013         0    191437    201370   5003759     44.17     46.65
4988.65/4988.74	c  N dy   708  13252318      2099     49013         0    211649    201370   6209422     44.03     46.40
4994.07/4994.18	c  N dy   813  13272388      2099     49013         0    231557    201370   7390242     44.11     50.79

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-3421899-1306610792/watcher-3421899-1306610792 -o /tmp/evaluation-result-3421899-1306610792/solver-3421899-1306610792 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421899-1306610792.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.70 1.96 1.98 2/486 13515
/proc/meminfo: memFree=19514104/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=31612 CPUtime=0 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 1367 0 0 0 0 0 0 0 22 0 1 0 772677718 32370688 1308 33554432000 4194304 4580011 140735802946848 18446744073709551615 210204344075 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 7903 1318 324 95 0 2885 0

[startup+0.112982 s]
/proc/loadavg: 1.70 1.96 1.98 2/486 13515
/proc/meminfo: memFree=19514104/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=36040 CPUtime=0.1 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2883 0 0 0 10 0 0 0 23 0 1 0 772677718 36904960 2758 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 9010 2758 339 95 0 3992 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 36040

[startup+0.200959 s]
/proc/loadavg: 1.70 1.96 1.98 2/486 13515
/proc/meminfo: memFree=19514104/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=36172 CPUtime=0.19 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2919 0 0 0 19 0 0 0 23 0 1 0 772677718 37040128 2794 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 9043 2794 339 95 0 4025 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36172

[startup+0.300955 s]
/proc/loadavg: 1.70 1.96 1.98 2/486 13515
/proc/meminfo: memFree=19514104/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=36172 CPUtime=0.29 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2925 0 0 0 29 0 0 0 23 0 1 0 772677718 37040128 2800 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 9043 2800 339 95 0 4025 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36172

[startup+0.700885 s]
/proc/loadavg: 1.70 1.96 1.98 2/486 13515
/proc/meminfo: memFree=19514104/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=52188 CPUtime=0.69 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 8183 0 0 0 68 1 0 0 25 0 1 0 772677718 53440512 6602 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 13047 6602 365 95 0 8029 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52188

[startup+1.50075 s]
/proc/loadavg: 1.70 1.96 1.98 3/490 13522
/proc/meminfo: memFree=19431860/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=52188 CPUtime=1.49 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 9067 0 0 0 148 1 0 0 25 0 1 0 772677718 53440512 7486 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 13047 7487 365 95 0 8029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52188

[startup+3.10046 s]
/proc/loadavg: 1.70 1.96 1.98 3/490 13522
/proc/meminfo: memFree=19295088/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=83452 CPUtime=3.09 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 14879 0 0 0 307 2 0 0 25 0 1 0 772677718 85454848 11166 33554432000 4194304 4580011 140735802946848 18446744073709551615 4301482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 20863 11167 366 95 0 15845 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83452

[startup+6.30095 s]
/proc/loadavg: 1.89 2.00 1.99 3/490 13522
/proc/meminfo: memFree=19250836/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=106404 CPUtime=6.29 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 22142 0 0 0 626 3 0 0 25 0 1 0 772677718 108957696 15462 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 26601 15462 366 95 0 21583 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106404

[startup+12.7009 s]
/proc/loadavg: 1.90 2.00 1.99 3/490 13522
/proc/meminfo: memFree=19201508/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=107320 CPUtime=12.69 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 24649 0 0 0 1265 4 0 0 25 0 1 0 772677718 109895680 17354 33554432000 4194304 4580011 140735802946848 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13515/statm: 26830 17354 366 95 0 21812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107320

[startup+25.5007 s]
/proc/loadavg: 1.92 2.00 1.99 3/490 13523
/proc/meminfo: memFree=19217288/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=84656 CPUtime=25.43 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 41523 0 0 0 2537 6 0 0 25 0 1 0 772677718 86687744 12613 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 21164 12613 367 95 0 16146 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 84656

[startup+51.1005 s]
/proc/loadavg: 1.95 2.00 1.99 3/490 13523
/proc/meminfo: memFree=19178796/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=112972 CPUtime=51.04 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 64825 0 0 0 5093 11 0 0 25 0 1 0 772677718 115683328 20555 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 28243 20555 367 95 0 23225 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 112972

[startup+102.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/490 13525
/proc/meminfo: memFree=19173060/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=151484 CPUtime=102.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 107534 0 0 0 10205 20 0 0 25 0 1 0 772677718 155119616 16050 33554432000 4194304 4580011 140735802946848 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 37871 16050 367 95 0 32853 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 151484

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/490 13526
/proc/meminfo: memFree=19167480/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=159440 CPUtime=162.23 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 154432 0 0 0 16195 28 0 0 25 0 1 0 772677718 163266560 16792 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 39860 16792 367 95 0 34842 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 159440

[startup+222.319 s]
/proc/loadavg: 2.00 2.00 2.00 3/490 13528
/proc/meminfo: memFree=19184948/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=101052 CPUtime=222.26 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 208761 0 0 0 22187 39 0 0 25 0 1 0 772677718 103477248 16567 33554432000 4194304 4580011 140735802946848 18446744073709551615 4322550 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 25263 16567 367 95 0 20245 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 101052

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/490 13529
/proc/meminfo: memFree=19141164/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=172560 CPUtime=282.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 252253 0 0 0 28176 48 0 0 25 0 1 0 772677718 176701440 22570 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 43140 22570 367 95 0 38122 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 172560

[startup+342.301 s]
/proc/loadavg: 2.10 2.03 2.00 3/490 13531
/proc/meminfo: memFree=19133576/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=178944 CPUtime=342.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 289430 0 0 0 34168 56 0 0 25 0 1 0 772677718 183238656 25255 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 44736 25255 367 95 0 39718 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 178944

[startup+402.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/490 13533
/proc/meminfo: memFree=19113104/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=183396 CPUtime=402.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 325888 0 0 0 40160 64 0 0 25 0 1 0 772677718 187797504 25525 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 45849 25525 367 95 0 40831 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 183396

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/490 13534
/proc/meminfo: memFree=19103048/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=187172 CPUtime=462.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 361892 0 0 0 46151 73 0 0 25 0 1 0 772677718 191664128 23703 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 46793 23703 367 95 0 41775 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 187172

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/490 13536
/proc/meminfo: memFree=19116804/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=192660 CPUtime=522.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 402886 0 0 0 52140 84 0 0 25 0 1 0 772677718 197283840 25497 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 48165 25497 367 95 0 43147 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 192660

[startup+582.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/490 13537
/proc/meminfo: memFree=19082300/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=197308 CPUtime=582.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 443541 0 0 0 58133 91 0 0 25 0 1 0 772677718 202043392 26634 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294378 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 49327 26634 367 95 0 44309 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 197308

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/490 13641
/proc/meminfo: memFree=18951872/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=337432 CPUtime=4002.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 1898708 0 0 0 399816 408 0 0 25 0 1 0 772677718 345530368 56705 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 84358 56705 367 95 0 79340 0
Current children cumulated CPU time (s) 4002.24
Current children cumulated vsize (KiB) 337432

[startup+4062.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 13642
/proc/meminfo: memFree=18927164/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=366920 CPUtime=4062.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 1918760 0 0 0 405814 411 0 0 25 0 1 0 772677718 375726080 64564 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 91730 64564 367 95 0 86712 0
Current children cumulated CPU time (s) 4062.25
Current children cumulated vsize (KiB) 366920

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/490 13644
/proc/meminfo: memFree=18959244/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=338380 CPUtime=4122.23 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 1932835 0 0 0 411809 414 0 0 25 0 1 0 772677718 346501120 59434 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 84595 59434 367 95 0 79577 0
Current children cumulated CPU time (s) 4122.23
Current children cumulated vsize (KiB) 338380

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 13645
/proc/meminfo: memFree=18942608/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=368220 CPUtime=4182.26 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 1952671 0 0 0 417807 419 0 0 25 0 1 0 772677718 377057280 66455 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 92055 66455 367 95 0 87037 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 368220

[startup+4242.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/490 13647
/proc/meminfo: memFree=18984248/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=339416 CPUtime=4242.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 1966497 0 0 0 423802 422 0 0 25 0 1 0 772677718 347561984 60323 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 84854 60323 367 95 0 79836 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 339416

[startup+4302.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/490 13649
/proc/meminfo: memFree=18969708/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=369516 CPUtime=4302.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 1987233 0 0 0 429798 426 0 0 25 0 1 0 772677718 378384384 67734 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 92379 67734 367 95 0 87361 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 369516

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/490 13650
/proc/meminfo: memFree=18882140/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=340456 CPUtime=4362.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2000127 0 0 0 435794 430 0 0 25 0 1 0 772677718 348626944 60258 33554432000 4194304 4580011 140735802946848 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 85114 60258 367 95 0 80096 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 340456

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 13652
/proc/meminfo: memFree=18859804/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=370752 CPUtime=4422.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2021302 0 0 0 441788 436 0 0 25 0 1 0 772677718 379650048 68458 33554432000 4194304 4580011 140735802946848 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 92688 68458 367 95 0 87670 0
Current children cumulated CPU time (s) 4422.24
Current children cumulated vsize (KiB) 370752

[startup+4482.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/490 13653
/proc/meminfo: memFree=18926880/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=370964 CPUtime=4482.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2040579 0 0 0 447785 440 0 0 25 0 1 0 772677718 379867136 55751 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 92741 55751 367 95 0 87723 0
Current children cumulated CPU time (s) 4482.25
Current children cumulated vsize (KiB) 370964

[startup+4542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/490 13655
/proc/meminfo: memFree=18855308/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=370964 CPUtime=4542.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2062181 0 0 0 453780 445 0 0 25 0 1 0 772677718 379867136 77353 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 92741 77353 367 95 0 87723 0
Current children cumulated CPU time (s) 4542.25
Current children cumulated vsize (KiB) 370964

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/490 13657
/proc/meminfo: memFree=18928092/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=341568 CPUtime=4602.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2078965 0 0 0 459777 448 0 0 25 0 1 0 772677718 349765632 64221 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 85392 64221 367 95 0 80374 0
Current children cumulated CPU time (s) 4602.25
Current children cumulated vsize (KiB) 341568

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 13658
/proc/meminfo: memFree=18958712/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=372524 CPUtime=4662.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2099923 0 0 0 465772 453 0 0 25 0 1 0 772677718 381464576 61243 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 93131 61243 367 95 0 88113 0
Current children cumulated CPU time (s) 4662.25
Current children cumulated vsize (KiB) 372524

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 13660
/proc/meminfo: memFree=18925708/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=372524 CPUtime=4722.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2114680 0 0 0 471770 455 0 0 25 0 1 0 772677718 381464576 76000 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 93131 76000 367 95 0 88113 0
Current children cumulated CPU time (s) 4722.25
Current children cumulated vsize (KiB) 372524

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 13661
/proc/meminfo: memFree=18873244/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=343080 CPUtime=4782.24 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2130695 0 0 0 477766 458 0 0 25 0 1 0 772677718 351313920 60571 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 85770 60571 367 95 0 80752 0
Current children cumulated CPU time (s) 4782.24
Current children cumulated vsize (KiB) 343080

[startup+4842.32 s]
/proc/loadavg: 2.10 2.04 2.01 3/490 13663
/proc/meminfo: memFree=18891964/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=374196 CPUtime=4842.26 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2154027 0 0 0 483763 463 0 0 25 0 1 0 772677718 383176704 60442 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 93549 60442 367 95 0 88531 0
Current children cumulated CPU time (s) 4842.26
Current children cumulated vsize (KiB) 374196

[startup+4902.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/490 13665
/proc/meminfo: memFree=18856344/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=374196 CPUtime=4902.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2169010 0 0 0 489759 466 0 0 25 0 1 0 772677718 383176704 75425 33554432000 4194304 4580011 140735802946848 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 93549 75425 367 95 0 88531 0
Current children cumulated CPU time (s) 4902.25
Current children cumulated vsize (KiB) 374196

[startup+4962.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/490 13666
/proc/meminfo: memFree=18914356/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=374756 CPUtime=4962.25 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2192024 0 0 0 495754 471 0 0 25 0 1 0 772677718 383750144 67129 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 93689 67129 367 95 0 88671 0
Current children cumulated CPU time (s) 4962.25
Current children cumulated vsize (KiB) 374756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/490 13667
/proc/meminfo: memFree=18914340/32951124 swapFree=63649292/67111528
[pid=13515] ppid=13513 vsize=328696 CPUtime=5000.06 cores=0,2,4,6
/proc/13515/stat : 13515 (strangenight2-s) R 13513 13515 13483 0 -1 4202496 2199665 0 0 0 499532 474 0 0 25 0 1 0 772677718 336584704 50530 33554432000 4194304 4580011 140735802946848 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13515/statm: 82174 50530 367 95 0 77156 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 328696

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): 5000.13
CPU time (s): 5000.08
CPU user time (s): 4995.33
CPU system time (s): 4.75228
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 404812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.33
system time used= 4.75228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2199666
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= 10
involuntary context switches= 6194

runsolver used 25.2502 second user time and 52.9589 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-28 21:26:32
IDJOB=3421899
IDBENCH=83248
IDSOLVER=1887
FILE ID=node130/3421899-1306610792
RUNJOBID= node130-1306610792-13501
PBS_JOBID= 13471605
Free space on /tmp= 73372 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4231.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421899-1306610792/watcher-3421899-1306610792 -o /tmp/evaluation-result-3421899-1306610792/solver-3421899-1306610792 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421899-1306610792.cnf

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

MD5SUM BENCH= a52d60bf6e72caa628ad712a5fe0fb7a
RANDOM SEED=527428517

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19514384 kB
Buffers:        362232 kB
Cached:        7969720 kB
SwapCached:      10260 kB
Active:        7398564 kB
Inactive:      5717840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19514384 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:           12516 kB
Writeback:          16 kB
AnonPages:     4782432 kB
Mapped:          30052 kB
Slab:           195768 kB
PageTables:      53900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145071600 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= 73344 MiB
End job on node130 at 2011-05-28 22:49:54