Trace number 314930

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1199.39 1199.81

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-26.cnf
MD5SUM0cf155110f71a43081221b427d368ee8
Bench CategoryINDUST (industrial 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 variables21734
Number of clauses79766
Sum of the clauses size211276
Maximum clause length225
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236916
Number of clauses of size 338055
Number of clauses of size 43077
Number of clauses of size 5748
Number of clauses of size over 5969

Solver Data (download as text)

12.56/12.61	c run March_dl for 5 seconds ... 
12.56/12.61	c Bin: Executing march_dl
12.56/12.61	c child exit by a signal
12.56/12.61	c march_dl returned code 137.
12.56/12.61	c run saps (UBCSAT implementation) for 2 seconds ... 
12.56/12.61	c Bin: Executing ubcsat2006
12.56/12.61	c child exited successfully
12.56/12.61	c ubcsat2006 returned code 0.
12.56/12.61	c satzilla computing base features
12.56/12.61	c satzilla doing unit-prop probe
12.56/12.61	c satzilla doing local search probe
12.56/12.61	c satzilla doing lobjois search-space size estimate
12.56/12.61	c satzilla's ranking:
12.56/12.61	c 1) minisat20+P: -0.161742
12.56/12.61	c 2) march_dl: 2.320479
12.56/12.61	c 3) march_dl+P: 3.820309
12.56/12.61	c 4) vallst+P: 4.809220
12.56/12.61	c 5) zchaff_rand+P: 5.484489
12.56/12.61	c 6) minisat20: 6.028245
12.56/12.61	c 7) kcnfs+P: 999.000000
12.56/12.61	c 8) kcnfs: 999.000000
12.56/12.61	c 9) vallst: 999.000000
12.56/12.61	c 10) zchaff_rand: 999.000000
12.56/12.61	c satzilla running minisat20 with preprocessing ... 
14.46/14.56	This is MiniSat 2.0 beta
14.46/14.56	WARNING: for repeatability, setting FPU to use double precision
14.46/14.56	============================[ Problem Statistics ]=============================
14.46/14.56	|                                                                             |
14.46/14.57	|  Number of variables:  20531                                                |
14.46/14.57	|  Number of clauses:    91095                                                |
14.52/14.62	|  Parsing time:         0.06         s                                       |
14.52/14.63	============================[ Search Statistics ]==============================
14.52/14.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.52/14.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.52/14.63	===============================================================================
14.52/14.63	|         0 |   20531    91095   233329 |    30365        0    nan |  0.000 % |
14.52/14.64	|       102 |   20531    91095   233329 |    33401      102      8 |  0.000 % |
14.52/14.69	|       252 |   20531    91095   233329 |    36741      252     10 |  0.000 % |
14.52/14.76	|       477 |   20531    91095   233329 |    40415      477     10 |  0.000 % |
14.52/14.84	|       814 |   20531    91095   233329 |    44457      814     19 |  0.000 % |
14.52/14.99	|      1320 |   20531    91095   233329 |    48903     1320     32 |  0.000 % |
14.52/15.10	|      2079 |   20531    91095   233329 |    53793     2079     28 |  0.000 % |
15.25/15.35	|      3218 |   20531    91095   233329 |    59172     3218     40 |  0.000 % |
15.85/15.93	|      4931 |   20531    91095   233329 |    65090     4931     47 |  0.000 % |
16.35/16.46	|      7493 |   20531    91095   233329 |    71599     7493     50 |  0.000 % |
18.14/18.24	|     11340 |   20531    91095   233329 |    78758    11340     63 |  0.000 % |
20.45/20.54	|     17108 |   20531    91095   233329 |    86634    17108     70 |  0.000 % |
23.74/23.80	|     25758 |   20531    91095   233329 |    95298    25758     69 |  0.000 % |
31.34/31.44	|     38732 |   20531    91095   233329 |   104828    38732     83 |  0.000 % |
41.74/41.85	|     58193 |   20531    91095   233329 |   115311    58193     87 |  0.000 % |
68.53/68.66	|     87386 |   20531    91095   233329 |   126842    87386     94 |  0.000 % |
105.22/105.36	|    131177 |   20531    91095   233329 |   139526   131177     87 |  0.000 % |
150.11/150.23	|    196862 |   20531    91095   233329 |   153478    62597    105 |  0.000 % |
254.58/254.73	|    295389 |   20531    91095   233329 |   168826   161124    133 |  0.000 % |
418.14/418.33	|    443178 |   20531    91095   233329 |   185709   147359     93 |  0.000 % |
705.58/705.92	|    664862 |   20531    91095   233329 |   204280   190778    174 |  0.000 % |
1061.09/1061.59	|    997387 |   20531    91095   233329 |   224708   140917    119 |  0.000 % |
1199.35/1199.80	c Preprocessing...
1199.35/1199.80	c Inital problem has 21734 variables, 42850 nary clauses (36916 binary clauses).
1199.35/1199.80	c Num non-binary clauses 42849, Average non-binary clause length 3.208
1199.35/1199.80	c Theory has no gaps
1199.35/1199.80	c Preprocessor runtime was 1.840 seconds.
1199.35/1199.80	c 
1199.35/1199.80	c Satisfiability of theory still undetermined.
1199.35/1199.80	c See file /tmp/usAPtI for simplified theory.
1199.35/1199.80	c Bin: Executing minisat20
1199.35/1199.80	c child exit by a signal
1199.35/1199.80	c minisat20 returned code 137.
1199.35/1199.80	c minisat20 returned code 137.
1199.35/1199.80	c satzilla running march_dl ... 
1199.35/1199.80	c Bin: Executing march_dl
1199.35/1199.80	c march_dl returned code 1.
1199.35/1199.80	c march_dl returned code 1.
1199.35/1199.80	c satzilla running march_dl with preprocessing ... 
1199.35/1199.80	c Bin: Executing march_dl
1199.35/1199.80	c march_dl returned code 1.
1199.35/1199.80	c march_dl returned code 1.
1199.35/1199.80	c satzilla running vallst with preprocessing ... 
1199.35/1199.80	c Bin: Executing vallst
1199.35/1199.80	c vallst returned code 1.
1199.35/1199.80	c vallst returned code 1.
1199.35/1199.80	c satzilla running zchaff_rand with preprocessing ... 
1199.35/1199.80	c Bin: Executing zchaff_rand
1199.35/1199.80	c zchaff_rand returned code 1.
1199.35/1199.80	c zchaff_rand returned code 1.
1199.35/1199.80	c satzilla running minisat20 ... 
1199.35/1199.80	c Bin: Executing minisat20
1199.35/1199.80	c minisat20 returned code 1.
1199.35/1199.80	c minisat20 returned code 1.
1199.35/1199.80	c satzilla running kcnfs with preprocessing ... 
1199.35/1199.80	c Bin: Executing kcnfs
1199.35/1199.80	c kcnfs returned code 1.
1199.35/1199.80	c kcnfs returned code 1.
1199.35/1199.80	c satzilla running kcnfs ... 
1199.35/1199.80	c Bin: Executing kcnfs
1199.35/1199.80	c kcnfs returned code 1.
1199.35/1199.80	c kcnfs returned code 1.
1199.35/1199.80	c satzilla running vallst ... 
1199.35/1199.80	c Bin: Executing vallst
1199.35/1199.80	c vallst returned code 1.
1199.35/1199.80	c vallst returned code 1.
1199.35/1199.80	c satzilla running zchaff_rand ... 
1199.35/1199.80	c Bin: Executing zchaff_rand
1199.35/1199.80	c zchaff_rand returned code 1.
1199.35/1199.80	c zchaff_rand returned code 1.
1199.35/1199.80	c ERROR: All Failed! 
1199.35/1199.80	c SATZILLA_TIME=1199.550000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-314930-1172645498 -o ROOT/results/node59/solver-314930-1172645498 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314930-1172645498/SATzilla2007_C /tmp/evaluation/314930-1172645498/instance-314930-1172645498.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): 2400 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: 1.00 1.00 1.00 3/64 21154
/proc/meminfo: memFree=1586200/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=0
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284506537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 360 110 95 260 0 84 0
[pid=21155] ppid=21154 vsize=2264 CPUtime=0
/proc/21155/stat : 21155 (march_dl) R 21154 21154 19964 0 -1 4194304 380 0 0 0 0 0 0 0 20 0 1 0 284506537 2318336 375 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21155/statm: 566 379 49 118 0 445 0

[startup+0.019716 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21154
/proc/meminfo: memFree=1586200/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=0
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284506537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 360 110 95 260 0 84 0
[pid=21155] ppid=21154 vsize=2756 CPUtime=0.01
/proc/21155/stat : 21155 (march_dl) R 21154 21154 19964 0 -1 4194304 519 0 0 0 1 0 0 0 20 0 1 0 284506537 2822144 514 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21155/statm: 689 514 50 118 0 568 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4196

[startup+0.102724 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21154
/proc/meminfo: memFree=1586200/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=0
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284506537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 360 110 95 260 0 84 0
[pid=21155] ppid=21154 vsize=3680 CPUtime=0.09
/proc/21155/stat : 21155 (march_dl) R 21154 21154 19964 0 -1 4194304 830 0 0 0 9 0 0 0 20 0 1 0 284506537 3768320 825 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21155/statm: 920 825 50 118 0 799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5120

[startup+0.301745 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21154
/proc/meminfo: memFree=1586200/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=0
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284506537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 360 110 95 260 0 84 0
[pid=21155] ppid=21154 vsize=6540 CPUtime=0.29
/proc/21155/stat : 21155 (march_dl) R 21154 21154 19964 0 -1 4194304 2921 0 0 0 29 0 0 0 21 0 1 0 284506537 6696960 1263 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134545971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21155/statm: 1635 1263 55 118 0 1514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7980

[startup+0.702789 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21154
/proc/meminfo: memFree=1586200/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=0
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284506537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 360 110 95 260 0 84 0
[pid=21155] ppid=21154 vsize=17016 CPUtime=0.69
/proc/21155/stat : 21155 (march_dl) R 21154 21154 19964 0 -1 4194304 7637 0 0 0 67 2 0 0 25 0 1 0 284506537 17424384 3838 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21155/statm: 4254 3838 69 118 0 4133 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18456

[startup+1.50288 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21156
/proc/meminfo: memFree=1570952/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=0
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284506537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 360 110 95 260 0 84 0
[pid=21155] ppid=21154 vsize=16484 CPUtime=1.49
/proc/21155/stat : 21155 (march_dl) R 21154 21154 19964 0 -1 4194304 8303 0 0 0 146 3 0 0 25 0 1 0 284506537 16879616 3765 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134542301 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21155/statm: 4121 3765 69 118 0 4000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17924

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21156
/proc/meminfo: memFree=1570760/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=0
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 284506537 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 360 110 95 260 0 84 0
[pid=21155] ppid=21154 vsize=28228 CPUtime=3.09
/proc/21155/stat : 21155 (march_dl) R 21154 21154 19964 0 -1 4194304 11549 0 0 0 305 4 0 0 25 0 1 0 284506537 28905472 6596 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134587541 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21155/statm: 7057 6596 73 118 0 6936 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29668

[startup+6.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21157
/proc/meminfo: memFree=1580424/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=1440 CPUtime=4.99
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 135 11651 0 0 0 0 494 5 16 0 1 0 284506537 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21154/statm: 360 111 96 260 0 84 0
[pid=21157] ppid=21154 vsize=10288 CPUtime=1.27
/proc/21157/stat : 21157 (ubcsat2006) R 21154 21154 19964 0 -1 4194304 1501 0 0 0 126 1 0 0 25 0 1 0 284507038 10534912 1484 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21157/statm: 2572 1484 156 64 0 2153 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11728

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21157
/proc/meminfo: memFree=1580688/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=9072 CPUtime=12.66
/proc/21154/stat : 21154 (SATzilla2007_C) R 21152 21154 19964 0 -1 4194304 5909 13158 0 0 547 5 705 9 25 0 1 0 284506537 9289728 2046 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 1 0 0
/proc/21154/statm: 2268 2047 157 260 0 1992 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9072

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21158
/proc/meminfo: memFree=1547976/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=17024 CPUtime=10.92
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 4055 0 0 0 1090 2 0 0 25 0 1 0 284507993 17432576 4049 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 4256 4049 59 118 0 4134 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 38596

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21158
/proc/meminfo: memFree=1530824/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=34132 CPUtime=36.51
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 8336 0 0 0 3644 7 0 0 25 0 1 0 284507993 34951168 8330 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527463 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 8533 8330 59 118 0 8411 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 55704

[startup+102.306 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 21158
/proc/meminfo: memFree=1508680/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=56096 CPUtime=87.71
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 13822 0 0 0 8757 14 0 0 25 0 1 0 284507993 57442304 13816 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134536262 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 14024 13816 59 118 0 13902 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77668

[startup+162.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 21158
/proc/meminfo: memFree=1494984/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=69896 CPUtime=147.68
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 17227 0 0 0 14750 18 0 0 25 0 1 0 284507993 71573504 17221 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 17474 17221 59 118 0 17352 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 91468

[startup+222.301 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 21158
/proc/meminfo: memFree=1481224/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=83768 CPUtime=207.67
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 20693 0 0 0 20746 21 0 0 25 0 1 0 284507993 85778432 20687 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525473 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 20942 20687 59 118 0 20820 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 105340

[startup+282.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 21158
/proc/meminfo: memFree=1459144/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=105588 CPUtime=267.66
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 26160 0 0 0 26738 28 0 0 25 0 1 0 284507993 108122112 26154 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 26397 26154 59 118 0 26275 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 127160

[startup+342.301 s]
/proc/loadavg: 1.05 1.04 1.00 2/66 21158
/proc/meminfo: memFree=1459144/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=105588 CPUtime=327.64
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 26172 0 0 0 32736 28 0 0 25 0 1 0 284507993 108122112 26166 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 26397 26166 59 118 0 26275 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 127160


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


[startup+822.302 s]
/proc/loadavg: 1.02 1.07 1.01 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=807.43
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39664 0 0 0 80700 43 0 0 25 0 1 0 284507993 163852288 39658 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39658 59 118 0 39881 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 181584

[startup+882.302 s]
/proc/loadavg: 1.00 1.05 1.01 2/66 21356
/proc/meminfo: memFree=1404808/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=867.41
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39666 0 0 0 86698 43 0 0 25 0 1 0 284507993 163852288 39660 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39660 59 118 0 39881 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 181584

[startup+942.303 s]
/proc/loadavg: 1.00 1.04 1.00 2/66 21356
/proc/meminfo: memFree=1404808/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=927.4
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39669 0 0 0 92697 43 0 0 25 0 1 0 284507993 163852288 39663 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39663 59 118 0 39881 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 181584

[startup+1002.3 s]
/proc/loadavg: 1.04 1.05 1.00 2/66 21356
/proc/meminfo: memFree=1404808/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=987.38
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39671 0 0 0 98695 43 0 0 25 0 1 0 284507993 163852288 39665 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39665 59 118 0 39881 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 181584

[startup+1062.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 21356
/proc/meminfo: memFree=1404808/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1047.36
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39671 0 0 0 104693 43 0 0 25 0 1 0 284507993 163852288 39665 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39665 59 118 0 39881 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 181584

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 21356
/proc/meminfo: memFree=1404872/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1107.35
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39671 0 0 0 110692 43 0 0 25 0 1 0 284507993 163852288 39665 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39665 59 118 0 39881 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 181584

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404808/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1167.33
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39683 0 0 0 116690 43 0 0 25 0 1 0 284507993 163852288 39677 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527884 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39677 59 118 0 39881 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 181584

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1175.34
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39692 0 0 0 117490 44 0 0 25 0 1 0 284507993 163852288 39686 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134519372 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39686 59 118 0 39881 0
Current children cumulated CPU time (s) 1189.86
Current children cumulated vsize (KiB) 181584

[startup+1196.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1181.74
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39692 0 0 0 118130 44 0 0 25 0 1 0 284507993 163852288 39686 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39686 59 118 0 39881 0
Current children cumulated CPU time (s) 1196.26
Current children cumulated vsize (KiB) 181584

[startup+1198.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1183.34
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39692 0 0 0 118290 44 0 0 25 0 1 0 284507993 163852288 39686 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39686 59 118 0 39881 0
Current children cumulated CPU time (s) 1197.86
Current children cumulated vsize (KiB) 181584

[startup+1199.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1184.14
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39692 0 0 0 118370 44 0 0 25 0 1 0 284507993 163852288 39686 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39686 59 118 0 39881 0
Current children cumulated CPU time (s) 1198.66
Current children cumulated vsize (KiB) 181584

[startup+1199.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1184.54
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39692 0 0 0 118410 44 0 0 25 0 1 0 284507993 163852288 39686 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39686 59 118 0 39881 0
Current children cumulated CPU time (s) 1199.06
Current children cumulated vsize (KiB) 181584

[startup+1199.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=160012 CPUtime=1184.73
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4194304 39692 0 0 0 118429 44 0 0 25 0 1 0 284507993 163852288 39686 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 40003 39686 59 118 0 39881 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 181584

[startup+1199.8 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21356
/proc/meminfo: memFree=1404744/2055920 swapFree=4183680/4192956
[pid=21154] ppid=21152 vsize=21572 CPUtime=14.52
/proc/21154/stat : 21154 (SATzilla2007_C) S 21152 21154 19964 0 -1 4194304 9321 13158 0 0 718 20 705 9 25 0 1 0 284506537 22089728 4989 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/21154/statm: 5393 4989 165 260 0 5117 0
[pid=21158] ppid=21154 vsize=0 CPUtime=1184.83
/proc/21158/stat : 21158 (minisat20) R 21154 21154 19964 0 -1 4195332 39692 0 0 0 118437 46 0 0 25 0 1 0 284507993 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/21158/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.35
Current children cumulated vsize (KiB) 21572

Child status: 17
Real time (s): 1199.81
CPU time (s): 1199.39
CPU user time (s): 1198.62
CPU system time (s): 0.768883
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 181584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.62
system time used= 0.768883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62184
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= 26
involuntary context switches= 1602

runsolver used 1.09883 second user time and 2.6216 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Wed Feb 28 06:51:38 UTC 2007

IDJOB= 314930
IDBENCH= 20403
IDSOLVER= 135
FILE ID= node59/314930-1172645498

PBS_JOBID= 3981162

Free space on /tmp= 66511 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-26.cnf
COMMAND LINE= /tmp/evaluation/314930-1172645498/SATzilla2007_C /tmp/evaluation/314930-1172645498/instance-314930-1172645498.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-314930-1172645498 -o ROOT/results/node59/solver-314930-1172645498 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314930-1172645498/SATzilla2007_C /tmp/evaluation/314930-1172645498/instance-314930-1172645498.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  0cf155110f71a43081221b427d368ee8

RANDOM SEED= 843893867

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
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.225
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:       1586544 kB
Buffers:         28916 kB
Cached:         389560 kB
SwapCached:       3056 kB
Active:          37068 kB
Inactive:       390888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586544 kB
SwapTotal:     4192956 kB
SwapFree:      4183680 kB
Dirty:            9720 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            27352 kB
Committed_AS:   592876 kB
PageTables:       1472 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= 66511 MiB

End job on node59 on Wed Feb 28 07:11:38 UTC 2007