Trace number 301135

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.58 1200.07

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S1791291573-05.cnf
MD5SUM2690c322a31628af7bf19c266218b572
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.6656
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses12000
Sum of the clauses size60000
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 512000
Number of clauses of size over 50

Solver Data (download as text)

10.63/10.70	c run March_dl for 5 seconds ... 
10.63/10.70	c Bin: Executing march_dl
10.63/10.70	c child exit by a signal
10.63/10.70	c march_dl returned code 137.
10.63/10.70	c run saps for 2 seconds ... 
10.63/10.70	c Bin: Executing ubcsat2006
10.63/10.70	c child exited successfully
10.63/10.70	c ubcsat2006 returned code 0.
10.63/10.70	c satzilla computing base features
10.63/10.70	c satzilla doing unit-prop probe
10.63/10.70	c satzilla doing local search probe
10.63/10.70	c satzilla doing lobjois search-space size estimate
10.63/10.70	c satzilla's ranking:
10.63/10.70	c 1) march_dl: 4.335019
10.63/10.70	c 2) kcnfs: 5.211635
10.63/10.70	c 3) eureka: 5.297535
10.63/10.70	c 4) minisat20: 6.480049
10.63/10.70	c 5) vallst: 6.607187
10.63/10.70	c 6) zchaff_rand: 8.538457
10.63/10.70	c 7) kcnfs+P: 999.000000
10.63/10.70	c 8) march_dl+P: 999.000000
10.63/10.70	c 9) vallst+P: 999.000000
10.63/10.70	c 10) zchaff_rand+P: 999.000000
10.63/10.70	c 11) rsat+P: 999.000000
10.63/10.70	c 12) eureka+P: 999.000000
10.63/10.70	c 13) minisat20+P: 999.000000
10.63/10.70	c 14) rsat: 999.000000
10.63/10.70	c satzilla running march_dl ... 
1199.47/1200.02	c Bin: Executing march_dl
1199.47/1200.02	c child exit by a signal
1199.47/1200.02	c march_dl returned code 137.
1199.47/1200.02	c march_dl returned code 137.
1199.47/1200.02	c satzilla running kcnfs ... 
1199.47/1200.02	c Bin: Executing kcnfs
1199.47/1200.02	c kcnfs returned code 1.
1199.47/1200.02	c kcnfs returned code 1.
1199.47/1200.02	c satzilla running eureka ... 
1199.47/1200.02	c Bin: Executing eureka
1199.47/1200.02	c eureka returned code 1.
1199.47/1200.02	c eureka returned code 1.
1199.47/1200.02	c satzilla running minisat20 ... 
1199.47/1200.02	c Bin: Executing minisat20
1199.47/1200.02	c minisat20 returned code 1.
1199.47/1200.02	c minisat20 returned code 1.
1199.47/1200.02	c satzilla running vallst ... 
1199.47/1200.02	c Bin: Executing vallst
1199.47/1200.02	c vallst returned code 1.
1199.47/1200.02	c vallst returned code 1.
1199.47/1200.02	c satzilla running zchaff_rand ... 
1199.47/1200.02	c Bin: Executing zchaff_rand
1199.47/1200.02	c zchaff_rand returned code 1.
1199.47/1200.02	c zchaff_rand returned code 1.
1199.47/1200.02	c satzilla running kcnfs with preprocessing ... 
1199.47/1200.06	c Preprocessing...
1199.47/1200.06	c Inital problem has 600 variables, 12000 nary clauses (0 binary clauses).
1199.47/1200.06	c Num non-binary clauses 12000, Average non-binary clause length 5.000
1199.47/1200.06	c Theory has no gaps
1199.47/1200.06	c Preprocessor runtime was 0.020 seconds.
1199.47/1200.06	c 
1199.47/1200.06	c Satisfiability of theory still undetermined.
1199.47/1200.06	c See file /tmp/gr6cbG for simplified theory.
1199.47/1200.06	c Bin: Executing kcnfs
1199.47/1200.06	c kcnfs returned code 1.
1199.47/1200.06	c kcnfs returned code 1.
1199.47/1200.06	c satzilla running march_dl with preprocessing ... 
1199.47/1200.06	c Bin: Executing march_dl
1199.47/1200.06	c march_dl returned code 1.
1199.47/1200.06	c march_dl returned code 1.
1199.47/1200.06	c satzilla running vallst with preprocessing ... 
1199.47/1200.06	c Bin: Executing vallst
1199.47/1200.06	c vallst returned code 1.
1199.47/1200.06	c vallst returned code 1.
1199.47/1200.06	c satzilla running zchaff_rand with preprocessing ... 
1199.47/1200.06	c Bin: Executing zchaff_rand
1199.47/1200.06	c zchaff_rand returned code 1.
1199.47/1200.06	c zchaff_rand returned code 1.
1199.47/1200.06	c satzilla running rsat with preprocessing ... 
1199.47/1200.06	c Bin: Executing rsat
1199.47/1200.06	c rsat returned code 1.
1199.47/1200.06	c rsat returned code 1.
1199.47/1200.06	c satzilla running eureka with preprocessing ... 
1199.47/1200.06	c Bin: Executing eureka
1199.47/1200.06	c eureka returned code 1.
1199.47/1200.06	c eureka returned code 1.
1199.47/1200.06	c satzilla running minisat20 with preprocessing ... 
1199.47/1200.06	c Bin: Executing minisat20
1199.47/1200.06	c minisat20 returned code 1.
1199.47/1200.06	c minisat20 returned code 1.
1199.47/1200.06	c satzilla running rsat ... 
1199.47/1200.06	c Bin: Executing rsat
1199.47/1200.06	c rsat returned code 1.
1199.47/1200.06	c rsat returned code 1.
1199.47/1200.06	c ERROR: All Failed! 
1199.47/1200.06	c SATZILLA_TIME=1199.730000

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/node10/watcher-301135-1171954157 -o ROOT/results/node10/solver-301135-1171954157 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301135-1171954157/SATzilla2007_F /tmp/evaluation/301135-1171954157/instance-301135-1171954157.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.99 0.97 0.99 3/77 5899
/proc/meminfo: memFree=1491320/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=1512 CPUtime=0
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215370754 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 378 125 110 260 0 84 0
[pid=5900] ppid=5899 vsize=768 CPUtime=0
/proc/5900/stat : 5900 (march_dl) R 5899 5899 4757 0 -1 4194304 97 0 0 0 0 0 0 0 19 0 1 0 215370754 786432 91 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5900/statm: 192 91 50 118 0 71 0

[startup+0.106825 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 5899
/proc/meminfo: memFree=1491320/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=1512 CPUtime=0
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215370754 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 378 125 110 260 0 84 0
[pid=5900] ppid=5899 vsize=2816 CPUtime=0.1
/proc/5900/stat : 5900 (march_dl) R 5899 5899 4757 0 -1 4194304 1612 0 0 0 9 1 0 0 20 0 1 0 215370754 2883584 438 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5900/statm: 704 438 67 118 0 583 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4328

[startup+0.514881 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 5899
/proc/meminfo: memFree=1491320/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=1512 CPUtime=0
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215370754 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 378 125 110 260 0 84 0
[pid=5900] ppid=5899 vsize=2816 CPUtime=0.51
/proc/5900/stat : 5900 (march_dl) R 5899 5899 4757 0 -1 4194304 1621 0 0 0 50 1 0 0 23 0 1 0 215370754 2883584 447 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583360 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5900/statm: 704 447 67 118 0 583 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4328

[startup+1.33499 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5901
/proc/meminfo: memFree=1478056/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=1512 CPUtime=0
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215370754 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 378 125 110 260 0 84 0
[pid=5900] ppid=5899 vsize=14668 CPUtime=1.32
/proc/5900/stat : 5900 (march_dl) R 5899 5899 4757 0 -1 4194304 4627 0 0 0 120 12 0 0 25 0 1 0 215370754 15020032 3333 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5900/statm: 3667 3333 72 118 0 3546 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16180

[startup+2.97121 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5901
/proc/meminfo: memFree=1476584/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=1512 CPUtime=0
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 215370754 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 378 125 110 260 0 84 0
[pid=5900] ppid=5899 vsize=15288 CPUtime=2.96
/proc/5900/stat : 5900 (march_dl) R 5899 5899 4757 0 -1 4194304 5924 0 0 0 277 19 0 0 25 0 1 0 215370754 15654912 3616 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5900/statm: 3822 3616 74 118 0 3701 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16800

[startup+6.25566 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5902
/proc/meminfo: memFree=1489768/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=1512 CPUtime=4.99
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 149 5925 0 0 0 0 480 19 16 0 1 0 215370754 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/5899/statm: 378 125 110 260 0 84 0
[pid=5902] ppid=5899 vsize=6188 CPUtime=1.24
/proc/5902/stat : 5902 (ubcsat2006) R 5899 5899 4757 0 -1 4194304 444 0 0 0 116 8 0 0 25 0 1 0 215371255 6336512 426 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5902/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7075 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5903
/proc/meminfo: memFree=1475176/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=15636 CPUtime=1.99
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 5173 0 0 0 180 19 0 0 25 0 1 0 215371825 16011264 3684 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 3909 3684 72 118 0 3788 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18528

[startup+25.5253 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5903
/proc/meminfo: memFree=1467240/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=24676 CPUtime=14.8
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 8058 0 0 0 1458 22 0 0 25 0 1 0 215371825 25268224 5750 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 6169 5750 74 118 0 6048 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27568

[startup+51.1567 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5903
/proc/meminfo: memFree=1462696/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=28628 CPUtime=40.43
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 9070 0 0 0 4020 23 0 0 25 0 1 0 215371825 29315072 6762 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 7157 6762 74 118 0 7036 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 31520

[startup+102.411 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5903
/proc/meminfo: memFree=1460136/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=31260 CPUtime=91.66
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 9738 0 0 0 9142 24 0 0 25 0 1 0 215371825 32010240 7430 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134564961 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 7815 7430 74 118 0 7694 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 34152

[startup+162.485 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5903
/proc/meminfo: memFree=1458216/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=33232 CPUtime=151.71
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 10208 0 0 0 15146 25 0 0 25 0 1 0 215371825 34029568 7900 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 8308 7900 74 118 0 8187 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 36124

[startup+222.557 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5903
/proc/meminfo: memFree=1457256/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=34200 CPUtime=211.77
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 10450 0 0 0 21151 26 0 0 25 0 1 0 215371825 35020800 8142 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 8550 8142 74 118 0 8429 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 37092

[startup+282.631 s]
/proc/loadavg: 0.99 0.97 0.99 2/79 5903
/proc/meminfo: memFree=1456296/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=35124 CPUtime=271.83
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 10682 0 0 0 27156 27 0 0 25 0 1 0 215371825 35966976 8374 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 8781 8374 74 118 0 8660 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 38016

[startup+342.702 s]
/proc/loadavg: 1.03 0.99 0.99 2/79 5903
/proc/meminfo: memFree=1455400/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=35916 CPUtime=331.88
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 10892 0 0 0 33160 28 0 0 25 0 1 0 215371825 36777984 8584 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528324 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 8979 8584 74 118 0 8858 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 38808

[startup+402.78 s]
/proc/loadavg: 1.01 0.99 0.99 2/79 5903
/proc/meminfo: memFree=1454696/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=36576 CPUtime=391.93
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 11065 0 0 0 39165 28 0 0 25 0 1 0 215371825 37453824 8757 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134576322 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 9144 8757 74 118 0 9023 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 39468

[startup+462.851 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 5903
/proc/meminfo: memFree=1454120/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=37104 CPUtime=451.99
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 11205 0 0 0 45170 29 0 0 25 0 1 0 215371825 37994496 8897 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 9276 8897 74 118 0 9155 0
Current children cumulated CPU time (s) 462.67

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


[startup+823.239 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6101
/proc/meminfo: memFree=1451616/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=39348 CPUtime=812.16
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 11763 0 0 0 81184 32 0 0 25 0 1 0 215371825 40292352 9455 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 9837 9455 74 118 0 9716 0
Current children cumulated CPU time (s) 822.84
Current children cumulated vsize (KiB) 42240

[startup+883.316 s]
/proc/loadavg: 1.06 1.01 1.00 2/79 6101
/proc/meminfo: memFree=1451424/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=39612 CPUtime=872.21
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 11839 0 0 0 87188 33 0 0 25 0 1 0 215371825 40562688 9531 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 9903 9531 74 118 0 9782 0
Current children cumulated CPU time (s) 882.89
Current children cumulated vsize (KiB) 42504

[startup+943.388 s]
/proc/loadavg: 1.02 1.01 1.00 3/79 6101
/proc/meminfo: memFree=1451168/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=39880 CPUtime=932.26
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 11902 0 0 0 93193 33 0 0 25 0 1 0 215371825 40837120 9594 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 9970 9594 74 118 0 9849 0
Current children cumulated CPU time (s) 942.94
Current children cumulated vsize (KiB) 42772

[startup+1003.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6101
/proc/meminfo: memFree=1450848/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40144 CPUtime=992.32
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 11973 0 0 0 99198 34 0 0 25 0 1 0 215371825 41107456 9665 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10036 9665 74 118 0 9915 0
Current children cumulated CPU time (s) 1003
Current children cumulated vsize (KiB) 43036

[startup+1063.54 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 6101
/proc/meminfo: memFree=1450656/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40408 CPUtime=1052.37
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12023 0 0 0 105203 34 0 0 25 0 1 0 215371825 41377792 9715 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10102 9715 74 118 0 9981 0
Current children cumulated CPU time (s) 1063.05
Current children cumulated vsize (KiB) 43300

[startup+1123.61 s]
/proc/loadavg: 1.01 1.01 1.00 3/79 6101
/proc/meminfo: memFree=1450408/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40672 CPUtime=1112.43
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12083 0 0 0 111208 35 0 0 25 0 1 0 215371825 41648128 9775 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568157 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10168 9775 74 118 0 10047 0
Current children cumulated CPU time (s) 1123.11
Current children cumulated vsize (KiB) 43564

[startup+1183.68 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6101
/proc/meminfo: memFree=1450280/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1172.48
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12134 0 0 0 117213 35 0 0 25 0 1 0 215371825 41783296 9826 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568002 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9826 74 118 0 10080 0
Current children cumulated CPU time (s) 1183.16
Current children cumulated vsize (KiB) 43696

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

[startup+1187.58 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6101
/proc/meminfo: memFree=1450280/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1176.39
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12136 0 0 0 117603 36 0 0 25 0 1 0 215371825 41783296 9828 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9828 74 118 0 10080 0
Current children cumulated CPU time (s) 1187.07
Current children cumulated vsize (KiB) 43696

[startup+1194.13 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6101
/proc/meminfo: memFree=1450216/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1182.94
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12142 0 0 0 118258 36 0 0 25 0 1 0 215371825 41783296 9834 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9834 74 118 0 10080 0
Current children cumulated CPU time (s) 1193.62
Current children cumulated vsize (KiB) 43696

[startup+1197.42 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6101
/proc/meminfo: memFree=1450216/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1186.22
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12146 0 0 0 118586 36 0 0 25 0 1 0 215371825 41783296 9838 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9838 74 118 0 10080 0
Current children cumulated CPU time (s) 1196.9
Current children cumulated vsize (KiB) 43696

[startup+1199.06 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6101
/proc/meminfo: memFree=1450216/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1187.86
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12146 0 0 0 118750 36 0 0 25 0 1 0 215371825 41783296 9838 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9838 74 118 0 10080 0
Current children cumulated CPU time (s) 1198.54
Current children cumulated vsize (KiB) 43696

[startup+1199.47 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6101
/proc/meminfo: memFree=1450216/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1188.27
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12147 0 0 0 118791 36 0 0 25 0 1 0 215371825 41783296 9839 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9839 74 118 0 10080 0
Current children cumulated CPU time (s) 1198.95
Current children cumulated vsize (KiB) 43696

[startup+1199.88 s]
/proc/loadavg: 1.03 1.02 1.00 3/79 6101
/proc/meminfo: memFree=1450216/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1188.68
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12147 0 0 0 118832 36 0 0 25 0 1 0 215371825 41783296 9839 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9839 74 118 0 10080 0
Current children cumulated CPU time (s) 1199.36
Current children cumulated vsize (KiB) 43696

[startup+1199.98 s]
/proc/loadavg: 1.03 1.02 1.00 3/79 6101
/proc/meminfo: memFree=1450216/2055920 swapFree=4192812/4192956
[pid=5899] ppid=5897 vsize=2892 CPUtime=10.68
/proc/5899/stat : 5899 (SATzilla2007_F) S 5897 5899 4757 0 -1 4194304 1191 6375 0 0 335 16 683 34 25 0 1 0 215370754 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5899/statm: 723 527 169 260 0 429 0
[pid=5903] ppid=5899 vsize=40804 CPUtime=1188.79
/proc/5903/stat : 5903 (march_dl) R 5899 5899 4757 0 -1 4194304 12147 0 0 0 118843 36 0 0 25 0 1 0 215371825 41783296 9839 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5903/statm: 10201 9839 74 118 0 10080 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 43696

Child status: 17
Real time (s): 1200.07
CPU time (s): 1199.58
CPU user time (s): 1198.69
CPU system time (s): 0.885865
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 43696

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

runsolver used 1.15082 second user time and 3.11353 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Feb 20 06:49:17 UTC 2007

IDJOB= 301135
IDBENCH= 20051
IDSOLVER= 136
FILE ID= node10/301135-1171954157

PBS_JOBID= 3848967

Free space on /tmp= 66539 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v600/unif-k5-r20-v600-c12000-S1791291573-05.cnf
COMMAND LINE= /tmp/evaluation/301135-1171954157/SATzilla2007_F /tmp/evaluation/301135-1171954157/instance-301135-1171954157.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-301135-1171954157 -o ROOT/results/node10/solver-301135-1171954157 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301135-1171954157/SATzilla2007_F /tmp/evaluation/301135-1171954157/instance-301135-1171954157.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  2690c322a31628af7bf19c266218b572

RANDOM SEED= 375293793

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1491728 kB
Buffers:         52532 kB
Cached:         395248 kB
SwapCached:          0 kB
Active:         275532 kB
Inactive:       216512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10416 kB
Writeback:           0 kB
Mapped:          63176 kB
Slab:            57652 kB
Committed_AS:  1239188 kB
PageTables:       1832 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= 66539 MiB

End job on node10 on Tue Feb 20 07:09:18 UTC 2007