Trace number 1784721

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla CRAFTEDUNSAT 968.865 969.348

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.2297
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

11.07/11.17	c run March_dl for 5 seconds ... 
11.07/11.17	c Bin: Executing march_dl
11.07/11.17	c child exit by a signal
11.07/11.17	c march_dl returned code 137.
11.07/11.17	c run saps (UBCSAT implementation) for 2 seconds ... 
11.07/11.17	c Bin: Executing ubcsat2006
11.07/11.17	c child exited successfully
11.07/11.17	c ubcsat2006 returned code 0.
11.07/11.17	c satzilla computing base features
11.07/11.17	c satzilla doing unit-prop probe
11.07/11.17	c satzilla doing local search probe
11.07/11.17	c satzilla doing lobjois search-space size estimate
11.07/11.17	c satzilla's ranking:
11.07/11.17	c 1) vallst+P: 0.493666
11.07/11.17	c 2) minisat20: 0.985444
11.07/11.17	c 3) minisat20+P: 1.781479
11.07/11.17	c 4) march_dl+P: 1.796278
11.07/11.17	c 5) march_dl: 2.527737
11.07/11.17	c 6) zchaff_rand+P: 2.934015
11.07/11.17	c 7) kcnfs+P: 999.000000
11.07/11.17	c 8) kcnfs: 999.000000
11.07/11.17	c 9) vallst: 999.000000
11.07/11.17	c 10) zchaff_rand: 999.000000
11.07/11.17	c satzilla running vallst with preprocessing ... 
11.07/11.18	
11.07/11.18	Warning: empty clause or empty negated equivalence (-<->{}) added (axs #670).
11.07/11.18	
11.07/11.18	c Preprocessing...
11.07/11.18	c Inital problem has 169 variables, 560 nary clauses (2 binary clauses).
11.07/11.18	c Num non-binary clauses 560, Average non-binary clause length 3.000
11.07/11.18	c Theory has no gaps
11.07/11.18	c Preprocessor runtime was 0.000 seconds.
11.07/11.18	c 
11.07/11.18	c Satisfiability of theory still undetermined.
11.07/11.18	c See file /tmp/n6YdYp for simplified theory.
11.07/11.18	c Bin: Executing vallst
11.07/11.18	c child exited successfully
11.07/11.18	c vallst returned code 0.
11.07/11.18	c vallst returned code 0.
11.07/11.18	c satzilla running minisat20 ... 
11.07/11.18	This is MiniSat 2.0 beta
11.07/11.18	WARNING: for repeatability, setting FPU to use double precision
11.07/11.18	============================[ Problem Statistics ]=============================
11.07/11.18	|                                                                             |
11.07/11.18	|  Number of variables:  169                                                  |
11.07/11.18	|  Number of clauses:    562                                                  |
11.07/11.18	|  Parsing time:         0.00         s                                       |
11.07/11.18	============================[ Search Statistics ]==============================
11.07/11.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.07/11.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.07/11.18	===============================================================================
11.07/11.18	|         0 |     169      562     1684 |      187        0    nan |  0.000 % |
11.07/11.18	|       101 |     169      562     1684 |      206      101      5 |  0.004 % |
11.07/11.19	|       252 |     169      562     1684 |      226      252     13 |  0.004 % |
11.07/11.19	|       477 |     169      562     1684 |      249      202      6 |  0.018 % |
11.16/11.20	|       814 |     169      562     1684 |      274      213      5 |  0.018 % |
11.16/11.21	|      1321 |     169      562     1684 |      301      224      4 |  0.018 % |
11.16/11.23	|      2080 |     169      562     1684 |      331      263      6 |  0.018 % |
11.16/11.26	|      3221 |     169      562     1684 |      365      371     13 |  0.018 % |
11.16/11.30	|      4929 |     169      562     1684 |      401      389     14 |  0.018 % |
11.16/11.37	|      7491 |     169      562     1684 |      441      369     12 |  0.018 % |
11.16/11.48	|     11336 |     169      562     1684 |      485      414     14 |  0.004 % |
11.16/11.65	|     17103 |     169      562     1684 |      534      449     13 |  0.004 % |
11.16/11.92	|     25752 |     169      562     1684 |      587      323      6 |  0.018 % |
12.27/12.33	|     38726 |     169      562     1684 |      646      561     14 |  0.018 % |
12.87/12.97	|     58188 |     169      562     1684 |      711      629     16 |  0.004 % |
13.87/13.93	|     87382 |     169      562     1684 |      782      784     19 |  0.004 % |
15.37/15.44	|    131172 |     169      562     1684 |      860      681     15 |  0.004 % |
17.77/17.82	|    196856 |     169      562     1684 |      946      784     17 |  0.018 % |
21.56/21.60	|    295385 |     169      562     1684 |     1041      815     17 |  0.018 % |
27.37/27.48	|    443175 |     169      562     1684 |     1145     1061     20 |  0.018 % |
36.86/36.94	|    664858 |     169      562     1684 |     1260      670     11 |  0.018 % |
51.35/51.43	|    997384 |     169      562     1684 |     1386     1202     22 |  0.004 % |
73.84/73.95	|   1496172 |     169      562     1684 |     1524     1020     18 |  0.018 % |
109.83/109.90	|   2244355 |     169      562     1684 |     1677      901     18 |  0.018 % |
165.90/166.02	|   3366629 |     169      562     1684 |     1845     1772     27 |  0.018 % |
253.45/253.66	|   5050042 |     169      562     1684 |     2029     1898     25 |  0.004 % |
389.19/389.44	|   7575158 |     169      562     1684 |     2232     1174     20 |  0.035 % |
601.98/602.33	|  11362835 |     168      556     1666 |     2455     1705     23 |  0.609 % |
931.41/931.99	|  17044347 |     163      526     1576 |     2701     1346     19 |  3.571 % |
968.79/969.34	===============================================================================
968.79/969.34	restarts              : 29
968.79/969.34	conflicts             : 17717461       (18500 /sec)
968.79/969.34	decisions             : 18562286       (1.06 % random) (19383 /sec)
968.79/969.34	propagations          : 804043723      (839574 /sec)
968.79/969.34	conflict literals     : 555982169      (14.33 % deleted)
968.79/969.34	Memory used           : 2.88 MB
968.79/969.34	CPU time              : 957.68 s
968.79/969.34	
968.79/969.34	c Bin: Executing minisat20
968.79/969.34	c child exited successfully
968.79/969.34	c minisat20 returned code 20.
968.79/969.34	s UNSATISFIABLE
968.79/969.34	c SATZILLA_TIME=968.990000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784721-1241865351/watcher-1784721-1241865351 -o /tmp/evaluation-result-1784721-1241865351/solver-1784721-1241865351 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1784721-1241865351.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.91 3/64 24702
/proc/meminfo: memFree=997176/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=0
/proc/24702/stat : 24702 (SATzilla2007_C) R 24700 24702 24570 0 -1 4194304 126 0 0 0 0 0 0 0 19 0 1 0 214561913 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/24702/statm: 360 110 95 260 0 84 0
[pid=24703] ppid=24702 vsize=640 CPUtime=0
/proc/24703/stat : 24703 (march_dl) R 24702 24702 24570 0 -1 4194304 97 0 0 0 0 0 0 0 19 0 1 0 214561913 655360 89 1992294400 134512640 134996440 4294956256 18446744073709551615 134747040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24703/statm: 160 89 64 118 0 39 0

[startup+0.065344 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24702
/proc/meminfo: memFree=997176/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=0
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 214561913 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 360 110 95 260 0 84 0
[pid=24703] ppid=24702 vsize=772 CPUtime=0.06
/proc/24703/stat : 24703 (march_dl) R 24702 24702 24570 0 -1 4194304 141 0 0 0 6 0 0 0 21 0 1 0 214561913 790528 133 1992294400 134512640 134996440 4294956256 18446744073709551615 134663596 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24703/statm: 193 133 75 118 0 72 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2212

[startup+0.101349 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24702
/proc/meminfo: memFree=997176/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=0
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 214561913 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 360 110 95 260 0 84 0
[pid=24703] ppid=24702 vsize=772 CPUtime=0.09
/proc/24703/stat : 24703 (march_dl) R 24702 24702 24570 0 -1 4194304 141 0 0 0 9 0 0 0 21 0 1 0 214561913 790528 133 1992294400 134512640 134996440 4294956256 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24703/statm: 193 133 75 118 0 72 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2212

[startup+0.301384 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24702
/proc/meminfo: memFree=997176/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=0
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 214561913 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 360 110 95 260 0 84 0
[pid=24703] ppid=24702 vsize=772 CPUtime=0.29
/proc/24703/stat : 24703 (march_dl) R 24702 24702 24570 0 -1 4194304 143 0 0 0 29 0 0 0 23 0 1 0 214561913 790528 135 1992294400 134512640 134996440 4294956256 18446744073709551615 134617565 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24703/statm: 193 135 75 118 0 72 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2212

[startup+0.701456 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 24702
/proc/meminfo: memFree=997176/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=0
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 214561913 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 360 110 95 260 0 84 0
[pid=24703] ppid=24702 vsize=772 CPUtime=0.69
/proc/24703/stat : 24703 (march_dl) R 24702 24702 24570 0 -1 4194304 143 0 0 0 69 0 0 0 25 0 1 0 214561913 790528 135 1992294400 134512640 134996440 4294956256 18446744073709551615 134567145 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24703/statm: 193 135 75 118 0 72 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2212

[startup+1.5016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24704
/proc/meminfo: memFree=996776/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=0
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 214561913 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 360 110 95 260 0 84 0
[pid=24703] ppid=24702 vsize=772 CPUtime=1.49
/proc/24703/stat : 24703 (march_dl) R 24702 24702 24570 0 -1 4194304 144 0 0 0 149 0 0 0 25 0 1 0 214561913 790528 136 1992294400 134512640 134996440 4294956256 18446744073709551615 134552271 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24703/statm: 193 136 75 118 0 72 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2212

[startup+3.10189 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24704
/proc/meminfo: memFree=996648/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=0
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 128 0 0 0 0 0 0 0 19 0 1 0 214561913 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 360 110 95 260 0 84 0
[pid=24703] ppid=24702 vsize=772 CPUtime=3.09
/proc/24703/stat : 24703 (march_dl) R 24702 24702 24570 0 -1 4194304 144 0 0 0 309 0 0 0 25 0 1 0 214561913 790528 136 1992294400 134512640 134996440 4294956256 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24703/statm: 193 136 75 118 0 72 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2212

[startup+6.30146 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24705
/proc/meminfo: memFree=996328/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1440 CPUtime=4.99
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 135 144 0 0 0 0 499 0 16 0 1 0 214561913 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/24702/statm: 360 111 96 260 0 84 0
[pid=24705] ppid=24702 vsize=6188 CPUtime=1.28
/proc/24705/stat : 24705 (ubcsat2006) R 24702 24702 24570 0 -1 4194304 243 0 0 0 94 34 0 0 25 0 1 0 214562413 6336512 226 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/24705/statm: 1547 226 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24707
/proc/meminfo: memFree=996008/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=1808 CPUtime=1.51
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 122 0 0 0 151 0 0 0 25 0 1 0 214563031 1851392 117 1992294400 134512640 134998072 4294956256 18446744073709551615 134525964 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 452 117 58 118 0 330 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 3500

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24707
/proc/meminfo: memFree=995944/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=1936 CPUtime=14.3
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 160 0 0 0 1430 0 0 0 25 0 1 0 214563031 1982464 155 1992294400 134512640 134998072 4294956256 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 484 155 58 118 0 362 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 3628

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24707
/proc/meminfo: memFree=995816/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2060 CPUtime=39.89
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 191 0 0 0 3989 0 0 0 25 0 1 0 214563031 2109440 186 1992294400 134512640 134998072 4294956256 18446744073709551615 134527470 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 515 186 58 118 0 393 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 3752

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24707
/proc/meminfo: memFree=995624/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2192 CPUtime=91.07
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 226 0 0 0 9107 0 0 0 25 0 1 0 214563031 2244608 221 1992294400 134512640 134998072 4294956256 18446744073709551615 134527508 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 548 221 58 118 0 426 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 3884

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24707
/proc/meminfo: memFree=995496/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2324 CPUtime=151.04
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 256 0 0 0 15104 0 0 0 25 0 1 0 214563031 2379776 251 1992294400 134512640 134998072 4294956256 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 581 251 58 118 0 459 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 4016

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24707
/proc/meminfo: memFree=995432/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2440 CPUtime=211.01
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 278 0 0 0 21101 0 0 0 25 0 1 0 214563031 2498560 273 1992294400 134512640 134998072 4294956256 18446744073709551615 134525452 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 610 273 58 118 0 488 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 4132

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24707
/proc/meminfo: memFree=995368/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2572 CPUtime=270.97
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 296 0 0 0 27097 0 0 0 25 0 1 0 214563031 2633728 291 1992294400 134512640 134998072 4294956256 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 643 291 58 118 0 521 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 4264

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=995112/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2572 CPUtime=330.95
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 307 0 0 0 33095 0 0 0 25 0 1 0 214563031 2633728 302 1992294400 134512640 134998072 4294956256 18446744073709551615 134525560 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 643 302 58 118 0 521 0

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


[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=995048/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2700 CPUtime=570.83
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 344 0 0 0 57083 0 0 0 25 0 1 0 214563031 2764800 339 1992294400 134512640 134998072 4294956256 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 675 339 58 118 0 553 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 4392

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=995048/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=630.8
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 362 0 0 0 63080 0 0 0 25 0 1 0 214563031 2883584 357 1992294400 134512640 134998072 4294956256 18446744073709551615 134528125 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 357 58 118 0 582 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 4508

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994920/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=690.77
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 368 0 0 0 69077 0 0 0 25 0 1 0 214563031 2883584 363 1992294400 134512640 134998072 4294956256 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 363 58 118 0 582 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 4508

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994856/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=750.74
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 372 0 0 0 75074 0 0 0 25 0 1 0 214563031 2883584 367 1992294400 134512640 134998072 4294956256 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 367 58 118 0 582 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 4508

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994856/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=810.7
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 374 0 0 0 81070 0 0 0 25 0 1 0 214563031 2883584 369 1992294400 134512640 134998072 4294956256 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 369 58 118 0 582 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 4508

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994856/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=870.67
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 377 0 0 0 87067 0 0 0 25 0 1 0 214563031 2883584 372 1992294400 134512640 134998072 4294956256 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 372 58 118 0 582 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 4508

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=930.65
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 388 0 0 0 93065 0 0 0 25 0 1 0 214563031 2883584 383 1992294400 134512640 134998072 4294956256 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 383 58 118 0 582 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 4508

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

[startup+947.106 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=935.44
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 388 0 0 0 93544 0 0 0 25 0 1 0 214563031 2883584 383 1992294400 134512640 134998072 4294956256 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 383 58 118 0 582 0
Current children cumulated CPU time (s) 946.6
Current children cumulated vsize (KiB) 4508

[startup+959.903 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=948.23
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 388 0 0 0 94823 0 0 0 25 0 1 0 214563031 2883584 383 1992294400 134512640 134998072 4294956256 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 383 58 118 0 582 0
Current children cumulated CPU time (s) 959.39
Current children cumulated vsize (KiB) 4508

[startup+966.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=954.63
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 390 0 0 0 95463 0 0 0 25 0 1 0 214563031 2883584 385 1992294400 134512640 134998072 4294956256 18446744073709551615 134535739 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 385 58 118 0 582 0
Current children cumulated CPU time (s) 965.79
Current children cumulated vsize (KiB) 4508

[startup+967.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=956.23
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 390 0 0 0 95623 0 0 0 25 0 1 0 214563031 2883584 385 1992294400 134512640 134998072 4294956256 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 385 58 118 0 582 0
Current children cumulated CPU time (s) 967.39
Current children cumulated vsize (KiB) 4508

[startup+968.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2816 CPUtime=957.03
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 390 0 0 0 95703 0 0 0 25 0 1 0 214563031 2883584 385 1992294400 134512640 134998072 4294956256 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 704 385 58 118 0 582 0
Current children cumulated CPU time (s) 968.19
Current children cumulated vsize (KiB) 4508

[startup+969.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2948 CPUtime=957.44
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 391 0 0 0 95744 0 0 0 25 0 1 0 214563031 3018752 386 1992294400 134512640 134998072 4294956256 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 737 386 58 118 0 615 0
Current children cumulated CPU time (s) 968.6
Current children cumulated vsize (KiB) 4640

[startup+969.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 24709
/proc/meminfo: memFree=994792/2055920 swapFree=4175260/4192956
[pid=24702] ppid=24700 vsize=1692 CPUtime=11.16
/proc/24702/stat : 24702 (SATzilla2007_C) S 24700 24702 24570 0 -1 4194304 567 571 0 1 290 55 701 70 16 0 1 0 214561913 1732608 265 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24702/statm: 423 265 165 260 0 147 0
[pid=24707] ppid=24702 vsize=2948 CPUtime=957.63
/proc/24707/stat : 24707 (minisat20) R 24702 24702 24570 0 -1 4194304 391 0 0 0 95763 0 0 0 25 0 1 0 214563031 3018752 386 1992294400 134512640 134998072 4294956256 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/24707/statm: 737 386 58 118 0 615 0
Current children cumulated CPU time (s) 968.79
Current children cumulated vsize (KiB) 4640

Child status: 20
Real time (s): 969.348
CPU time (s): 968.865
CPU user time (s): 967.592
CPU system time (s): 1.27281
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 967.592
system time used= 1.27281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1548
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 2683

runsolver used 0.744886 second user time and 2.78858 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-09 12:35:51
IDJOB=1784721
IDBENCH=24600
IDSOLVER=640
FILE ID=node60/1784721-1241865351
PBS_JOBID= 9264555
Free space on /tmp= 66044 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784721-1241865351/watcher-1784721-1241865351 -o /tmp/evaluation-result-1784721-1241865351/solver-1784721-1241865351 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1784721-1241865351.cnf            

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

MD5SUM BENCH= ab810788a5ff5edde690e75706c8dd18
RANDOM SEED=1115651613

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
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.256
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:        997656 kB
Buffers:         52992 kB
Cached:         915812 kB
SwapCached:      12028 kB
Active:         334180 kB
Inactive:       649112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        997656 kB
SwapTotal:     4192956 kB
SwapFree:      4175260 kB
Dirty:            8364 kB
Writeback:           0 kB
Mapped:          14020 kB
Slab:            60996 kB
Committed_AS:   751728 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66032 MiB
End job on node60 at 2009-05-09 12:52:01