Trace number 304374

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 FULL? 1199.83 1200.14

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S2043900701-05.cnf
MD5SUMa5058cd96f6a298ccd8b0f2940cbf5d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.0651
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 513600

Solver Data (download as text)

10.84/10.94	c run March_dl for 5 seconds ... 
10.84/10.94	c Bin: Executing march_dl
10.84/10.94	c child exit by a signal
10.84/10.94	c march_dl returned code 137.
10.84/10.94	c run saps for 2 seconds ... 
10.84/10.94	c Bin: Executing ubcsat2006
10.84/10.94	c child exited successfully
10.84/10.94	c ubcsat2006 returned code 0.
10.84/10.94	c satzilla computing base features
10.84/10.94	c satzilla doing unit-prop probe
10.84/10.94	c satzilla doing local search probe
10.84/10.94	c satzilla doing lobjois search-space size estimate
10.84/10.94	c satzilla's ranking:
10.84/10.94	c 1) minisat20: 3.517985
10.84/10.94	c 2) kcnfs: 3.627153
10.84/10.94	c 3) march_dl: 3.951661
10.84/10.94	c 4) eureka: 4.247285
10.84/10.94	c 5) vallst: 4.845212
10.84/10.94	c 6) zchaff_rand: 5.624054
10.84/10.94	c 7) kcnfs+P: 999.000000
10.84/10.94	c 8) march_dl+P: 999.000000
10.84/10.94	c 9) vallst+P: 999.000000
10.84/10.94	c 10) zchaff_rand+P: 999.000000
10.84/10.94	c 11) rsat+P: 999.000000
10.84/10.94	c 12) eureka+P: 999.000000
10.84/10.94	c 13) minisat20+P: 999.000000
10.84/10.94	c 14) rsat: 999.000000
10.84/10.94	c satzilla running minisat20 ... 
10.84/10.94	This is MiniSat 2.0 beta
10.84/10.94	WARNING: for repeatability, setting FPU to use double precision
10.84/10.94	============================[ Problem Statistics ]=============================
10.84/10.94	|                                                                             |
10.84/10.94	|  Number of variables:  160                                                  |
10.84/10.94	|  Number of clauses:    13600                                                |
10.84/10.95	|  Parsing time:         0.01         s                                       |
10.84/10.95	============================[ Search Statistics ]==============================
10.84/10.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.84/10.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.84/10.95	===============================================================================
10.84/10.96	|         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
10.92/10.97	|       102 |     160    13600    95200 |     4986      102     48 |  0.004 % |
10.92/10.98	|       252 |     160    13600    95200 |     5485      252     48 |  0.004 % |
10.92/11.00	|       478 |     160    13600    95200 |     6033      478     47 |  0.004 % |
10.92/11.02	|       816 |     160    13600    95200 |     6637      816     47 |  0.004 % |
10.92/11.05	|      1322 |     160    13600    95200 |     7300     1322     47 |  0.004 % |
10.92/11.11	|      2081 |     160    13600    95200 |     8031     2081     48 |  0.004 % |
10.92/11.19	|      3221 |     160    13600    95200 |     8834     3221     48 |  0.004 % |
11.24/11.34	|      4929 |     160    13600    95200 |     9717     4929     48 |  0.004 % |
11.55/11.61	|      7491 |     160    13600    95200 |    10689     7491     49 |  0.004 % |
11.96/12.09	|     11335 |     160    13600    95200 |    11758     5953     49 |  0.004 % |
12.79/12.82	|     17101 |     160    13600    95200 |    12934    11719     49 |  0.004 % |
13.91/14.04	|     25754 |     160    13600    95200 |    14227     7363     49 |  0.004 % |
15.96/16.01	|     38728 |     160    13600    95200 |    15650    13185     50 |  0.004 % |
19.23/19.37	|     58189 |     160    13600    95200 |    17215     9066     47 |  0.004 % |
24.66/24.76	|     87382 |     160    13600    95200 |    18936    12322     48 |  0.004 % |
33.38/33.46	|    131175 |     160    13600    95200 |    20830    18097     50 |  0.004 % |
48.65/48.73	|    196861 |     160    13600    95200 |    22913    10629     48 |  0.004 % |
71.80/71.94	|    295387 |     160    13600    95200 |    25204    16977     50 |  0.004 % |
110.43/110.51	|    443176 |     160    13600    95200 |    27725    19995     49 |  0.004 % |
172.93/173.00	|    664860 |     160    13600    95200 |    30497    24135     51 |  0.004 % |
271.29/271.39	|    997388 |     160    13600    95200 |    33547    16242     49 |  0.004 % |
432.98/433.12	|   1496176 |     160    13600    95200 |    36902    13262     48 |  0.004 % |
689.84/690.13	|   2244358 |     160    13600    95200 |    40592    16955     48 |  0.004 % |
1099.68/1100.00	|   3366632 |     160    13600    95200 |    44652    13163     47 |  0.004 % |
1199.67/1200.06	c Bin: Executing minisat20
1199.67/1200.06	c child exit by a signal
1199.67/1200.06	c minisat20 returned code 137.
1199.67/1200.06	c minisat20 returned code 137.
1199.67/1200.06	c satzilla running kcnfs ... 
1199.67/1200.06	c Bin: Executing kcnfs
1199.67/1200.06	c kcnfs returned code 1.
1199.67/1200.06	c kcnfs returned code 1.
1199.67/1200.06	c satzilla running march_dl ... 
1199.67/1200.06	c Bin: Executing march_dl
1199.67/1200.06	c march_dl returned code 1.
1199.67/1200.06	c march_dl returned code 1.
1199.67/1200.06	c satzilla running eureka ... 
1199.67/1200.06	c Bin: Executing eureka
1199.67/1200.06	c eureka returned code 1.
1199.67/1200.06	c eureka returned code 1.
1199.67/1200.06	c satzilla running vallst ... 
1199.67/1200.06	c Bin: Executing vallst
1199.67/1200.06	c vallst returned code 1.
1199.67/1200.06	c vallst returned code 1.
1199.67/1200.06	c satzilla running zchaff_rand ... 
1199.67/1200.06	c Bin: Executing zchaff_rand
1199.67/1200.06	c zchaff_rand returned code 1.
1199.67/1200.06	c zchaff_rand returned code 1.
1199.67/1200.06	c satzilla running kcnfs with preprocessing ... 
1199.78/1200.13	c Preprocessing...
1199.78/1200.13	c Inital problem has 160 variables, 13600 nary clauses (0 binary clauses).
1199.78/1200.13	c Num non-binary clauses 13600, Average non-binary clause length 7.000
1199.78/1200.13	c Theory has no gaps
1199.78/1200.13	c Preprocessor runtime was 0.050 seconds.
1199.78/1200.13	c 
1199.78/1200.13	c Satisfiability of theory still undetermined.
1199.78/1200.13	c See file /tmp/0FImtm for simplified theory.
1199.78/1200.13	c Bin: Executing kcnfs
1199.78/1200.13	c kcnfs returned code 1.
1199.78/1200.13	c kcnfs returned code 1.
1199.78/1200.13	c Satzilla Timed out!
1199.78/1200.13	s UNKNOWN
1199.78/1200.13	c SATZILLA_TIME=1200.000000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node61/watcher-304374-1172057295 -o ROOT/results/node61/solver-304374-1172057295 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304374-1172057295/SATzilla2007_F /tmp/evaluation/304374-1172057295/instance-304374-1172057295.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.99 0.97 0.98 3/64 3731
/proc/meminfo: memFree=1436792/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=1512 CPUtime=0
/proc/3731/stat : 3731 (SATzilla2007_F) R 3729 3731 3604 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 225686539 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/3731/statm: 378 125 110 260 0 84 0
[pid=3732] ppid=3731 vsize=768 CPUtime=0
/proc/3732/stat : 3732 (march_dl) R 3731 3731 3604 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 225686539 786432 86 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3732/statm: 192 86 50 118 0 71 0

[startup+0.10733 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 3731
/proc/meminfo: memFree=1436792/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=1512 CPUtime=0
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225686539 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3731/statm: 378 125 110 260 0 84 0
[pid=3732] ppid=3731 vsize=1620 CPUtime=0.09
/proc/3732/stat : 3732 (march_dl) R 3731 3731 3604 0 -1 4194304 2100 0 0 0 9 0 0 0 20 0 1 0 225686539 1658880 302 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544371 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3732/statm: 405 302 65 118 0 284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3132

[startup+0.51537 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 3731
/proc/meminfo: memFree=1436792/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=1512 CPUtime=0
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225686539 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3731/statm: 378 125 110 260 0 84 0
[pid=3732] ppid=3731 vsize=4152 CPUtime=0.51
/proc/3732/stat : 3732 (march_dl) R 3731 3731 3604 0 -1 4194304 2575 0 0 0 50 1 0 0 23 0 1 0 225686539 4251648 607 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3732/statm: 1038 607 67 118 0 917 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 5664

[startup+1.33545 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3733
/proc/meminfo: memFree=1434352/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=1512 CPUtime=0
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225686539 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3731/statm: 378 125 110 260 0 84 0
[pid=3732] ppid=3731 vsize=4284 CPUtime=1.33
/proc/3732/stat : 3732 (march_dl) R 3731 3731 3604 0 -1 4194304 2613 0 0 0 132 1 0 0 25 0 1 0 225686539 4386816 645 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3732/statm: 1071 645 67 118 0 950 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5796

[startup+2.9716 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3733
/proc/meminfo: memFree=1434032/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=1512 CPUtime=0
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 225686539 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3731/statm: 378 125 110 260 0 84 0
[pid=3732] ppid=3731 vsize=4416 CPUtime=2.96
/proc/3732/stat : 3732 (march_dl) R 3731 3731 3604 0 -1 4194304 2681 0 0 0 295 1 0 0 25 0 1 0 225686539 4521984 713 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583431 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3732/statm: 1104 713 67 118 0 983 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5928

[startup+6.26092 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3734
/proc/meminfo: memFree=1435056/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=1512 CPUtime=4.99
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 149 2757 0 0 0 0 498 1 17 0 1 0 225686539 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3731/statm: 378 125 110 260 0 84 0
[pid=3734] ppid=3731 vsize=6188 CPUtime=1.24
/proc/3734/stat : 3734 (ubcsat2006) R 3731 3731 3604 0 -1 4194304 517 0 0 0 120 4 0 0 25 0 1 0 225687040 6336512 499 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3734/statm: 1547 499 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7215 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1431104/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=5128 CPUtime=1.76
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 1030 0 0 0 176 0 0 0 25 0 1 0 225687634 5251072 1023 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525592 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 1282 1023 58 118 0 1160 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8196

[startup+25.5278 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1428928/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=7124 CPUtime=14.56
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 1546 0 0 0 1456 0 0 0 25 0 1 0 225687634 7294976 1539 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 1781 1539 58 118 0 1659 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10192

[startup+51.1522 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1427520/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=8612 CPUtime=40.18
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 1912 0 0 0 4017 1 0 0 25 0 1 0 225687634 8818688 1905 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 2153 1905 58 118 0 2031 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 11680

[startup+102.393 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1425856/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=10400 CPUtime=91.41
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 2335 0 0 0 9139 2 0 0 25 0 1 0 225687634 10649600 2328 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525431 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 2600 2328 58 118 0 2478 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 13468

[startup+162.454 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1424448/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=11784 CPUtime=151.46
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 2676 0 0 0 15143 3 0 0 25 0 1 0 225687634 12066816 2669 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 2946 2669 58 118 0 2824 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 14852

[startup+222.509 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1423552/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=12908 CPUtime=211.5
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 2914 0 0 0 21147 3 0 0 25 0 1 0 225687634 13217792 2907 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 3227 2907 58 118 0 3105 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 15976

[startup+282.564 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1422528/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=13972 CPUtime=271.54
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 3176 0 0 0 27151 3 0 0 25 0 1 0 225687634 14307328 3169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 3493 3169 58 118 0 3371 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 17040

[startup+342.619 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1422144/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=14396 CPUtime=331.58
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 3274 0 0 0 33155 3 0 0 25 0 1 0 225687634 14741504 3267 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 3599 3267 58 118 0 3477 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 17464

[startup+402.681 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1421888/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=14664 CPUtime=391.62
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 3338 0 0 0 39159 3 0 0 25 0 1 0 225687634 15015936 3331 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 3666 3331 58 118 0 3544 0
Current children cumulated CPU time (s) 402.54
Current children cumulated vsize (KiB) 17732

[startup+462.735 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3735
/proc/meminfo: memFree=1420800/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=15748 CPUtime=451.67
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 3610 0 0 0 45163 4 0 0 25 0 1 0 225687634 16125952 3603 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 3937 3603 58 118 0 3815 0
Current children cumulated CPU time (s) 462.59

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

/proc/3735/statm: 4344 4012 58 118 0 4222 0
Current children cumulated CPU time (s) 702.74
Current children cumulated vsize (KiB) 20444

[startup+763.012 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1418560/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=17948 CPUtime=751.87
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4148 0 0 0 75182 5 0 0 25 0 1 0 225687634 18378752 4141 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 4487 4141 58 118 0 4365 0
Current children cumulated CPU time (s) 762.79
Current children cumulated vsize (KiB) 21016

[startup+823.07 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1418368/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=18092 CPUtime=811.91
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4190 0 0 0 81186 5 0 0 25 0 1 0 225687634 18526208 4183 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 4523 4183 58 118 0 4401 0
Current children cumulated CPU time (s) 822.83
Current children cumulated vsize (KiB) 21160

[startup+883.123 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1418112/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=18364 CPUtime=871.94
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4248 0 0 0 87189 5 0 0 25 0 1 0 225687634 18804736 4241 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 4591 4241 58 118 0 4469 0
Current children cumulated CPU time (s) 882.86
Current children cumulated vsize (KiB) 21432

[startup+943.178 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1417984/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=18528 CPUtime=931.98
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4287 0 0 0 93193 5 0 0 25 0 1 0 225687634 18972672 4280 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 4632 4280 58 118 0 4510 0
Current children cumulated CPU time (s) 942.9
Current children cumulated vsize (KiB) 21596

[startup+1003.23 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1417920/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=18720 CPUtime=992.03
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4307 0 0 0 99197 6 0 0 25 0 1 0 225687634 19169280 4300 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 4680 4300 58 118 0 4558 0
Current children cumulated CPU time (s) 1002.95
Current children cumulated vsize (KiB) 21788

[startup+1063.29 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1417792/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=18860 CPUtime=1052.08
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4338 0 0 0 105202 6 0 0 25 0 1 0 225687634 19312640 4331 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 4715 4331 58 118 0 4593 0
Current children cumulated CPU time (s) 1063
Current children cumulated vsize (KiB) 21928

[startup+1123.34 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416576/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=20176 CPUtime=1112.11
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4644 0 0 0 111205 6 0 0 25 0 1 0 225687634 20660224 4637 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 5044 4637 58 118 0 4922 0
Current children cumulated CPU time (s) 1123.03
Current children cumulated vsize (KiB) 23244

[startup+1183.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416320/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=20348 CPUtime=1172.15
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4694 0 0 0 117209 6 0 0 25 0 1 0 225687634 20836352 4687 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 5087 4687 58 118 0 4965 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 23416

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

[startup+1193.76 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416320/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=20492 CPUtime=1182.5
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4707 0 0 0 118244 6 0 0 25 0 1 0 225687634 20983808 4700 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 5123 4700 58 118 0 5001 0
Current children cumulated CPU time (s) 1193.42
Current children cumulated vsize (KiB) 23560

[startup+1197.03 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416320/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=20492 CPUtime=1185.78
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4707 0 0 0 118572 6 0 0 25 0 1 0 225687634 20983808 4700 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 5123 4700 58 118 0 5001 0
Current children cumulated CPU time (s) 1196.7
Current children cumulated vsize (KiB) 23560

[startup+1198.67 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416320/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=20492 CPUtime=1187.42
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4707 0 0 0 118736 6 0 0 25 0 1 0 225687634 20983808 4700 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 5123 4700 58 118 0 5001 0
Current children cumulated CPU time (s) 1198.34
Current children cumulated vsize (KiB) 23560

[startup+1199.49 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416320/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=20492 CPUtime=1188.24
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4707 0 0 0 118818 6 0 0 25 0 1 0 225687634 20983808 4700 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 5123 4700 58 118 0 5001 0
Current children cumulated CPU time (s) 1199.16
Current children cumulated vsize (KiB) 23560

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416320/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=3068 CPUtime=10.92
/proc/3731/stat : 3731 (SATzilla2007_F) S 3729 3731 3604 0 -1 4194304 1506 3280 0 0 374 7 703 8 25 0 1 0 225686539 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3731/statm: 767 590 169 260 0 473 0
[pid=3735] ppid=3731 vsize=20492 CPUtime=1188.64
/proc/3735/stat : 3735 (minisat20) R 3731 3731 3604 0 -1 4194304 4707 0 0 0 118858 6 0 0 25 0 1 0 225687634 20983808 4700 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/3735/statm: 5123 4700 58 118 0 5001 0
Current children cumulated CPU time (s) 1199.56
Current children cumulated vsize (KiB) 23560

[startup+1200.11 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 3737
/proc/meminfo: memFree=1416320/2055920 swapFree=4183260/4192956
[pid=3731] ppid=3729 vsize=5548 CPUtime=1199.78
/proc/3731/stat : 3731 (SATzilla2007_F) R 3729 3731 3604 0 -1 4194304 2252 7987 0 0 378 7 119578 15 16 0 1 0 225686539 5681152 1189 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134591281 0 0 4096 0 0 0 0 17 0 0 0
/proc/3731/statm: 1387 1189 176 260 0 1093 0
Current children cumulated CPU time (s) 1199.78
Current children cumulated vsize (KiB) 5548

Child status: 1
Real time (s): 1200.14
CPU time (s): 1199.83
CPU user time (s): 1199.6
CPU system time (s): 0.238963
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 23560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.6
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10256
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 1526

runsolver used 0.745886 second user time and 2.47562 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Feb 21 11:28:16 UTC 2007

IDJOB= 304374
IDBENCH= 20130
IDSOLVER= 136
FILE ID= node61/304374-1172057295

PBS_JOBID= 3892788

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S2043900701-05.cnf
COMMAND LINE= /tmp/evaluation/304374-1172057295/SATzilla2007_F /tmp/evaluation/304374-1172057295/instance-304374-1172057295.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-304374-1172057295 -o ROOT/results/node61/solver-304374-1172057295 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304374-1172057295/SATzilla2007_F /tmp/evaluation/304374-1172057295/instance-304374-1172057295.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  a5058cd96f6a298ccd8b0f2940cbf5d9

RANDOM SEED= 904214261

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1437200 kB
Buffers:         38048 kB
Cached:         506148 kB
SwapCached:       3884 kB
Active:         125196 kB
Inactive:       428616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437200 kB
SwapTotal:     4192956 kB
SwapFree:      4183260 kB
Dirty:           10500 kB
Writeback:           0 kB
Mapped:          15492 kB
Slab:            51056 kB
Committed_AS:   660136 kB
PageTables:       1388 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= 66553 MiB

End job on node61 on Wed Feb 21 11:48:16 UTC 2007