Trace number 300971

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.52 1199.89

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S793374232-15.cnf
MD5SUM6e9f9b40f58898d74ef75a0a472d48ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.8948
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.53/10.64	c run March_dl for 5 seconds ... 
10.53/10.64	c Bin: Executing march_dl
10.53/10.64	c child exit by a signal
10.53/10.64	c march_dl returned code 137.
10.53/10.64	c run saps for 2 seconds ... 
10.53/10.64	c Bin: Executing ubcsat2006
10.53/10.64	c child exited successfully
10.53/10.64	c ubcsat2006 returned code 0.
10.53/10.64	c satzilla computing base features
10.53/10.64	c satzilla doing unit-prop probe
10.53/10.64	c satzilla doing local search probe
10.53/10.64	c satzilla doing lobjois search-space size estimate
10.53/10.64	c satzilla's ranking:
10.53/10.64	c 1) march_dl: 4.330749
10.53/10.64	c 2) eureka: 5.287710
10.53/10.64	c 3) kcnfs: 5.290226
10.53/10.64	c 4) vallst: 6.589869
10.53/10.64	c 5) minisat20: 6.798602
10.53/10.64	c 6) zchaff_rand: 8.392288
10.53/10.64	c 7) kcnfs+P: 999.000000
10.53/10.64	c 8) march_dl+P: 999.000000
10.53/10.64	c 9) vallst+P: 999.000000
10.53/10.64	c 10) zchaff_rand+P: 999.000000
10.53/10.64	c 11) rsat+P: 999.000000
10.53/10.64	c 12) eureka+P: 999.000000
10.53/10.64	c 13) minisat20+P: 999.000000
10.53/10.64	c 14) rsat: 999.000000
10.53/10.64	c satzilla running march_dl ... 
1199.40/1199.83	c Bin: Executing march_dl
1199.40/1199.83	c child exit by a signal
1199.40/1199.83	c march_dl returned code 137.
1199.40/1199.83	c march_dl returned code 137.
1199.40/1199.83	c satzilla running eureka ... 
1199.40/1199.83	c Bin: Executing eureka
1199.40/1199.83	c eureka returned code 1.
1199.40/1199.83	c eureka returned code 1.
1199.40/1199.83	c satzilla running kcnfs ... 
1199.40/1199.83	c Bin: Executing kcnfs
1199.40/1199.83	c kcnfs returned code 1.
1199.40/1199.83	c kcnfs returned code 1.
1199.40/1199.83	c satzilla running vallst ... 
1199.40/1199.83	c Bin: Executing vallst
1199.40/1199.83	c vallst returned code 1.
1199.40/1199.83	c vallst returned code 1.
1199.40/1199.83	c satzilla running minisat20 ... 
1199.40/1199.83	c Bin: Executing minisat20
1199.40/1199.83	c minisat20 returned code 1.
1199.40/1199.83	c minisat20 returned code 1.
1199.40/1199.83	c satzilla running zchaff_rand ... 
1199.40/1199.83	c Bin: Executing zchaff_rand
1199.40/1199.83	c zchaff_rand returned code 1.
1199.40/1199.83	c zchaff_rand returned code 1.
1199.40/1199.83	c satzilla running kcnfs with preprocessing ... 
1199.40/1199.88	c Preprocessing...
1199.40/1199.88	c Inital problem has 600 variables, 12000 nary clauses (0 binary clauses).
1199.40/1199.88	c Num non-binary clauses 12000, Average non-binary clause length 5.000
1199.40/1199.88	c Theory has no gaps
1199.40/1199.88	c Preprocessor runtime was 0.030 seconds.
1199.40/1199.88	c 
1199.40/1199.88	c Satisfiability of theory still undetermined.
1199.40/1199.88	c See file /tmp/YXqM68 for simplified theory.
1199.40/1199.88	c Bin: Executing kcnfs
1199.40/1199.88	c kcnfs returned code 1.
1199.40/1199.88	c kcnfs returned code 1.
1199.40/1199.88	c satzilla running march_dl with preprocessing ... 
1199.40/1199.88	c Bin: Executing march_dl
1199.40/1199.88	c march_dl returned code 1.
1199.40/1199.88	c march_dl returned code 1.
1199.40/1199.88	c satzilla running vallst with preprocessing ... 
1199.40/1199.88	c Bin: Executing vallst
1199.40/1199.88	c vallst returned code 1.
1199.40/1199.88	c vallst returned code 1.
1199.40/1199.88	c satzilla running zchaff_rand with preprocessing ... 
1199.40/1199.88	c Bin: Executing zchaff_rand
1199.40/1199.88	c zchaff_rand returned code 1.
1199.40/1199.88	c zchaff_rand returned code 1.
1199.40/1199.88	c satzilla running rsat with preprocessing ... 
1199.40/1199.88	c Bin: Executing rsat
1199.40/1199.88	c rsat returned code 1.
1199.40/1199.88	c rsat returned code 1.
1199.40/1199.88	c satzilla running eureka with preprocessing ... 
1199.40/1199.88	c Bin: Executing eureka
1199.40/1199.88	c eureka returned code 1.
1199.40/1199.88	c eureka returned code 1.
1199.40/1199.88	c satzilla running minisat20 with preprocessing ... 
1199.40/1199.88	c Bin: Executing minisat20
1199.40/1199.88	c minisat20 returned code 1.
1199.40/1199.88	c minisat20 returned code 1.
1199.40/1199.88	c satzilla running rsat ... 
1199.40/1199.88	c Bin: Executing rsat
1199.40/1199.88	c rsat returned code 1.
1199.40/1199.88	c rsat returned code 1.
1199.40/1199.88	c ERROR: All Failed! 
1199.40/1199.88	c SATZILLA_TIME=1199.690000

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/node11/watcher-300971-1171945739 -o ROOT/results/node11/solver-300971-1171945739 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300971-1171945739/SATzilla2007_F /tmp/evaluation/300971-1171945739/instance-300971-1171945739.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: 1.00 1.00 1.00 3/77 26457
/proc/meminfo: memFree=1636744/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=1512 CPUtime=0
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214528463 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 378 125 110 260 0 84 0
[pid=26458] ppid=26457 vsize=768 CPUtime=0
/proc/26458/stat : 26458 (march_dl) R 26457 26457 26327 0 -1 4194304 97 0 0 0 0 0 0 0 19 0 1 0 214528463 786432 91 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26458/statm: 192 91 50 118 0 71 0

[startup+0.107117 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26457
/proc/meminfo: memFree=1636744/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=1512 CPUtime=0
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214528463 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 378 125 110 260 0 84 0
[pid=26458] ppid=26457 vsize=2688 CPUtime=0.09
/proc/26458/stat : 26458 (march_dl) R 26457 26457 26327 0 -1 4194304 1606 0 0 0 9 0 0 0 20 0 1 0 214528463 2752512 436 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26458/statm: 672 436 67 118 0 551 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4200

[startup+0.515164 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26457
/proc/meminfo: memFree=1636744/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=1512 CPUtime=0
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214528463 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 378 125 110 260 0 84 0
[pid=26458] ppid=26457 vsize=2688 CPUtime=0.5
/proc/26458/stat : 26458 (march_dl) R 26457 26457 26327 0 -1 4194304 1612 0 0 0 50 0 0 0 24 0 1 0 214528463 2752512 442 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26458/statm: 672 442 67 118 0 551 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4200

[startup+1.33626 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26459
/proc/meminfo: memFree=1634928/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=1512 CPUtime=0
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214528463 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 378 125 110 260 0 84 0
[pid=26458] ppid=26457 vsize=14612 CPUtime=1.32
/proc/26458/stat : 26458 (march_dl) R 26457 26457 26327 0 -1 4194304 4605 0 0 0 129 3 0 0 25 0 1 0 214528463 14962688 3315 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26458/statm: 3653 3315 72 118 0 3532 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16124

[startup+2.97945 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26459
/proc/meminfo: memFree=1622064/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=1512 CPUtime=0
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 214528463 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 378 125 110 260 0 84 0
[pid=26458] ppid=26457 vsize=15204 CPUtime=2.97
/proc/26458/stat : 26458 (march_dl) R 26457 26457 26327 0 -1 4194304 5906 0 0 0 280 17 0 0 25 0 1 0 214528463 15568896 3595 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26458/statm: 3801 3595 74 118 0 3680 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 16716

[startup+6.26084 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26460
/proc/meminfo: memFree=1635248/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=1512 CPUtime=4.99
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 149 5906 0 0 0 0 481 18 18 0 1 0 214528463 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26457/statm: 378 125 110 260 0 84 0
[pid=26460] ppid=26457 vsize=6188 CPUtime=1.24
/proc/26460/stat : 26460 (ubcsat2006) R 26457 26457 26327 0 -1 4194304 444 0 0 0 118 6 0 0 25 0 1 0 214528964 6336512 426 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26460/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7196 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1620728/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=15572 CPUtime=2.06
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 5151 0 0 0 188 18 0 0 25 0 1 0 214529528 15945728 3665 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134560107 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 3893 3665 72 118 0 3772 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18464

[startup+25.5281 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1613112/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=24072 CPUtime=14.87
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 7870 0 0 0 1467 20 0 0 25 0 1 0 214529528 24649728 5559 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 6018 5559 74 118 0 5897 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26964

[startup+51.1591 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1608888/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=28028 CPUtime=40.48
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 8897 0 0 0 4027 21 0 0 25 0 1 0 214529528 28700672 6586 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 7007 6586 74 118 0 6886 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 30920

[startup+102.412 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 26461
/proc/meminfo: memFree=1606200/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=30796 CPUtime=91.72
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 9591 0 0 0 9150 22 0 0 25 0 1 0 214529528 31535104 7280 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 7699 7280 74 118 0 7578 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 33688

[startup+162.488 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 26461
/proc/meminfo: memFree=1604216/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=32644 CPUtime=151.77
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 10069 0 0 0 15154 23 0 0 25 0 1 0 214529528 33427456 7758 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 8161 7758 74 118 0 8040 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 35536

[startup+222.556 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1602936/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=33832 CPUtime=211.83
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 10367 0 0 0 21158 25 0 0 25 0 1 0 214529528 34643968 8056 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 8458 8056 74 118 0 8337 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 36724

[startup+282.628 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1602424/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=34492 CPUtime=271.88
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 10539 0 0 0 27163 25 0 0 25 0 1 0 214529528 35319808 8228 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 8623 8228 74 118 0 8502 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 37384

[startup+342.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1601912/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=35020 CPUtime=331.93
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 10672 0 0 0 33167 26 0 0 25 0 1 0 214529528 35860480 8361 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 8755 8361 74 118 0 8634 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 37912

[startup+402.773 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1601272/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=35548 CPUtime=391.99
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 10809 0 0 0 39172 27 0 0 25 0 1 0 214529528 36401152 8498 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 8887 8498 74 118 0 8766 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 38440

[startup+462.843 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26461
/proc/meminfo: memFree=1600760/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=36076 CPUtime=452.04
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 10929 0 0 0 45177 27 0 0 25 0 1 0 214529528 36941824 8618 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9019 8618 74 118 0 8898 0
Current children cumulated CPU time (s) 462.66

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


[startup+763.196 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1599032/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=37792 CPUtime=752.31
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11356 0 0 0 75201 30 0 0 25 0 1 0 214529528 38699008 9045 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9448 9045 74 118 0 9327 0
Current children cumulated CPU time (s) 762.93
Current children cumulated vsize (KiB) 40684

[startup+823.273 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1598648/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=38188 CPUtime=812.36
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11454 0 0 0 81206 30 0 0 25 0 1 0 214529528 39104512 9143 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9547 9143 74 118 0 9426 0
Current children cumulated CPU time (s) 822.98
Current children cumulated vsize (KiB) 41080

[startup+883.344 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1598264/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=38452 CPUtime=872.41
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11525 0 0 0 87211 30 0 0 25 0 1 0 214529528 39374848 9214 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9613 9214 74 118 0 9492 0
Current children cumulated CPU time (s) 883.03
Current children cumulated vsize (KiB) 41344

[startup+943.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1598008/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=38716 CPUtime=932.47
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11591 0 0 0 93216 31 0 0 25 0 1 0 214529528 39645184 9280 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9679 9280 74 118 0 9558 0
Current children cumulated CPU time (s) 943.09
Current children cumulated vsize (KiB) 41608

[startup+1003.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1597816/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=38980 CPUtime=992.53
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11651 0 0 0 99221 32 0 0 25 0 1 0 214529528 39915520 9340 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9745 9340 74 118 0 9624 0
Current children cumulated CPU time (s) 1003.15
Current children cumulated vsize (KiB) 41872

[startup+1063.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1597560/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39244 CPUtime=1052.58
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11726 0 0 0 105226 32 0 0 25 0 1 0 214529528 40185856 9415 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9811 9415 74 118 0 9690 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 42136

[startup+1123.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1597176/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39508 CPUtime=1112.64
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11803 0 0 0 111231 33 0 0 25 0 1 0 214529528 40456192 9492 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9877 9492 74 118 0 9756 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 42400

[startup+1183.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1596920/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39772 CPUtime=1172.69
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11868 0 0 0 117236 33 0 0 25 0 1 0 214529528 40726528 9557 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568111 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9943 9557 74 118 0 9822 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 42664

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

[startup+1187.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1596920/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39904 CPUtime=1176.49
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11871 0 0 0 117616 33 0 0 25 0 1 0 214529528 40861696 9560 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9976 9560 74 118 0 9855 0
Current children cumulated CPU time (s) 1187.11
Current children cumulated vsize (KiB) 42796

[startup+1194.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1596856/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39904 CPUtime=1183.04
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11876 0 0 0 118271 33 0 0 25 0 1 0 214529528 40861696 9565 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9976 9565 74 118 0 9855 0
Current children cumulated CPU time (s) 1193.66
Current children cumulated vsize (KiB) 42796

[startup+1197.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1596856/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39904 CPUtime=1186.32
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11881 0 0 0 118599 33 0 0 25 0 1 0 214529528 40861696 9570 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9976 9570 74 118 0 9855 0
Current children cumulated CPU time (s) 1196.94
Current children cumulated vsize (KiB) 42796

[startup+1198.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1596856/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39904 CPUtime=1187.96
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11883 0 0 0 118763 33 0 0 25 0 1 0 214529528 40861696 9572 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527818 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9976 9572 74 118 0 9855 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 42796

[startup+1199.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1596856/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39904 CPUtime=1188.37
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11883 0 0 0 118804 33 0 0 25 0 1 0 214529528 40861696 9572 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9976 9572 74 118 0 9855 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 42796

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 26463
/proc/meminfo: memFree=1596856/2055920 swapFree=4192812/4192956
[pid=26457] ppid=26455 vsize=2892 CPUtime=10.62
/proc/26457/stat : 26457 (SATzilla2007_F) S 26455 26457 26327 0 -1 4194304 1191 6356 0 0 331 16 684 31 25 0 1 0 214528463 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26457/statm: 723 527 169 260 0 429 0
[pid=26461] ppid=26457 vsize=39904 CPUtime=1188.78
/proc/26461/stat : 26461 (march_dl) R 26457 26457 26327 0 -1 4194304 11883 0 0 0 118845 33 0 0 25 0 1 0 214529528 40861696 9572 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26461/statm: 9976 9572 74 118 0 9855 0
Current children cumulated CPU time (s) 1199.4
Current children cumulated vsize (KiB) 42796

Child status: 17
Real time (s): 1199.89
CPU time (s): 1199.52
CPU user time (s): 1198.69
CPU system time (s): 0.829873
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 42796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.69
system time used= 0.829873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19970
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 25771

runsolver used 1.13483 second user time and 3.13052 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue Feb 20 04:28:59 UTC 2007

IDJOB= 300971
IDBENCH= 20047
IDSOLVER= 136
FILE ID= node11/300971-1171945739

PBS_JOBID= 3848985

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  6e9f9b40f58898d74ef75a0a472d48ed

RANDOM SEED= 763956896

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1637216 kB
Buffers:         53896 kB
Cached:         250200 kB
SwapCached:          0 kB
Active:          97796 kB
Inactive:       249156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10488 kB
Writeback:           0 kB
Mapped:          61720 kB
Slab:            57372 kB
Committed_AS:   682764 kB
PageTables:       1756 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= 66536 MiB

End job on node11 on Tue Feb 20 04:48:59 UTC 2007