Trace number 1730798

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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.39 1199.85

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark911.101
Satisfiable
(Un)Satisfiability was proved
Number of variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

Solver Data

15.27/15.37	c run March_dl for 5 seconds ... 
15.27/15.37	c Bin: Executing march_dl
15.27/15.37	c child exit by a signal
15.27/15.37	c march_dl returned code 137.
15.27/15.37	c run saps (UBCSAT implementation) for 2 seconds ... 
15.27/15.37	c Bin: Executing ubcsat2006
15.27/15.37	c child exited successfully
15.27/15.37	c ubcsat2006 returned code 0.
15.27/15.37	c satzilla computing base features
15.27/15.37	c satzilla doing unit-prop probe
15.27/15.37	c satzilla doing local search probe
15.27/15.37	c satzilla doing lobjois search-space size estimate
15.27/15.37	c satzilla's ranking:
15.27/15.37	c 1) minisat20+P: 2.009139
15.27/15.37	c 2) vallst+P: 3.302084
15.27/15.37	c 3) zchaff_rand+P: 3.552529
15.27/15.37	c 4) march_dl: 4.141430
15.27/15.37	c 5) minisat20: 5.085955
15.27/15.37	c 6) march_dl+P: 6.114501
15.27/15.37	c 7) kcnfs+P: 999.000000
15.27/15.37	c 8) kcnfs: 999.000000
15.27/15.37	c 9) vallst: 999.000000
15.27/15.37	c 10) zchaff_rand: 999.000000
15.27/15.37	c satzilla running minisat20 with preprocessing ... 
17.48/17.55	This is MiniSat 2.0 beta
17.48/17.55	WARNING: for repeatability, setting FPU to use double precision
17.48/17.55	============================[ Problem Statistics ]=============================
17.48/17.55	|                                                                             |
17.48/17.55	|  Number of variables:  8910                                                 |
17.48/17.55	|  Number of clauses:    88149                                                |
17.51/17.61	|  Parsing time:         0.05         s                                       |
17.51/17.61	============================[ Search Statistics ]==============================
17.51/17.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.51/17.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.51/17.61	===============================================================================
17.51/17.61	|         0 |    8910    88149   205233 |    29383        0    nan |  0.000 % |
17.51/17.63	|       101 |    8910    88149   205233 |    32321      101     57 |  0.000 % |
17.51/17.66	|       252 |    8910    88149   205233 |    35553      252     57 |  0.000 % |
17.51/17.71	|       478 |    8910    88149   205233 |    39108      478     74 |  0.000 % |
17.51/17.78	|       816 |    8910    88149   205233 |    43019      816     73 |  0.000 % |
17.51/17.91	|      1324 |    8910    88149   205233 |    47321     1324     86 |  0.000 % |
17.51/18.15	|      2083 |    8910    88149   205233 |    52053     2083    105 |  0.000 % |
17.51/18.39	|      3223 |    8910    88149   205233 |    57259     3223    100 |  0.000 % |
19.05/19.13	|      4931 |    8910    88149   205233 |    62985     4931    107 |  0.000 % |
19.75/19.84	|      7493 |    8910    88149   205233 |    69283     7493    104 |  0.000 % |
20.45/20.56	|     11337 |    8910    88149   205233 |    76211    11337     98 |  0.000 % |
21.85/21.97	|     17103 |    8910    88149   205233 |    83833    17103     85 |  0.000 % |
25.55/25.66	|     25752 |    8910    88149   205233 |    92216    25752     93 |  0.000 % |
35.05/35.19	|     38726 |    8910    88149   205233 |   101438    38726    102 |  0.000 % |
60.53/60.61	|     58188 |    8910    88149   205233 |   111581    58188    119 |  0.000 % |
96.32/96.41	|     87381 |    8910    88149   205233 |   122740    87381    123 |  0.000 % |
175.59/175.78	|    131171 |    8910    88149   205233 |   135014    21801    123 |  0.000 % |
285.64/285.82	|    196855 |    8910    88149   205233 |   148515    87485    148 |  0.000 % |
423.20/423.47	|    295381 |    8910    88149   205233 |   163367    52198    132 |  0.000 % |
579.44/579.73	|    443170 |    8910    88149   205233 |   179703    48484    123 |  0.000 % |
983.68/984.11	|    664853 |    8910    88149   205233 |   197674   107448    111 |  0.000 % |
1199.30/1199.83	c Preprocessing...
1199.30/1199.83	c Inital problem has 18450 variables, 52155 nary clauses (148485 binary clauses).
1199.30/1199.83	c Num non-binary clauses 52095, Average non-binary clause length 3.207
1199.30/1199.83	c Theory has no gaps
1199.30/1199.83	c Preprocessor runtime was 1.920 seconds.
1199.30/1199.83	c 
1199.30/1199.83	c Satisfiability of theory still undetermined.
1199.30/1199.83	c See file /tmp/FBL3En for simplified theory.
1199.30/1199.83	c Bin: Executing minisat20
1199.30/1199.83	c child exit by a signal
1199.30/1199.83	c minisat20 returned code 137.
1199.30/1199.83	c minisat20 returned code 137.
1199.30/1199.83	c satzilla running vallst with preprocessing ... 
1199.30/1199.83	c Bin: Executing vallst
1199.30/1199.83	c vallst returned code 1.
1199.30/1199.83	c vallst returned code 1.
1199.30/1199.83	c satzilla running zchaff_rand with preprocessing ... 
1199.30/1199.83	c Bin: Executing zchaff_rand
1199.30/1199.83	c zchaff_rand returned code 1.
1199.30/1199.83	c zchaff_rand returned code 1.
1199.30/1199.83	c satzilla running march_dl ... 
1199.30/1199.83	c Bin: Executing march_dl
1199.30/1199.83	c march_dl returned code 1.
1199.30/1199.83	c march_dl returned code 1.
1199.30/1199.83	c satzilla running minisat20 ... 
1199.30/1199.83	c Bin: Executing minisat20
1199.30/1199.83	c minisat20 returned code 1.
1199.30/1199.83	c minisat20 returned code 1.
1199.30/1199.83	c satzilla running march_dl with preprocessing ... 
1199.30/1199.83	c Bin: Executing march_dl
1199.30/1199.83	c march_dl returned code 1.
1199.30/1199.83	c march_dl returned code 1.
1199.30/1199.83	c satzilla running kcnfs with preprocessing ... 
1199.30/1199.83	c Bin: Executing kcnfs
1199.30/1199.83	c kcnfs returned code 1.
1199.30/1199.83	c kcnfs returned code 1.
1199.30/1199.83	c satzilla running kcnfs ... 
1199.30/1199.83	c Bin: Executing kcnfs
1199.30/1199.83	c kcnfs returned code 1.
1199.30/1199.83	c kcnfs returned code 1.
1199.30/1199.83	c satzilla running vallst ... 
1199.30/1199.83	c Bin: Executing vallst
1199.30/1199.83	c vallst returned code 1.
1199.30/1199.83	c vallst returned code 1.
1199.30/1199.83	c satzilla running zchaff_rand ... 
1199.30/1199.84	c Bin: Executing zchaff_rand
1199.30/1199.84	c zchaff_rand returned code 1.
1199.30/1199.84	c zchaff_rand returned code 1.
1199.30/1199.84	c ERROR: All Failed! 
1199.30/1199.84	c SATZILLA_TIME=1199.550000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730798-1240763657/watcher-1730798-1240763657 -o /tmp/evaluation-result-1730798-1240763657/solver-1730798-1240763657 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1730798-1240763657.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.85 0.97 0.99 3/64 30608
/proc/meminfo: memFree=1729144/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=0
/proc/30608/stat : 30608 (SATzilla2007_C) R 30606 30608 30571 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 104393447 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/30608/statm: 360 110 95 260 0 84 0
[pid=30609] ppid=30608 vsize=3368 CPUtime=0
/proc/30609/stat : 30609 (march_dl) R 30608 30608 30571 0 -1 4194304 535 0 0 0 0 0 0 0 18 0 1 0 104393447 3448832 530 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30609/statm: 842 530 50 118 0 721 0

[startup+0.0797889 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30608
/proc/meminfo: memFree=1729144/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=0
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104393447 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30608/statm: 360 110 95 260 0 84 0
[pid=30609] ppid=30608 vsize=4292 CPUtime=0.07
/proc/30609/stat : 30609 (march_dl) R 30608 30608 30571 0 -1 4194304 851 0 0 0 7 0 0 0 19 0 1 0 104393447 4395008 846 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30609/statm: 1073 846 50 118 0 952 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5732

[startup+0.101791 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30608
/proc/meminfo: memFree=1729144/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=0
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104393447 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30608/statm: 360 110 95 260 0 84 0
[pid=30609] ppid=30608 vsize=4688 CPUtime=0.09
/proc/30609/stat : 30609 (march_dl) R 30608 30608 30571 0 -1 4194304 946 0 0 0 9 0 0 0 19 0 1 0 104393447 4800512 941 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30609/statm: 1172 941 50 118 0 1051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6128

[startup+0.301808 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30608
/proc/meminfo: memFree=1729144/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=0
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104393447 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30608/statm: 360 110 95 260 0 84 0
[pid=30609] ppid=30608 vsize=11188 CPUtime=0.29
/proc/30609/stat : 30609 (march_dl) R 30608 30608 30571 0 -1 4194304 2543 0 0 0 28 1 0 0 21 0 1 0 104393447 11456512 1942 1992294400 134512640 134996440 4294956256 18446744073709551615 134548772 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30609/statm: 2797 1942 52 118 0 2676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12628

[startup+0.701847 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 30608
/proc/meminfo: memFree=1729144/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=0
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104393447 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30608/statm: 360 110 95 260 0 84 0
[pid=30609] ppid=30608 vsize=10500 CPUtime=0.69
/proc/30609/stat : 30609 (march_dl) R 30608 30608 30571 0 -1 4194304 3766 0 0 0 68 1 0 0 25 0 1 0 104393447 10752000 1727 1992294400 134512640 134996440 4294956256 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30609/statm: 2625 1727 55 118 0 2504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11940

[startup+1.50192 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30610
/proc/meminfo: memFree=1720168/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=0
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104393447 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30608/statm: 360 110 95 260 0 84 0
[pid=30609] ppid=30608 vsize=18728 CPUtime=1.49
/proc/30609/stat : 30609 (march_dl) R 30608 30608 30571 0 -1 4194304 8675 0 0 0 145 4 0 0 25 0 1 0 104393447 19177472 3609 1992294400 134512640 134996440 4294956256 18446744073709551615 134563905 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30609/statm: 4682 3609 65 118 0 4561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20168

[startup+3.10107 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30610
/proc/meminfo: memFree=1711912/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=0
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104393447 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30608/statm: 360 110 95 260 0 84 0
[pid=30609] ppid=30608 vsize=20108 CPUtime=3.09
/proc/30609/stat : 30609 (march_dl) R 30608 30608 30571 0 -1 4194304 12827 0 0 0 303 6 0 0 25 0 1 0 104393447 20590592 4107 1992294400 134512640 134996440 4294956256 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30609/statm: 5027 4107 65 118 0 4906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21548

[startup+6.30137 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 30611
/proc/meminfo: memFree=1718120/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=1440 CPUtime=5
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 135 20306 0 0 0 0 483 17 16 0 1 0 104393447 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30608/statm: 360 111 96 260 0 84 0
[pid=30611] ppid=30608 vsize=18488 CPUtime=1.29
/proc/30611/stat : 30611 (ubcsat2006) R 30608 30608 30571 0 -1 4194304 2809 0 0 0 127 2 0 0 25 0 1 0 104393947 18931712 2792 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30611/statm: 4622 2792 156 64 0 4203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19928

[startup+12.703 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 30611
/proc/meminfo: memFree=1716720/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=23560 CPUtime=12.67
/proc/30608/stat : 30608 (SATzilla2007_C) R 30606 30608 30571 0 -1 4194304 7721 23121 0 0 535 4 707 21 25 0 1 0 104393447 24125440 5334 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/30608/statm: 5890 5334 150 260 0 5614 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23560

[startup+25.5012 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 30612
/proc/meminfo: memFree=1679976/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=16528 CPUtime=7.94
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 4037 0 0 0 792 2 0 0 25 0 1 0 104395201 16924672 4032 1992294400 134512640 134998072 4294956304 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 4132 4032 59 118 0 4010 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 49928

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 30612
/proc/meminfo: memFree=1664680/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=31832 CPUtime=33.52
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 7854 0 0 0 3347 5 0 0 25 0 1 0 104395201 32595968 7849 1992294400 134512640 134998072 4294956304 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 7958 7849 59 118 0 7836 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 65232

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 30612
/proc/meminfo: memFree=1642472/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=53752 CPUtime=84.7
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 13342 0 0 0 8459 11 0 0 25 0 1 0 104395201 55042048 13337 1992294400 134512640 134998072 4294956304 18446744073709551615 134535742 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 13438 13337 59 118 0 13316 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 87152

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30612
/proc/meminfo: memFree=1624424/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=71900 CPUtime=144.68
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 17870 0 0 0 14452 16 0 0 25 0 1 0 104395201 73625600 17865 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 17975 17865 59 118 0 17853 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 105300

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30612
/proc/meminfo: memFree=1621736/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=74284 CPUtime=204.66
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 18477 0 0 0 20449 17 0 0 25 0 1 0 104395201 76066816 18472 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 18571 18472 59 118 0 18449 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 107684

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30614
/proc/meminfo: memFree=1621416/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=74284 CPUtime=264.63
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 18477 0 0 0 26446 17 0 0 25 0 1 0 104395201 76066816 18472 1992294400 134512640 134998072 4294956304 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 18571 18472 59 118 0 18449 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 107684

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 30614
/proc/meminfo: memFree=1610728/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=85244 CPUtime=324.6
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 21216 0 0 0 32440 20 0 0 25 0 1 0 104395201 87289856 21211 1992294400 134512640 134998072 4294956304 18446744073709551615 134525688 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 21311 21211 59 118 0 21189 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 118644


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


[startup+822.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 30614
/proc/meminfo: memFree=1588072/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=107896 CPUtime=804.44
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 26837 0 0 0 80414 30 0 0 25 0 1 0 104395201 110485504 26832 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 26974 26832 59 118 0 26852 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 141296

[startup+882.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 30614
/proc/meminfo: memFree=1585512/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=110312 CPUtime=864.42
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 27424 0 0 0 86411 31 0 0 25 0 1 0 104395201 112959488 27419 1992294400 134512640 134998072 4294956304 18446744073709551615 134528827 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 27578 27419 59 118 0 27456 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 143712

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 30614
/proc/meminfo: memFree=1585448/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=110312 CPUtime=924.38
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 27425 0 0 0 92407 31 0 0 25 0 1 0 104395201 112959488 27420 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 27578 27420 59 118 0 27456 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 143712

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1585448/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=110312 CPUtime=984.37
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 27426 0 0 0 98406 31 0 0 25 0 1 0 104395201 112959488 27421 1992294400 134512640 134998072 4294956304 18446744073709551615 134525622 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 27578 27421 59 118 0 27456 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 143712

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1585384/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=110576 CPUtime=1044.35
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 27516 0 0 0 104404 31 0 0 25 0 1 0 104395201 113229824 27511 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 27644 27511 59 118 0 27522 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 143976

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1104.32
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 110398 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 154020

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1164.3
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 116396 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 154020

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1172.29
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 117195 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1189.8
Current children cumulated vsize (KiB) 154020

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1178.7
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 117836 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1196.21
Current children cumulated vsize (KiB) 154020

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1180.29
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 117995 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1197.8
Current children cumulated vsize (KiB) 154020

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1181.09
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 118075 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 154020

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1181.49
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 118115 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 154020

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1181.69
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 118135 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1199.2
Current children cumulated vsize (KiB) 154020

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30614
/proc/meminfo: memFree=1574888/2055920 swapFree=4181240/4192956
[pid=30608] ppid=30606 vsize=33400 CPUtime=17.51
/proc/30608/stat : 30608 (SATzilla2007_C) S 30606 30608 30571 0 -1 4194304 15503 23121 0 0 1009 14 707 21 25 0 1 0 104393447 34201600 7985 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30608/statm: 8350 7985 165 260 0 8074 0
[pid=30612] ppid=30608 vsize=120620 CPUtime=1181.79
/proc/30612/stat : 30612 (minisat20) R 30608 30608 30571 0 -1 4194304 30048 0 0 0 118145 34 0 0 25 0 1 0 104395201 123514880 30043 1992294400 134512640 134998072 4294956304 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30612/statm: 30155 30043 59 118 0 30033 0
Current children cumulated CPU time (s) 1199.3
Current children cumulated vsize (KiB) 154020

Child status: 17
Real time (s): 1199.85
CPU time (s): 1199.39
CPU user time (s): 1198.65
CPU system time (s): 0.739887
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 154020

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

runsolver used 1.12083 second user time and 3.25251 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-26 18:34:17
IDJOB=1730798
IDBENCH=24736
IDSOLVER=558
FILE ID=node48/1730798-1240763657
PBS_JOBID= 9187183
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730798-1240763657/watcher-1730798-1240763657 -o /tmp/evaluation-result-1730798-1240763657/solver-1730798-1240763657 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1730798-1240763657.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 531549e214a293ad3adf6ddff17eb882
RANDOM SEED=1359436327

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

/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.209
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.209
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:       1729624 kB
Buffers:         36488 kB
Cached:         226700 kB
SwapCached:       5684 kB
Active:          71672 kB
Inactive:       199468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729624 kB
SwapTotal:     4192956 kB
SwapFree:      4181240 kB
Dirty:           11500 kB
Writeback:           0 kB
Mapped:          13384 kB
Slab:            41216 kB
Committed_AS:   478020 kB
PageTables:       1368 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= 66376 MiB
End job on node48 at 2009-04-26 18:54:17