Trace number 293427

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.43 1199.9

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S1142849726-12.UNSAT.shuffled.cnf
MD5SUMc384062077db8cbd51f9b0f03be9edde
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 variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52556
Number of clauses of size over 50

Solver Data (download as text)

10.52/10.60	c run March_dl for 5 seconds ... 
10.52/10.60	c Bin: Executing march_dl
10.52/10.60	c child exit by a signal
10.52/10.60	c march_dl returned code 137.
10.52/10.60	c run saps for 2 seconds ... 
10.52/10.60	c Bin: Executing ubcsat2006
10.52/10.60	c child exited successfully
10.52/10.60	c ubcsat2006 returned code 0.
10.52/10.60	c satzilla computing base features
10.52/10.60	c satzilla doing unit-prop probe
10.52/10.60	c satzilla doing local search probe
10.52/10.60	c satzilla doing lobjois search-space size estimate
10.52/10.60	c satzilla's ranking:
10.52/10.60	c 1) kcnfs: 1.897815
10.52/10.60	c 2) march_dl: 2.990836
10.52/10.60	c 3) minisat20: 3.338116
10.52/10.60	c 4) eureka: 3.821243
10.52/10.60	c 5) vallst: 4.177552
10.52/10.60	c 6) zchaff_rand: 5.619555
10.52/10.60	c 7) kcnfs+P: 999.000000
10.52/10.60	c 8) march_dl+P: 999.000000
10.52/10.60	c 9) vallst+P: 999.000000
10.52/10.60	c 10) zchaff_rand+P: 999.000000
10.52/10.60	c 11) rsat+P: 999.000000
10.52/10.60	c 12) eureka+P: 999.000000
10.52/10.60	c 13) minisat20+P: 999.000000
10.52/10.60	c 14) rsat: 999.000000
10.52/10.60	c satzilla running kcnfs ... 
1199.34/1199.88	c Bin: Executing kcnfs
1199.34/1199.88	c child exit by a signal
1199.34/1199.88	c kcnfs returned code 137.
1199.34/1199.88	c kcnfs returned code 137.
1199.34/1199.88	c satzilla running march_dl ... 
1199.34/1199.88	c Bin: Executing march_dl
1199.34/1199.88	c march_dl returned code 1.
1199.34/1199.88	c march_dl returned code 1.
1199.34/1199.88	c satzilla running minisat20 ... 
1199.34/1199.88	c Bin: Executing minisat20
1199.34/1199.88	c minisat20 returned code 1.
1199.34/1199.88	c minisat20 returned code 1.
1199.34/1199.88	c satzilla running eureka ... 
1199.34/1199.88	c Bin: Executing eureka
1199.34/1199.88	c eureka returned code 1.
1199.34/1199.88	c eureka returned code 1.
1199.34/1199.88	c satzilla running vallst ... 
1199.34/1199.88	c Bin: Executing vallst
1199.34/1199.88	c vallst returned code 1.
1199.34/1199.88	c vallst returned code 1.
1199.34/1199.88	c satzilla running zchaff_rand ... 
1199.34/1199.88	c Bin: Executing zchaff_rand
1199.34/1199.88	c zchaff_rand returned code 1.
1199.34/1199.88	c zchaff_rand returned code 1.
1199.34/1199.88	c satzilla running kcnfs with preprocessing ... 
1199.34/1199.89	c Preprocessing...
1199.34/1199.89	c Inital problem has 120 variables, 2556 nary clauses (0 binary clauses).
1199.34/1199.89	c Num non-binary clauses 2556, Average non-binary clause length 5.000
1199.34/1199.89	c Theory has no gaps
1199.34/1199.89	c Preprocessor runtime was 0.010 seconds.
1199.34/1199.89	c 
1199.34/1199.89	c Satisfiability of theory still undetermined.
1199.34/1199.89	c See file /tmp/SRkcj5 for simplified theory.
1199.34/1199.89	c Bin: Executing kcnfs
1199.34/1199.89	c kcnfs returned code 1.
1199.34/1199.89	c kcnfs returned code 1.
1199.34/1199.89	c satzilla running march_dl with preprocessing ... 
1199.34/1199.89	c Bin: Executing march_dl
1199.34/1199.89	c march_dl returned code 1.
1199.34/1199.89	c march_dl returned code 1.
1199.34/1199.89	c satzilla running vallst with preprocessing ... 
1199.34/1199.89	c Bin: Executing vallst
1199.34/1199.89	c vallst returned code 1.
1199.34/1199.89	c vallst returned code 1.
1199.34/1199.89	c satzilla running zchaff_rand with preprocessing ... 
1199.34/1199.89	c Bin: Executing zchaff_rand
1199.34/1199.89	c zchaff_rand returned code 1.
1199.34/1199.89	c zchaff_rand returned code 1.
1199.34/1199.89	c satzilla running rsat with preprocessing ... 
1199.34/1199.89	c Bin: Executing rsat
1199.34/1199.89	c rsat returned code 1.
1199.34/1199.89	c rsat returned code 1.
1199.34/1199.89	c satzilla running eureka with preprocessing ... 
1199.34/1199.89	c Bin: Executing eureka
1199.34/1199.89	c eureka returned code 1.
1199.34/1199.89	c eureka returned code 1.
1199.34/1199.89	c satzilla running minisat20 with preprocessing ... 
1199.34/1199.89	c Bin: Executing minisat20
1199.34/1199.89	c minisat20 returned code 1.
1199.34/1199.89	c minisat20 returned code 1.
1199.34/1199.89	c satzilla running rsat ... 
1199.34/1199.89	c Bin: Executing rsat
1199.34/1199.89	c rsat returned code 1.
1199.34/1199.89	c rsat returned code 1.
1199.34/1199.89	c ERROR: All Failed! 
1199.34/1199.89	c SATZILLA_TIME=1199.600000

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/node75/watcher-293427-1171771052 -o ROOT/results/node75/solver-293427-1171771052 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293427-1171771052/SATzilla2007_F /tmp/evaluation/293427-1171771052/instance-293427-1171771052.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.92 0.98 0.99 3/64 14667
/proc/meminfo: memFree=725976/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1512 CPUtime=0
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 197071100 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 378 125 110 260 0 84 0
[pid=14668] ppid=14667 vsize=636 CPUtime=0
/proc/14668/stat : 14668 (march_dl) R 14667 14667 14583 0 -1 4194304 82 0 0 0 0 0 0 0 21 0 1 0 197071100 651264 76 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14668/statm: 159 76 50 118 0 38 0

[startup+0.107169 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14667
/proc/meminfo: memFree=725976/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1512 CPUtime=0
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 197071100 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 378 125 110 260 0 84 0
[pid=14668] ppid=14667 vsize=2964 CPUtime=0.1
/proc/14668/stat : 14668 (march_dl) R 14667 14667 14583 0 -1 4194304 641 0 0 0 10 0 0 0 22 0 1 0 197071100 3035136 632 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134533669 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14668/statm: 741 632 72 118 0 620 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4476

[startup+0.515216 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14667
/proc/meminfo: memFree=725976/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1512 CPUtime=0
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 197071100 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 378 125 110 260 0 84 0
[pid=14668] ppid=14667 vsize=3236 CPUtime=0.51
/proc/14668/stat : 14668 (march_dl) R 14667 14667 14583 0 -1 4194304 690 0 0 0 51 0 0 0 25 0 1 0 197071100 3313664 681 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134526926 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14668/statm: 809 681 74 118 0 688 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4748

[startup+1.33531 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 14669
/proc/meminfo: memFree=723272/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1512 CPUtime=0
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 197071100 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 378 125 110 260 0 84 0
[pid=14668] ppid=14667 vsize=4272 CPUtime=1.33
/proc/14668/stat : 14668 (march_dl) R 14667 14667 14583 0 -1 4194304 927 0 0 0 133 0 0 0 25 0 1 0 197071100 4374528 918 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134527789 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14668/statm: 1068 918 74 118 0 947 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5784

[startup+2.97151 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 14669
/proc/meminfo: memFree=721992/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1512 CPUtime=0
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 197071100 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 378 125 110 260 0 84 0
[pid=14668] ppid=14667 vsize=4932 CPUtime=2.96
/proc/14668/stat : 14668 (march_dl) R 14667 14667 14583 0 -1 4194304 1090 0 0 0 296 0 0 0 25 0 1 0 197071100 5050368 1081 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14668/statm: 1233 1081 74 118 0 1112 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6444

[startup+6.25089 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 14670
/proc/meminfo: memFree=725264/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1512 CPUtime=4.99
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 149 1187 0 0 0 0 499 0 16 0 1 0 197071100 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14667/statm: 378 125 110 260 0 84 0
[pid=14670] ppid=14667 vsize=6188 CPUtime=1.24
/proc/14670/stat : 14670 (ubcsat2006) R 14667 14667 14583 0 -1 4194304 280 0 0 0 112 12 0 0 25 0 1 0 197071601 6336512 262 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14670/statm: 1547 262 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7087 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 14671
/proc/meminfo: memFree=724056/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=2.09
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 209 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134556080 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 184140

[startup+25.5222 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 14671
/proc/meminfo: memFree=724056/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=14.9
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 1490 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134559563 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 184140

[startup+51.1462 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 14671
/proc/meminfo: memFree=724120/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=40.5
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 4050 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134564926 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 184140

[startup+102.388 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 14671
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=91.73
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 9173 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134599320 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184140

[startup+162.445 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14671
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=151.77
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 15177 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134586937 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 184140

[startup+222.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 14745
/proc/meminfo: memFree=722912/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=211.78
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 21178 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134652893 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 184140

[startup+282.595 s]
/proc/loadavg: 0.99 0.98 0.99 2/72 14837
/proc/meminfo: memFree=722912/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=271.8
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 27180 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134655721 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 184140

[startup+342.658 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14869
/proc/meminfo: memFree=724056/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=331.83
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 33183 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134599338 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 184140

[startup+402.714 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14869
/proc/meminfo: memFree=724056/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=391.87
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 39187 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134652900 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 402.44
Current children cumulated vsize (KiB) 184140

[startup+462.768 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=451.91
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 45191 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134565084 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 462.48

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


[startup+823.113 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 14869
/proc/meminfo: memFree=724248/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=812.15
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 81215 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134566071 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 822.72
Current children cumulated vsize (KiB) 184140

[startup+883.169 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14869
/proc/meminfo: memFree=724312/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=872.18
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 87218 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134652900 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 882.75
Current children cumulated vsize (KiB) 184140

[startup+943.224 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14869
/proc/meminfo: memFree=724248/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=932.22
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 93222 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134652891 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 942.79
Current children cumulated vsize (KiB) 184140

[startup+1003.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14869
/proc/meminfo: memFree=724248/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=992.26
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 99226 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134597226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1002.83
Current children cumulated vsize (KiB) 184140

[startup+1063.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14869
/proc/meminfo: memFree=724248/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1052.3
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 105230 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134597291 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1062.87
Current children cumulated vsize (KiB) 184140

[startup+1123.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1112.34
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 111234 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134564585 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1122.91
Current children cumulated vsize (KiB) 184140

[startup+1183.45 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1172.38
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 117238 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134602575 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1182.95
Current children cumulated vsize (KiB) 184140

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

[startup+1187.25 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1176.17
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 117617 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134562674 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1186.74
Current children cumulated vsize (KiB) 184140

[startup+1193.8 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1182.72
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 118272 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134555963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1193.29
Current children cumulated vsize (KiB) 184140

[startup+1197.09 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1186.01
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 118601 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134556054 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1196.58
Current children cumulated vsize (KiB) 184140

[startup+1198.73 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1187.65
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 118765 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134599984 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1198.22
Current children cumulated vsize (KiB) 184140

[startup+1199.54 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1188.47
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 118847 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134559411 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 184140

[startup+1199.75 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1188.67
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 118867 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134556316 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1199.24
Current children cumulated vsize (KiB) 184140

[startup+1199.85 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 14869
/proc/meminfo: memFree=724184/2055920 swapFree=4183176/4192956
[pid=14667] ppid=14665 vsize=1860 CPUtime=10.57
/proc/14667/stat : 14667 (SATzilla2007_F) S 14665 14667 14583 0 -1 4194304 637 1473 0 0 312 23 700 22 25 0 1 0 197071100 1904640 276 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14667/statm: 465 276 169 260 0 171 0
[pid=14671] ppid=14667 vsize=182280 CPUtime=1188.77
/proc/14671/stat : 14671 (kcnfs) R 14667 14667 14583 0 -1 4194304 419 0 0 0 118877 0 0 0 25 0 1 0 197072161 186654720 402 18446744073709551615 134512640 134709692 4294956640 18446744073709551615 134652872 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14671/statm: 45570 402 129 48 0 45167 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 184140

Child status: 17
Real time (s): 1199.9
CPU time (s): 1199.43
CPU user time (s): 1198.95
CPU system time (s): 0.476927
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 184140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.95
system time used= 0.476927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2668
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= 26
involuntary context switches= 1581

runsolver used 0.798878 second user time and 2.51162 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Sun Feb 18 03:57:33 UTC 2007

IDJOB= 293427
IDBENCH= 19863
IDSOLVER= 136
FILE ID= node75/293427-1171771052

PBS_JOBID= 3839532

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S1142849726-12.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293427-1171771052/SATzilla2007_F /tmp/evaluation/293427-1171771052/instance-293427-1171771052.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-293427-1171771052 -o ROOT/results/node75/solver-293427-1171771052 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293427-1171771052/SATzilla2007_F /tmp/evaluation/293427-1171771052/instance-293427-1171771052.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  c384062077db8cbd51f9b0f03be9edde

RANDOM SEED= 733711450

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        726448 kB
Buffers:         47412 kB
Cached:        1160632 kB
SwapCached:       3920 kB
Active:         808068 kB
Inactive:       409480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        726448 kB
SwapTotal:     4192956 kB
SwapFree:      4183176 kB
Dirty:           10308 kB
Writeback:           0 kB
Mapped:          15364 kB
Slab:            97872 kB
Committed_AS:   573404 kB
PageTables:       1432 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= 66554 MiB

End job on node75 on Sun Feb 18 04:17:33 UTC 2007