Trace number 301340

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.55 1199.87

General information on the benchmark

Namerandom/LargeSize/5SAT/v600/
unif-k5-r20-v600-c12000-S1586629899-14.cnf
MD5SUMbb47ba6674477ffefdaf4fbc831ad867
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.53016
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.67	c run March_dl for 5 seconds ... 
10.63/10.67	c Bin: Executing march_dl
10.63/10.67	c child exit by a signal
10.63/10.67	c march_dl returned code 137.
10.63/10.67	c run saps for 2 seconds ... 
10.63/10.67	c Bin: Executing ubcsat2006
10.63/10.67	c child exited successfully
10.63/10.67	c ubcsat2006 returned code 0.
10.63/10.67	c satzilla computing base features
10.63/10.67	c satzilla doing unit-prop probe
10.63/10.67	c satzilla doing local search probe
10.63/10.67	c satzilla doing lobjois search-space size estimate
10.63/10.67	c satzilla's ranking:
10.63/10.67	c 1) march_dl: 4.268372
10.63/10.67	c 2) kcnfs: 5.216593
10.63/10.67	c 3) eureka: 5.240233
10.63/10.67	c 4) vallst: 6.448011
10.63/10.67	c 5) minisat20: 6.901610
10.63/10.67	c 6) zchaff_rand: 8.388584
10.63/10.67	c 7) kcnfs+P: 999.000000
10.63/10.67	c 8) march_dl+P: 999.000000
10.63/10.67	c 9) vallst+P: 999.000000
10.63/10.67	c 10) zchaff_rand+P: 999.000000
10.63/10.67	c 11) rsat+P: 999.000000
10.63/10.67	c 12) eureka+P: 999.000000
10.63/10.67	c 13) minisat20+P: 999.000000
10.63/10.67	c 14) rsat: 999.000000
10.63/10.67	c satzilla running march_dl ... 
1199.44/1199.81	c Bin: Executing march_dl
1199.44/1199.81	c child exit by a signal
1199.44/1199.81	c march_dl returned code 137.
1199.44/1199.81	c march_dl returned code 137.
1199.44/1199.81	c satzilla running kcnfs ... 
1199.44/1199.81	c Bin: Executing kcnfs
1199.44/1199.81	c kcnfs returned code 1.
1199.44/1199.81	c kcnfs returned code 1.
1199.44/1199.81	c satzilla running eureka ... 
1199.44/1199.81	c Bin: Executing eureka
1199.44/1199.81	c eureka returned code 1.
1199.44/1199.81	c eureka returned code 1.
1199.44/1199.81	c satzilla running vallst ... 
1199.44/1199.81	c Bin: Executing vallst
1199.44/1199.81	c vallst returned code 1.
1199.44/1199.81	c vallst returned code 1.
1199.44/1199.81	c satzilla running minisat20 ... 
1199.44/1199.81	c Bin: Executing minisat20
1199.44/1199.81	c minisat20 returned code 1.
1199.44/1199.81	c minisat20 returned code 1.
1199.44/1199.81	c satzilla running zchaff_rand ... 
1199.44/1199.81	c Bin: Executing zchaff_rand
1199.44/1199.81	c zchaff_rand returned code 1.
1199.44/1199.81	c zchaff_rand returned code 1.
1199.44/1199.81	c satzilla running kcnfs with preprocessing ... 
1199.44/1199.86	c Preprocessing...
1199.44/1199.86	c Inital problem has 600 variables, 12000 nary clauses (0 binary clauses).
1199.44/1199.86	c Num non-binary clauses 12000, Average non-binary clause length 5.000
1199.44/1199.86	c Theory has no gaps
1199.44/1199.86	c Preprocessor runtime was 0.020 seconds.
1199.44/1199.86	c 
1199.44/1199.86	c Satisfiability of theory still undetermined.
1199.44/1199.86	c See file /tmp/Qdk4Nx for simplified theory.
1199.44/1199.86	c Bin: Executing kcnfs
1199.44/1199.86	c kcnfs returned code 1.
1199.44/1199.86	c kcnfs returned code 1.
1199.44/1199.86	c satzilla running march_dl with preprocessing ... 
1199.44/1199.86	c Bin: Executing march_dl
1199.44/1199.86	c march_dl returned code 1.
1199.44/1199.86	c march_dl returned code 1.
1199.44/1199.86	c satzilla running vallst with preprocessing ... 
1199.44/1199.86	c Bin: Executing vallst
1199.44/1199.86	c vallst returned code 1.
1199.44/1199.86	c vallst returned code 1.
1199.44/1199.86	c satzilla running zchaff_rand with preprocessing ... 
1199.44/1199.86	c Bin: Executing zchaff_rand
1199.44/1199.86	c zchaff_rand returned code 1.
1199.44/1199.86	c zchaff_rand returned code 1.
1199.44/1199.86	c satzilla running rsat with preprocessing ... 
1199.44/1199.86	c Bin: Executing rsat
1199.44/1199.86	c rsat returned code 1.
1199.44/1199.86	c rsat returned code 1.
1199.44/1199.86	c satzilla running eureka with preprocessing ... 
1199.44/1199.86	c Bin: Executing eureka
1199.44/1199.86	c eureka returned code 1.
1199.44/1199.86	c eureka returned code 1.
1199.44/1199.86	c satzilla running minisat20 with preprocessing ... 
1199.44/1199.86	c Bin: Executing minisat20
1199.44/1199.86	c minisat20 returned code 1.
1199.44/1199.86	c minisat20 returned code 1.
1199.44/1199.86	c satzilla running rsat ... 
1199.44/1199.86	c Bin: Executing rsat
1199.44/1199.86	c rsat returned code 1.
1199.44/1199.86	c rsat returned code 1.
1199.44/1199.86	c ERROR: All Failed! 
1199.44/1199.86	c SATZILLA_TIME=1199.700000

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/node7/watcher-301340-1171964446 -o ROOT/results/node7/solver-301340-1171964446 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301340-1171964446/SATzilla2007_F /tmp/evaluation/301340-1171964446/instance-301340-1171964446.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.18 3/77 3484
/proc/meminfo: memFree=1660944/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=1512 CPUtime=0
/proc/3484/stat : 3484 (SATzilla2007_F) R 3482 3484 2482 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 216399355 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/3484/statm: 378 125 110 260 0 84 0
[pid=3485] ppid=3484 vsize=768 CPUtime=0
/proc/3485/stat : 3485 (march_dl) R 3484 3484 2482 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 216399356 786432 91 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3485/statm: 192 91 50 118 0 71 0

[startup+0.106662 s]
/proc/loadavg: 1.00 1.00 1.18 3/77 3484
/proc/meminfo: memFree=1660944/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=1512 CPUtime=0
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216399355 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3484/statm: 378 125 110 260 0 84 0
[pid=3485] ppid=3484 vsize=2816 CPUtime=0.09
/proc/3485/stat : 3485 (march_dl) R 3484 3484 2482 0 -1 4194304 1612 0 0 0 9 0 0 0 20 0 1 0 216399356 2883584 438 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3485/statm: 704 438 67 118 0 583 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4328

[startup+0.514705 s]
/proc/loadavg: 1.00 1.00 1.18 3/77 3484
/proc/meminfo: memFree=1660944/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=1512 CPUtime=0
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216399355 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3484/statm: 378 125 110 260 0 84 0
[pid=3485] ppid=3484 vsize=2816 CPUtime=0.5
/proc/3485/stat : 3485 (march_dl) R 3484 3484 2482 0 -1 4194304 1618 0 0 0 50 0 0 0 23 0 1 0 216399356 2883584 444 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3485/statm: 704 444 67 118 0 583 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4328

[startup+1.33479 s]
/proc/loadavg: 1.00 1.00 1.18 2/79 3486
/proc/meminfo: memFree=1659136/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=1512 CPUtime=0
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216399355 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3484/statm: 378 125 110 260 0 84 0
[pid=3485] ppid=3484 vsize=14644 CPUtime=1.32
/proc/3485/stat : 3485 (march_dl) R 3484 3484 2482 0 -1 4194304 4619 0 0 0 130 2 0 0 25 0 1 0 216399356 14995456 3325 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3485/statm: 3661 3325 72 118 0 3540 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16156

[startup+2.97096 s]
/proc/loadavg: 1.00 1.00 1.18 2/79 3486
/proc/meminfo: memFree=1646272/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=1512 CPUtime=0
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 216399355 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3484/statm: 378 125 110 260 0 84 0
[pid=3485] ppid=3484 vsize=15264 CPUtime=2.95
/proc/3485/stat : 3485 (march_dl) R 3484 3484 2482 0 -1 4194304 5918 0 0 0 278 17 0 0 25 0 1 0 216399356 15630336 3610 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3485/statm: 3816 3610 74 118 0 3695 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 16776

[startup+6.25831 s]
/proc/loadavg: 1.00 1.00 1.18 2/79 3487
/proc/meminfo: memFree=1659520/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=1512 CPUtime=4.99
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 149 5918 0 0 0 0 481 18 16 0 1 0 216399355 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3484/statm: 378 125 110 260 0 84 0
[pid=3487] ppid=3484 vsize=6188 CPUtime=1.24
/proc/3487/stat : 3487 (ubcsat2006) R 3484 3484 2482 0 -1 4194304 444 0 0 0 116 8 0 0 25 0 1 0 216399856 6336512 426 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3487/statm: 1547 426 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.712 s]
/proc/loadavg: 1.00 1.00 1.18 2/79 3488
/proc/meminfo: memFree=1645184/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=15220 CPUtime=2.02
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 5065 0 0 0 185 17 0 0 25 0 1 0 216400423 15585280 3576 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 3805 3576 72 118 0 3684 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18112

[startup+25.5283 s]
/proc/loadavg: 1.00 1.00 1.17 2/79 3488
/proc/meminfo: memFree=1637504/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=23824 CPUtime=14.84
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 7839 0 0 0 1465 19 0 0 25 0 1 0 216400423 24395776 5531 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 5956 5531 74 118 0 5835 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26716

[startup+51.157 s]
/proc/loadavg: 1.00 1.00 1.17 2/79 3488
/proc/meminfo: memFree=1633344/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=27932 CPUtime=40.46
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 8867 0 0 0 4025 21 0 0 25 0 1 0 216400423 28602368 6559 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 6983 6559 74 118 0 6862 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 30824

[startup+102.409 s]
/proc/loadavg: 1.00 1.00 1.16 2/79 3488
/proc/meminfo: memFree=1630528/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=30704 CPUtime=91.69
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 9568 0 0 0 9148 21 0 0 25 0 1 0 216400423 31440896 7260 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 7676 7260 74 118 0 7555 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 33596

[startup+162.485 s]
/proc/loadavg: 1.00 1.00 1.15 2/79 3488
/proc/meminfo: memFree=1629120/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=32024 CPUtime=151.75
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 9922 0 0 0 15152 23 0 0 25 0 1 0 216400423 32792576 7614 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134575710 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 8006 7614 74 118 0 7885 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 34916

[startup+222.558 s]
/proc/loadavg: 1.00 1.00 1.13 2/79 3488
/proc/meminfo: memFree=1627904/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=33212 CPUtime=211.81
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 10214 0 0 0 21157 24 0 0 25 0 1 0 216400423 34009088 7906 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 8303 7906 74 118 0 8182 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 36104

[startup+282.627 s]
/proc/loadavg: 1.00 1.00 1.12 2/79 3488
/proc/meminfo: memFree=1627136/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=34004 CPUtime=271.87
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 10411 0 0 0 27162 25 0 0 25 0 1 0 216400423 34820096 8103 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 8501 8103 74 118 0 8380 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 36896

[startup+342.692 s]
/proc/loadavg: 1.00 1.00 1.11 2/79 3488
/proc/meminfo: memFree=1626368/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=34800 CPUtime=331.91
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 10595 0 0 0 33166 25 0 0 25 0 1 0 216400423 35635200 8287 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 8700 8287 74 118 0 8579 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 37692

[startup+402.767 s]
/proc/loadavg: 1.00 1.00 1.10 2/79 3488
/proc/meminfo: memFree=1625856/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=35196 CPUtime=391.97
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 10715 0 0 0 39172 25 0 0 25 0 1 0 216400423 36040704 8407 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 8799 8407 74 118 0 8678 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 38088

[startup+462.832 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 3488
/proc/meminfo: memFree=1625408/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=35724 CPUtime=452.03
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 10845 0 0 0 45177 26 0 0 25 0 1 0 216400423 36581376 8537 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 8931 8537 74 118 0 8810 0
Current children cumulated CPU time (s) 462.68

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


[startup+763.189 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 3488
/proc/meminfo: memFree=1623424/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=37704 CPUtime=752.31
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11336 0 0 0 75202 29 0 0 25 0 1 0 216400423 38608896 9028 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9426 9028 74 118 0 9305 0
Current children cumulated CPU time (s) 762.96
Current children cumulated vsize (KiB) 40596

[startup+823.263 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 3488
/proc/meminfo: memFree=1623040/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=37968 CPUtime=812.36
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11412 0 0 0 81207 29 0 0 25 0 1 0 216400423 38879232 9104 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9492 9104 74 118 0 9371 0
Current children cumulated CPU time (s) 823.01
Current children cumulated vsize (KiB) 40860

[startup+883.331 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 3488
/proc/meminfo: memFree=1622912/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=38232 CPUtime=872.42
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11463 0 0 0 87212 30 0 0 25 0 1 0 216400423 39149568 9155 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9558 9155 74 118 0 9437 0
Current children cumulated CPU time (s) 883.07
Current children cumulated vsize (KiB) 41124

[startup+943.401 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 3488
/proc/meminfo: memFree=1622592/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=38496 CPUtime=932.47
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11535 0 0 0 93217 30 0 0 25 0 1 0 216400423 39419904 9227 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9624 9227 74 118 0 9503 0
Current children cumulated CPU time (s) 943.12
Current children cumulated vsize (KiB) 41388

[startup+1003.47 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 3488
/proc/meminfo: memFree=1622400/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=38760 CPUtime=992.53
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11592 0 0 0 99222 31 0 0 25 0 1 0 216400423 39690240 9284 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9690 9284 74 118 0 9569 0
Current children cumulated CPU time (s) 1003.18
Current children cumulated vsize (KiB) 41652

[startup+1063.54 s]
/proc/loadavg: 1.00 1.00 1.03 2/79 3488
/proc/meminfo: memFree=1622144/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=38892 CPUtime=1052.58
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11642 0 0 0 105227 31 0 0 25 0 1 0 216400423 39825408 9334 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9723 9334 74 118 0 9602 0
Current children cumulated CPU time (s) 1063.23
Current children cumulated vsize (KiB) 41784

[startup+1123.61 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1622016/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39156 CPUtime=1112.63
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11699 0 0 0 111232 31 0 0 25 0 1 0 216400423 40095744 9391 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134564329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9789 9391 74 118 0 9668 0
Current children cumulated CPU time (s) 1123.28
Current children cumulated vsize (KiB) 42048

[startup+1183.68 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1621760/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39420 CPUtime=1172.69
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11751 0 0 0 117237 32 0 0 25 0 1 0 216400423 40366080 9443 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134575710 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9855 9443 74 118 0 9734 0
Current children cumulated CPU time (s) 1183.34
Current children cumulated vsize (KiB) 42312

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

[startup+1187.49 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1621760/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39420 CPUtime=1176.49
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11756 0 0 0 117617 32 0 0 25 0 1 0 216400423 40366080 9448 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134576320 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9855 9448 74 118 0 9734 0
Current children cumulated CPU time (s) 1187.14
Current children cumulated vsize (KiB) 42312

[startup+1194.04 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1621696/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39420 CPUtime=1183.05
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11763 0 0 0 118273 32 0 0 25 0 1 0 216400423 40366080 9455 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551650 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9855 9455 74 118 0 9734 0
Current children cumulated CPU time (s) 1193.7
Current children cumulated vsize (KiB) 42312

[startup+1197.32 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1621696/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39420 CPUtime=1186.33
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11765 0 0 0 118601 32 0 0 25 0 1 0 216400423 40366080 9457 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134568492 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9855 9457 74 118 0 9734 0
Current children cumulated CPU time (s) 1196.98
Current children cumulated vsize (KiB) 42312

[startup+1198.96 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1621696/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39420 CPUtime=1187.97
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11769 0 0 0 118765 32 0 0 25 0 1 0 216400423 40366080 9461 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9855 9461 74 118 0 9734 0
Current children cumulated CPU time (s) 1198.62
Current children cumulated vsize (KiB) 42312

[startup+1199.37 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1621696/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39420 CPUtime=1188.38
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11769 0 0 0 118806 32 0 0 25 0 1 0 216400423 40366080 9461 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9855 9461 74 118 0 9734 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 42312

[startup+1199.78 s]
/proc/loadavg: 1.00 1.00 1.02 2/79 3488
/proc/meminfo: memFree=1621696/2055920 swapFree=4142368/4192956
[pid=3484] ppid=3482 vsize=2892 CPUtime=10.65
/proc/3484/stat : 3484 (SATzilla2007_F) S 3482 3484 2482 0 -1 4194304 1190 6368 0 0 332 16 684 33 25 0 1 0 216399355 2961408 527 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3484/statm: 723 527 169 260 0 429 0
[pid=3488] ppid=3484 vsize=39420 CPUtime=1188.79
/proc/3488/stat : 3488 (march_dl) R 3484 3484 2482 0 -1 4194304 11770 0 0 0 118847 32 0 0 25 0 1 0 216400423 40366080 9462 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3488/statm: 9855 9462 74 118 0 9734 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 42312

Child status: 17
Real time (s): 1199.87
CPU time (s): 1199.55
CPU user time (s): 1198.7
CPU system time (s): 0.845871
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 42312

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

runsolver used 1.10983 second user time and 3.15452 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Feb 20 09:40:46 UTC 2007

IDJOB= 301340
IDBENCH= 20056
IDSOLVER= 136
FILE ID= node7/301340-1171964446

PBS_JOBID= 3848993

Free space on /tmp= 66538 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  bb47ba6674477ffefdaf4fbc831ad867

RANDOM SEED= 863631250

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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:       1661416 kB
Buffers:         52076 kB
Cached:         243172 kB
SwapCached:      16056 kB
Active:         231876 kB
Inactive:        93752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1661416 kB
SwapTotal:     4192956 kB
SwapFree:      4142368 kB
Dirty:           10412 kB
Writeback:           0 kB
Mapped:          30028 kB
Slab:            54380 kB
Committed_AS:   804804 kB
PageTables:       1764 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= 66538 MiB

End job on node7 on Tue Feb 20 10:00:46 UTC 2007