Trace number 306750

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.53 1199.94

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S883878972-08.cnf
MD5SUM28ae03a20ed33a70e6a5afd2d43adafd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.34/11.41	c run March_dl for 5 seconds ... 
11.34/11.41	c Bin: Executing march_dl
11.34/11.41	c child exit by a signal
11.34/11.41	c march_dl returned code 137.
11.34/11.41	c run saps (UBCSAT implementation) for 2 seconds ... 
11.34/11.41	c Bin: Executing ubcsat2006
11.34/11.41	c child exited successfully
11.34/11.41	c ubcsat2006 returned code 0.
11.34/11.41	c satzilla computing base features
11.34/11.41	c satzilla doing unit-prop probe
11.34/11.41	c satzilla doing local search probe
11.34/11.41	c satzilla doing lobjois search-space size estimate
11.34/11.41	c satzilla's ranking:
11.34/11.41	c 1) kcnfs: -1023.339000
11.34/11.41	c 2) march_dl: -444.809341
11.34/11.41	c 3) minisat20+P: 98.316965
11.34/11.41	c 4) kcnfs+P: 999.000000
11.34/11.41	c 5) march_dl+P: 999.000000
11.34/11.41	c 6) vallst+P: 999.000000
11.34/11.41	c 7) zchaff_rand+P: 999.000000
11.34/11.41	c 8) vallst: 999.000000
11.34/11.41	c 9) zchaff_rand: 999.000000
11.34/11.41	c 10) minisat20: 999.000000
11.34/11.41	c satzilla running kcnfs ... 
1199.13/1199.63	c Bin: Executing kcnfs
1199.13/1199.63	c child exit by a signal
1199.13/1199.63	c kcnfs returned code 137.
1199.13/1199.63	c kcnfs returned code 137.
1199.13/1199.63	c satzilla running march_dl ... 
1199.13/1199.63	c Bin: Executing march_dl
1199.13/1199.63	c march_dl returned code 1.
1199.13/1199.63	c march_dl returned code 1.
1199.13/1199.63	c satzilla running minisat20 with preprocessing ... 
1199.45/1199.94	c Preprocessing...
1199.45/1199.94	c Inital problem has 13000 variables, 54600 nary clauses (0 binary clauses).
1199.45/1199.94	c Num non-binary clauses 54600, Average non-binary clause length 3.000
1199.45/1199.94	c Theory has no gaps
1199.45/1199.94	c Preprocessor runtime was 0.230 seconds.
1199.45/1199.94	c 
1199.45/1199.94	c Satisfiability of theory still undetermined.
1199.45/1199.94	c See file /tmp/sNuFup for simplified theory.
1199.45/1199.94	c Bin: Executing minisat20
1199.45/1199.94	c minisat20 returned code 1.
1199.45/1199.94	c minisat20 returned code 1.
1199.45/1199.94	c satzilla running kcnfs with preprocessing ... 
1199.45/1199.94	c Bin: Executing kcnfs
1199.45/1199.94	c kcnfs returned code 1.
1199.45/1199.94	c kcnfs returned code 1.
1199.45/1199.94	c satzilla running march_dl with preprocessing ... 
1199.45/1199.94	c Bin: Executing march_dl
1199.45/1199.94	c march_dl returned code 1.
1199.45/1199.94	c march_dl returned code 1.
1199.45/1199.94	c satzilla running vallst with preprocessing ... 
1199.45/1199.94	c Bin: Executing vallst
1199.45/1199.94	c vallst returned code 1.
1199.45/1199.94	c vallst returned code 1.
1199.45/1199.94	c satzilla running zchaff_rand with preprocessing ... 
1199.45/1199.94	c Bin: Executing zchaff_rand
1199.45/1199.94	c zchaff_rand returned code 1.
1199.45/1199.94	c zchaff_rand returned code 1.
1199.45/1199.94	c satzilla running vallst ... 
1199.45/1199.94	c Bin: Executing vallst
1199.45/1199.94	c vallst returned code 1.
1199.45/1199.94	c vallst returned code 1.
1199.45/1199.94	c satzilla running zchaff_rand ... 
1199.45/1199.94	c Bin: Executing zchaff_rand
1199.45/1199.94	c zchaff_rand returned code 1.
1199.45/1199.94	c zchaff_rand returned code 1.
1199.45/1199.94	c satzilla running minisat20 ... 
1199.45/1199.94	c Bin: Executing minisat20
1199.45/1199.94	c minisat20 returned code 1.
1199.45/1199.94	c minisat20 returned code 1.
1199.45/1199.94	c ERROR: All Failed! 
1199.45/1199.94	c SATZILLA_TIME=1199.700000

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/node76/watcher-306750-1172105537 -o ROOT/results/node76/solver-306750-1172105537 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306750-1172105537/SATzilla2007_R /tmp/evaluation/306750-1172105537/instance-306750-1172105537.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.97 3/69 6814
/proc/meminfo: memFree=1601088/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=1440 CPUtime=0
/proc/6814/stat : 6814 (SATzilla2007_R) R 6812 6814 5968 0 -1 4194304 126 0 0 0 0 0 0 0 19 0 1 0 230512051 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/6814/statm: 360 110 95 260 0 84 0
[pid=6815] ppid=6814 vsize=1828 CPUtime=0
/proc/6815/stat : 6815 (march_dl) R 6814 6814 5968 0 -1 4194304 294 0 0 0 0 0 0 0 19 0 1 0 230512052 1871872 289 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549763 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6815/statm: 457 298 49 118 0 336 0

[startup+0.107201 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 6814
/proc/meminfo: memFree=1601088/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=1440 CPUtime=0
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 230512051 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/6814/statm: 360 110 95 260 0 84 0
[pid=6815] ppid=6814 vsize=4720 CPUtime=0.09
/proc/6815/stat : 6815 (march_dl) R 6814 6814 5968 0 -1 4194304 1168 0 0 0 9 0 0 0 21 0 1 0 230512052 4833280 851 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617604 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6815/statm: 1180 851 53 118 0 1059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6160

[startup+0.515248 s]
/proc/loadavg: 0.91 0.95 0.97 3/69 6814
/proc/meminfo: memFree=1601088/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=1440 CPUtime=0
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 230512051 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/6814/statm: 360 110 95 260 0 84 0
[pid=6815] ppid=6814 vsize=6532 CPUtime=0.5
/proc/6815/stat : 6815 (march_dl) R 6814 6814 5968 0 -1 4194304 6130 0 0 0 48 2 0 0 25 0 1 0 230512052 6688768 1332 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6815/statm: 1633 1332 61 118 0 1512 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7972

[startup+1.33534 s]
/proc/loadavg: 0.91 0.95 0.97 2/71 6816
/proc/meminfo: memFree=1587376/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=1440 CPUtime=0
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 230512051 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/6814/statm: 360 110 95 260 0 84 0
[pid=6815] ppid=6814 vsize=15472 CPUtime=1.32
/proc/6815/stat : 6815 (march_dl) R 6814 6814 5968 0 -1 4194304 11017 0 0 0 104 28 0 0 25 0 1 0 230512052 15843328 3463 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6815/statm: 3868 3463 72 118 0 3747 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16912

[startup+2.97953 s]
/proc/loadavg: 0.91 0.95 0.97 2/71 6816
/proc/meminfo: memFree=1587824/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=1440 CPUtime=0
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 230512051 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/6814/statm: 360 110 95 260 0 84 0
[pid=6815] ppid=6814 vsize=14612 CPUtime=2.96
/proc/6815/stat : 6815 (march_dl) R 6814 6814 5968 0 -1 4194304 12069 0 0 0 268 28 0 0 25 0 1 0 230512052 14962688 3302 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6815/statm: 3653 3302 74 118 0 3532 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16052

[startup+6.25591 s]
/proc/loadavg: 0.92 0.95 0.97 2/71 6817
/proc/meminfo: memFree=1596784/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=1440 CPUtime=5
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 134 12131 0 0 0 0 471 29 16 0 1 0 230512051 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 0 0 0
/proc/6814/statm: 360 111 96 260 0 84 0
[pid=6817] ppid=6814 vsize=10292 CPUtime=1.24
/proc/6817/stat : 6817 (ubcsat2006) R 6814 6814 5968 0 -1 4194304 1110 0 0 0 120 4 0 0 25 0 1 0 230512552 10539008 1093 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6817/statm: 2573 1093 154 64 0 2153 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11732

[startup+12.7097 s]
/proc/loadavg: 0.93 0.95 0.97 2/71 6818
/proc/meminfo: memFree=1582080/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191760 CPUtime=1.28
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3806 0 0 0 126 2 0 0 25 0 1 0 230513193 196362240 3790 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134553802 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47940 3790 128 48 0 47536 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 197076

[startup+25.5141 s]
/proc/loadavg: 0.94 0.96 0.97 2/71 6818
/proc/meminfo: memFree=1582080/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191760 CPUtime=14.08
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3809 0 0 0 1406 2 0 0 25 0 1 0 230513193 196362240 3793 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134553809 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47940 3793 129 48 0 47536 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 197076

[startup+51.1371 s]
/proc/loadavg: 0.96 0.96 0.97 2/71 6818
/proc/meminfo: memFree=1582144/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191760 CPUtime=39.7
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3810 0 0 0 3968 2 0 0 25 0 1 0 230513193 196362240 3794 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134620165 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47940 3794 129 48 0 47536 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 197076

[startup+102.38 s]
/proc/loadavg: 0.98 0.96 0.97 2/71 6818
/proc/meminfo: memFree=1582144/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191764 CPUtime=90.93
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3814 0 0 0 9091 2 0 0 25 0 1 0 230513193 196366336 3798 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134618391 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47941 3798 129 48 0 47537 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 197080

[startup+162.435 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 6818
/proc/meminfo: memFree=1582208/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191764 CPUtime=150.97
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3818 0 0 0 15095 2 0 0 25 0 1 0 230513193 196366336 3802 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134620119 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47941 3802 129 48 0 47537 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 197080

[startup+222.487 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 6818
/proc/meminfo: memFree=1582144/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=211
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3821 0 0 0 21098 2 0 0 25 0 1 0 230513193 196370432 3805 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134620940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3805 129 48 0 47538 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 197084

[startup+282.539 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 6818
/proc/meminfo: memFree=1582144/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=271.03
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3823 0 0 0 27101 2 0 0 25 0 1 0 230513193 196370432 3807 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134563187 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3807 129 48 0 47538 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 197084

[startup+342.59 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 6818
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=331.07
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3884 0 0 0 33105 2 0 0 25 0 1 0 230513193 196370432 3868 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134556249 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3868 135 48 0 47538 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 197084

[startup+402.642 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 6818
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=391.11
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3884 0 0 0 39108 3 0 0 25 0 1 0 230513193 196370432 3868 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3868 135 48 0 47538 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 197084

[startup+462.693 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 6818
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=451.14
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3884 0 0 0 45111 3 0 0 25 0 1 0 230513193 196370432 3868 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134565110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3868 135 48 0 47538 0
Current children cumulated CPU time (s) 462.52

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

/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 702.63
Current children cumulated vsize (KiB) 197084

[startup+762.994 s]
/proc/loadavg: 0.99 0.97 0.97 3/71 7016
/proc/meminfo: memFree=1581632/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=751.29
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 75126 3 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 762.67
Current children cumulated vsize (KiB) 197084

[startup+823.053 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581632/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=811.33
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 81130 3 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 822.71
Current children cumulated vsize (KiB) 197084

[startup+883.107 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581632/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=871.37
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 87134 3 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559511 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 882.75
Current children cumulated vsize (KiB) 197084

[startup+943.157 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581632/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=931.4
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 93137 3 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134556222 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 942.78
Current children cumulated vsize (KiB) 197084

[startup+1003.21 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581632/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=991.44
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 99140 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134642679 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1002.82
Current children cumulated vsize (KiB) 197084

[startup+1063.27 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581632/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1051.48
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 105144 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134555930 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1062.86
Current children cumulated vsize (KiB) 197084

[startup+1123.32 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581760/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1111.52
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 111148 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134642603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1122.9
Current children cumulated vsize (KiB) 197084

[startup+1183.38 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1171.56
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 117152 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559820 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1182.94
Current children cumulated vsize (KiB) 197084

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

[startup+1187.17 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1175.35
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 117531 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1186.73
Current children cumulated vsize (KiB) 197084

[startup+1193.73 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1181.91
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 118187 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134556222 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1193.29
Current children cumulated vsize (KiB) 197084

[startup+1197 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1185.18
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 118514 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134642576 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1196.56
Current children cumulated vsize (KiB) 197084

[startup+1198.64 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1186.82
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 118678 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134559706 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1198.2
Current children cumulated vsize (KiB) 197084

[startup+1199.46 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=5316 CPUtime=11.38
/proc/6814/stat : 6814 (SATzilla2007_R) S 6812 6814 5968 0 -1 4194304 3861 13248 0 0 420 4 678 36 25 0 1 0 230512051 5443584 1129 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563358023 0 0 17 1 0 0
/proc/6814/statm: 1329 1129 157 260 0 1053 0
[pid=6818] ppid=6814 vsize=191768 CPUtime=1187.64
/proc/6818/stat : 6818 (kcnfs) R 6814 6814 5968 0 -1 4194304 3885 0 0 0 118760 4 0 0 25 0 1 0 230513193 196370432 3869 18446744073709551615 134512640 134709692 4294956720 18446744073709551615 134556258 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6818/statm: 47942 3869 135 48 0 47538 0
Current children cumulated CPU time (s) 1199.02
Current children cumulated vsize (KiB) 197084

[startup+1199.87 s]
/proc/loadavg: 0.99 0.97 0.97 2/71 7016
/proc/meminfo: memFree=1581888/2055888 swapFree=4082460/4096564
[pid=6814] ppid=6812 vsize=14068 CPUtime=1199.45
/proc/6814/stat : 6814 (SATzilla2007_R) R 6812 6814 5968 0 -1 4194304 6227 17133 0 0 441 7 119456 41 20 0 1 0 230512051 14405632 3185 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 134566476 0 0 4096 0 0 0 0 17 0 0 0
/proc/6814/statm: 3517 3185 165 260 0 3241 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 14068

Child status: 17
Real time (s): 1199.94
CPU time (s): 1199.53
CPU user time (s): 1199.04
CPU system time (s): 0.496924
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 197084

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

runsolver used 1.07684 second user time and 2.25366 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Thu Feb 22 00:52:17 UTC 2007

IDJOB= 306750
IDBENCH= 20188
IDSOLVER= 134
FILE ID= node76/306750-1172105537

PBS_JOBID= 3892890

Free space on /tmp= 66638 MiB

SOLVER NAME= SATzilla RANDOM
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S883878972-08.cnf
COMMAND LINE= /tmp/evaluation/306750-1172105537/SATzilla2007_R /tmp/evaluation/306750-1172105537/instance-306750-1172105537.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-306750-1172105537 -o ROOT/results/node76/solver-306750-1172105537 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306750-1172105537/SATzilla2007_R /tmp/evaluation/306750-1172105537/instance-306750-1172105537.cnf            

META MD5SUM SOLVER= 44dcaa7dbf032757655ae5e30ee65a10
MD5SUM BENCH=  28ae03a20ed33a70e6a5afd2d43adafd

RANDOM SEED= 16215690

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1601496 kB
Buffers:         39740 kB
Cached:         357840 kB
SwapCached:       8312 kB
Active:         285556 kB
Inactive:       127052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1601496 kB
SwapTotal:     4096564 kB
SwapFree:      4082460 kB
Dirty:            9368 kB
Writeback:           0 kB
Mapped:          15564 kB
Slab:            28124 kB
Committed_AS:  1012176 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66638 MiB

End job on node76 on Thu Feb 22 01:12:17 UTC 2007