Trace number 333306

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 FULLUNSAT 1037.41 1037.84

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 benchmark212.424
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 (download as text)

11.17/11.30	c run March_dl for 5 seconds ... 
11.17/11.30	c Bin: Executing march_dl
11.17/11.30	c child exit by a signal
11.17/11.30	c march_dl returned code 137.
11.17/11.30	c run saps for 2 seconds ... 
11.17/11.30	c Bin: Executing ubcsat2006
11.17/11.30	c child exited successfully
11.17/11.30	c ubcsat2006 returned code 0.
11.17/11.30	c satzilla computing base features
11.17/11.30	c satzilla doing unit-prop probe
11.17/11.30	c satzilla doing local search probe
11.17/11.30	c satzilla doing lobjois search-space size estimate
11.17/11.30	c satzilla's ranking:
11.17/11.30	c 1) minisat20: 0.720027
11.17/11.30	c 2) march_dl: 1.277445
11.17/11.30	c 3) vallst: 1.951233
11.17/11.30	c 4) kcnfs: 2.648437
11.17/11.30	c 5) zchaff_rand: 3.113361
11.17/11.30	c 6) eureka: 3.825867
11.17/11.30	c 7) kcnfs+P: 999.000000
11.17/11.30	c 8) march_dl+P: 999.000000
11.17/11.30	c 9) vallst+P: 999.000000
11.17/11.30	c 10) zchaff_rand+P: 999.000000
11.17/11.30	c 11) rsat+P: 999.000000
11.17/11.30	c 12) eureka+P: 999.000000
11.17/11.30	c 13) minisat20+P: 999.000000
11.17/11.30	c 14) rsat: 999.000000
11.17/11.30	c satzilla running minisat20 ... 
11.27/11.30	This is MiniSat 2.0 beta
11.27/11.30	WARNING: for repeatability, setting FPU to use double precision
11.27/11.30	============================[ Problem Statistics ]=============================
11.27/11.30	|                                                                             |
11.27/11.30	|  Number of variables:  169                                                  |
11.27/11.30	|  Number of clauses:    562                                                  |
11.27/11.30	|  Parsing time:         0.00         s                                       |
11.27/11.30	============================[ Search Statistics ]==============================
11.27/11.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.27/11.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.27/11.30	===============================================================================
11.27/11.30	|         0 |     169      562     1684 |      187        0    nan |  0.000 % |
11.27/11.30	|       101 |     169      562     1684 |      206      101      5 |  0.004 % |
11.27/11.30	|       252 |     169      562     1684 |      226      252     13 |  0.004 % |
11.27/11.31	|       477 |     169      562     1684 |      249      202      6 |  0.018 % |
11.27/11.31	|       814 |     169      562     1684 |      274      213      5 |  0.018 % |
11.27/11.33	|      1321 |     169      562     1684 |      301      224      4 |  0.018 % |
11.27/11.35	|      2080 |     169      562     1684 |      331      263      6 |  0.018 % |
11.27/11.38	|      3221 |     169      562     1684 |      365      371     13 |  0.018 % |
11.27/11.42	|      4929 |     169      562     1684 |      401      389     14 |  0.018 % |
11.27/11.49	|      7491 |     169      562     1684 |      441      369     12 |  0.018 % |
11.27/11.60	|     11336 |     169      562     1684 |      485      414     14 |  0.004 % |
11.27/11.78	|     17103 |     169      562     1684 |      534      449     13 |  0.004 % |
11.96/12.05	|     25752 |     169      562     1684 |      587      323      6 |  0.018 % |
12.36/12.49	|     38726 |     169      562     1684 |      646      561     14 |  0.018 % |
13.06/13.18	|     58188 |     169      562     1684 |      711      629     16 |  0.004 % |
14.16/14.21	|     87382 |     169      562     1684 |      782      784     19 |  0.004 % |
15.76/15.85	|    131172 |     169      562     1684 |      860      681     15 |  0.004 % |
18.36/18.43	|    196856 |     169      562     1684 |      946      784     17 |  0.018 % |
22.36/22.49	|    295385 |     169      562     1684 |     1041      815     17 |  0.018 % |
28.65/28.76	|    443175 |     169      562     1684 |     1145     1061     20 |  0.018 % |
38.74/38.87	|    664858 |     169      562     1684 |     1260      670     11 |  0.018 % |
54.24/54.38	|    997384 |     169      562     1684 |     1386     1202     22 |  0.004 % |
78.43/78.57	|   1496172 |     169      562     1684 |     1524     1020     18 |  0.018 % |
116.92/117.07	|   2244355 |     169      562     1684 |     1677      901     18 |  0.018 % |
176.90/177.09	|   3366629 |     169      562     1684 |     1845     1772     27 |  0.018 % |
270.87/271.03	|   5050042 |     169      562     1684 |     2029     1898     25 |  0.004 % |
416.32/416.53	|   7575158 |     169      562     1684 |     2232     1174     20 |  0.035 % |
644.36/644.72	|  11362835 |     168      556     1666 |     2455     1705     23 |  0.609 % |
997.35/997.85	|  17044347 |     163      526     1576 |     2701     1346     19 |  3.571 % |
1037.34/1037.83	===============================================================================
1037.34/1037.83	restarts              : 29
1037.34/1037.83	conflicts             : 17717461       (17267 /sec)
1037.34/1037.83	decisions             : 18562286       (1.06 % random) (18090 /sec)
1037.34/1037.83	propagations          : 804043723      (783590 /sec)
1037.34/1037.83	conflict literals     : 555982169      (14.33 % deleted)
1037.34/1037.83	Memory used           : 2.88 MB
1037.34/1037.83	CPU time              : 1026.1 s
1037.34/1037.83	
1037.34/1037.83	c Bin: Executing minisat20
1037.34/1037.83	c child exited successfully
1037.34/1037.83	c minisat20 returned code 20.
1037.34/1037.83	s UNSATISFIABLE
1037.34/1037.83	c SATZILLA_TIME=1037.540000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-333306-1173509606 -o ROOT/results/node13/solver-333306-1173509606 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333306-1173509606/SATzilla2007_F /tmp/evaluation/333306-1173509606/instance-333306-1173509606.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25883
/proc/meminfo: memFree=1534576/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=0
/proc/25883/stat : 25883 (SATzilla2007_F) R 25881 25883 25310 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25884] ppid=25883 vsize=640 CPUtime=0
/proc/25884/stat : 25884 (march_dl) R 25883 25883 25310 0 -1 4194304 91 0 0 0 0 0 0 0 18 0 1 0 370915087 655360 82 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134598384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25884/statm: 160 82 57 118 0 39 0

[startup+0.0102781 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25883
/proc/meminfo: memFree=1534576/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=0
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25884] ppid=25883 vsize=772 CPUtime=0
/proc/25884/stat : 25884 (march_dl) R 25883 25883 25310 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 370915087 790528 133 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134536979 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25884/statm: 193 133 75 118 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2284

[startup+0.101291 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25883
/proc/meminfo: memFree=1534576/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=0
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25884] ppid=25883 vsize=772 CPUtime=0.09
/proc/25884/stat : 25884 (march_dl) R 25883 25883 25310 0 -1 4194304 142 0 0 0 9 0 0 0 19 0 1 0 370915087 790528 133 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25884/statm: 193 133 75 118 0 72 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2284

[startup+0.301317 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25883
/proc/meminfo: memFree=1534576/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=0
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25884] ppid=25883 vsize=772 CPUtime=0.29
/proc/25884/stat : 25884 (march_dl) R 25883 25883 25310 0 -1 4194304 144 0 0 0 29 0 0 0 21 0 1 0 370915087 790528 135 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134552325 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25884/statm: 193 135 75 118 0 72 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2284

[startup+0.70137 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25883
/proc/meminfo: memFree=1534576/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=0
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25884] ppid=25883 vsize=772 CPUtime=0.69
/proc/25884/stat : 25884 (march_dl) R 25883 25883 25310 0 -1 4194304 144 0 0 0 69 0 0 0 25 0 1 0 370915087 790528 135 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134552009 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25884/statm: 193 135 75 118 0 72 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2284

[startup+1.50248 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 25885
/proc/meminfo: memFree=1534176/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=0
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25884] ppid=25883 vsize=772 CPUtime=1.49
/proc/25884/stat : 25884 (march_dl) R 25883 25883 25310 0 -1 4194304 145 0 0 0 149 0 0 0 25 0 1 0 370915087 790528 136 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134551851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25884/statm: 193 136 75 118 0 72 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2284

[startup+3.10169 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 25885
/proc/meminfo: memFree=1534048/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=0
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25884] ppid=25883 vsize=772 CPUtime=3.09
/proc/25884/stat : 25884 (march_dl) R 25883 25883 25310 0 -1 4194304 145 0 0 0 309 0 0 0 25 0 1 0 370915087 790528 136 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134571710 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25884/statm: 193 136 75 118 0 72 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2284

[startup+6.30112 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 25886
/proc/meminfo: memFree=1533856/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1512 CPUtime=4.99
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 149 145 0 0 0 0 499 0 16 0 1 0 370915087 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25883/statm: 378 125 110 260 0 84 0
[pid=25886] ppid=25883 vsize=6188 CPUtime=1.29
/proc/25886/stat : 25886 (ubcsat2006) R 25883 25883 25310 0 -1 4194304 244 0 0 0 95 34 0 0 25 0 1 0 370915588 6336512 226 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25886/statm: 1547 226 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533800/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=1808 CPUtime=1.39
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 122 0 0 0 139 0 0 0 25 0 1 0 370916217 1851392 115 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 452 115 58 118 0 330 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3436

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533736/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=1936 CPUtime=14.19
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 159 0 0 0 1419 0 0 0 25 0 1 0 370916217 1982464 152 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 484 152 58 118 0 362 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 3564

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533608/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2060 CPUtime=39.77
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 193 0 0 0 3977 0 0 0 25 0 1 0 370916217 2109440 186 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525546 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 515 186 58 118 0 393 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 3688

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533544/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2188 CPUtime=90.96
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 228 0 0 0 9096 0 0 0 25 0 1 0 370916217 2240512 221 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 547 221 58 118 0 425 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 3816

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533416/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2316 CPUtime=150.93
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 253 0 0 0 15093 0 0 0 25 0 1 0 370916217 2371584 246 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 579 246 58 118 0 457 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 3944

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533288/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2440 CPUtime=210.91
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 279 0 0 0 21091 0 0 0 25 0 1 0 370916217 2498560 272 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528282 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 610 272 58 118 0 488 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 4068

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533160/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2440 CPUtime=270.89
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 294 0 0 0 27089 0 0 0 25 0 1 0 370916217 2498560 287 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 610 287 58 118 0 488 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 4068

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 25887
/proc/meminfo: memFree=1533160/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2572 CPUtime=330.88
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 309 0 0 0 33088 0 0 0 25 0 1 0 370916217 2633728 302 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 643 302 58 118 0 521 0

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


[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532840/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2808 CPUtime=690.67
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 365 0 0 0 69067 0 0 0 25 0 1 0 370916217 2875392 358 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 702 358 58 118 0 580 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 4436

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532776/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2808 CPUtime=750.65
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 371 0 0 0 75065 0 0 0 25 0 1 0 370916217 2875392 364 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 702 364 58 118 0 580 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 4436

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532776/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2808 CPUtime=810.64
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 374 0 0 0 81063 1 0 0 25 0 1 0 370916217 2875392 367 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 702 367 58 118 0 580 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 4436

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532712/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2808 CPUtime=870.62
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 376 0 0 0 87061 1 0 0 25 0 1 0 370916217 2875392 369 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 702 369 58 118 0 580 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 4436

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532776/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2808 CPUtime=930.6
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 379 0 0 0 93059 1 0 0 25 0 1 0 370916217 2875392 372 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 702 372 58 118 0 580 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 4436

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532776/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2808 CPUtime=990.58
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 389 0 0 0 99057 1 0 0 25 0 1 0 370916217 2875392 382 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 702 382 58 118 0 580 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 4436

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

[startup+1023.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532776/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2808 CPUtime=1012.17
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 390 0 0 0 101216 1 0 0 25 0 1 0 370916217 2875392 383 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525137 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 702 383 58 118 0 580 0
Current children cumulated CPU time (s) 1023.44
Current children cumulated vsize (KiB) 4436

[startup+1030.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532776/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2944 CPUtime=1018.57
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 392 0 0 0 101856 1 0 0 25 0 1 0 370916217 3014656 385 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 736 385 58 118 0 614 0
Current children cumulated CPU time (s) 1029.84
Current children cumulated vsize (KiB) 4572

[startup+1033.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532712/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2944 CPUtime=1021.77
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 392 0 0 0 102176 1 0 0 25 0 1 0 370916217 3014656 385 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 736 385 58 118 0 614 0
Current children cumulated CPU time (s) 1033.04
Current children cumulated vsize (KiB) 4572

[startup+1035.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532712/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2944 CPUtime=1023.37
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 392 0 0 0 102336 1 0 0 25 0 1 0 370916217 3014656 385 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 736 385 58 118 0 614 0
Current children cumulated CPU time (s) 1034.64
Current children cumulated vsize (KiB) 4572

[startup+1036.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532712/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2944 CPUtime=1024.97
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 392 0 0 0 102496 1 0 0 25 0 1 0 370916217 3014656 385 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528267 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 736 385 58 118 0 614 0
Current children cumulated CPU time (s) 1036.24
Current children cumulated vsize (KiB) 4572

[startup+1037.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532712/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2944 CPUtime=1025.77
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 393 0 0 0 102576 1 0 0 25 0 1 0 370916217 3014656 386 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 736 386 58 118 0 614 0
Current children cumulated CPU time (s) 1037.04
Current children cumulated vsize (KiB) 4572

[startup+1037.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532712/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2944 CPUtime=1025.97
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 393 0 0 0 102596 1 0 0 25 0 1 0 370916217 3014656 386 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 736 386 58 118 0 614 0
Current children cumulated CPU time (s) 1037.24
Current children cumulated vsize (KiB) 4572

[startup+1037.8 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 26085
/proc/meminfo: memFree=1532712/2055920 swapFree=4158920/4192956
[pid=25883] ppid=25881 vsize=1628 CPUtime=11.27
/proc/25883/stat : 25883 (SATzilla2007_F) S 25881 25883 25310 0 -1 4194304 543 395 0 0 296 59 700 72 25 0 1 0 370915087 1667072 248 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 407 248 169 260 0 113 0
[pid=25887] ppid=25883 vsize=2944 CPUtime=1026.07
/proc/25887/stat : 25887 (minisat20) R 25883 25883 25310 0 -1 4194304 393 0 0 0 102606 1 0 0 25 0 1 0 370916217 3014656 386 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528348 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25887/statm: 736 386 58 118 0 614 0
Current children cumulated CPU time (s) 1037.34
Current children cumulated vsize (KiB) 4572

Child status: 20
Real time (s): 1037.84
CPU time (s): 1037.41
CPU user time (s): 1036.07
CPU system time (s): 1.3338
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 7700

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

runsolver used 0.988849 second user time and 2.79257 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Mar 10 06:53:26 UTC 2007

IDJOB= 333306
IDBENCH= 24600
IDSOLVER= 136
FILE ID= node13/333306-1173509606

PBS_JOBID= 4101115

Free space on /tmp= 66365 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333306-1173509606/SATzilla2007_F /tmp/evaluation/333306-1173509606/instance-333306-1173509606.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-333306-1173509606 -o ROOT/results/node13/solver-333306-1173509606 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333306-1173509606/SATzilla2007_F /tmp/evaluation/333306-1173509606/instance-333306-1173509606.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  ab810788a5ff5edde690e75706c8dd18

RANDOM SEED= 73996371

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1534984 kB
Buffers:         48768 kB
Cached:         383800 kB
SwapCached:       2156 kB
Active:         193888 kB
Inactive:       261440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534984 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:           10212 kB
Writeback:           0 kB
Mapped:          30828 kB
Slab:            51160 kB
Committed_AS:  1604000 kB
PageTables:       1744 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= 66365 MiB

End job on node13 on Sat Mar 10 07:10:44 UTC 2007