Trace number 1785273

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) 4998.81 5001.19

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 benchmark1182.56
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.28/15.37	c run March_dl for 5 seconds ... 
15.28/15.37	c Bin: Executing march_dl
15.28/15.37	c child exit by a signal
15.28/15.37	c march_dl returned code 137.
15.28/15.37	c run saps (UBCSAT implementation) for 2 seconds ... 
15.28/15.37	c Bin: Executing ubcsat2006
15.28/15.37	c child exited successfully
15.28/15.37	c ubcsat2006 returned code 0.
15.28/15.37	c satzilla computing base features
15.28/15.37	c satzilla doing unit-prop probe
15.28/15.37	c satzilla doing local search probe
15.28/15.37	c satzilla doing lobjois search-space size estimate
15.28/15.37	c satzilla's ranking:
15.28/15.37	c 1) minisat20+P: 2.054505
15.28/15.37	c 2) vallst+P: 3.314776
15.28/15.37	c 3) zchaff_rand+P: 3.652845
15.28/15.37	c 4) march_dl: 4.230010
15.28/15.37	c 5) minisat20: 5.054340
15.28/15.37	c 6) march_dl+P: 5.989792
15.28/15.37	c 7) kcnfs+P: 999.000000
15.28/15.37	c 8) kcnfs: 999.000000
15.28/15.37	c 9) vallst: 999.000000
15.28/15.37	c 10) zchaff_rand: 999.000000
15.28/15.37	c satzilla running minisat20 with preprocessing ... 
17.47/17.55	This is MiniSat 2.0 beta
17.47/17.55	WARNING: for repeatability, setting FPU to use double precision
17.47/17.55	============================[ Problem Statistics ]=============================
17.47/17.55	|                                                                             |
17.47/17.55	|  Number of variables:  8910                                                 |
17.47/17.55	|  Number of clauses:    88149                                                |
17.52/17.61	|  Parsing time:         0.06         s                                       |
17.52/17.61	============================[ Search Statistics ]==============================
17.52/17.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.52/17.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.52/17.61	===============================================================================
17.52/17.61	|         0 |    8910    88149   205233 |    29383        0    nan |  0.000 % |
17.52/17.63	|       101 |    8910    88149   205233 |    32321      101     57 |  0.000 % |
17.52/17.66	|       252 |    8910    88149   205233 |    35553      252     57 |  0.000 % |
17.52/17.70	|       478 |    8910    88149   205233 |    39108      478     74 |  0.000 % |
17.52/17.77	|       816 |    8910    88149   205233 |    43019      816     73 |  0.000 % |
17.52/17.91	|      1324 |    8910    88149   205233 |    47321     1324     86 |  0.000 % |
17.52/18.15	|      2083 |    8910    88149   205233 |    52053     2083    105 |  0.000 % |
17.52/18.39	|      3223 |    8910    88149   205233 |    57259     3223    100 |  0.000 % |
19.05/19.16	|      4931 |    8910    88149   205233 |    62985     4931    107 |  0.000 % |
19.86/19.94	|      7493 |    8910    88149   205233 |    69283     7493    104 |  0.000 % |
20.66/20.71	|     11337 |    8910    88149   205233 |    76211    11337     98 |  0.000 % |
22.05/22.14	|     17103 |    8910    88149   205233 |    83833    17103     85 |  0.000 % |
25.75/25.85	|     25752 |    8910    88149   205233 |    92216    25752     93 |  0.000 % |
35.34/35.48	|     38726 |    8910    88149   205233 |   101438    38726    102 |  0.000 % |
60.92/61.06	|     58188 |    8910    88149   205233 |   111581    58188    119 |  0.000 % |
96.70/96.86	|     87381 |    8910    88149   205233 |   122740    87381    123 |  0.000 % |
176.17/176.37	|    131171 |    8910    88149   205233 |   135014    21801    123 |  0.000 % |
286.53/286.74	|    196855 |    8910    88149   205233 |   148515    87485    148 |  0.000 % |
424.45/424.71	|    295381 |    8910    88149   205233 |   163367    52198    132 |  0.000 % |
580.99/581.32	|    443170 |    8910    88149   205233 |   179703    48484    123 |  0.000 % |
985.69/986.26	|    664853 |    8910    88149   205233 |   197674   107448    111 |  0.000 % |
1674.87/1675.76	|    997378 |    8910    88149   205233 |   217441    74185    152 |  0.000 % |
3187.86/3189.47	|   1496166 |    8910    88149   205233 |   239185   181987    145 |  0.000 % |
4998.70/5001.17	c Preprocessing...
4998.70/5001.17	c Inital problem has 18450 variables, 52155 nary clauses (148485 binary clauses).
4998.70/5001.17	c Num non-binary clauses 52095, Average non-binary clause length 3.207
4998.70/5001.17	c Theory has no gaps
4998.70/5001.17	c Preprocessor runtime was 1.910 seconds.
4998.70/5001.17	c 
4998.70/5001.17	c Satisfiability of theory still undetermined.
4998.70/5001.17	c See file /tmp/mgRg4g for simplified theory.
4998.70/5001.17	c Bin: Executing minisat20
4998.70/5001.17	c child exit by a signal
4998.70/5001.17	c minisat20 returned code 137.
4998.70/5001.17	c minisat20 returned code 137.
4998.70/5001.17	c satzilla running vallst with preprocessing ... 
4998.70/5001.17	c Bin: Executing vallst
4998.70/5001.17	c vallst returned code 1.
4998.70/5001.17	c vallst returned code 1.
4998.70/5001.17	c satzilla running zchaff_rand with preprocessing ... 
4998.70/5001.17	c Bin: Executing zchaff_rand
4998.70/5001.17	c zchaff_rand returned code 1.
4998.70/5001.17	c zchaff_rand returned code 1.
4998.70/5001.17	c satzilla running march_dl ... 
4998.70/5001.18	c Bin: Executing march_dl
4998.70/5001.18	c march_dl returned code 1.
4998.70/5001.18	c march_dl returned code 1.
4998.70/5001.18	c satzilla running minisat20 ... 
4998.70/5001.18	c Bin: Executing minisat20
4998.70/5001.18	c minisat20 returned code 1.
4998.70/5001.18	c minisat20 returned code 1.
4998.70/5001.18	c satzilla running march_dl with preprocessing ... 
4998.70/5001.18	c Bin: Executing march_dl
4998.70/5001.18	c march_dl returned code 1.
4998.70/5001.18	c march_dl returned code 1.
4998.70/5001.18	c satzilla running kcnfs with preprocessing ... 
4998.70/5001.18	c Bin: Executing kcnfs
4998.70/5001.18	c kcnfs returned code 1.
4998.70/5001.18	c kcnfs returned code 1.
4998.70/5001.18	c satzilla running kcnfs ... 
4998.70/5001.18	c Bin: Executing kcnfs
4998.70/5001.18	c kcnfs returned code 1.
4998.70/5001.18	c kcnfs returned code 1.
4998.70/5001.18	c satzilla running vallst ... 
4998.70/5001.18	c Bin: Executing vallst
4998.70/5001.18	c vallst returned code 1.
4998.70/5001.18	c vallst returned code 1.
4998.70/5001.18	c satzilla running zchaff_rand ... 
4998.70/5001.18	c Bin: Executing zchaff_rand
4998.70/5001.18	c zchaff_rand returned code 1.
4998.70/5001.18	c zchaff_rand returned code 1.
4998.70/5001.18	c ERROR: All Failed! 
4998.70/5001.18	c SATZILLA_TIME=4999.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-1785273-1241903207/watcher-1785273-1241903207 -o /tmp/evaluation-result-1785273-1241903207/solver-1785273-1241903207 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785273-1241903207.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): 6000 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.88 1.01 0.99 3/64 23927
/proc/meminfo: memFree=1683552/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=0
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218346753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 110 95 260 0 84 0
[pid=23928] ppid=23927 vsize=3368 CPUtime=0
/proc/23928/stat : 23928 (march_dl) R 23927 23927 23890 0 -1 4194304 534 0 0 0 0 0 0 0 19 0 1 0 218346753 3448832 529 1992294400 134512640 134996440 4294956256 18446744073709551615 134778233 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23928/statm: 842 529 50 118 0 721 0

[startup+0.0125641 s]
/proc/loadavg: 0.88 1.01 0.99 3/64 23927
/proc/meminfo: memFree=1683552/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=0
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218346753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 110 95 260 0 84 0
[pid=23928] ppid=23927 vsize=3368 CPUtime=0
/proc/23928/stat : 23928 (march_dl) R 23927 23927 23890 0 -1 4194304 565 0 0 0 0 0 0 0 19 0 1 0 218346753 3448832 560 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23928/statm: 842 560 50 118 0 721 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4808

[startup+0.102576 s]
/proc/loadavg: 0.88 1.01 0.99 3/64 23927
/proc/meminfo: memFree=1683552/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=0
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218346753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 110 95 260 0 84 0
[pid=23928] ppid=23927 vsize=4556 CPUtime=0.09
/proc/23928/stat : 23928 (march_dl) R 23927 23927 23890 0 -1 4194304 942 0 0 0 9 0 0 0 20 0 1 0 218346753 4665344 937 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23928/statm: 1139 937 50 118 0 1018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5996

[startup+0.302602 s]
/proc/loadavg: 0.88 1.01 0.99 3/64 23927
/proc/meminfo: memFree=1683552/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=0
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218346753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 110 95 260 0 84 0
[pid=23928] ppid=23927 vsize=13532 CPUtime=0.29
/proc/23928/stat : 23928 (march_dl) R 23927 23927 23890 0 -1 4194304 2543 0 0 0 28 1 0 0 22 0 1 0 218346753 13856768 1997 1992294400 134512640 134996440 4294956256 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23928/statm: 3383 1997 52 118 0 3262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14972

[startup+0.702656 s]
/proc/loadavg: 0.88 1.01 0.99 3/64 23927
/proc/meminfo: memFree=1683552/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=0
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218346753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 110 95 260 0 84 0
[pid=23928] ppid=23927 vsize=10500 CPUtime=0.69
/proc/23928/stat : 23928 (march_dl) R 23927 23927 23890 0 -1 4194304 3738 0 0 0 67 2 0 0 25 0 1 0 218346753 10752000 1699 1992294400 134512640 134996440 4294956256 18446744073709551615 134546253 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23928/statm: 2625 1699 55 118 0 2504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11940

[startup+1.50176 s]
/proc/loadavg: 0.88 1.01 0.99 2/66 23929
/proc/meminfo: memFree=1674576/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=0
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218346753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 110 95 260 0 84 0
[pid=23928] ppid=23927 vsize=18352 CPUtime=1.49
/proc/23928/stat : 23928 (march_dl) R 23927 23927 23890 0 -1 4194304 8669 0 0 0 145 4 0 0 25 0 1 0 218346753 18792448 3603 1992294400 134512640 134996440 4294956256 18446744073709551615 134644005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23928/statm: 4588 3603 65 118 0 4467 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19792

[startup+3.10198 s]
/proc/loadavg: 0.89 1.01 0.99 2/66 23929
/proc/meminfo: memFree=1666320/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=0
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 218346753 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 110 95 260 0 84 0
[pid=23928] ppid=23927 vsize=20108 CPUtime=3.09
/proc/23928/stat : 23928 (march_dl) R 23927 23927 23890 0 -1 4194304 12827 0 0 0 302 7 0 0 25 0 1 0 218346753 20590592 4107 1992294400 134512640 134996440 4294956256 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23928/statm: 5027 4107 65 118 0 4906 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21548

[startup+6.30141 s]
/proc/loadavg: 0.89 1.01 0.99 2/66 23930
/proc/meminfo: memFree=1672592/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=1440 CPUtime=4.99
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 135 20329 0 0 0 0 482 17 19 0 1 0 218346753 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 360 111 96 260 0 84 0
[pid=23930] ppid=23927 vsize=18488 CPUtime=1.28
/proc/23930/stat : 23930 (ubcsat2006) R 23927 23927 23890 0 -1 4194304 2807 0 0 0 126 2 0 0 25 0 1 0 218347254 18931712 2790 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23930/statm: 4622 2790 156 64 0 4203 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19928

[startup+12.7013 s]
/proc/loadavg: 0.91 1.01 0.99 2/65 23930
/proc/meminfo: memFree=1670744/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=23560 CPUtime=12.67
/proc/23927/stat : 23927 (SATzilla2007_C) R 23925 23927 23890 0 -1 4194304 7719 23142 0 0 534 4 706 23 25 0 1 0 218346753 24125440 5332 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/23927/statm: 5890 5332 150 260 0 5614 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23560

[startup+25.502 s]
/proc/loadavg: 0.92 1.01 0.99 2/66 23931
/proc/meminfo: memFree=1634512/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=16264 CPUtime=7.93
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 3992 0 0 0 791 2 0 0 25 0 1 0 218348508 16654336 3987 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 4066 3987 59 118 0 3944 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 49664

[startup+51.1015 s]
/proc/loadavg: 0.95 1.01 0.99 2/66 23931
/proc/meminfo: memFree=1619280/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=31692 CPUtime=33.5
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 7814 0 0 0 3344 6 0 0 25 0 1 0 218348508 32452608 7809 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 7923 7809 59 118 0 7801 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 65092

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 23931
/proc/meminfo: memFree=1596944/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=53620 CPUtime=84.68
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 13307 0 0 0 8457 11 0 0 25 0 1 0 218348508 54906880 13302 1992294400 134512640 134998072 4294956304 18446744073709551615 134525653 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 13405 13302 59 118 0 13283 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 87020

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 23931
/proc/meminfo: memFree=1579088/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=71636 CPUtime=144.66
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 17814 0 0 0 14450 16 0 0 25 0 1 0 218348508 73355264 17809 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 17909 17809 59 118 0 17787 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 105036

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 23931
/proc/meminfo: memFree=1576080/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=74284 CPUtime=204.63
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 18477 0 0 0 20446 17 0 0 25 0 1 0 218348508 76066816 18472 1992294400 134512640 134998072 4294956304 18446744073709551615 134528337 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 18571 18472 59 118 0 18449 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 107684

[startup+282.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 23931
/proc/meminfo: memFree=1576080/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=74284 CPUtime=264.61
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 18477 0 0 0 26444 17 0 0 25 0 1 0 218348508 76066816 18472 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 18571 18472 59 118 0 18449 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 107684

[startup+342.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 23931
/proc/meminfo: memFree=1565584/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=84980 CPUtime=324.58
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 21129 0 0 0 32438 20 0 0 25 0 1 0 218348508 87019520 21124 1992294400 134512640 134998072 4294956304 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 21245 21124 59 118 0 21123 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 118380


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


[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4642.54
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41689 0 0 0 464212 42 0 0 25 0 1 0 218348508 171380736 41594 1992294400 134512640 134998072 4294956304 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41594 59 118 0 41719 0
Current children cumulated CPU time (s) 4660.06
Current children cumulated vsize (KiB) 200764

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4702.51
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41689 0 0 0 470209 42 0 0 25 0 1 0 218348508 171380736 41594 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41594 59 118 0 41719 0
Current children cumulated CPU time (s) 4720.03
Current children cumulated vsize (KiB) 200764

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481424/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4762.48
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41689 0 0 0 476206 42 0 0 25 0 1 0 218348508 171380736 41594 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41594 59 118 0 41719 0
Current children cumulated CPU time (s) 4780
Current children cumulated vsize (KiB) 200764

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481424/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4822.46
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41689 0 0 0 482204 42 0 0 25 0 1 0 218348508 171380736 41594 1992294400 134512640 134998072 4294956304 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41594 59 118 0 41719 0
Current children cumulated CPU time (s) 4839.98
Current children cumulated vsize (KiB) 200764

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481424/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4882.42
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 488200 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4899.94
Current children cumulated vsize (KiB) 200764

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4942.4
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 494198 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4959.92
Current children cumulated vsize (KiB) 200764

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4946.4
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 494598 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4963.92
Current children cumulated vsize (KiB) 200764

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4959.19
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 495877 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4976.71
Current children cumulated vsize (KiB) 200764

[startup+4991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4971.98
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 497156 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4989.5
Current children cumulated vsize (KiB) 200764

[startup+4995.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4975.19
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 497477 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4992.71
Current children cumulated vsize (KiB) 200764

[startup+4998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4978.39
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 497797 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4995.91
Current children cumulated vsize (KiB) 200764

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4979.98
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 497956 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4997.5
Current children cumulated vsize (KiB) 200764

[startup+5000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4980.78
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 498036 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4998.3
Current children cumulated vsize (KiB) 200764

[startup+5001.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23939
/proc/meminfo: memFree=1481360/2055920 swapFree=4099496/4192956
[pid=23927] ppid=23925 vsize=33400 CPUtime=17.52
/proc/23927/stat : 23927 (SATzilla2007_C) S 23925 23927 23890 0 -1 4194304 15500 23142 0 0 1008 15 706 23 25 0 1 0 218346753 34201600 7986 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 8350 7986 165 260 0 8074 0
[pid=23931] ppid=23927 vsize=167364 CPUtime=4981.18
/proc/23931/stat : 23931 (minisat20) R 23927 23927 23890 0 -1 4194304 41690 0 0 0 498076 42 0 0 25 0 1 0 218348508 171380736 41595 1992294400 134512640 134998072 4294956304 18446744073709551615 134525546 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23931/statm: 41841 41595 59 118 0 41719 0
Current children cumulated CPU time (s) 4998.7
Current children cumulated vsize (KiB) 200764

Child status: 17
Real time (s): 5001.19
CPU time (s): 4998.81
CPU user time (s): 4997.97
CPU system time (s): 0.842871
CPU usage (%): 99.9526
Max. virtual memory (cumulated for all children) (KiB): 201220

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

runsolver used 4.93625 second user time and 13.256 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-09 23:06:48
IDJOB=1785273
IDBENCH=24736
IDSOLVER=640
FILE ID=node71/1785273-1241903207
PBS_JOBID= 9264801
Free space on /tmp= 66512 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-1785273-1241903207/watcher-1785273-1241903207 -o /tmp/evaluation-result-1785273-1241903207/solver-1785273-1241903207 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785273-1241903207.cnf            

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

MD5SUM BENCH= 531549e214a293ad3adf6ddff17eb882
RANDOM SEED=186540019

node71.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.236
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.236
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:       1684104 kB
Buffers:         44344 kB
Cached:         177912 kB
SwapCached:      87756 kB
Active:          75716 kB
Inactive:       235700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684104 kB
SwapTotal:     4192956 kB
SwapFree:      4099496 kB
Dirty:           11500 kB
Writeback:           0 kB
Mapped:          13948 kB
Slab:            46476 kB
Committed_AS:   607228 kB
PageTables:       1436 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= 66504 MiB
End job on node71 at 2009-05-10 00:30:09