Trace number 455820

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) 9997.6 10000.4

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark282.282
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data (download as text)

31.46/31.53	c run March_dl for 5 seconds ... 
31.46/31.53	c Bin: Executing march_dl
31.46/31.53	c child exit by a signal
31.46/31.53	c march_dl returned code 137.
31.46/31.53	c run saps (UBCSAT implementation) for 2 seconds ... 
31.46/31.53	c Bin: Executing ubcsat2006
31.46/31.53	c child exited successfully
31.46/31.53	c ubcsat2006 returned code 0.
31.46/31.53	c satzilla computing base features
31.46/31.53	c satzilla doing unit-prop probe
31.46/31.53	c satzilla doing local search probe
31.46/31.53	c satzilla doing lobjois search-space size estimate
31.46/31.53	c satzilla's ranking:
31.46/31.53	c 1) minisat20+P: -17.906852
31.46/31.53	c 2) vallst+P: 3.523323
31.46/31.53	c 3) march_dl: 3.528525
31.46/31.53	c 4) minisat20: 3.624601
31.46/31.53	c 5) march_dl+P: 4.084259
31.46/31.53	c 6) zchaff_rand+P: 5.707715
31.46/31.53	c 7) kcnfs+P: 999.000000
31.46/31.53	c 8) kcnfs: 999.000000
31.46/31.53	c 9) vallst: 999.000000
31.46/31.53	c 10) zchaff_rand: 999.000000
31.46/31.53	c satzilla running minisat20 with preprocessing ... 
91.95/92.07	This is MiniSat 2.0 beta
91.95/92.07	WARNING: for repeatability, setting FPU to use double precision
91.95/92.07	============================[ Problem Statistics ]=============================
91.95/92.07	|                                                                             |
91.95/92.07	|  Number of variables:  71112                                                |
91.95/92.07	|  Number of clauses:    208728                                               |
92.01/92.20	|  Parsing time:         0.11         s                                       |
92.01/92.20	============================[ Search Statistics ]==============================
92.01/92.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
92.01/92.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
92.01/92.20	===============================================================================
92.01/92.20	|         0 |   70856   207960   486008 |    69320        0    nan |  0.000 % |
92.01/92.27	|       102 |   70856   207960   486008 |    76252      101     12 |  0.361 % |
92.23/92.37	|       253 |   70854   207960   486008 |    83877      251     19 |  0.363 % |
92.53/92.66	|       478 |   70851   207890   485868 |    92264      472     27 |  0.367 % |
92.92/93.01	|       816 |   70850   207890   485868 |   101491      809     33 |  0.368 % |
93.52/93.63	|      1323 |   70849   207849   485786 |   111640     1302     32 |  0.370 % |
94.32/94.43	|      2082 |   70849   207817   485722 |   122804     2061     39 |  0.370 % |
95.63/95.76	|      3222 |   70847   207785   485658 |   135085     3199     39 |  0.373 % |
97.73/97.85	|      4930 |   70844   207738   485564 |   148593     4894     40 |  0.378 % |
101.22/101.35	|      7492 |   70837   207575   485238 |   163452     7423     46 |  0.388 % |
106.62/106.77	|     11337 |   70835   207571   485230 |   179798    11265     56 |  0.390 % |
116.32/116.41	|     17103 |   70831   207497   485082 |   197778    17025     65 |  0.397 % |
131.12/131.23	|     25754 |   70823   207292   484672 |   217555    25662     74 |  0.406 % |
156.91/157.07	|     38728 |   70814   207151   484390 |   239311    38602     71 |  0.419 % |
205.40/205.59	|     58189 |   70807   206994   484076 |   263242    58035     75 |  0.429 % |
289.38/289.60	|     87381 |   70798   206845   483778 |   289566    87177     85 |  0.442 % |
465.74/465.95	|    131170 |   70790   206697   483482 |   318523   130945     96 |  0.453 % |
811.94/812.22	|    196857 |   70778   206451   482990 |   350375   196592    113 |  0.471 % |
1445.19/1445.65	|    295384 |   70772   206379   482846 |   385413   295088    126 |  0.478 % |
2452.94/2453.66	|    443173 |   70761   206251   482590 |   423954    89495    121 |  0.494 % |
4088.95/4090.25	|    664856 |   70757   206171   482430 |   466350   311168    160 |  0.499 % |
6852.98/6854.95	|    997381 |   70755   206132   482352 |   512985   226981    157 |  0.505 % |
9997.51/10000.34	c Preprocessing...
9997.51/10000.34	c Inital problem has 71112 variables, 69236 nary clauses (139492 binary clauses).
9997.51/10000.34	c Num non-binary clauses 68980, Average non-binary clause length 3.020
9997.51/10000.34	c preprocessor timed out at 60.250000 sec
9997.51/10000.34	c Bin: Executing minisat20
9997.51/10000.34	c child exit by a signal
9997.51/10000.34	c minisat20 returned code 137.
9997.51/10000.34	c minisat20 returned code 137.
9997.51/10000.34	c satzilla running vallst with preprocessing ... 
9997.51/10000.34	c Bin: Executing vallst
9997.51/10000.34	c vallst returned code 1.
9997.51/10000.34	c vallst returned code 1.
9997.51/10000.34	c satzilla running march_dl ... 
9997.51/10000.34	c Bin: Executing march_dl
9997.51/10000.34	c march_dl returned code 1.
9997.51/10000.34	c march_dl returned code 1.
9997.51/10000.34	c satzilla running minisat20 ... 
9997.51/10000.34	c Bin: Executing minisat20
9997.51/10000.34	c minisat20 returned code 1.
9997.51/10000.34	c minisat20 returned code 1.
9997.51/10000.34	c satzilla running march_dl with preprocessing ... 
9997.51/10000.34	c Bin: Executing march_dl
9997.51/10000.34	c march_dl returned code 1.
9997.51/10000.34	c march_dl returned code 1.
9997.51/10000.34	c satzilla running zchaff_rand with preprocessing ... 
9997.51/10000.34	c Bin: Executing zchaff_rand
9997.51/10000.34	c zchaff_rand returned code 1.
9997.51/10000.34	c zchaff_rand returned code 1.
9997.51/10000.34	c satzilla running kcnfs with preprocessing ... 
9997.51/10000.35	c Bin: Executing kcnfs
9997.51/10000.35	c kcnfs returned code 1.
9997.51/10000.35	c kcnfs returned code 1.
9997.51/10000.35	c satzilla running kcnfs ... 
9997.51/10000.35	c Bin: Executing kcnfs
9997.51/10000.35	c kcnfs returned code 1.
9997.51/10000.35	c kcnfs returned code 1.
9997.51/10000.35	c satzilla running vallst ... 
9997.51/10000.35	c Bin: Executing vallst
9997.51/10000.35	c vallst returned code 1.
9997.51/10000.35	c vallst returned code 1.
9997.51/10000.35	c satzilla running zchaff_rand ... 
9997.51/10000.35	c Bin: Executing zchaff_rand
9997.51/10000.35	c zchaff_rand returned code 1.
9997.51/10000.35	c zchaff_rand returned code 1.
9997.51/10000.35	c ERROR: All Failed! 
9997.51/10000.35	c SATZILLA_TIME=9999.090000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node48/watcher-455820-1178586178 -o ROOT/results/node48/solver-455820-1178586178 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455820-1178586178/SATzilla2007_C /tmp/evaluation/455820-1178586178/instance-455820-1178586178.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.99 3/64 13512
/proc/meminfo: memFree=1666960/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=0
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 213463157 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 360 110 95 260 0 84 0
[pid=13513] ppid=13512 vsize=4056 CPUtime=0
/proc/13513/stat : 13513 (march_dl) R 13512 13512 13456 0 -1 4194304 456 0 0 0 0 0 0 0 19 0 1 0 213463157 4153344 451 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13513/statm: 1014 453 49 118 0 893 0

[startup+0.065885 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13512
/proc/meminfo: memFree=1666960/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=0
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 213463157 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 360 110 95 260 0 84 0
[pid=13513] ppid=13512 vsize=7268 CPUtime=0.05
/proc/13513/stat : 13513 (march_dl) R 13512 13512 13456 0 -1 4194304 1508 0 0 0 5 0 0 0 19 0 1 0 213463157 7442432 1503 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13513/statm: 1817 1504 50 118 0 1696 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8708

[startup+0.101887 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13512
/proc/meminfo: memFree=1666960/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=0
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 213463157 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 360 110 95 260 0 84 0
[pid=13513] ppid=13512 vsize=7664 CPUtime=0.08
/proc/13513/stat : 13513 (march_dl) R 13512 13512 13456 0 -1 4194304 1642 0 0 0 8 0 0 0 19 0 1 0 213463157 7847936 1637 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13513/statm: 1916 1637 50 118 0 1795 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9104

[startup+0.301905 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13512
/proc/meminfo: memFree=1666960/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=0
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 213463157 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 360 110 95 260 0 84 0
[pid=13513] ppid=13512 vsize=16788 CPUtime=0.28
/proc/13513/stat : 13513 (march_dl) R 13512 13512 13456 0 -1 4194304 3307 0 0 0 27 1 0 0 20 0 1 0 213463157 17190912 3300 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13513/statm: 4197 3300 52 118 0 4076 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18228

[startup+0.701942 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13512
/proc/meminfo: memFree=1666960/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=0
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 213463157 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 360 110 95 260 0 84 0
[pid=13513] ppid=13512 vsize=21004 CPUtime=0.69
/proc/13513/stat : 13513 (march_dl) R 13512 13512 13456 0 -1 4194304 6888 0 0 0 66 3 0 0 24 0 1 0 213463157 21508096 4306 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134547373 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13513/statm: 5251 4306 55 118 0 5130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22444

[startup+1.50302 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 13514
/proc/meminfo: memFree=1645504/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=0
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 213463157 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 360 110 95 260 0 84 0
[pid=13513] ppid=13512 vsize=25044 CPUtime=1.49
/proc/13513/stat : 13513 (march_dl) R 13512 13512 13456 0 -1 4194304 14713 0 0 0 142 7 0 0 25 0 1 0 213463157 25645056 5383 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134543068 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13513/statm: 6261 5383 61 118 0 6140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26484

[startup+3.10116 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 13514
/proc/meminfo: memFree=1619200/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=0
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 213463157 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 360 110 95 260 0 84 0
[pid=13513] ppid=13512 vsize=63632 CPUtime=3.09
/proc/13513/stat : 13513 (march_dl) R 13512 13512 13456 0 -1 4194304 25324 0 0 0 297 12 0 0 25 0 1 0 213463157 65159168 14503 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134559797 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13513/statm: 15908 14503 65 118 0 15787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65072

[startup+6.30146 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 13515
/proc/meminfo: memFree=1652800/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=1440 CPUtime=5
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 134 29607 0 0 0 0 485 15 16 0 1 0 213463157 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13512/statm: 360 111 96 260 0 84 0
[pid=13515] ppid=13512 vsize=22588 CPUtime=1.27
/proc/13515/stat : 13515 (ubcsat2006) R 13512 13512 13456 0 -1 4194304 3612 0 0 0 126 1 0 0 25 0 1 0 213463659 23130112 3595 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13515/statm: 5647 3595 156 64 0 5228 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24028

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 13515
/proc/meminfo: memFree=1646168/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=23276 CPUtime=12.66
/proc/13512/stat : 13512 (SATzilla2007_C) R 13510 13512 13456 0 -1 4194304 5320 33232 0 0 535 3 711 17 25 0 1 0 213463157 23834624 5290 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/13512/statm: 5819 5290 121 260 0 5543 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 23276

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 13515
/proc/meminfo: memFree=1645336/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=23276 CPUtime=25.45
/proc/13512/stat : 13512 (SATzilla2007_C) R 13510 13512 13456 0 -1 4194304 5537 33232 0 0 1811 6 711 17 25 0 1 0 213463157 23834624 5507 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/13512/statm: 5819 5507 121 260 0 5543 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 23276

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 13515
/proc/meminfo: memFree=1616216/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=85416 CPUtime=51.05
/proc/13512/stat : 13512 (SATzilla2007_C) R 13510 13512 13456 0 -1 4194304 22908 33232 0 0 4359 18 711 17 25 0 1 0 213463157 87465984 12851 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134570938 0 0 4096 0 0 0 0 17 1 0 0
/proc/13512/statm: 21354 12851 163 260 0 21078 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 85416

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 13516
/proc/meminfo: memFree=1588304/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=17964 CPUtime=10.22
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 3943 0 0 0 1019 3 0 0 25 0 1 0 213472364 18395136 3937 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134528836 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 4491 3937 59 118 0 4369 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 123368

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13516
/proc/meminfo: memFree=1576720/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=29512 CPUtime=70.2
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 6844 0 0 0 7013 7 0 0 25 0 1 0 213472364 30220288 6838 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 7378 6838 59 118 0 7256 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 134916

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13516
/proc/meminfo: memFree=1567824/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=38424 CPUtime=130.18
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 9039 0 0 0 13009 9 0 0 25 0 1 0 213472364 39346176 9033 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 9606 9033 59 118 0 9484 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 143828

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13516
/proc/meminfo: memFree=1557712/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=48468 CPUtime=190.17
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 11573 0 0 0 19005 12 0 0 25 0 1 0 213472364 49631232 11567 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 12117 11567 59 118 0 11995 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 153872

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13516
/proc/meminfo: memFree=1550352/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=55912 CPUtime=250.15
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 13399 0 0 0 25001 14 0 0 25 0 1 0 213472364 57253888 13393 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 13978 13393 59 118 0 13856 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 161316

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13516
/proc/meminfo: memFree=1543248/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0

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


[startup+9642.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 14394
/proc/meminfo: memFree=1212560/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363680 CPUtime=9547.59
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89781 0 0 0 954619 140 0 0 25 0 1 0 213472364 372408320 89775 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90920 89775 59 118 0 90798 0
Current children cumulated CPU time (s) 9639.6
Current children cumulated vsize (KiB) 469084

[startup+9702.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 14394
/proc/meminfo: memFree=1212432/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9607.57
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 960617 140 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134519362 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9699.58
Current children cumulated vsize (KiB) 469248

[startup+9762.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 14394
/proc/meminfo: memFree=1212432/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9667.56
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 966616 140 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9759.57
Current children cumulated vsize (KiB) 469248

[startup+9822.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9727.54
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 972614 140 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9819.55
Current children cumulated vsize (KiB) 469248

[startup+9882.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9787.53
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 978613 140 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9879.54
Current children cumulated vsize (KiB) 469248

[startup+9942.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9847.51
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 984611 140 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134527427 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9939.52
Current children cumulated vsize (KiB) 469248

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9863.52
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 986211 141 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9955.53
Current children cumulated vsize (KiB) 469248

[startup+9983.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9889.11
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 988770 141 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9981.12
Current children cumulated vsize (KiB) 469248

[startup+9990.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9895.51
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 989410 141 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9987.52
Current children cumulated vsize (KiB) 469248

[startup+9996.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9901.91
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 990050 141 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134535742 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9993.92
Current children cumulated vsize (KiB) 469248

[startup+9998.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9903.5
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 990209 141 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9995.51
Current children cumulated vsize (KiB) 469248

[startup+9999.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9904.3
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 990289 141 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9996.31
Current children cumulated vsize (KiB) 469248

[startup+9999.9 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=363844 CPUtime=9905.1
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4194304 89814 0 0 0 990369 141 0 0 25 0 1 0 213472364 372576256 89808 18446744073709551615 134512640 134998072 4294956688 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 90961 89808 59 118 0 90839 0
Current children cumulated CPU time (s) 9997.11
Current children cumulated vsize (KiB) 469248

[startup+10000.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 14394
/proc/meminfo: memFree=1212368/2055920 swapFree=4183976/4192956
[pid=13512] ppid=13510 vsize=105404 CPUtime=92.01
/proc/13512/stat : 13512 (SATzilla2007_C) S 13510 13512 13456 0 -1 4194304 25943 33232 0 0 8453 20 711 17 25 0 1 0 213463157 107933696 15884 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13512/statm: 26351 15884 163 260 0 26075 0
[pid=13516] ppid=13512 vsize=0 CPUtime=9905.5
/proc/13516/stat : 13516 (minisat20) R 13512 13512 13456 0 -1 4195332 89814 0 0 0 990408 142 0 0 25 0 1 0 213472364 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/13516/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9997.51
Current children cumulated vsize (KiB) 105404

Child status: 17
Real time (s): 10000.4
CPU time (s): 9997.6
CPU user time (s): 9995.74
CPU system time (s): 1.86272
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 469248

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

runsolver used 7.47286 second user time and 19.95 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Tue May  8 01:02:58 UTC 2007

IDJOB= 455820
IDBENCH= 20425
IDSOLVER= 179
FILE ID= node48/455820-1178586178

PBS_JOBID= 5217942

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= /tmp/evaluation/455820-1178586178/SATzilla2007_C /tmp/evaluation/455820-1178586178/instance-455820-1178586178.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-455820-1178586178 -o ROOT/results/node48/solver-455820-1178586178 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455820-1178586178/SATzilla2007_C /tmp/evaluation/455820-1178586178/instance-455820-1178586178.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  175ec3119584300988ad366c4a04cccc

RANDOM SEED= 354522080

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.238
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.238
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:       1667432 kB
Buffers:         23708 kB
Cached:         250240 kB
SwapCached:       3016 kB
Active:          56376 kB
Inactive:       227060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667432 kB
SwapTotal:     4192956 kB
SwapFree:      4183976 kB
Dirty:           12008 kB
Writeback:           0 kB
Mapped:          15504 kB
Slab:            91148 kB
Committed_AS:  3732400 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 node48 on Tue May  8 03:49:39 UTC 2007