Trace number 335741

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.79 1200.2

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-045-044.sat05-1195.reshuffled-07.cnf
MD5SUMf85cd53ba72eb6986cd81a6303ff5679
Bench CategoryCRAFTED (crafted 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 variables1980
Number of clauses43605
Sum of the clauses size89100
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data (download as text)

10.77/10.83	c run March_dl for 5 seconds ... 
10.77/10.83	c Bin: Executing march_dl
10.77/10.83	c child exit by a signal
10.77/10.83	c march_dl returned code 137.
10.77/10.83	c run saps (UBCSAT implementation) for 2 seconds ... 
10.77/10.83	c Bin: Executing ubcsat2006
10.77/10.83	c child exited successfully
10.77/10.83	c ubcsat2006 returned code 0.
10.77/10.83	c satzilla computing base features
10.77/10.83	c satzilla doing unit-prop probe
10.77/10.83	c satzilla doing local search probe
10.77/10.83	c satzilla doing lobjois search-space size estimate
10.77/10.83	c satzilla's ranking:
10.77/10.83	c 1) vallst+P: 3.351407
10.77/10.83	c 2) minisat20: 4.298832
10.77/10.83	c 3) march_dl+P: 4.444802
10.77/10.83	c 4) march_dl: 4.737322
10.77/10.83	c 5) zchaff_rand+P: 4.839160
10.77/10.83	c 6) minisat20+P: 5.679867
10.77/10.83	c 7) kcnfs+P: 999.000000
10.77/10.83	c 8) kcnfs: 999.000000
10.77/10.83	c 9) vallst: 999.000000
10.77/10.83	c 10) zchaff_rand: 999.000000
10.77/10.83	c satzilla running vallst with preprocessing ... 
1199.67/1200.18	c Preprocessing...
1199.67/1200.18	c Inital problem has 1980 variables, 45 nary clauses (43560 binary clauses).
1199.67/1200.18	c Num non-binary clauses 45, Average non-binary clause length 44.000
1199.67/1200.18	c Theory has no gaps
1199.67/1200.18	c Preprocessor runtime was 0.100 seconds.
1199.67/1200.18	c 
1199.67/1200.18	c Satisfiability of theory still undetermined.
1199.67/1200.18	c See file /tmp/QfUSUf for simplified theory.
1199.67/1200.18	c Bin: Executing vallst
1199.67/1200.18	c child exit by a signal
1199.67/1200.18	c vallst returned code 137.
1199.67/1200.18	c vallst returned code 137.
1199.67/1200.18	c satzilla running minisat20 ... 
1199.67/1200.18	c Bin: Executing minisat20
1199.67/1200.18	c minisat20 returned code 1.
1199.67/1200.18	c minisat20 returned code 1.
1199.67/1200.18	c satzilla running march_dl with preprocessing ... 
1199.67/1200.18	c Bin: Executing march_dl
1199.67/1200.18	c march_dl returned code 1.
1199.67/1200.18	c march_dl returned code 1.
1199.67/1200.18	c satzilla running march_dl ... 
1199.67/1200.18	c Bin: Executing march_dl
1199.67/1200.18	c march_dl returned code 1.
1199.67/1200.18	c march_dl returned code 1.
1199.67/1200.18	c satzilla running zchaff_rand with preprocessing ... 
1199.67/1200.18	c Bin: Executing zchaff_rand
1199.67/1200.18	c zchaff_rand returned code 1.
1199.67/1200.18	c zchaff_rand returned code 1.
1199.67/1200.18	c satzilla running minisat20 with preprocessing ... 
1199.67/1200.18	c Bin: Executing minisat20
1199.67/1200.18	c minisat20 returned code 1.
1199.67/1200.18	c minisat20 returned code 1.
1199.67/1200.18	c satzilla running kcnfs with preprocessing ... 
1199.67/1200.18	c Bin: Executing kcnfs
1199.67/1200.18	c kcnfs returned code 1.
1199.67/1200.18	c kcnfs returned code 1.
1199.67/1200.18	c satzilla running kcnfs ... 
1199.67/1200.18	c Bin: Executing kcnfs
1199.67/1200.18	c kcnfs returned code 1.
1199.67/1200.18	c kcnfs returned code 1.
1199.67/1200.18	c satzilla running vallst ... 
1199.67/1200.19	c Bin: Executing vallst
1199.67/1200.19	c vallst returned code 1.
1199.67/1200.19	c vallst returned code 1.
1199.67/1200.19	c satzilla running zchaff_rand ... 
1199.67/1200.19	c Bin: Executing zchaff_rand
1199.67/1200.19	c zchaff_rand returned code 1.
1199.67/1200.19	c zchaff_rand returned code 1.
1199.67/1200.19	c ERROR: All Failed! 
1199.67/1200.19	c SATZILLA_TIME=1199.960000

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/node69/watcher-335741-1173633384 -o ROOT/results/node69/solver-335741-1173633384 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335741-1173633384/SATzilla2007_C /tmp/evaluation/335741-1173633384/instance-335741-1173633384.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9760
/proc/meminfo: memFree=1927152/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=0
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 383296101 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 360 110 95 260 0 84 0
[pid=9761] ppid=9760 vsize=1112 CPUtime=0
/proc/9761/stat : 9761 (march_dl) R 9760 9760 9002 0 -1 4194304 149 0 0 0 0 0 0 0 19 0 1 0 383296101 1138688 144 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9761/statm: 278 144 50 118 0 157 0

[startup+0.0899019 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9760
/proc/meminfo: memFree=1927152/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=0
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 383296101 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 360 110 95 260 0 84 0
[pid=9761] ppid=9760 vsize=3524 CPUtime=0.08
/proc/9761/stat : 9761 (march_dl) R 9760 9760 9002 0 -1 4194304 675 0 0 0 8 0 0 0 19 0 1 0 383296101 3608576 624 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134543103 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9761/statm: 881 624 55 118 0 760 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4964

[startup+0.101903 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9760
/proc/meminfo: memFree=1927152/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=0
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 383296101 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 360 110 95 260 0 84 0
[pid=9761] ppid=9760 vsize=3252 CPUtime=0.09
/proc/9761/stat : 9761 (march_dl) R 9760 9760 9002 0 -1 4194304 850 0 0 0 9 0 0 0 20 0 1 0 383296101 3330048 581 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9761/statm: 846 586 57 118 0 725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4692

[startup+0.301934 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9760
/proc/meminfo: memFree=1927152/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=0
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 383296101 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 360 110 95 260 0 84 0
[pid=9761] ppid=9760 vsize=6896 CPUtime=0.29
/proc/9761/stat : 9761 (march_dl) R 9760 9760 9002 0 -1 4194304 2990 0 0 0 28 1 0 0 21 0 1 0 383296101 7061504 1212 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134544502 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9761/statm: 1724 1212 73 118 0 1603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8336

[startup+0.702 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9760
/proc/meminfo: memFree=1927152/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=0
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 383296101 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 360 110 95 260 0 84 0
[pid=9761] ppid=9760 vsize=7748 CPUtime=0.69
/proc/9761/stat : 9761 (march_dl) R 9760 9760 9002 0 -1 4194304 3386 0 0 0 68 1 0 0 25 0 1 0 383296101 7933952 1413 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9761/statm: 1937 1413 75 118 0 1816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9188

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9762
/proc/meminfo: memFree=1921632/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=0
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 383296101 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 360 110 95 260 0 84 0
[pid=9761] ppid=9760 vsize=7880 CPUtime=1.49
/proc/9761/stat : 9761 (march_dl) R 9760 9760 9002 0 -1 4194304 3403 0 0 0 148 1 0 0 25 0 1 0 383296101 8069120 1430 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565263 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9761/statm: 1970 1430 75 118 0 1849 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9320

[startup+3.10139 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9762
/proc/meminfo: memFree=1921504/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=0
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 383296101 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 360 110 95 260 0 84 0
[pid=9761] ppid=9760 vsize=7880 CPUtime=3.09
/proc/9761/stat : 9761 (march_dl) R 9760 9760 9002 0 -1 4194304 3406 0 0 0 308 1 0 0 25 0 1 0 383296101 8069120 1433 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9761/statm: 1970 1433 75 118 0 1849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9320

[startup+6.30191 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9763
/proc/meminfo: memFree=1924576/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=1440 CPUtime=4.99
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 135 3410 0 0 0 0 497 2 16 0 1 0 383296101 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9760/statm: 360 111 96 260 0 84 0
[pid=9763] ppid=9760 vsize=6188 CPUtime=1.29
/proc/9763/stat : 9763 (ubcsat2006) R 9760 9760 9002 0 -1 4194304 745 0 0 0 125 4 0 0 25 0 1 0 383296601 6336512 728 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9763/statm: 1547 728 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.703 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1919272/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=3516 CPUtime=1.71
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 597 0 0 0 153 18 0 0 25 0 1 0 383297199 3600384 580 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 879 580 150 55 0 469 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 10520

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1918696/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=3844 CPUtime=14.5
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 682 0 0 0 1323 127 0 0 25 0 1 0 383297199 3936256 665 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 961 665 150 55 0 551 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 10848

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1918312/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=4272 CPUtime=40.09
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 788 0 0 0 3737 272 0 0 25 0 1 0 383297199 4374528 771 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1068 771 151 55 0 658 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 11276

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1918056/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=4472 CPUtime=91.28
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 852 0 0 0 8643 485 0 0 25 0 1 0 383297199 4579328 835 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1118 835 151 55 0 708 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 11476

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1917864/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=4684 CPUtime=151.26
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 887 0 0 0 14451 675 0 0 25 0 1 0 383297199 4796416 870 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1171 870 151 55 0 761 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 11688

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1917736/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=4784 CPUtime=211.23
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 917 0 0 0 20278 845 0 0 25 0 1 0 383297199 4898816 900 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1196 900 151 55 0 786 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 11788

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1917608/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=4888 CPUtime=271.21
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 940 0 0 0 26118 1003 0 0 25 0 1 0 383297199 5005312 923 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1222 923 151 55 0 812 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 11892

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1917544/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=4888 CPUtime=331.19
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 965 0 0 0 31975 1144 0 0 25 0 1 0 383297199 5005312 948 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1222 948 151 55 0 812 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1917160/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5300 CPUtime=751.06
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1055 0 0 0 73096 2010 0 0 25 0 1 0 383297199 5427200 1038 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1325 1038 151 55 0 915 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 12304

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1917096/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5300 CPUtime=811.04
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1063 0 0 0 78984 2120 0 0 25 0 1 0 383297199 5427200 1046 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1325 1046 151 55 0 915 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 12304

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1917032/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=871.02
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1069 0 0 0 84879 2223 0 0 25 0 1 0 383297199 5529600 1052 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1052 151 55 0 940 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 12404

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916968/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=931.01
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1074 0 0 0 90770 2331 0 0 25 0 1 0 383297199 5529600 1057 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1057 151 55 0 940 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 12404

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916968/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=990.99
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1078 0 0 0 96668 2431 0 0 25 0 1 0 383297199 5529600 1061 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1061 151 55 0 940 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 12404

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916968/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1050.97
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1081 0 0 0 102557 2540 0 0 25 0 1 0 383297199 5529600 1064 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1064 151 55 0 940 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 12404

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916968/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1110.95
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1083 0 0 0 108452 2643 0 0 25 0 1 0 383297199 5529600 1066 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1066 151 55 0 940 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 12404

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916904/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1170.93
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1085 0 0 0 114343 2750 0 0 25 0 1 0 383297199 5529600 1068 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1068 151 55 0 940 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 12404

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916904/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1178.93
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1085 0 0 0 115134 2759 0 0 25 0 1 0 383297199 5529600 1068 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1068 151 55 0 940 0
Current children cumulated CPU time (s) 1189.87
Current children cumulated vsize (KiB) 12404

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916904/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1185.33
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1086 0 0 0 115758 2775 0 0 25 0 1 0 383297199 5529600 1069 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1069 151 55 0 940 0
Current children cumulated CPU time (s) 1196.27
Current children cumulated vsize (KiB) 12404

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916904/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1186.92
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1086 0 0 0 115916 2776 0 0 25 0 1 0 383297199 5529600 1069 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1069 151 55 0 940 0
Current children cumulated CPU time (s) 1197.86
Current children cumulated vsize (KiB) 12404

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916904/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1187.72
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1086 0 0 0 115995 2777 0 0 25 0 1 0 383297199 5529600 1069 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1069 151 55 0 940 0
Current children cumulated CPU time (s) 1198.66
Current children cumulated vsize (KiB) 12404

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916904/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1188.53
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1086 0 0 0 116074 2779 0 0 25 0 1 0 383297199 5529600 1069 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1069 151 55 0 940 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 12404

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9764
/proc/meminfo: memFree=1916904/2055920 swapFree=4182156/4192956
[pid=9760] ppid=9758 vsize=7004 CPUtime=10.94
/proc/9760/stat : 9760 (SATzilla2007_C) S 9758 9760 9002 0 -1 4194304 3359 4161 0 0 374 9 702 9 25 0 1 0 383296101 7172096 1559 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9760/statm: 1751 1559 164 260 0 1475 0
[pid=9764] ppid=9760 vsize=5400 CPUtime=1188.73
/proc/9764/stat : 9764 (vallst) R 9760 9760 9002 0 -1 4194304 1086 0 0 0 116094 2779 0 0 25 0 1 0 383297199 5529600 1069 18446744073709551615 134512640 134738160 4294956752 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/9764/statm: 1350 1069 151 55 0 940 0
Current children cumulated CPU time (s) 1199.67
Current children cumulated vsize (KiB) 12404

Child status: 17
Real time (s): 1200.2
CPU time (s): 1199.79
CPU user time (s): 1171.8
CPU system time (s): 27.9937
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 12404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1171.8
system time used= 27.9937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8619
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= 27
involuntary context switches= 2508

runsolver used 0.923859 second user time and 2.44863 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sun Mar 11 17:16:24 UTC 2007

IDJOB= 335741
IDBENCH= 24658
IDSOLVER= 135
FILE ID= node69/335741-1173633384

PBS_JOBID= 4101320

Free space on /tmp= 66292 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-php-045-044.sat05-1195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335741-1173633384/SATzilla2007_C /tmp/evaluation/335741-1173633384/instance-335741-1173633384.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-335741-1173633384 -o ROOT/results/node69/solver-335741-1173633384 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335741-1173633384/SATzilla2007_C /tmp/evaluation/335741-1173633384/instance-335741-1173633384.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  f85cd53ba72eb6986cd81a6303ff5679

RANDOM SEED= 340960103

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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:       1927624 kB
Buffers:         14668 kB
Cached:          75984 kB
SwapCached:       4820 kB
Active:          44708 kB
Inactive:        56944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927624 kB
SwapTotal:     4192956 kB
SwapFree:      4182156 kB
Dirty:            8876 kB
Writeback:           0 kB
Mapped:          15384 kB
Slab:            12648 kB
Committed_AS:   872056 kB
PageTables:       1472 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= 66292 MiB

End job on node69 on Sun Mar 11 17:36:24 UTC 2007