Trace number 368872

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 2399.91 2400.85

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.cnf
MD5SUM27360692d166ffe055bd444eea177edf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1734.2
Satisfiable
(Un)Satisfiability was proved
Number of variables987
Number of clauses6860
Sum of the clauses size27440
Maximum clause length4
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 46860
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.57/10.60	c run March_dl for 5 seconds ... 
10.57/10.60	c Bin: Executing march_dl
10.57/10.60	c child exit by a signal
10.57/10.60	c march_dl returned code 137.
10.57/10.60	c run saps (UBCSAT implementation) for 2 seconds ... 
10.57/10.60	c Bin: Executing ubcsat2006
10.57/10.60	c child exited successfully
10.57/10.60	c ubcsat2006 returned code 0.
10.57/10.60	c satzilla computing base features
10.57/10.60	c satzilla doing unit-prop probe
10.57/10.60	c satzilla doing local search probe
10.57/10.60	c satzilla doing lobjois search-space size estimate
10.57/10.60	c satzilla's ranking:
10.57/10.60	c 1) minisat20: 1.889495
10.57/10.60	c 2) minisat20+P: 2.078863
10.57/10.60	c 3) march_dl: 2.328033
10.57/10.60	c 4) march_dl+P: 2.442564
10.57/10.60	c 5) vallst+P: 3.538347
10.57/10.60	c 6) zchaff_rand+P: 3.550419
10.57/10.60	c 7) kcnfs+P: 999.000000
10.57/10.60	c 8) kcnfs: 999.000000
10.57/10.60	c 9) vallst: 999.000000
10.57/10.60	c 10) zchaff_rand: 999.000000
10.57/10.60	c satzilla running minisat20 ... 
10.57/10.60	This is MiniSat 2.0 beta
10.57/10.60	WARNING: for repeatability, setting FPU to use double precision
10.57/10.60	============================[ Problem Statistics ]=============================
10.57/10.60	|                                                                             |
10.57/10.60	|  Number of variables:  1000                                                 |
10.57/10.60	|  Number of clauses:    6860                                                 |
10.57/10.60	|  Parsing time:         0.00         s                                       |
10.57/10.61	============================[ Search Statistics ]==============================
10.57/10.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.61	===============================================================================
10.57/10.61	|         0 |    1000     6860    27440 |     2286        0    nan |  0.000 % |
10.57/10.61	|       100 |    1000     6860    27440 |     2515      100      3 |  0.000 % |
10.57/10.61	|       250 |    1000     6860    27440 |     2766      250      3 |  0.000 % |
10.57/10.62	|       476 |    1000     6860    27440 |     3043      476      3 |  0.000 % |
10.57/10.63	|       813 |    1000     6860    27440 |     3347      813      3 |  0.000 % |
10.57/10.65	|      1320 |    1000     6860    27440 |     3682     1320      4 |  0.000 % |
10.57/10.69	|      2080 |    1000     6860    27440 |     4050     2080      9 |  0.000 % |
10.57/10.76	|      3219 |    1000     6860    27440 |     4456     3219     13 |  0.000 % |
10.57/10.89	|      4928 |    1000     6860    27440 |     4901     2682     11 |  0.000 % |
11.06/11.12	|      7490 |    1000     6860    27440 |     5391     2762     12 |  0.000 % |
11.46/11.50	|     11334 |    1000     6860    27440 |     5931     3885     16 |  0.000 % |
11.96/12.07	|     17100 |    1000     6860    27440 |     6524     3639     16 |  0.000 % |
12.86/12.99	|     25749 |    1000     6860    27440 |     7176     5696     17 |  0.000 % |
14.35/14.43	|     38724 |    1000     6860    27440 |     7894     4103     14 |  0.000 % |
16.45/16.59	|     58186 |    1000     6860    27440 |     8683     7587     17 |  0.000 % |
20.15/20.23	|     87378 |    1000     6860    27440 |     9551     6182     15 |  0.000 % |
25.75/25.85	|    131169 |    1000     6860    27440 |    10507     6710     18 |  0.000 % |
34.44/34.54	|    196853 |    1000     6860    27440 |    11557     8898     17 |  0.000 % |
48.64/48.76	|    295379 |    1000     6860    27440 |    12713     8655     16 |  0.000 % |
70.84/70.95	|    443170 |    1000     6860    27440 |    13985     9409     17 |  0.000 % |
107.42/107.53	|    664853 |    1000     6860    27440 |    15383    13078     20 |  0.000 % |
164.81/164.98	|    997378 |    1000     6860    27440 |    16921    13224     19 |  0.000 % |
254.58/254.74	|   1496166 |    1000     6860    27440 |    18614    10786     19 |  0.000 % |
404.63/404.88	|   2244349 |    1000     6860    27440 |    20475    11448     18 |  0.000 % |
644.14/644.47	|   3366624 |    1000     6860    27440 |    22523    13430     16 |  0.000 % |
1025.82/1026.23	|   5050036 |    1000     6860    27440 |    24775    13023     18 |  0.001 % |
1647.21/1647.85	|   7575152 |     997     6799    27196 |    27252    22041     20 |  0.300 % |
2399.85/2400.83	===============================================================================
2399.85/2400.84	restarts              : 27
2399.85/2400.84	conflicts             : 10431430       (4366 /sec)
2399.85/2400.84	decisions             : 12317046       (1.77 % random) (5156 /sec)
2399.85/2400.84	propagations          : 1265249433     (529593 /sec)
2399.85/2400.84	conflict literals     : 227292252      (37.13 % deleted)
2399.85/2400.84	Memory used           : 11.52 MB
2399.85/2400.84	CPU time              : 2389.1 s
2399.85/2400.84	
2399.85/2400.84	c Bin: Executing minisat20
2399.85/2400.84	c child exited successfully
2399.85/2400.84	c minisat20 returned code 20.
2399.85/2400.84	s UNSATISFIABLE
2399.85/2400.84	c SATZILLA_TIME=2400.260000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-368872-1177295533 -o ROOT/results/node22/solver-368872-1177295533 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368872-1177295533/SATzilla2007_C /tmp/evaluation/368872-1177295533/instance-368872-1177295533.cnf 

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): 7500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5603
/proc/meminfo: memFree=1486192/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=0
/proc/5603/stat : 5603 (SATzilla2007_C) R 5601 5603 4901 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 177471041 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/5603/statm: 360 110 95 260 0 84 0
[pid=5604] ppid=5603 vsize=768 CPUtime=0
/proc/5604/stat : 5604 (march_dl) R 5603 5603 4901 0 -1 4194304 99 0 0 0 0 0 0 0 18 0 1 0 177471041 786432 94 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5604/statm: 192 94 50 118 0 71 0

[startup+0.0359399 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5603
/proc/meminfo: memFree=1486192/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=0
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 177471041 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 360 110 95 260 0 84 0
[pid=5604] ppid=5603 vsize=1636 CPUtime=0.03
/proc/5604/stat : 5604 (march_dl) R 5603 5603 4901 0 -1 4194304 315 0 0 0 3 0 0 0 19 0 1 0 177471041 1675264 307 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134560265 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5604/statm: 409 307 65 118 0 288 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3076

[startup+0.10195 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5603
/proc/meminfo: memFree=1486192/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=0
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 177471041 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 360 110 95 260 0 84 0
[pid=5604] ppid=5603 vsize=1760 CPUtime=0.09
/proc/5604/stat : 5604 (march_dl) R 5603 5603 4901 0 -1 4194304 403 0 0 0 9 0 0 0 19 0 1 0 177471041 1802240 352 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134583082 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5604/statm: 440 352 67 118 0 319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3200

[startup+0.30198 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5603
/proc/meminfo: memFree=1486192/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=0
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 177471041 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 360 110 95 260 0 84 0
[pid=5604] ppid=5603 vsize=5548 CPUtime=0.29
/proc/5604/stat : 5604 (march_dl) R 5603 5603 4901 0 -1 4194304 1372 0 0 0 28 1 0 0 21 0 1 0 177471041 5681152 1280 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5604/statm: 1387 1280 72 118 0 1266 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6988

[startup+0.701041 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5603
/proc/meminfo: memFree=1486192/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=0
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 177471041 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 360 110 95 260 0 84 0
[pid=5604] ppid=5603 vsize=5844 CPUtime=0.69
/proc/5604/stat : 5604 (march_dl) R 5603 5603 4901 0 -1 4194304 1415 0 0 0 55 14 0 0 25 0 1 0 177471041 5984256 1323 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5604/statm: 1461 1323 72 118 0 1340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7284

[startup+1.50117 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 5605
/proc/meminfo: memFree=1480992/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=0
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 177471041 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 360 110 95 260 0 84 0
[pid=5604] ppid=5603 vsize=5928 CPUtime=1.48
/proc/5604/stat : 5604 (march_dl) R 5603 5603 4901 0 -1 4194304 1762 0 0 0 121 27 0 0 25 0 1 0 177471041 6070272 1345 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 0 0 0
/proc/5604/statm: 1482 1345 74 118 0 1361 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7368

[startup+3.10241 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 5605
/proc/meminfo: memFree=1480416/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=0
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 177471041 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 360 110 95 260 0 84 0
[pid=5604] ppid=5603 vsize=5928 CPUtime=3.08
/proc/5604/stat : 5604 (march_dl) R 5603 5603 4901 0 -1 4194304 1762 0 0 0 281 27 0 0 25 0 1 0 177471041 6070272 1345 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5604/statm: 1482 1345 74 118 0 1361 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7368

[startup+6.3019 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 5606
/proc/meminfo: memFree=1484960/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=1440 CPUtime=4.99
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 135 1763 0 0 0 0 472 27 16 0 1 0 177471041 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5603/statm: 360 111 96 260 0 84 0
[pid=5606] ppid=5603 vsize=6188 CPUtime=1.28
/proc/5606/stat : 5606 (ubcsat2006) R 5603 5603 4901 0 -1 4194304 349 0 0 0 115 13 0 0 25 0 1 0 177471542 6336512 332 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5606/statm: 1547 332 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1483760/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=2896 CPUtime=2.09
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 424 0 0 0 209 0 0 0 25 0 1 0 177472101 2965504 418 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 724 418 59 118 0 602 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4956

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1482928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=3604 CPUtime=14.88
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 606 0 0 0 1488 0 0 0 25 0 1 0 177472101 3690496 600 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 901 600 59 118 0 779 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5664

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1482288/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=4268 CPUtime=40.47
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 769 0 0 0 4047 0 0 0 25 0 1 0 177472101 4370432 763 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 1067 763 59 118 0 945 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 6328

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1481456/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=5084 CPUtime=91.66
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 980 0 0 0 9165 1 0 0 25 0 1 0 177472101 5206016 974 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 1271 974 59 118 0 1149 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 7144

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1480816/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=5772 CPUtime=151.64
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 1129 0 0 0 15162 2 0 0 25 0 1 0 177472101 5910528 1123 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 1443 1123 59 118 0 1321 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 7832

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1480240/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=6328 CPUtime=211.61
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 1267 0 0 0 21159 2 0 0 25 0 1 0 177472101 6479872 1261 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 1582 1261 59 118 0 1460 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 8388

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1479600/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=7004 CPUtime=271.59
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 1425 0 0 0 27156 3 0 0 25 0 1 0 177472101 7172096 1419 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 1751 1419 59 118 0 1629 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 9064

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 5607
/proc/meminfo: memFree=1479408/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=7124 CPUtime=331.57
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 1464 0 0 0 33154 3 0 0 25 0 1 0 177472101 7294976 1458 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 1781 1458 59 118 0 1659 0

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


[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474992/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11512 CPUtime=2010.89
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2529 0 0 0 201071 18 0 0 25 0 1 0 177472101 11788288 2523 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2878 2523 59 118 0 2756 0
Current children cumulated CPU time (s) 2021.46
Current children cumulated vsize (KiB) 13572

[startup+2082.31 s]
/proc/loadavg: 1.03 1.01 1.00 2/79 5807
/proc/meminfo: memFree=1474992/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11512 CPUtime=2070.88
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2538 0 0 0 207069 19 0 0 25 0 1 0 177472101 11788288 2532 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2878 2532 59 118 0 2756 0
Current children cumulated CPU time (s) 2081.45
Current children cumulated vsize (KiB) 13572

[startup+2142.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11652 CPUtime=2130.85
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2548 0 0 0 213066 19 0 0 25 0 1 0 177472101 11931648 2542 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2913 2542 59 118 0 2791 0
Current children cumulated CPU time (s) 2141.42
Current children cumulated vsize (KiB) 13712

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11652 CPUtime=2190.84
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2549 0 0 0 219064 20 0 0 25 0 1 0 177472101 11931648 2543 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2913 2543 59 118 0 2791 0
Current children cumulated CPU time (s) 2201.41
Current children cumulated vsize (KiB) 13712

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474992/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11652 CPUtime=2250.81
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2565 0 0 0 225061 20 0 0 25 0 1 0 177472101 11931648 2559 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134519372 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2913 2559 59 118 0 2791 0
Current children cumulated CPU time (s) 2261.38
Current children cumulated vsize (KiB) 13712

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474992/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2310.79
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2574 0 0 0 231058 21 0 0 25 0 1 0 177472101 12079104 2568 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2568 59 118 0 2827 0
Current children cumulated CPU time (s) 2321.36
Current children cumulated vsize (KiB) 13856

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474864/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2370.78
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2592 0 0 0 237056 22 0 0 25 0 1 0 177472101 12079104 2586 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2586 59 118 0 2827 0
Current children cumulated CPU time (s) 2381.35
Current children cumulated vsize (KiB) 13856

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

[startup+2393.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474864/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2381.98
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2593 0 0 0 238176 22 0 0 25 0 1 0 177472101 12079104 2587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525869 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2587 59 118 0 2827 0
Current children cumulated CPU time (s) 2392.55
Current children cumulated vsize (KiB) 13856

[startup+2396.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2385.18
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2593 0 0 0 238496 22 0 0 25 0 1 0 177472101 12079104 2587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2587 59 118 0 2827 0
Current children cumulated CPU time (s) 2395.75
Current children cumulated vsize (KiB) 13856

[startup+2398.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2386.78
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2593 0 0 0 238656 22 0 0 25 0 1 0 177472101 12079104 2587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2587 59 118 0 2827 0
Current children cumulated CPU time (s) 2397.35
Current children cumulated vsize (KiB) 13856

[startup+2399.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2388.37
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2593 0 0 0 238815 22 0 0 25 0 1 0 177472101 12079104 2587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134529277 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2587 59 118 0 2827 0
Current children cumulated CPU time (s) 2398.94
Current children cumulated vsize (KiB) 13856

[startup+2400.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2388.77
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2593 0 0 0 238855 22 0 0 25 0 1 0 177472101 12079104 2587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2587 59 118 0 2827 0
Current children cumulated CPU time (s) 2399.34
Current children cumulated vsize (KiB) 13856

[startup+2400.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2389.18
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2593 0 0 0 238896 22 0 0 25 0 1 0 177472101 12079104 2587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2587 59 118 0 2827 0
Current children cumulated CPU time (s) 2399.75
Current children cumulated vsize (KiB) 13856

[startup+2400.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 5807
/proc/meminfo: memFree=1474928/2055920 swapFree=4168584/4192956
[pid=5603] ppid=5601 vsize=2060 CPUtime=10.57
/proc/5603/stat : 5603 (SATzilla2007_C) S 5601 5603 4901 0 -1 4194304 859 2118 0 0 316 15 674 52 25 0 1 0 177471041 2109440 342 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5603/statm: 515 342 156 260 0 239 0
[pid=5607] ppid=5603 vsize=11796 CPUtime=2389.28
/proc/5607/stat : 5607 (minisat20) R 5603 5603 4901 0 -1 4194304 2593 0 0 0 238906 22 0 0 25 0 1 0 177472101 12079104 2587 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5607/statm: 2949 2587 59 118 0 2827 0
Current children cumulated CPU time (s) 2399.85
Current children cumulated vsize (KiB) 13856

Child status: 20
Real time (s): 2400.85
CPU time (s): 2399.91
CPU user time (s): 2399.01
CPU system time (s): 0.901862
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 13856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.01
system time used= 0.901862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5587
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= 27
involuntary context switches= 21229

runsolver used 2.66559 second user time and 6.07308 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Apr 23 02:32:14 UTC 2007

IDJOB= 368872
IDBENCH= 24752
IDSOLVER= 179
FILE ID= node22/368872-1177295533

PBS_JOBID= 4650848

Free space on /tmp= 66491 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368872-1177295533/SATzilla2007_C /tmp/evaluation/368872-1177295533/instance-368872-1177295533.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-368872-1177295533 -o ROOT/results/node22/solver-368872-1177295533 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368872-1177295533/SATzilla2007_C /tmp/evaluation/368872-1177295533/instance-368872-1177295533.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  27360692d166ffe055bd444eea177edf

RANDOM SEED= 84675495

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1486536 kB
Buffers:         47712 kB
Cached:         427016 kB
SwapCached:       2292 kB
Active:         262192 kB
Inactive:       235232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486536 kB
SwapTotal:     4192956 kB
SwapFree:      4168584 kB
Dirty:            8504 kB
Writeback:           0 kB
Mapped:          30516 kB
Slab:            57544 kB
Committed_AS:  1894992 kB
PageTables:       1676 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66491 MiB

End job on node22 on Mon Apr 23 03:12:15 UTC 2007