Trace number 335868

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 FULL? (exit code) 1199.5 1199.98

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
MD5SUM0ce167d7a0126df2b5481aeca929a46c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark285.775
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses5067
Sum of the clauses size10404
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25049
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data (download as text)

10.54/10.69	c run March_dl for 5 seconds ... 
10.54/10.69	c Bin: Executing march_dl
10.54/10.69	c child exit by a signal
10.54/10.69	c march_dl returned code 137.
10.54/10.69	c run saps for 2 seconds ... 
10.54/10.69	c Bin: Executing ubcsat2006
10.54/10.69	c child exited successfully
10.54/10.69	c ubcsat2006 returned code 0.
10.54/10.69	c satzilla computing base features
10.54/10.69	c satzilla doing unit-prop probe
10.54/10.69	c satzilla doing local search probe
10.54/10.69	c satzilla doing lobjois search-space size estimate
10.54/10.69	c satzilla's ranking:
10.54/10.69	c 1) vallst: 1.051132
10.54/10.69	c 2) zchaff_rand: 1.108640
10.54/10.69	c 3) march_dl: 2.147776
10.54/10.69	c 4) minisat20: 2.527471
10.54/10.69	c 5) eureka: 4.870046
10.54/10.69	c 6) kcnfs: 5.721412
10.54/10.69	c 7) kcnfs+P: 999.000000
10.54/10.69	c 8) march_dl+P: 999.000000
10.54/10.69	c 9) vallst+P: 999.000000
10.54/10.69	c 10) zchaff_rand+P: 999.000000
10.54/10.69	c 11) rsat+P: 999.000000
10.54/10.69	c 12) eureka+P: 999.000000
10.54/10.69	c 13) minisat20+P: 999.000000
10.54/10.69	c 14) rsat: 999.000000
10.54/10.69	c satzilla running vallst ... 
1199.39/1199.96	c Bin: Executing vallst
1199.39/1199.96	c child exit by a signal
1199.39/1199.96	c vallst returned code 137.
1199.39/1199.96	c vallst returned code 137.
1199.39/1199.96	c satzilla running zchaff_rand ... 
1199.39/1199.96	c Bin: Executing zchaff_rand
1199.39/1199.96	c zchaff_rand returned code 1.
1199.39/1199.96	c zchaff_rand returned code 1.
1199.39/1199.96	c satzilla running march_dl ... 
1199.39/1199.96	c Bin: Executing march_dl
1199.39/1199.96	c march_dl returned code 1.
1199.39/1199.96	c march_dl returned code 1.
1199.39/1199.96	c satzilla running minisat20 ... 
1199.39/1199.96	c Bin: Executing minisat20
1199.39/1199.96	c minisat20 returned code 1.
1199.39/1199.96	c minisat20 returned code 1.
1199.39/1199.96	c satzilla running eureka ... 
1199.39/1199.96	c Bin: Executing eureka
1199.39/1199.96	c eureka returned code 1.
1199.39/1199.96	c eureka returned code 1.
1199.39/1199.96	c satzilla running kcnfs ... 
1199.39/1199.96	c Bin: Executing kcnfs
1199.39/1199.96	c kcnfs returned code 1.
1199.39/1199.96	c kcnfs returned code 1.
1199.39/1199.96	c satzilla running kcnfs with preprocessing ... 
1199.39/1199.97	c Preprocessing...
1199.39/1199.97	c Inital problem has 306 variables, 18 nary clauses (5049 binary clauses).
1199.39/1199.97	c Num non-binary clauses 18, Average non-binary clause length 17.000
1199.39/1199.97	c Theory has no gaps
1199.39/1199.97	c Preprocessor runtime was 0.010 seconds.
1199.39/1199.97	c 
1199.39/1199.97	c Satisfiability of theory still undetermined.
1199.39/1199.97	c See file /tmp/KLz5qw for simplified theory.
1199.39/1199.97	c Bin: Executing kcnfs
1199.39/1199.97	c kcnfs returned code 1.
1199.39/1199.97	c kcnfs returned code 1.
1199.39/1199.97	c satzilla running march_dl with preprocessing ... 
1199.39/1199.97	c Bin: Executing march_dl
1199.39/1199.97	c march_dl returned code 1.
1199.39/1199.97	c march_dl returned code 1.
1199.39/1199.97	c satzilla running vallst with preprocessing ... 
1199.39/1199.97	c Bin: Executing vallst
1199.39/1199.97	c vallst returned code 1.
1199.39/1199.97	c vallst returned code 1.
1199.39/1199.97	c satzilla running zchaff_rand with preprocessing ... 
1199.39/1199.97	c Bin: Executing zchaff_rand
1199.39/1199.97	c zchaff_rand returned code 1.
1199.39/1199.97	c zchaff_rand returned code 1.
1199.39/1199.97	c satzilla running rsat with preprocessing ... 
1199.39/1199.97	c Bin: Executing rsat
1199.39/1199.97	c rsat returned code 1.
1199.39/1199.97	c rsat returned code 1.
1199.39/1199.97	c satzilla running eureka with preprocessing ... 
1199.39/1199.97	c Bin: Executing eureka
1199.39/1199.97	c eureka returned code 1.
1199.39/1199.97	c eureka returned code 1.
1199.39/1199.97	c satzilla running minisat20 with preprocessing ... 
1199.39/1199.97	c Bin: Executing minisat20
1199.39/1199.97	c minisat20 returned code 1.
1199.39/1199.97	c minisat20 returned code 1.
1199.39/1199.97	c satzilla running rsat ... 
1199.39/1199.97	c Bin: Executing rsat
1199.39/1199.97	c rsat returned code 1.
1199.39/1199.97	c rsat returned code 1.
1199.39/1199.97	c ERROR: All Failed! 
1199.39/1199.97	c SATZILLA_TIME=1199.660000

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/node4/watcher-335868-1173635932 -o ROOT/results/node4/solver-335868-1173635932 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335868-1173635932/SATzilla2007_F /tmp/evaluation/335868-1173635932/instance-335868-1173635932.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2569
/proc/meminfo: memFree=1486624/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) R 2567 2569 1660 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=636 CPUtime=0
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1660 0 -1 4194304 90 0 0 0 0 0 0 0 18 0 1 0 383548078 651264 84 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134637018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 159 84 50 118 0 38 0

[startup+0.0676039 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2569
/proc/meminfo: memFree=1486624/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=1784 CPUtime=0.06
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1660 0 -1 4194304 333 0 0 0 6 0 0 0 19 0 1 0 383548078 1826816 324 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134571395 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 446 324 75 118 0 325 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3296

[startup+0.102619 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2569
/proc/meminfo: memFree=1486624/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=1784 CPUtime=0.1
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1660 0 -1 4194304 333 0 0 0 10 0 0 0 19 0 1 0 383548078 1826816 324 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587377 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 446 324 75 118 0 325 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3296

[startup+0.302627 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2569
/proc/meminfo: memFree=1486624/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=1784 CPUtime=0.3
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1660 0 -1 4194304 333 0 0 0 30 0 0 0 21 0 1 0 383548078 1826816 324 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 446 324 75 118 0 325 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3296

[startup+0.701666 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 2569
/proc/meminfo: memFree=1486624/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=1784 CPUtime=0.69
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1660 0 -1 4194304 333 0 0 0 69 0 0 0 24 0 1 0 383548078 1826816 324 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552402 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 446 324 75 118 0 325 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3296

[startup+1.50174 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 2571
/proc/meminfo: memFree=1485520/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=1784 CPUtime=1.49
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1660 0 -1 4194304 333 0 0 0 149 0 0 0 25 0 1 0 383548078 1826816 324 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552319 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 446 324 75 118 0 325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3296

[startup+3.10189 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 2571
/proc/meminfo: memFree=1485392/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=0
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2570] ppid=2569 vsize=1784 CPUtime=3.09
/proc/2570/stat : 2570 (march_dl) R 2569 2569 1660 0 -1 4194304 333 0 0 0 309 0 0 0 25 0 1 0 383548078 1826816 324 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551668 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2570/statm: 446 324 75 118 0 325 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3296

[startup+6.3012 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 2572
/proc/meminfo: memFree=1485648/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1512 CPUtime=4.99
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 149 333 0 0 0 0 499 0 16 0 1 0 383548078 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2569/statm: 378 125 110 260 0 84 0
[pid=2572] ppid=2569 vsize=6188 CPUtime=1.26
/proc/2572/stat : 2572 (ubcsat2006) R 2569 2569 1660 0 -1 4194304 296 0 0 0 112 14 0 0 25 0 1 0 383548579 6336512 278 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2572/statm: 1547 278 156 64 0 1128 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7700

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 2573
/proc/meminfo: memFree=1485200/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=2256 CPUtime=1.98
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 285 0 2 0 170 28 0 0 25 0 1 0 383549148 2310144 269 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 564 269 149 55 0 154 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 4216

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 2573
/proc/meminfo: memFree=1484752/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=2512 CPUtime=14.77
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 386 0 2 0 1337 140 0 0 25 0 1 0 383549148 2572288 370 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 628 370 151 55 0 218 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 4472

[startup+51.1025 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 2573
/proc/meminfo: memFree=1484496/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=2904 CPUtime=40.37
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 456 0 2 0 3761 276 0 0 25 0 1 0 383549148 2973696 440 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 726 440 151 55 0 316 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 4864

[startup+102.305 s]
/proc/loadavg: 1.06 1.00 1.00 2/79 2573
/proc/meminfo: memFree=1484432/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=2904 CPUtime=91.56
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 480 0 2 0 8684 472 0 0 25 0 1 0 383549148 2973696 464 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 726 464 151 55 0 316 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 4864

[startup+162.302 s]
/proc/loadavg: 1.09 1.02 1.00 2/85 2685
/proc/meminfo: memFree=1482848/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=2904 CPUtime=151.48
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 484 0 2 0 14485 663 0 0 25 0 1 0 383549148 2973696 468 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 726 468 151 55 0 316 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 4864

[startup+222.303 s]
/proc/loadavg: 1.15 1.04 1.01 2/79 2771
/proc/meminfo: memFree=1484048/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=2904 CPUtime=211.42
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 488 0 2 0 20304 838 0 0 25 0 1 0 383549148 2973696 472 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134585618 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 726 472 151 55 0 316 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 4864

[startup+282.303 s]
/proc/loadavg: 1.05 1.03 1.00 2/79 2771
/proc/meminfo: memFree=1484112/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=3036 CPUtime=271.41
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 492 0 2 0 26152 989 0 0 25 0 1 0 383549148 3108864 476 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134586057 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 759 476 151 55 0 349 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 4996

[startup+342.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/79 2771
/proc/meminfo: memFree=1484048/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=3036 CPUtime=331.38
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 497 0 2 0 31997 1141 0 0 25 0 1 0 383549148 3108864 481 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134589991 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 759 481 151 55 0 349 0

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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2771
/proc/meminfo: memFree=1482320/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=751.28
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 73053 2075 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 6812

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=811.26
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 78925 2201 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 6812

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=871.24
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 84799 2325 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 6812

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=931.23
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 90674 2449 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 6812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=991.2
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 96555 2565 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 6812

[startup+1062.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1051.19
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 102436 2683 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 6812

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1111.17
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 108318 2799 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 6812

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1171.15
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 114198 2917 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 134578502 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 6812

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1179.15
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 114985 2930 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1189.79
Current children cumulated vsize (KiB) 6812

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1185.56
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 115612 2944 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1196.2
Current children cumulated vsize (KiB) 6812

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1187.16
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 115770 2946 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1197.8
Current children cumulated vsize (KiB) 6812

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1187.96
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 115849 2947 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 6812

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1188.35
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 115888 2947 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 6812

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 2771
/proc/meminfo: memFree=1482256/2055920 swapFree=4153224/4192956
[pid=2569] ppid=2567 vsize=1960 CPUtime=10.64
/proc/2569/stat : 2569 (SATzilla2007_F) S 2567 2569 1660 0 -1 4194304 708 635 0 0 316 23 700 25 25 0 1 0 383548078 2007040 313 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2569/statm: 490 313 169 260 0 196 0
[pid=2573] ppid=2569 vsize=4852 CPUtime=1188.75
/proc/2573/stat : 2573 (vallst) R 2569 2569 1660 0 -1 4194304 953 0 2 0 115927 2948 0 0 25 0 1 0 383549148 4968448 934 18446744073709551615 134512640 134738160 4294956704 18446744073709551615 4294960144 0 0 4096 8404994 0 0 0 17 1 0 0
/proc/2573/statm: 1213 934 151 55 0 803 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 6812

Child status: 17
Real time (s): 1199.98
CPU time (s): 1199.5
CPU user time (s): 1169.52
CPU system time (s): 29.9834
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 7700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1169.52
system time used= 29.9834
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2457
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 1262

runsolver used 1.21681 second user time and 3.15452 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Mar 11 17:58:52 UTC 2007

IDJOB= 335868
IDBENCH= 24661
IDSOLVER= 136
FILE ID= node4/335868-1173635932

PBS_JOBID= 4101299

Free space on /tmp= 66473 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-018-017.sat05-1231.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335868-1173635932/SATzilla2007_F /tmp/evaluation/335868-1173635932/instance-335868-1173635932.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-335868-1173635932 -o ROOT/results/node4/solver-335868-1173635932 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335868-1173635932/SATzilla2007_F /tmp/evaluation/335868-1173635932/instance-335868-1173635932.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  0ce167d7a0126df2b5481aeca929a46c

RANDOM SEED= 815793215

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:       1487096 kB
Buffers:         49964 kB
Cached:         436584 kB
SwapCached:       2984 kB
Active:          62588 kB
Inactive:       447848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487096 kB
SwapTotal:     4192956 kB
SwapFree:      4153224 kB
Dirty:           10172 kB
Writeback:           0 kB
Mapped:          30364 kB
Slab:            43868 kB
Committed_AS:  1335012 kB
PageTables:       1768 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= 66473 MiB

End job on node4 on Sun Mar 11 18:18:52 UTC 2007