Trace number 1737557

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.35 1199.72

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-139-100.cnf
MD5SUM80608540c01a8d414386c5ef53d181de
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

11.47/11.53	c run March_dl for 5 seconds ... 
11.47/11.53	c Bin: Executing march_dl
11.47/11.53	c child exit by a signal
11.47/11.53	c march_dl returned code 137.
11.47/11.53	c run saps (UBCSAT implementation) for 2 seconds ... 
11.47/11.53	c Bin: Executing ubcsat2006
11.47/11.53	c child exited successfully
11.47/11.53	c ubcsat2006 returned code 0.
11.47/11.53	c satzilla computing base features
11.47/11.53	c satzilla doing unit-prop probe
11.47/11.53	c satzilla doing local search probe
11.47/11.53	c satzilla doing lobjois search-space size estimate
11.47/11.53	c satzilla's ranking:
11.47/11.53	c 1) minisat20: -3.647878
11.47/11.53	c 2) vallst+P: -3.335707
11.47/11.53	c 3) minisat20+P: -2.389212
11.47/11.53	c 4) march_dl: 2.283790
11.47/11.53	c 5) march_dl+P: 3.773339
11.47/11.53	c 6) zchaff_rand+P: 4.581817
11.47/11.53	c 7) kcnfs+P: 999.000000
11.47/11.53	c 8) kcnfs: 999.000000
11.47/11.53	c 9) vallst: 999.000000
11.47/11.53	c 10) zchaff_rand: 999.000000
11.47/11.53	c satzilla running minisat20 ... 
11.47/11.53	This is MiniSat 2.0 beta
11.47/11.53	WARNING: for repeatability, setting FPU to use double precision
11.47/11.53	============================[ Problem Statistics ]=============================
11.47/11.53	|                                                                             |
11.47/11.53	|  Number of variables:  141                                                  |
11.47/11.53	|  Number of clauses:    292                                                  |
11.47/11.53	|  Parsing time:         0.00         s                                       |
11.47/11.53	============================[ Search Statistics ]==============================
11.47/11.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.47/11.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.47/11.53	===============================================================================
11.47/11.53	|         0 |     141      292      876 |       97        0    nan |  0.000 % |
11.47/11.54	|       100 |     141      292      876 |      107      100     20 |  0.005 % |
11.47/11.54	|       250 |     141      292      876 |      117      165     20 |  0.005 % |
11.47/11.54	|       477 |     141      292      876 |      129      117     14 |  0.005 % |
11.47/11.55	|       814 |     141      292      876 |      142      151     13 |  0.005 % |
11.47/11.55	|      1322 |     141      292      876 |      156      180     15 |  0.005 % |
11.47/11.57	|      2081 |     141      292      876 |      172      171     15 |  0.005 % |
11.47/11.58	|      3221 |     141      292      876 |      189      196     14 |  0.005 % |
11.51/11.61	|      4929 |     141      292      876 |      208      197     16 |  0.005 % |
11.51/11.65	|      7491 |     141      292      876 |      229      188     12 |  0.005 % |
11.51/11.72	|     11335 |     141      292      876 |      252      202     14 |  0.005 % |
11.51/11.81	|     17101 |     141      292      876 |      277      309     16 |  0.005 % |
11.51/11.96	|     25750 |     141      292      876 |      305      190     10 |  0.005 % |
12.07/12.19	|     38724 |     141      292      876 |      336      314     17 |  0.005 % |
12.46/12.54	|     58185 |     141      292      876 |      369      305     14 |  0.005 % |
12.96/13.07	|     87378 |     141      292      876 |      406      307     15 |  0.005 % |
13.86/13.98	|    131167 |     141      292      876 |      447      314     14 |  0.005 % |
15.26/15.32	|    196851 |     141      292      876 |      491      501     17 |  0.005 % |
17.06/17.14	|    295378 |     141      292      876 |      541      419     16 |  0.005 % |
20.26/20.38	|    443167 |     141      292      876 |      595      491     17 |  0.005 % |
25.05/25.14	|    664850 |     141      292      876 |      654      514     15 |  0.005 % |
32.45/32.59	|    997375 |     141      292      876 |      720      422     14 |  0.005 % |
42.82/42.99	|   1496163 |     141      292      876 |      792      454     14 |  0.005 % |
61.52/61.65	|   2244346 |     141      292      876 |      871      751     20 |  0.005 % |
88.70/88.82	|   3366620 |     141      292      876 |      958      905     19 |  0.005 % |
132.19/132.31	|   5050032 |     141      292      876 |     1054      994     16 |  0.005 % |
196.17/196.34	|   7575149 |     141      292      876 |     1160      582     13 |  0.005 % |
300.15/300.38	|  11362825 |     141      292      876 |     1276     1111     20 |  0.005 % |
475.30/475.54	|  17044337 |     141      292      876 |     1403     1122     23 |  0.005 % |
720.24/720.59	|  25566607 |     141      292      876 |     1544     1256     19 |  0.005 % |
1124.63/1125.04	|  38350011 |     141      292      876 |     1698     1532     22 |  0.005 % |
1199.30/1199.71	c Bin: Executing minisat20
1199.30/1199.71	c child exit by a signal
1199.30/1199.71	c minisat20 returned code 137.
1199.30/1199.71	c minisat20 returned code 137.
1199.30/1199.71	c satzilla running vallst with preprocessing ... 
1199.30/1199.71	c Preprocessing...
1199.30/1199.71	c Inital problem has 141 variables, 292 nary clauses (0 binary clauses).
1199.30/1199.71	c Num non-binary clauses 292, Average non-binary clause length 3.000
1199.30/1199.71	c Theory has no gaps
1199.30/1199.71	c Preprocessor runtime was 0.000 seconds.
1199.30/1199.71	c 
1199.30/1199.71	c Satisfiability of theory still undetermined.
1199.30/1199.71	c See file /tmp/0DxkY9 for simplified theory.
1199.30/1199.71	c Bin: Executing vallst
1199.30/1199.71	c vallst returned code 1.
1199.30/1199.71	c vallst returned code 1.
1199.30/1199.71	c satzilla running minisat20 with preprocessing ... 
1199.30/1199.71	c Bin: Executing minisat20
1199.30/1199.71	c minisat20 returned code 1.
1199.30/1199.71	c minisat20 returned code 1.
1199.30/1199.71	c satzilla running march_dl ... 
1199.30/1199.71	c Bin: Executing march_dl
1199.30/1199.71	c march_dl returned code 1.
1199.30/1199.71	c march_dl returned code 1.
1199.30/1199.71	c satzilla running march_dl with preprocessing ... 
1199.30/1199.71	c Bin: Executing march_dl
1199.30/1199.71	c march_dl returned code 1.
1199.30/1199.71	c march_dl returned code 1.
1199.30/1199.71	c satzilla running zchaff_rand with preprocessing ... 
1199.30/1199.71	c Bin: Executing zchaff_rand
1199.30/1199.71	c zchaff_rand returned code 1.
1199.30/1199.71	c zchaff_rand returned code 1.
1199.30/1199.71	c satzilla running kcnfs with preprocessing ... 
1199.30/1199.71	c Bin: Executing kcnfs
1199.30/1199.71	c kcnfs returned code 1.
1199.30/1199.71	c kcnfs returned code 1.
1199.30/1199.71	c satzilla running kcnfs ... 
1199.30/1199.71	c Bin: Executing kcnfs
1199.30/1199.71	c kcnfs returned code 1.
1199.30/1199.71	c kcnfs returned code 1.
1199.30/1199.71	c satzilla running vallst ... 
1199.30/1199.71	c Bin: Executing vallst
1199.30/1199.71	c vallst returned code 1.
1199.30/1199.71	c vallst returned code 1.
1199.30/1199.71	c satzilla running zchaff_rand ... 
1199.30/1199.71	c Bin: Executing zchaff_rand
1199.30/1199.71	c zchaff_rand returned code 1.
1199.30/1199.71	c zchaff_rand returned code 1.
1199.30/1199.71	c ERROR: All Failed! 
1199.30/1199.71	c SATZILLA_TIME=1199.510000

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-1737557-1240820470/watcher-1737557-1240820470 -o /tmp/evaluation-result-1737557-1240820470/solver-1737557-1240820470 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1737557-1240820470.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.91 0.95 0.99 3/64 30546
/proc/meminfo: memFree=1729664/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=0
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 110080606 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30546/statm: 360 110 95 260 0 84 0
[pid=30547] ppid=30546 vsize=752 CPUtime=0
/proc/30547/stat : 30547 (march_dl) R 30546 30546 29979 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 110080606 770048 118 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30547/statm: 188 118 74 118 0 67 0

[startup+0.099508 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30546
/proc/meminfo: memFree=1729664/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=0
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 110080606 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30546/statm: 360 110 95 260 0 84 0
[pid=30547] ppid=30546 vsize=752 CPUtime=0.09
/proc/30547/stat : 30547 (march_dl) R 30546 30546 29979 0 -1 4194304 132 0 0 0 9 0 0 0 18 0 1 0 110080606 770048 124 1992294400 134512640 134996440 4294956240 18446744073709551615 134551345 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30547/statm: 188 124 74 118 0 67 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2192

[startup+0.101506 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30546
/proc/meminfo: memFree=1729664/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=0
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 110080606 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30546/statm: 360 110 95 260 0 84 0
[pid=30547] ppid=30546 vsize=752 CPUtime=0.09
/proc/30547/stat : 30547 (march_dl) R 30546 30546 29979 0 -1 4194304 132 0 0 0 9 0 0 0 18 0 1 0 110080606 770048 124 1992294400 134512640 134996440 4294956240 18446744073709551615 134551693 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30547/statm: 188 124 74 118 0 67 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2192

[startup+0.30153 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30546
/proc/meminfo: memFree=1729664/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=0
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 110080606 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30546/statm: 360 110 95 260 0 84 0
[pid=30547] ppid=30546 vsize=752 CPUtime=0.29
/proc/30547/stat : 30547 (march_dl) R 30546 30546 29979 0 -1 4194304 134 0 0 0 29 0 0 0 19 0 1 0 110080606 770048 126 1992294400 134512640 134996440 4294956240 18446744073709551615 134588359 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30547/statm: 188 126 74 118 0 67 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2192

[startup+0.701576 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 30546
/proc/meminfo: memFree=1729664/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=0
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 110080606 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30546/statm: 360 110 95 260 0 84 0
[pid=30547] ppid=30546 vsize=752 CPUtime=0.69
/proc/30547/stat : 30547 (march_dl) R 30546 30546 29979 0 -1 4194304 135 0 0 0 69 0 0 0 22 0 1 0 110080606 770048 127 1992294400 134512640 134996440 4294956240 18446744073709551615 134617611 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30547/statm: 188 127 74 118 0 67 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2192

[startup+1.50167 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 30548
/proc/meminfo: memFree=1729392/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=0
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 110080606 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30546/statm: 360 110 95 260 0 84 0
[pid=30547] ppid=30546 vsize=752 CPUtime=1.49
/proc/30547/stat : 30547 (march_dl) R 30546 30546 29979 0 -1 4194304 136 0 0 0 149 0 0 0 25 0 1 0 110080606 770048 128 1992294400 134512640 134996440 4294956240 18446744073709551615 134537011 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30547/statm: 188 128 74 118 0 67 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2192

[startup+3.10186 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 30548
/proc/meminfo: memFree=1729264/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=0
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 110080606 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30546/statm: 360 110 95 260 0 84 0
[pid=30547] ppid=30546 vsize=752 CPUtime=3.09
/proc/30547/stat : 30547 (march_dl) R 30546 30546 29979 0 -1 4194304 136 0 0 0 309 0 0 0 25 0 1 0 110080606 770048 128 1992294400 134512640 134996440 4294956240 18446744073709551615 134571418 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30547/statm: 188 128 74 118 0 67 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2192

[startup+6.30123 s]
/proc/loadavg: 0.92 0.95 0.99 2/66 30549
/proc/meminfo: memFree=1728944/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1440 CPUtime=4.99
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 135 137 0 0 0 0 499 0 16 0 1 0 110080606 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 360 111 96 260 0 84 0
[pid=30549] ppid=30546 vsize=6188 CPUtime=1.29
/proc/30549/stat : 30549 (ubcsat2006) R 30546 30546 29979 0 -1 4194304 238 0 0 0 89 40 0 0 25 0 1 0 110081106 6336512 221 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30549/statm: 1547 221 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.99 2/66 30550
/proc/meminfo: memFree=1728816/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=1808 CPUtime=1.15
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 110 0 0 0 115 0 0 0 25 0 1 0 110081760 1851392 105 1992294400 134512640 134998072 4294956240 18446744073709551615 134525197 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30550/statm: 452 105 58 118 0 330 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3364

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.99 2/66 30550
/proc/meminfo: memFree=1728816/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=1936 CPUtime=13.94
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 144 0 0 0 1394 0 0 0 25 0 1 0 110081760 1982464 139 1992294400 134512640 134998072 4294956240 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 484 139 58 118 0 362 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 3492

[startup+51.1015 s]
/proc/loadavg: 1.03 0.97 0.99 2/66 30550
/proc/meminfo: memFree=1728624/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2064 CPUtime=39.51
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 172 0 0 0 3951 0 0 0 25 0 1 0 110081760 2113536 167 1992294400 134512640 134998072 4294956240 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 516 167 58 118 0 394 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 3620

[startup+102.305 s]
/proc/loadavg: 1.08 0.99 1.00 2/66 30550
/proc/meminfo: memFree=1728560/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2064 CPUtime=90.69
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 198 0 0 0 9069 0 0 0 25 0 1 0 110081760 2113536 193 1992294400 134512640 134998072 4294956240 18446744073709551615 134536658 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 516 193 58 118 0 394 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 3620

[startup+162.301 s]
/proc/loadavg: 1.10 1.01 1.00 2/66 30550
/proc/meminfo: memFree=1728432/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2196 CPUtime=150.67
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 215 0 0 0 15067 0 0 0 25 0 1 0 110081760 2248704 210 1992294400 134512640 134998072 4294956240 18446744073709551615 134536306 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 549 210 58 118 0 427 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 3752

[startup+222.301 s]
/proc/loadavg: 1.10 1.02 1.00 2/66 30550
/proc/meminfo: memFree=1728304/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2196 CPUtime=210.66
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 234 0 0 0 21066 0 0 0 25 0 1 0 110081760 2248704 229 1992294400 134512640 134998072 4294956240 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 549 229 58 118 0 427 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 3752

[startup+282.301 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 30550
/proc/meminfo: memFree=1728240/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2328 CPUtime=270.64
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 239 0 0 0 27064 0 0 0 25 0 1 0 110081760 2383872 234 1992294400 134512640 134998072 4294956240 18446744073709551615 134529302 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 582 234 58 118 0 460 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 3884

[startup+342.301 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 30550
/proc/meminfo: memFree=1728112/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2328 CPUtime=330.62
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 262 0 0 0 33062 0 0 0 25 0 1 0 110081760 2383872 257 1992294400 134512640 134998072 4294956240 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 582 257 58 118 0 460 0

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


[startup+762.305 s]
/proc/loadavg: 1.12 1.08 1.02 2/66 30550
/proc/meminfo: memFree=1727728/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2572 CPUtime=750.51
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 306 0 0 0 75050 1 0 0 25 0 1 0 110081760 2633728 301 1992294400 134512640 134998072 4294956240 18446744073709551615 134525417 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 643 301 58 118 0 521 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 4128

[startup+822.301 s]
/proc/loadavg: 1.11 1.08 1.02 2/66 30550
/proc/meminfo: memFree=1727664/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2572 CPUtime=810.49
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 313 0 0 0 81048 1 0 0 25 0 1 0 110081760 2633728 308 1992294400 134512640 134998072 4294956240 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 643 308 58 118 0 521 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 4128

[startup+882.301 s]
/proc/loadavg: 1.10 1.08 1.01 2/66 30550
/proc/meminfo: memFree=1727600/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2572 CPUtime=870.47
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 323 0 0 0 87046 1 0 0 25 0 1 0 110081760 2633728 318 1992294400 134512640 134998072 4294956240 18446744073709551615 134536611 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 643 318 58 118 0 521 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 4128

[startup+942.301 s]
/proc/loadavg: 1.09 1.08 1.01 2/66 30550
/proc/meminfo: memFree=1727536/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2572 CPUtime=930.47
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 327 0 0 0 93045 2 0 0 25 0 1 0 110081760 2633728 322 1992294400 134512640 134998072 4294956240 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 643 322 58 118 0 521 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 4128

[startup+1002.3 s]
/proc/loadavg: 1.08 1.08 1.01 2/66 30550
/proc/meminfo: memFree=1727472/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=990.45
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 331 0 0 0 99043 2 0 0 25 0 1 0 110081760 2768896 326 1992294400 134512640 134998072 4294956240 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 326 58 118 0 554 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 4260

[startup+1062.3 s]
/proc/loadavg: 1.08 1.08 1.01 2/66 30552
/proc/meminfo: memFree=1727408/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1050.43
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 332 0 0 0 105041 2 0 0 25 0 1 0 110081760 2768896 327 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 327 58 118 0 554 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 4260

[startup+1122.3 s]
/proc/loadavg: 1.07 1.08 1.01 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1110.42
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 337 0 0 0 111040 2 0 0 25 0 1 0 110081760 2768896 332 1992294400 134512640 134998072 4294956240 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 332 58 118 0 554 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 4260

[startup+1182.3 s]
/proc/loadavg: 1.07 1.08 1.01 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1170.4
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 350 0 0 0 117038 2 0 0 25 0 1 0 110081760 2768896 345 1992294400 134512640 134998072 4294956240 18446744073709551615 134528429 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 345 58 118 0 554 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 4260

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

[startup+1190.3 s]
/proc/loadavg: 1.06 1.07 1.01 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1178.4
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 350 0 0 0 117838 2 0 0 25 0 1 0 110081760 2768896 345 1992294400 134512640 134998072 4294956240 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 345 58 118 0 554 0
Current children cumulated CPU time (s) 1189.91
Current children cumulated vsize (KiB) 4260

[startup+1196.7 s]
/proc/loadavg: 1.13 1.09 1.02 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1184.8
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 351 0 0 0 118478 2 0 0 25 0 1 0 110081760 2768896 346 1992294400 134512640 134998072 4294956240 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 346 58 118 0 554 0
Current children cumulated CPU time (s) 1196.31
Current children cumulated vsize (KiB) 4260

[startup+1198.3 s]
/proc/loadavg: 1.13 1.09 1.02 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1186.39
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 351 0 0 0 118637 2 0 0 25 0 1 0 110081760 2768896 346 1992294400 134512640 134998072 4294956240 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 346 58 118 0 554 0
Current children cumulated CPU time (s) 1197.9
Current children cumulated vsize (KiB) 4260

[startup+1199.1 s]
/proc/loadavg: 1.12 1.09 1.02 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1187.19
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 352 0 0 0 118717 2 0 0 25 0 1 0 110081760 2768896 347 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 347 58 118 0 554 0
Current children cumulated CPU time (s) 1198.7
Current children cumulated vsize (KiB) 4260

[startup+1199.5 s]
/proc/loadavg: 1.12 1.09 1.02 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1187.59
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 352 0 0 0 118757 2 0 0 25 0 1 0 110081760 2768896 347 1992294400 134512640 134998072 4294956240 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 347 58 118 0 554 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 4260

[startup+1199.7 s]
/proc/loadavg: 1.12 1.09 1.02 2/66 30552
/proc/meminfo: memFree=1727344/2055920 swapFree=4191900/4192956
[pid=30546] ppid=30544 vsize=1556 CPUtime=11.51
/proc/30546/stat : 30546 (SATzilla2007_C) S 30544 30546 29979 0 -1 4194304 512 381 0 0 302 61 700 88 25 0 1 0 110080606 1593344 220 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30546/statm: 389 220 157 260 0 113 0
[pid=30550] ppid=30546 vsize=2704 CPUtime=1187.79
/proc/30550/stat : 30550 (minisat20) R 30546 30546 29979 0 -1 4194304 352 0 0 0 118777 2 0 0 25 0 1 0 110081760 2768896 347 1992294400 134512640 134998072 4294956240 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/30550/statm: 676 347 58 118 0 554 0
Current children cumulated CPU time (s) 1199.3
Current children cumulated vsize (KiB) 4260

Child status: 17
Real time (s): 1199.72
CPU time (s): 1199.35
CPU user time (s): 1197.82
CPU system time (s): 1.53177
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.82
system time used= 1.53177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1290
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= 11
involuntary context switches= 1406

runsolver used 1.49477 second user time and 2.53561 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-27 10:21:10
IDJOB=1737557
IDBENCH=71790
IDSOLVER=558
FILE ID=node11/1737557-1240820470
PBS_JOBID= 9187468
Free space on /tmp= 66108 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-139-100.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737557-1240820470/watcher-1737557-1240820470 -o /tmp/evaluation-result-1737557-1240820470/solver-1737557-1240820470 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1737557-1240820470.cnf            

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

MD5SUM BENCH= 80608540c01a8d414386c5ef53d181de
RANDOM SEED=213294882

node11.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.214
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.214
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:       1730208 kB
Buffers:         35020 kB
Cached:         205712 kB
SwapCached:        260 kB
Active:          86072 kB
Inactive:       167968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730208 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8368 kB
Writeback:           0 kB
Mapped:          21792 kB
Slab:            57688 kB
Committed_AS:   443520 kB
PageTables:       1448 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= 66100 MiB
End job on node11 at 2009-04-27 10:41:09