Trace number 306997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1199.61 1199.94

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S1890278326-03.cnf
MD5SUM54d48c33f7a9a8497a5de749a63ebbcb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark943.856
Satisfiable
(Un)Satisfiability was proved
Number of variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
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.44/11.48	c run March_dl for 5 seconds ... 
11.44/11.48	c Bin: Executing march_dl
11.44/11.48	c child exit by a signal
11.44/11.48	c march_dl returned code 137.
11.44/11.48	c run saps (UBCSAT implementation) for 2 seconds ... 
11.44/11.48	c Bin: Executing ubcsat2006
11.44/11.48	c child exited successfully
11.44/11.48	c ubcsat2006 returned code 0.
11.44/11.48	c satzilla computing base features
11.44/11.48	c satzilla doing unit-prop probe
11.44/11.48	c satzilla doing local search probe
11.44/11.48	c satzilla doing lobjois search-space size estimate
11.44/11.48	c satzilla's ranking:
11.44/11.48	c 1) march_dl: 1.939253
11.44/11.48	c 2) minisat20: 2.526778
11.44/11.48	c 3) march_dl+P: 2.617363
11.44/11.48	c 4) vallst+P: 2.657394
11.44/11.48	c 5) minisat20+P: 2.898831
11.44/11.48	c 6) zchaff_rand+P: 3.333363
11.44/11.48	c 7) kcnfs+P: 999.000000
11.44/11.48	c 8) kcnfs: 999.000000
11.44/11.48	c 9) vallst: 999.000000
11.44/11.48	c 10) zchaff_rand: 999.000000
11.44/11.48	c satzilla running march_dl ... 
1199.22/1199.62	c Bin: Executing march_dl
1199.22/1199.62	c child exit by a signal
1199.22/1199.62	c march_dl returned code 137.
1199.22/1199.62	c march_dl returned code 137.
1199.22/1199.62	c satzilla running minisat20 ... 
1199.22/1199.62	c Bin: Executing minisat20
1199.22/1199.62	c minisat20 returned code 1.
1199.22/1199.62	c minisat20 returned code 1.
1199.22/1199.62	c satzilla running march_dl with preprocessing ... 
1199.57/1199.93	c Preprocessing...
1199.57/1199.93	c Inital problem has 13000 variables, 54600 nary clauses (0 binary clauses).
1199.57/1199.93	c Num non-binary clauses 54600, Average non-binary clause length 3.000
1199.57/1199.93	c Theory has no gaps
1199.57/1199.93	c Preprocessor runtime was 0.220 seconds.
1199.57/1199.93	c 
1199.57/1199.93	c Satisfiability of theory still undetermined.
1199.57/1199.93	c See file /tmp/CX0ugP for simplified theory.
1199.57/1199.93	c Bin: Executing march_dl
1199.57/1199.93	c march_dl returned code 1.
1199.57/1199.93	c march_dl returned code 1.
1199.57/1199.93	c satzilla running vallst with preprocessing ... 
1199.57/1199.93	c Bin: Executing vallst
1199.57/1199.93	c vallst returned code 1.
1199.57/1199.93	c vallst returned code 1.
1199.57/1199.93	c satzilla running minisat20 with preprocessing ... 
1199.57/1199.93	c Bin: Executing minisat20
1199.57/1199.93	c minisat20 returned code 1.
1199.57/1199.93	c minisat20 returned code 1.
1199.57/1199.93	c satzilla running zchaff_rand with preprocessing ... 
1199.57/1199.93	c Bin: Executing zchaff_rand
1199.57/1199.93	c zchaff_rand returned code 1.
1199.57/1199.93	c zchaff_rand returned code 1.
1199.57/1199.93	c satzilla running kcnfs with preprocessing ... 
1199.57/1199.93	c Bin: Executing kcnfs
1199.57/1199.93	c kcnfs returned code 1.
1199.57/1199.93	c kcnfs returned code 1.
1199.57/1199.93	c satzilla running kcnfs ... 
1199.57/1199.93	c Bin: Executing kcnfs
1199.57/1199.93	c kcnfs returned code 1.
1199.57/1199.93	c kcnfs returned code 1.
1199.57/1199.93	c satzilla running vallst ... 
1199.57/1199.93	c Bin: Executing vallst
1199.57/1199.93	c vallst returned code 1.
1199.57/1199.93	c vallst returned code 1.
1199.57/1199.93	c satzilla running zchaff_rand ... 
1199.57/1199.93	c Bin: Executing zchaff_rand
1199.57/1199.93	c zchaff_rand returned code 1.
1199.57/1199.93	c zchaff_rand returned code 1.
1199.57/1199.93	c ERROR: All Failed! 
1199.57/1199.93	c SATZILLA_TIME=1199.770000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node34/watcher-306997-1172110918 -o ROOT/results/node34/solver-306997-1172110918 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306997-1172110918/SATzilla2007_C /tmp/evaluation/306997-1172110918/instance-306997-1172110918.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 29370
/proc/meminfo: memFree=1466864/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=1440 CPUtime=0
/proc/29370/stat : 29370 (SATzilla2007_C) R 29368 29370 29176 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 204855589 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/29370/statm: 360 110 95 260 0 84 0
[pid=29371] ppid=29370 vsize=1828 CPUtime=0
/proc/29371/stat : 29371 (march_dl) R 29370 29370 29176 0 -1 4194304 312 0 0 0 0 0 0 0 18 0 1 0 204855589 1871872 307 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29371/statm: 457 307 50 118 0 336 0

[startup+0.106473 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 29370
/proc/meminfo: memFree=1466864/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=1440 CPUtime=0
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204855589 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29370/statm: 360 110 95 260 0 84 0
[pid=29371] ppid=29370 vsize=4580 CPUtime=0.09
/proc/29371/stat : 29371 (march_dl) R 29370 29370 29176 0 -1 4194304 1127 0 0 0 9 0 0 0 19 0 1 0 204855589 4689920 866 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134651446 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29371/statm: 1145 866 52 118 0 1024 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6020

[startup+0.514505 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 29370
/proc/meminfo: memFree=1466864/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=1440 CPUtime=0
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204855589 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29370/statm: 360 110 95 260 0 84 0
[pid=29371] ppid=29370 vsize=6416 CPUtime=0.5
/proc/29371/stat : 29371 (march_dl) R 29370 29370 29176 0 -1 4194304 5582 0 0 0 47 3 0 0 23 0 1 0 204855589 6569984 1312 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29371/statm: 1604 1312 57 118 0 1483 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7856

[startup+1.33457 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 29372
/proc/meminfo: memFree=1453144/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=1440 CPUtime=0
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204855589 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29370/statm: 360 110 95 260 0 84 0
[pid=29371] ppid=29370 vsize=15444 CPUtime=1.32
/proc/29371/stat : 29371 (march_dl) R 29370 29370 29176 0 -1 4194304 10770 0 0 0 102 30 0 0 25 0 1 0 204855589 15814656 3456 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29371/statm: 3861 3456 72 118 0 3740 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16884

[startup+2.9707 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 29372
/proc/meminfo: memFree=1453528/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=1440 CPUtime=0
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 204855589 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29370/statm: 360 110 95 260 0 84 0
[pid=29371] ppid=29370 vsize=14732 CPUtime=2.95
/proc/29371/stat : 29371 (march_dl) R 29370 29370 29176 0 -1 4194304 11773 0 0 0 262 33 0 0 25 0 1 0 204855589 15085568 3333 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134588254 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29371/statm: 3683 3333 74 118 0 3562 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 16172

[startup+6.25697 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29373
/proc/meminfo: memFree=1462616/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=1440 CPUtime=4.99
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 135 11779 0 0 0 0 465 34 16 0 1 0 204855589 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29370/statm: 360 111 96 260 0 84 0
[pid=29373] ppid=29370 vsize=10288 CPUtime=1.24
/proc/29373/stat : 29373 (ubcsat2006) R 29370 29370 29176 0 -1 4194304 1112 0 0 0 121 3 0 0 25 0 1 0 204856089 10534912 1095 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29373/statm: 2572 1095 156 64 0 2153 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 11728

[startup+12.7085 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29374
/proc/meminfo: memFree=1449048/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=15444 CPUtime=1.21
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 10770 0 0 0 96 25 0 0 25 0 1 0 204856738 15814656 3456 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 3861 3456 72 118 0 3740 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 20764

[startup+25.5225 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29374
/proc/meminfo: memFree=1447960/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=16596 CPUtime=14.02
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12199 0 0 0 1372 30 0 0 25 0 1 0 204856738 16994304 3759 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4149 3759 74 118 0 4028 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 21916

[startup+51.1456 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29374
/proc/meminfo: memFree=1447320/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=17120 CPUtime=39.64
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12339 0 0 0 3933 31 0 0 25 0 1 0 204856738 17530880 3899 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4280 3899 74 118 0 4159 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22440

[startup+102.384 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29374
/proc/meminfo: memFree=1447000/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=17504 CPUtime=90.86
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12440 0 0 0 9055 31 0 0 25 0 1 0 204856738 17924096 4000 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4376 4000 74 118 0 4255 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 22824

[startup+162.447 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29376
/proc/meminfo: memFree=1446680/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=17888 CPUtime=150.91
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12520 0 0 0 15060 31 0 0 25 0 1 0 204856738 18317312 4080 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4472 4080 74 118 0 4351 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 23208

[startup+222.503 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29376
/proc/meminfo: memFree=1446360/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=18144 CPUtime=210.95
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12580 0 0 0 21063 32 0 0 25 0 1 0 204856738 18579456 4140 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4536 4140 74 118 0 4415 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 23464

[startup+282.56 s]
/proc/loadavg: 1.00 0.97 0.99 2/66 29376
/proc/meminfo: memFree=1446232/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=18268 CPUtime=270.99
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12633 0 0 0 27067 32 0 0 25 0 1 0 204856738 18706432 4193 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4567 4193 74 118 0 4446 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 23588

[startup+342.616 s]
/proc/loadavg: 1.06 0.99 0.99 2/66 29376
/proc/meminfo: memFree=1446104/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=18396 CPUtime=331.02
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12666 0 0 0 33070 32 0 0 25 0 1 0 204856738 18837504 4226 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4599 4226 74 118 0 4478 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 23716

[startup+402.675 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 29376
/proc/meminfo: memFree=1446040/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=18524 CPUtime=391.07
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12691 0 0 0 39075 32 0 0 25 0 1 0 204856738 18968576 4251 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4631 4251 74 118 0 4510 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 23844

[startup+462.732 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445848/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=18644 CPUtime=451.11
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12717 0 0 0 45079 32 0 0 25 0 1 0 204856738 19091456 4277 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551674 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4661 4277 74 118 0 4540 0
Current children cumulated CPU time (s) 462.55

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

/proc/29374/statm: 4722 4351 74 118 0 4601 0
Current children cumulated CPU time (s) 702.71
Current children cumulated vsize (KiB) 24208

[startup+763.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445336/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19012 CPUtime=751.31
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12809 0 0 0 75098 33 0 0 25 0 1 0 204856738 19468288 4369 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4753 4369 74 118 0 4632 0
Current children cumulated CPU time (s) 762.75
Current children cumulated vsize (KiB) 24332

[startup+823.073 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445272/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19012 CPUtime=811.36
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12822 0 0 0 81103 33 0 0 25 0 1 0 204856738 19468288 4382 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526976 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4753 4382 74 118 0 4632 0
Current children cumulated CPU time (s) 822.8
Current children cumulated vsize (KiB) 24332

[startup+883.129 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445336/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19132 CPUtime=871.4
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12837 0 0 0 87107 33 0 0 25 0 1 0 204856738 19591168 4397 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4783 4397 74 118 0 4662 0
Current children cumulated CPU time (s) 882.84
Current children cumulated vsize (KiB) 24452

[startup+943.185 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445272/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19132 CPUtime=931.44
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12850 0 0 0 93111 33 0 0 25 0 1 0 204856738 19591168 4410 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4783 4410 74 118 0 4662 0
Current children cumulated CPU time (s) 942.88
Current children cumulated vsize (KiB) 24452

[startup+1003.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445272/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19256 CPUtime=991.47
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12863 0 0 0 99114 33 0 0 25 0 1 0 204856738 19718144 4423 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551409 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4814 4423 74 118 0 4693 0
Current children cumulated CPU time (s) 1002.91
Current children cumulated vsize (KiB) 24576

[startup+1063.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445208/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19256 CPUtime=1051.52
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12874 0 0 0 105118 34 0 0 25 0 1 0 204856738 19718144 4434 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4814 4434 74 118 0 4693 0
Current children cumulated CPU time (s) 1062.96
Current children cumulated vsize (KiB) 24576

[startup+1123.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445144/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19380 CPUtime=1111.56
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12887 0 0 0 111122 34 0 0 25 0 1 0 204856738 19845120 4447 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4845 4447 74 118 0 4724 0
Current children cumulated CPU time (s) 1123
Current children cumulated vsize (KiB) 24700

[startup+1183.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445080/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19380 CPUtime=1171.59
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12897 0 0 0 117125 34 0 0 25 0 1 0 204856738 19845120 4457 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4845 4457 74 118 0 4724 0
Current children cumulated CPU time (s) 1183.03
Current children cumulated vsize (KiB) 24700

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

[startup+1187.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445080/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19380 CPUtime=1175.39
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12897 0 0 0 117505 34 0 0 25 0 1 0 204856738 19845120 4457 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4845 4457 74 118 0 4724 0
Current children cumulated CPU time (s) 1186.83
Current children cumulated vsize (KiB) 24700

[startup+1193.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445080/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19380 CPUtime=1181.94
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12898 0 0 0 118160 34 0 0 25 0 1 0 204856738 19845120 4458 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4845 4458 74 118 0 4724 0
Current children cumulated CPU time (s) 1193.38
Current children cumulated vsize (KiB) 24700

[startup+1197.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445080/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19380 CPUtime=1185.22
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12899 0 0 0 118488 34 0 0 25 0 1 0 204856738 19845120 4459 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4845 4459 74 118 0 4724 0
Current children cumulated CPU time (s) 1196.66
Current children cumulated vsize (KiB) 24700

[startup+1198.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445080/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19380 CPUtime=1186.86
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12899 0 0 0 118652 34 0 0 25 0 1 0 204856738 19845120 4459 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4845 4459 74 118 0 4724 0
Current children cumulated CPU time (s) 1198.3
Current children cumulated vsize (KiB) 24700

[startup+1199.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445080/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=5320 CPUtime=11.44
/proc/29370/stat : 29370 (SATzilla2007_C) S 29368 29370 29176 0 -1 4194304 3859 12897 0 0 425 5 674 40 25 0 1 0 204855589 5447680 1125 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29370/statm: 1330 1125 157 260 0 1054 0
[pid=29374] ppid=29370 vsize=19380 CPUtime=1187.68
/proc/29374/stat : 29374 (march_dl) R 29370 29370 29176 0 -1 4194304 12900 0 0 0 118734 34 0 0 25 0 1 0 204856738 19845120 4460 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29374/statm: 4845 4460 74 118 0 4724 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 24700

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29376
/proc/meminfo: memFree=1445080/2055920 swapFree=4182772/4192956
[pid=29370] ppid=29368 vsize=14068 CPUtime=1199.57
/proc/29370/stat : 29370 (SATzilla2007_C) R 29368 29370 29176 0 -1 4194304 6225 25797 0 0 449 10 119422 76 20 0 1 0 204855589 14405632 3185 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135126749 0 0 4096 0 0 0 0 17 0 0 0
/proc/29370/statm: 3517 3185 165 260 0 3241 0
Current children cumulated CPU time (s) 1199.57
Current children cumulated vsize (KiB) 14068

Child status: 17
Real time (s): 1199.94
CPU time (s): 1199.61
CPU user time (s): 1198.74
CPU system time (s): 0.870867
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 24700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.74
system time used= 0.870867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 1880

runsolver used 0.85387 second user time and 2.42863 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Thu Feb 22 02:21:58 UTC 2007

IDJOB= 306997
IDBENCH= 20194
IDSOLVER= 135
FILE ID= node34/306997-1172110918

PBS_JOBID= 3892917

Free space on /tmp= 66553 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S1890278326-03.cnf
COMMAND LINE= /tmp/evaluation/306997-1172110918/SATzilla2007_C /tmp/evaluation/306997-1172110918/instance-306997-1172110918.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-306997-1172110918 -o ROOT/results/node34/solver-306997-1172110918 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306997-1172110918/SATzilla2007_C /tmp/evaluation/306997-1172110918/instance-306997-1172110918.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  54d48c33f7a9a8497a5de749a63ebbcb

RANDOM SEED= 946856806

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1467272 kB
Buffers:         33172 kB
Cached:         496720 kB
SwapCached:       4248 kB
Active:          64608 kB
Inactive:       475188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467272 kB
SwapTotal:     4192956 kB
SwapFree:      4182772 kB
Dirty:            9364 kB
Writeback:           0 kB
Mapped:          15380 kB
Slab:            34908 kB
Committed_AS:   562296 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66553 MiB

End job on node34 on Thu Feb 22 02:41:58 UTC 2007