Trace number 331030

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 RANDOM? (exit code) 1199.68 1236.78

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark239.446
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data (download as text)

130.07/130.32	c run March_dl for 5 seconds ... 
130.07/130.32	c Bin: Executing march_dl
130.07/130.32	c child exit by a signal
130.07/130.32	c march_dl returned code 137.
130.07/130.32	c run saps (UBCSAT implementation) for 2 seconds ... 
130.07/130.32	c Bin: Executing ubcsat2006
130.07/130.32	c child exited successfully
130.07/130.32	c ubcsat2006 returned code 0.
130.07/130.32	c satzilla computing base features
130.07/130.32	c satzilla doing unit-prop probe
130.07/130.32	c satzilla doing local search probe
130.07/130.32	c satzilla doing lobjois search-space size estimate
130.07/130.32	c satzilla's ranking:
130.07/130.32	c 1) march_dl: -29945.513881
130.07/130.32	c 2) kcnfs: 743.348862
130.07/130.32	c 3) minisat20+P: 972.331830
130.07/130.32	c 4) kcnfs+P: 999.000000
130.07/130.32	c 5) march_dl+P: 999.000000
130.07/130.32	c 6) vallst+P: 999.000000
130.07/130.32	c 7) zchaff_rand+P: 999.000000
130.07/130.32	c 8) vallst: 999.000000
130.07/130.32	c 9) zchaff_rand: 999.000000
130.07/130.32	c 10) minisat20: 999.000000
130.07/130.32	c satzilla running march_dl ... 
868.66/905.45	c Bin: Executing march_dl
868.66/905.45	c child exit by a signal
868.66/905.45	c march_dl returned code 139.
868.66/905.45	c march_dl returned code 139.
868.66/905.45	c satzilla running kcnfs ... 
869.77/906.77	c Bin: Executing kcnfs
869.77/906.77	c child exited successfully
869.77/906.77	c kcnfs returned code 0.
869.77/906.77	c kcnfs returned code 0.
869.77/906.77	c satzilla running minisat20 with preprocessing ... 
930.63/967.63	This is MiniSat 2.0 beta
930.63/967.63	WARNING: for repeatability, setting FPU to use double precision
930.63/967.63	============================[ Problem Statistics ]=============================
930.63/967.63	|                                                                             |
930.63/967.63	|  Number of variables:  44095                                                |
930.63/967.63	|  Number of clauses:    542253                                               |
930.64/967.95	|  Parsing time:         0.28         s                                       |
930.64/967.97	============================[ Search Statistics ]==============================
930.64/967.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
930.64/967.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
930.64/967.97	===============================================================================
930.64/967.97	|         0 |   44090   542227  1554205 |   180742        0    nan |  0.000 % |
930.64/968.04	|       101 |   44090   542227  1554205 |   198816      101     36 |  0.012 % |
930.64/968.15	|       252 |   44090   542227  1554205 |   218698      252     38 |  0.011 % |
931.20/968.23	|       477 |   44090   542227  1554205 |   240568      477     39 |  0.011 % |
931.31/968.30	|       815 |   44090   542227  1554205 |   264624      815     36 |  0.011 % |
931.41/968.47	|      1321 |   44090   542227  1554205 |   291087     1321     37 |  0.011 % |
931.61/968.61	|      2080 |   44090   542227  1554205 |   320196     2080     36 |  0.011 % |
931.81/968.82	|      3219 |   44090   542227  1554205 |   352215     3219     41 |  0.011 % |
932.21/969.26	|      4927 |   44090   542227  1554205 |   387437     4927     52 |  0.011 % |
933.00/970.04	|      7490 |   44090   542227  1554205 |   426180     7490     81 |  0.011 % |
934.11/971.19	|     11335 |   44090   542227  1554205 |   468799    11335     79 |  0.011 % |
935.50/972.56	|     17102 |   44090   542227  1554205 |   515678    17102     73 |  0.011 % |
937.40/974.49	|     25753 |   44090   542227  1554205 |   567246    25753     74 |  0.011 % |
942.20/979.27	|     38727 |   44090   542227  1554205 |   623971    38727     99 |  0.011 % |
949.60/986.67	|     58188 |   44090   542227  1554205 |   686368    58188     95 |  0.011 % |
961.89/998.95	|     87380 |   44090   542227  1554205 |   755005    87380    110 |  0.011 % |
981.58/1018.63	|    131170 |   44090   542227  1554205 |   830506   131170    123 |  0.011 % |
1020.17/1057.22	|    196857 |   44090   542227  1554205 |   913556   196857    136 |  0.011 % |
1098.74/1135.86	|    295383 |   44090   542227  1554205 |  1004912   295383    194 |  0.011 % |
1199.61/1236.73	c Preprocessing...
1199.61/1236.73	c Inital problem has 44095 variables, 42026 nary clauses (500227 binary clauses).
1199.61/1236.73	c Num non-binary clauses 42025, Average non-binary clause length 13.178
1199.61/1236.73	c Theory has no gaps
1199.61/1236.73	c preprocessor timed out at 60.030000 sec
1199.61/1236.73	c Bin: Executing minisat20
1199.61/1236.73	c child exit by a signal
1199.61/1236.73	c minisat20 returned code 137.
1199.61/1236.73	c minisat20 returned code 137.
1199.61/1236.73	c satzilla running kcnfs with preprocessing ... 
1199.61/1236.73	c Bin: Executing kcnfs
1199.61/1236.73	c kcnfs returned code 1.
1199.61/1236.73	c kcnfs returned code 1.
1199.61/1236.73	c satzilla running march_dl with preprocessing ... 
1199.61/1236.73	c Bin: Executing march_dl
1199.61/1236.73	c march_dl returned code 1.
1199.61/1236.73	c march_dl returned code 1.
1199.61/1236.73	c satzilla running vallst with preprocessing ... 
1199.61/1236.74	c Bin: Executing vallst
1199.61/1236.74	c vallst returned code 1.
1199.61/1236.74	c vallst returned code 1.
1199.61/1236.74	c satzilla running zchaff_rand with preprocessing ... 
1199.61/1236.74	c Bin: Executing zchaff_rand
1199.61/1236.74	c zchaff_rand returned code 1.
1199.61/1236.74	c zchaff_rand returned code 1.
1199.61/1236.74	c satzilla running vallst ... 
1199.61/1236.74	c Bin: Executing vallst
1199.61/1236.74	c vallst returned code 1.
1199.61/1236.74	c vallst returned code 1.
1199.61/1236.74	c satzilla running zchaff_rand ... 
1199.61/1236.74	c Bin: Executing zchaff_rand
1199.61/1236.74	c zchaff_rand returned code 1.
1199.61/1236.74	c zchaff_rand returned code 1.
1199.61/1236.74	c satzilla running minisat20 ... 
1199.61/1236.74	c Bin: Executing minisat20
1199.61/1236.74	c minisat20 returned code 1.
1199.61/1236.74	c minisat20 returned code 1.
1199.61/1236.74	c ERROR: All Failed! 
1199.61/1236.74	c SATZILLA_TIME=1199.830000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-331030-1173178744 -o ROOT/results/node44/solver-331030-1173178744 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331030-1173178744/SATzilla2007_R /tmp/evaluation/331030-1173178744/instance-331030-1173178744.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 1.08 3/64 22223
/proc/meminfo: memFree=1851008/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=0
/proc/22223/stat : 22223 (SATzilla2007_R) D 22221 22223 21579 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 337830671 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/22223/statm: 360 110 95 260 0 84 0

[startup+0.0720771 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22223
/proc/meminfo: memFree=1851008/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=0
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337830671 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.102081 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22223
/proc/meminfo: memFree=1851008/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=0
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337830671 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.302118 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22223
/proc/meminfo: memFree=1851008/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=0
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337830671 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.70119 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 22223
/proc/meminfo: memFree=1851008/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=0
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337830671 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50134 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22225
/proc/meminfo: memFree=1824752/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=0
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337830671 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 360 110 95 260 0 84 0
[pid=22225] ppid=22223 vsize=44992 CPUtime=1.47
/proc/22225/stat : 22225 (march_dl) R 22223 22223 21579 0 -1 4194304 9623 0 0 0 142 5 0 0 25 0 1 0 337830673 46071808 8909 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543093 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22225/statm: 11248 8910 55 118 0 11127 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 46432

[startup+3.10163 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22225
/proc/meminfo: memFree=1823728/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=0
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 337830671 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 360 110 95 260 0 84 0
[pid=22225] ppid=22223 vsize=44920 CPUtime=3.07
/proc/22225/stat : 22225 (march_dl) R 22223 22223 21579 0 -1 4194304 22913 0 0 0 296 11 0 0 25 0 1 0 337830673 45998080 9051 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134649667 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22225/statm: 11230 9051 57 118 0 11109 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 46360

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22226
/proc/meminfo: memFree=1845040/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=1440 CPUtime=5
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 135 39438 0 0 0 0 480 20 17 0 1 0 337830671 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 360 111 96 260 0 84 0
[pid=22226] ppid=22223 vsize=49300 CPUtime=1.16
/proc/22226/stat : 22226 (ubcsat2006) R 22223 22223 21579 0 -1 4194304 7673 0 13 0 113 3 0 0 21 0 1 0 337831174 50483200 7669 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22226/statm: 12325 7669 156 64 0 11906 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 50740

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 1.08 2/65 22226
/proc/meminfo: memFree=1805304/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=46492 CPUtime=12.56
/proc/22223/stat : 22223 (SATzilla2007_R) R 22221 22223 21579 0 -1 4194304 11271 47126 0 13 473 5 753 25 25 0 1 0 337830671 47607808 11240 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/22223/statm: 11623 11240 121 260 0 11347 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 46492

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.08 2/65 22226
/proc/meminfo: memFree=1820152/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31236 CPUtime=25.36
/proc/22223/stat : 22223 (SATzilla2007_R) R 22221 22223 21579 0 -1 4194304 15605 47126 0 13 1750 8 753 25 25 0 1 0 337830671 31985664 7542 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134542283 0 0 4096 0 0 0 0 17 1 0 0
/proc/22223/statm: 7809 7542 124 260 0 7533 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 31236

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 1.08 2/65 22226
/proc/meminfo: memFree=1820216/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31236 CPUtime=50.95
/proc/22223/stat : 22223 (SATzilla2007_R) R 22221 22223 21579 0 -1 4194304 15606 47126 0 13 4309 8 753 25 25 0 1 0 337830671 31985664 7543 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134541304 0 0 4096 0 0 0 0 17 1 0 0
/proc/22223/statm: 7809 7543 124 260 0 7533 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 31236

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.07 2/65 22226
/proc/meminfo: memFree=1820216/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31236 CPUtime=102.13
/proc/22223/stat : 22223 (SATzilla2007_R) R 22221 22223 21579 0 -1 4194304 15607 47126 0 13 9427 8 753 25 25 0 1 0 337830671 31985664 7544 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134527327 0 0 4096 0 0 0 0 17 1 0 0
/proc/22223/statm: 7809 7544 124 260 0 7533 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 31236

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/72 22351
/proc/meminfo: memFree=1742768/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31352 CPUtime=130.09
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 29601 47126 0 13 12213 18 753 25 25 0 1 0 337830671 32104448 7609 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22223/statm: 7838 7609 157 260 0 7562 0
[pid=22301] ppid=22223 vsize=84860 CPUtime=31.93
/proc/22301/stat : 22301 (march_dl) R 22223 22223 21579 0 -1 4194304 45312 0 0 0 3169 24 0 0 25 0 1 0 337843703 86896640 18836 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560262 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22301/statm: 21215 18836 65 118 0 21094 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 116212

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 22425
/proc/meminfo: memFree=1705896/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31352 CPUtime=130.09
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 29601 47126 0 13 12213 18 753 25 25 0 1 0 337830671 32104448 7609 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22223/statm: 7838 7609 157 260 0 7562 0
[pid=22301] ppid=22223 vsize=123468 CPUtime=91.85
/proc/22301/stat : 22301 (march_dl) R 22223 22223 21579 0 -1 4194304 54760 0 0 0 9156 29 0 0 25 0 1 0 337843703 126431232 28284 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22301/statm: 30867 28284 65 118 0 30746 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 154820

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 22425
/proc/meminfo: memFree=1515432/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31352 CPUtime=130.09
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 29601 47126 0 13 12213 18 753 25 25 0 1 0 337830671 32104448 7609 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22223/statm: 7838 7609 157 260 0 7562 0
[pid=22301] ppid=22223 vsize=329828 CPUtime=151.84
/proc/22301/stat : 22301 (march_dl) R 22223 22223 21579 0 -1 4194304 118955 0 0 0 15129 55 0 0 25 0 1 0 337843703 337743872 77173 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617428 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22301/statm: 82457 77173 65 118 0 82336 0
Current children cumulated CPU time (s) 281.93
Current children cumulated vsize (KiB) 361180

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 22425
/proc/meminfo: memFree=1501928/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31352 CPUtime=130.09
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 29601 47126 0 13 12213 18 753 25 25 0 1 0 337830671 32104448 7609 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22223/statm: 7838 7609 157 260 0 7562 0
[pid=22301] ppid=22223 vsize=326364 CPUtime=211.81
/proc/22301/stat : 22301 (march_dl) R 22223 22223 21579 0 -1 4194304 126958 0 0 0 21121 60 0 0 25 0 1 0 337843703 334196736 79178 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560262 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22301/statm: 81591 79178 65 118 0 81470 0
Current children cumulated CPU time (s) 341.9
Current children cumulated vsize (KiB) 357716

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 22425
/proc/meminfo: memFree=1493672/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31352 CPUtime=130.09
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 29601 47126 0 13 12213 18 753 25 25 0 1 0 337830671 32104448 7609 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22223/statm: 7838 7609 157 260 0 7562 0
[pid=22301] ppid=22223 vsize=334380 CPUtime=271.79
/proc/22301/stat : 22301 (march_dl) R 22223 22223 21579 0 -1 4194304 140596 0 0 0 27112 67 0 0 25 0 1 0 337843703 342405120 81189 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559547 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22301/statm: 83595 81189 65 118 0 83474 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 365732

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 22425
/proc/meminfo: memFree=1492392/2055920 swapFree=4183416/4192956
[pid=22223] ppid=22221 vsize=31352 CPUtime=130.09
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 29601 47126 0 13 12213 18 753 25 25 0 1 0 337830671 32104448 7609 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22223/statm: 7838 7609 157 260 0 7562 0
[pid=22301] ppid=22223 vsize=335764 CPUtime=331.78
/proc/22301/stat : 22301 (march_dl) R 22223 22223 21579 0 -1 4194304 152350 0 0 0 33105 73 0 0 25 0 1 0 337843703 343822336 81536 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22301/statm: 83941 81536 65 118 0 83820 0
Current children cumulated CPU time (s) 461.87
Current children cumulated vsize (KiB) 367116


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

/proc/22301/statm: 407863 399353 73 118 0 407742 0
Current children cumulated CPU time (s) 865.43
Current children cumulated vsize (KiB) 1662804

[startup+942.301 s]
/proc/loadavg: 1.45 1.17 1.06 2/65 22429
/proc/meminfo: memFree=1520056/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=161556 CPUtime=905.35
/proc/22223/stat : 22223 (SATzilla2007_R) R 22221 22223 21579 0 -1 4194304 51752 749684 1 29 15751 30 73571 1183 25 0 1 0 337830671 165433344 29219 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134594040 0 0 4096 0 0 0 0 17 0 0 0
/proc/22223/statm: 40389 29219 163 260 0 40113 0
Current children cumulated CPU time (s) 905.35
Current children cumulated vsize (KiB) 161556

[startup+1002.3 s]
/proc/loadavg: 1.24 1.15 1.06 2/66 22430
/proc/meminfo: memFree=1431856/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=72856 CPUtime=34.66
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 17777 0 6 0 3452 14 0 0 25 0 1 0 337927431 74604544 17777 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 18214 17777 59 118 0 18092 0
Current children cumulated CPU time (s) 965.3
Current children cumulated vsize (KiB) 261344

[startup+1062.3 s]
/proc/loadavg: 1.15 1.14 1.06 2/66 22430
/proc/meminfo: memFree=1356080/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=149664 CPUtime=94.63
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 36961 0 6 0 9433 30 0 0 25 0 1 0 337927431 153255936 36961 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 37416 36961 59 118 0 37294 0
Current children cumulated CPU time (s) 1025.27
Current children cumulated vsize (KiB) 338152

[startup+1122.31 s]
/proc/loadavg: 1.12 1.12 1.06 2/66 22430
/proc/meminfo: memFree=1256688/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=248080 CPUtime=154.61
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 61546 0 6 0 15412 49 0 0 25 0 1 0 337927431 254033920 61546 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528523 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 62020 61546 59 118 0 61898 0
Current children cumulated CPU time (s) 1085.25
Current children cumulated vsize (KiB) 436568

[startup+1182.3 s]
/proc/loadavg: 1.10 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1208496/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=296912 CPUtime=214.58
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 73654 0 6 0 21398 60 0 0 25 0 1 0 337927431 304037888 73654 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 74228 73654 59 118 0 74106 0
Current children cumulated CPU time (s) 1145.22
Current children cumulated vsize (KiB) 485400

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

[startup+1203.4 s]
/proc/loadavg: 1.07 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1195440/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=309872 CPUtime=235.67
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 76909 0 6 0 23505 62 0 0 25 0 1 0 337927431 317308928 76909 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 77468 76909 59 118 0 77346 0
Current children cumulated CPU time (s) 1166.31
Current children cumulated vsize (KiB) 498360

[startup+1216.2 s]
/proc/loadavg: 1.06 1.10 1.06 2/66 22430
/proc/meminfo: memFree=1188208/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=316784 CPUtime=248.47
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 78630 0 6 0 24783 64 0 0 25 0 1 0 337927431 324386816 78630 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 79196 78630 59 118 0 79074 0
Current children cumulated CPU time (s) 1179.11
Current children cumulated vsize (KiB) 505272

[startup+1229.01 s]
/proc/loadavg: 1.11 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1181872/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=322984 CPUtime=261.27
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 80157 0 6 0 26062 65 0 0 25 0 1 0 337927431 330735616 80157 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 80746 80157 59 118 0 80624 0
Current children cumulated CPU time (s) 1191.91
Current children cumulated vsize (KiB) 511472

[startup+1232.2 s]
/proc/loadavg: 1.10 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1180400/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=324424 CPUtime=264.47
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 80513 0 6 0 26381 66 0 0 25 0 1 0 337927431 332210176 80513 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 81106 80513 59 118 0 80984 0
Current children cumulated CPU time (s) 1195.11
Current children cumulated vsize (KiB) 512912

[startup+1233.8 s]
/proc/loadavg: 1.10 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1179952/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=325084 CPUtime=266.07
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 80690 0 6 0 26541 66 0 0 25 0 1 0 337927431 332886016 80690 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 81271 80690 59 118 0 81149 0
Current children cumulated CPU time (s) 1196.71
Current children cumulated vsize (KiB) 513572

[startup+1235.4 s]
/proc/loadavg: 1.10 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1179376/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=325876 CPUtime=267.66
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 80886 0 6 0 26700 66 0 0 25 0 1 0 337927431 333697024 80886 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 81469 80886 59 118 0 81347 0
Current children cumulated CPU time (s) 1198.3
Current children cumulated vsize (KiB) 514364

[startup+1236.2 s]
/proc/loadavg: 1.10 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1178864/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=326272 CPUtime=268.47
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 80985 0 6 0 26780 67 0 0 25 0 1 0 337927431 334102528 80985 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 81568 80985 59 118 0 81446 0
Current children cumulated CPU time (s) 1199.11
Current children cumulated vsize (KiB) 514760

[startup+1236.6 s]
/proc/loadavg: 1.10 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1178288/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=326404 CPUtime=268.87
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4194304 81037 0 6 0 26820 67 0 0 25 0 1 0 337927431 334237696 81037 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527907 0 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 81601 81037 59 118 0 81479 0
Current children cumulated CPU time (s) 1199.51
Current children cumulated vsize (KiB) 514892

[startup+1236.71 s]
/proc/loadavg: 1.10 1.11 1.06 2/66 22430
/proc/meminfo: memFree=1178288/2055920 swapFree=4183332/4192956
[pid=22223] ppid=22221 vsize=188488 CPUtime=930.64
/proc/22223/stat : 22223 (SATzilla2007_R) S 22221 22223 21579 0 -1 4194304 56018 749684 1 29 18276 34 73571 1183 25 0 1 0 337830671 193011712 33483 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22223/statm: 47122 33483 163 260 0 46846 0
[pid=22430] ppid=22223 vsize=0 CPUtime=268.97
/proc/22430/stat : 22430 (minisat20) R 22223 22223 21579 0 -1 4195332 81046 0 6 0 26828 69 0 0 25 0 1 0 337927431 0 0 18446744073709551615 0 0 0 0 0 256 0 8392704 3 0 0 0 17 0 0 0
/proc/22430/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.61
Current children cumulated vsize (KiB) 188488

Child status: 17
Real time (s): 1236.78
CPU time (s): 1199.68
CPU user time (s): 1186.77
CPU system time (s): 12.915
CPU usage (%): 97.0004
Max. virtual memory (cumulated for all children) (KiB): 1737812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1186.77
system time used= 12.915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 886760
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 396
involuntary context switches= 3101

runsolver used 1.19482 second user time and 2.94755 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Mar  6 10:59:05 UTC 2007

IDJOB= 331030
IDBENCH= 20577
IDSOLVER= 134
FILE ID= node44/331030-1173178744

PBS_JOBID= 4015260

Free space on /tmp= 66505 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= /tmp/evaluation/331030-1173178744/SATzilla2007_R /tmp/evaluation/331030-1173178744/instance-331030-1173178744.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-331030-1173178744 -o ROOT/results/node44/solver-331030-1173178744 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331030-1173178744/SATzilla2007_R /tmp/evaluation/331030-1173178744/instance-331030-1173178744.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  f0f4556999ccb446384994a4148fca28

RANDOM SEED= 89920970

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.261
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.261
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:       1851416 kB
Buffers:          6884 kB
Cached:         108320 kB
SwapCached:       3184 kB
Active:          55988 kB
Inactive:        81236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851416 kB
SwapTotal:     4192956 kB
SwapFree:      4183416 kB
Dirty:           18616 kB
Writeback:           0 kB
Mapped:          28252 kB
Slab:            53188 kB
Committed_AS:   721612 kB
PageTables:       1428 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= 64944 MiB

End job on node44 on Tue Mar  6 11:19:42 UTC 2007