Trace number 302898

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.93 1200.36

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S52275463-03.cnf
MD5SUM4f306ec2f901f083b29f7f5a667073bd
Bench CategoryRANDOM (random 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 variables240
Number of clauses20400
Sum of the clauses size142800
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 520400

Solver Data (download as text)

10.94/11.00	c run March_dl for 5 seconds ... 
10.94/11.00	c Bin: Executing march_dl
10.94/11.00	c child exit by a signal
10.94/11.00	c march_dl returned code 137.
10.94/11.00	c run saps for 2 seconds ... 
10.94/11.00	c Bin: Executing ubcsat2006
10.94/11.00	c child exited successfully
10.94/11.00	c ubcsat2006 returned code 0.
10.94/11.00	c satzilla computing base features
10.94/11.00	c satzilla doing unit-prop probe
10.94/11.00	c satzilla doing local search probe
10.94/11.00	c satzilla doing lobjois search-space size estimate
10.94/11.00	c satzilla's ranking:
10.94/11.00	c 1) minisat20: 3.627628
10.94/11.00	c 2) kcnfs: 3.784876
10.94/11.00	c 3) march_dl: 4.085562
10.94/11.00	c 4) eureka: 4.482117
10.94/11.00	c 5) vallst: 4.905945
10.94/11.00	c 6) zchaff_rand: 6.112445
10.94/11.00	c 7) kcnfs+P: 999.000000
10.94/11.00	c 8) march_dl+P: 999.000000
10.94/11.00	c 9) vallst+P: 999.000000
10.94/11.00	c 10) zchaff_rand+P: 999.000000
10.94/11.00	c 11) rsat+P: 999.000000
10.94/11.00	c 12) eureka+P: 999.000000
10.94/11.00	c 13) minisat20+P: 999.000000
10.94/11.00	c 14) rsat: 999.000000
10.94/11.00	c satzilla running minisat20 ... 
10.94/11.00	This is MiniSat 2.0 beta
10.94/11.00	WARNING: for repeatability, setting FPU to use double precision
10.94/11.00	============================[ Problem Statistics ]=============================
10.94/11.00	|                                                                             |
10.94/11.00	|  Number of variables:  240                                                  |
10.94/11.00	|  Number of clauses:    20400                                                |
10.94/11.03	|  Parsing time:         0.02         s                                       |
10.94/11.03	============================[ Search Statistics ]==============================
10.94/11.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.94/11.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.94/11.03	===============================================================================
10.94/11.03	|         0 |     240    20400   142800 |     6800        0    nan |  0.000 % |
10.94/11.04	|       100 |     240    20400   142800 |     7480      100     68 |  0.002 % |
10.94/11.06	|       252 |     240    20400   142800 |     8228      252     65 |  0.002 % |
10.97/11.08	|       478 |     240    20400   142800 |     9050      478     65 |  0.002 % |
10.97/11.12	|       816 |     240    20400   142800 |     9955      816     66 |  0.002 % |
10.97/11.17	|      1323 |     240    20400   142800 |    10951     1323     65 |  0.002 % |
10.97/11.23	|      2083 |     240    20400   142800 |    12046     2083     65 |  0.002 % |
11.23/11.36	|      3222 |     240    20400   142800 |    13251     3222     65 |  0.002 % |
11.43/11.56	|      4930 |     240    20400   142800 |    14576     4930     65 |  0.002 % |
11.84/11.92	|      7492 |     240    20400   142800 |    16034     7492     65 |  0.002 % |
12.45/12.57	|     11336 |     240    20400   142800 |    17637    11336     66 |  0.002 % |
13.69/13.78	|     17103 |     240    20400   142800 |    19401    17103     66 |  0.002 % |
15.53/15.67	|     25752 |     240    20400   142800 |    21341    15997     66 |  0.002 % |
18.91/18.96	|     38727 |     240    20400   142800 |    23475    18245     67 |  0.002 % |
24.13/24.21	|     58188 |     240    20400   142800 |    25822    13364     67 |  0.002 % |
32.74/32.83	|     87380 |     240    20400   142800 |    28405    13968     68 |  0.002 % |
46.57/46.66	|    131169 |     240    20400   142800 |    31245    24182     70 |  0.002 % |
70.04/70.13	|    196853 |     240    20400   142800 |    34370    13805     65 |  0.002 % |
108.16/108.32	|    295380 |     240    20400   142800 |    37807    24312     67 |  0.002 % |
165.95/166.14	|    443170 |     240    20400   142800 |    41588    21994     67 |  0.002 % |
268.42/268.56	|    664853 |     240    20400   142800 |    45746    14494     66 |  0.002 % |
428.05/428.24	|    997378 |     240    20400   142800 |    50321    22536     66 |  0.002 % |
684.20/684.45	|   1496168 |     240    20400   142800 |    55353    42145     70 |  0.002 % |
1093.49/1093.93	|   2244351 |     240    20400   142800 |    60889    43288     69 |  0.002 % |
1199.75/1200.25	c Bin: Executing minisat20
1199.75/1200.25	c child exit by a signal
1199.75/1200.25	c minisat20 returned code 137.
1199.75/1200.25	c minisat20 returned code 137.
1199.75/1200.25	c satzilla running kcnfs ... 
1199.75/1200.25	c Bin: Executing kcnfs
1199.75/1200.25	c kcnfs returned code 1.
1199.75/1200.25	c kcnfs returned code 1.
1199.75/1200.25	c satzilla running march_dl ... 
1199.75/1200.25	c Bin: Executing march_dl
1199.75/1200.25	c march_dl returned code 1.
1199.75/1200.25	c march_dl returned code 1.
1199.75/1200.25	c satzilla running eureka ... 
1199.75/1200.25	c Bin: Executing eureka
1199.75/1200.25	c eureka returned code 1.
1199.75/1200.25	c eureka returned code 1.
1199.75/1200.25	c satzilla running vallst ... 
1199.75/1200.25	c Bin: Executing vallst
1199.75/1200.25	c vallst returned code 1.
1199.75/1200.25	c vallst returned code 1.
1199.75/1200.25	c satzilla running zchaff_rand ... 
1199.75/1200.25	c Bin: Executing zchaff_rand
1199.75/1200.25	c zchaff_rand returned code 1.
1199.75/1200.25	c zchaff_rand returned code 1.
1199.75/1200.25	c satzilla running kcnfs with preprocessing ... 
1199.87/1200.36	c Preprocessing...
1199.87/1200.36	c Inital problem has 240 variables, 20400 nary clauses (0 binary clauses).
1199.87/1200.36	c Num non-binary clauses 20400, Average non-binary clause length 7.000
1199.87/1200.36	c Theory has no gaps
1199.87/1200.36	c Preprocessor runtime was 0.050 seconds.
1199.87/1200.36	c 
1199.87/1200.36	c Satisfiability of theory still undetermined.
1199.87/1200.36	c See file /tmp/26TGHB for simplified theory.
1199.87/1200.36	c Bin: Executing kcnfs
1199.87/1200.36	c kcnfs returned code 1.
1199.87/1200.36	c kcnfs returned code 1.
1199.87/1200.36	c Satzilla Timed out!
1199.87/1200.36	s UNKNOWN
1199.87/1200.36	c SATZILLA_TIME=1200.090000

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/node68/watcher-302898-1172022425 -o ROOT/results/node68/solver-302898-1172022425 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302898-1172022425/SATzilla2007_F /tmp/evaluation/302898-1172022425/instance-302898-1172022425.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.92 0.98 0.94 3/64 24539
/proc/meminfo: memFree=1677056/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=1512 CPUtime=0
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222200160 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 378 125 110 260 0 84 0
[pid=24540] ppid=24539 vsize=796 CPUtime=0
/proc/24540/stat : 24540 (march_dl) R 24539 24539 23742 0 -1 4194304 99 0 0 0 0 0 0 0 19 0 1 0 222200160 815104 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134775579 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24540/statm: 199 93 50 118 0 78 0

[startup+0.107534 s]
/proc/loadavg: 0.92 0.98 0.94 3/64 24539
/proc/meminfo: memFree=1677056/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=1512 CPUtime=0
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222200160 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 378 125 110 260 0 84 0
[pid=24540] ppid=24539 vsize=3176 CPUtime=0.09
/proc/24540/stat : 24540 (march_dl) R 24539 24539 23742 0 -1 4194304 1515 0 0 0 9 0 0 0 20 0 1 0 222200160 3252224 643 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24540/statm: 794 643 57 118 0 673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4688

[startup+0.519569 s]
/proc/loadavg: 0.92 0.98 0.94 3/64 24539
/proc/meminfo: memFree=1677056/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=1512 CPUtime=0
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222200160 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 378 125 110 260 0 84 0
[pid=24540] ppid=24539 vsize=5880 CPUtime=0.51
/proc/24540/stat : 24540 (march_dl) R 24539 24539 23742 0 -1 4194304 4006 0 0 0 50 1 0 0 23 0 1 0 222200160 6021120 854 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24540/statm: 1470 854 67 118 0 1349 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7392

[startup+1.34364 s]
/proc/loadavg: 0.92 0.98 0.94 2/66 24541
/proc/meminfo: memFree=1673712/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=1512 CPUtime=0
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222200160 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 378 125 110 260 0 84 0
[pid=24540] ppid=24539 vsize=5880 CPUtime=1.33
/proc/24540/stat : 24540 (march_dl) R 24539 24539 23742 0 -1 4194304 4014 0 0 0 132 1 0 0 25 0 1 0 222200160 6021120 862 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24540/statm: 1470 862 67 118 0 1349 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7392

[startup+2.97979 s]
/proc/loadavg: 0.92 0.98 0.94 2/66 24541
/proc/meminfo: memFree=1673456/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=1512 CPUtime=0
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 222200160 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 378 125 110 260 0 84 0
[pid=24540] ppid=24539 vsize=6012 CPUtime=2.97
/proc/24540/stat : 24540 (march_dl) R 24539 24539 23742 0 -1 4194304 4071 0 0 0 296 1 0 0 25 0 1 0 222200160 6156288 919 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583579 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24540/statm: 1503 919 67 118 0 1382 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7524

[startup+6.25609 s]
/proc/loadavg: 0.93 0.98 0.94 2/66 24542
/proc/meminfo: memFree=1674608/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=1512 CPUtime=4.98
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 149 4131 0 0 0 0 497 1 16 0 1 0 222200160 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24539/statm: 378 125 110 260 0 84 0
[pid=24542] ppid=24539 vsize=6188 CPUtime=1.24
/proc/24542/stat : 24542 (ubcsat2006) R 24539 24539 23742 0 -1 4194304 657 0 0 0 121 3 0 0 25 0 1 0 222200661 6336512 639 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24542/statm: 1547 639 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7700

[startup+12.7127 s]
/proc/loadavg: 0.93 0.98 0.94 2/66 24543
/proc/meminfo: memFree=1669424/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=6512 CPUtime=1.69
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 1449 0 0 0 169 0 0 0 25 0 1 0 222201261 6668288 1442 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 1628 1442 58 118 0 1506 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10276

[startup+25.5168 s]
/proc/loadavg: 0.95 0.98 0.94 2/66 24543
/proc/meminfo: memFree=1665136/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=10432 CPUtime=14.49
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 2405 0 0 0 1448 1 0 0 25 0 1 0 222201261 10682368 2398 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 2608 2398 58 118 0 2486 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14196

[startup+51.1432 s]
/proc/loadavg: 1.04 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1661936/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=13632 CPUtime=40.11
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 3208 0 0 0 4009 2 0 0 25 0 1 0 222201261 13959168 3201 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 3408 3201 58 118 0 3286 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17396

[startup+102.388 s]
/proc/loadavg: 1.02 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1660464/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=15252 CPUtime=91.34
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 3602 0 0 0 9131 3 0 0 25 0 1 0 222201261 15618048 3595 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 3813 3595 58 118 0 3691 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 19016

[startup+162.451 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1658544/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=17104 CPUtime=151.39
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 4066 0 0 0 15135 4 0 0 25 0 1 0 222201261 17514496 4059 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 4276 4059 58 118 0 4154 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 20868

[startup+222.514 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1656688/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=18908 CPUtime=211.44
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 4511 0 0 0 21140 4 0 0 25 0 1 0 222201261 19361792 4504 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 4727 4504 58 118 0 4605 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 22672

[startup+282.574 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1655344/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=20500 CPUtime=271.48
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 4911 0 0 0 27143 5 0 0 25 0 1 0 222201261 20992000 4904 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 5125 4904 58 118 0 5003 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 24264

[startup+342.634 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1654320/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=21292 CPUtime=331.52
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 5096 0 0 0 33147 5 0 0 25 0 1 0 222201261 21803008 5089 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 5323 5089 58 118 0 5201 0
Current children cumulated CPU time (s) 342.49
Current children cumulated vsize (KiB) 25056

[startup+402.695 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1654000/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=21700 CPUtime=391.57
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 5183 0 0 0 39152 5 0 0 25 0 1 0 222201261 22220800 5176 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 5425 5176 58 118 0 5303 0
Current children cumulated CPU time (s) 402.54
Current children cumulated vsize (KiB) 25464

[startup+462.756 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 24543
/proc/meminfo: memFree=1652144/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=23440 CPUtime=451.61
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 5631 0 0 0 45155 6 0 0 25 0 1 0 222201261 24002560 5624 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 5860 5624 58 118 0 5738 0
Current children cumulated CPU time (s) 462.58

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

/proc/24543/statm: 6606 6334 58 118 0 6484 0
Current children cumulated CPU time (s) 762.8
Current children cumulated vsize (KiB) 30188

[startup+823.116 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24543
/proc/meminfo: memFree=1648944/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=26876 CPUtime=811.88
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 6448 0 0 0 81180 8 0 0 25 0 1 0 222201261 27521024 6441 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 6719 6441 58 118 0 6597 0
Current children cumulated CPU time (s) 822.85
Current children cumulated vsize (KiB) 30640

[startup+883.199 s]
/proc/loadavg: 1.05 1.01 0.95 2/72 24659
/proc/meminfo: memFree=1647352/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=27208 CPUtime=871.89
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 6533 0 0 0 87181 8 0 0 25 0 1 0 222201261 27860992 6526 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 6802 6526 58 118 0 6680 0
Current children cumulated CPU time (s) 882.86
Current children cumulated vsize (KiB) 30972

[startup+943.277 s]
/proc/loadavg: 1.02 1.01 0.95 2/66 24741
/proc/meminfo: memFree=1648240/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=27380 CPUtime=931.9
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 6582 0 0 0 93182 8 0 0 25 0 1 0 222201261 28037120 6575 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 6845 6575 58 118 0 6723 0
Current children cumulated CPU time (s) 942.87
Current children cumulated vsize (KiB) 31144

[startup+1003.33 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1648240/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=27380 CPUtime=991.95
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 6593 0 0 0 99186 9 0 0 25 0 1 0 222201261 28037120 6586 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 6845 6586 58 118 0 6723 0
Current children cumulated CPU time (s) 1002.92
Current children cumulated vsize (KiB) 31144

[startup+1063.39 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1648112/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=27552 CPUtime=1051.99
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 6634 0 0 0 105190 9 0 0 25 0 1 0 222201261 28213248 6627 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 6888 6627 58 118 0 6766 0
Current children cumulated CPU time (s) 1062.96
Current children cumulated vsize (KiB) 31316

[startup+1123.45 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1646576/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29056 CPUtime=1112.03
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7015 0 0 0 111194 9 0 0 25 0 1 0 222201261 29753344 7008 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7264 7008 58 118 0 7142 0
Current children cumulated CPU time (s) 1123
Current children cumulated vsize (KiB) 32820

[startup+1183.51 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645936/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29732 CPUtime=1172.07
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7173 0 0 0 117198 9 0 0 25 0 1 0 222201261 30445568 7166 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7433 7166 58 118 0 7311 0
Current children cumulated CPU time (s) 1183.04
Current children cumulated vsize (KiB) 33496

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

[startup+1193.86 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645872/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29908 CPUtime=1182.42
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7199 0 0 0 118233 9 0 0 25 0 1 0 222201261 30625792 7192 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7477 7192 58 118 0 7355 0
Current children cumulated CPU time (s) 1193.39
Current children cumulated vsize (KiB) 33672

[startup+1197.13 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645808/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29908 CPUtime=1185.69
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7199 0 0 0 118560 9 0 0 25 0 1 0 222201261 30625792 7192 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7477 7192 58 118 0 7355 0
Current children cumulated CPU time (s) 1196.66
Current children cumulated vsize (KiB) 33672

[startup+1198.78 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645808/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29908 CPUtime=1187.35
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7199 0 0 0 118725 10 0 0 25 0 1 0 222201261 30625792 7192 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7477 7192 58 118 0 7355 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 33672

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645808/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29908 CPUtime=1188.17
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7199 0 0 0 118807 10 0 0 25 0 1 0 222201261 30625792 7192 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7477 7192 58 118 0 7355 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 33672

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645808/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29908 CPUtime=1188.58
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7199 0 0 0 118848 10 0 0 25 0 1 0 222201261 30625792 7192 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7477 7192 58 118 0 7355 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 33672

[startup+1200.22 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645808/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=3764 CPUtime=10.97
/proc/24539/stat : 24539 (SATzilla2007_F) S 24537 24539 23742 0 -1 4194304 2046 4794 0 0 378 8 703 8 25 0 1 0 222200160 3854336 763 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24539/statm: 941 763 169 260 0 647 0
[pid=24543] ppid=24539 vsize=29908 CPUtime=1188.78
/proc/24543/stat : 24543 (minisat20) R 24539 24539 23742 0 -1 4194304 7199 0 0 0 118868 10 0 0 25 0 1 0 222201261 30625792 7192 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/24543/statm: 7477 7192 58 118 0 7355 0
Current children cumulated CPU time (s) 1199.75
Current children cumulated vsize (KiB) 33672

[startup+1200.32 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 24741
/proc/meminfo: memFree=1645808/2055920 swapFree=4181892/4192956
[pid=24539] ppid=24537 vsize=7508 CPUtime=1199.87
/proc/24539/stat : 24539 (SATzilla2007_F) R 24537 24539 23742 0 -1 4194304 3196 11993 0 0 385 8 119575 19 18 0 1 0 222200160 7688192 1682 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134591404 0 0 4096 0 0 0 0 17 0 0 0
/proc/24539/statm: 1877 1682 176 260 0 1583 0
Current children cumulated CPU time (s) 1199.87
Current children cumulated vsize (KiB) 7508

Child status: 1
Real time (s): 1200.36
CPU time (s): 1199.93
CPU user time (s): 1199.65
CPU system time (s): 0.277957
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 33672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15200
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= 25
involuntary context switches= 2042

runsolver used 0.98185 second user time and 2.46362 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Wed Feb 21 01:47:05 UTC 2007

IDJOB= 302898
IDBENCH= 20094
IDSOLVER= 136
FILE ID= node68/302898-1172022425

PBS_JOBID= 3892667

Free space on /tmp= 66552 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S52275463-03.cnf
COMMAND LINE= /tmp/evaluation/302898-1172022425/SATzilla2007_F /tmp/evaluation/302898-1172022425/instance-302898-1172022425.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-302898-1172022425 -o ROOT/results/node68/solver-302898-1172022425 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302898-1172022425/SATzilla2007_F /tmp/evaluation/302898-1172022425/instance-302898-1172022425.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  4f306ec2f901f083b29f7f5a667073bd

RANDOM SEED= 525699070

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.234
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.234
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:       1677464 kB
Buffers:         33448 kB
Cached:         290172 kB
SwapCached:       5500 kB
Active:         203680 kB
Inactive:       132120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677464 kB
SwapTotal:     4192956 kB
SwapFree:      4181892 kB
Dirty:           10720 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            28772 kB
Committed_AS:   654132 kB
PageTables:       1380 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= 66552 MiB

End job on node68 on Wed Feb 21 02:07:06 UTC 2007