Trace number 300766

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1121059923-10.cnf
MD5SUM66b921164fd5e4b2a03cd80961fa2940
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark193.739
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
Number of clauses of size over 50

Solver Data (download as text)

10.64/10.67	c run March_dl for 5 seconds ... 
10.64/10.67	c Bin: Executing march_dl
10.64/10.67	c child exit by a signal
10.64/10.67	c march_dl returned code 137.
10.64/10.67	c run saps for 2 seconds ... 
10.64/10.67	c Bin: Executing ubcsat2006
10.64/10.67	c child exited successfully
10.64/10.67	c ubcsat2006 returned code 0.
10.64/10.67	c satzilla computing base features
10.64/10.67	c satzilla doing unit-prop probe
10.64/10.67	c satzilla doing local search probe
10.64/10.67	c satzilla doing lobjois search-space size estimate
10.64/10.67	c satzilla's ranking:
10.64/10.67	c 1) march_dl: 4.342927
10.64/10.67	c 2) eureka: 5.350705
10.64/10.67	c 3) kcnfs: 5.503450
10.64/10.67	c 4) vallst: 7.005721
10.64/10.67	c 5) minisat20: 7.175480
10.64/10.67	c 6) zchaff_rand: 8.833850
10.64/10.67	c 7) kcnfs+P: 999.000000
10.64/10.67	c 8) march_dl+P: 999.000000
10.64/10.67	c 9) vallst+P: 999.000000
10.64/10.67	c 10) zchaff_rand+P: 999.000000
10.64/10.67	c 11) rsat+P: 999.000000
10.64/10.67	c 12) eureka+P: 999.000000
10.64/10.67	c 13) minisat20+P: 999.000000
10.64/10.67	c 14) rsat: 999.000000
10.64/10.67	c satzilla running march_dl ... 
1199.45/1199.81	c Bin: Executing march_dl
1199.45/1199.81	c child exit by a signal
1199.45/1199.81	c march_dl returned code 137.
1199.45/1199.81	c march_dl returned code 137.
1199.45/1199.81	c satzilla running eureka ... 
1199.45/1199.81	c Bin: Executing eureka
1199.45/1199.81	c eureka returned code 1.
1199.45/1199.81	c eureka returned code 1.
1199.45/1199.81	c satzilla running kcnfs ... 
1199.45/1199.81	c Bin: Executing kcnfs
1199.45/1199.81	c kcnfs returned code 1.
1199.45/1199.81	c kcnfs returned code 1.
1199.45/1199.81	c satzilla running vallst ... 
1199.45/1199.81	c Bin: Executing vallst
1199.45/1199.81	c vallst returned code 1.
1199.45/1199.81	c vallst returned code 1.
1199.45/1199.81	c satzilla running minisat20 ... 
1199.45/1199.81	c Bin: Executing minisat20
1199.45/1199.81	c minisat20 returned code 1.
1199.45/1199.81	c minisat20 returned code 1.
1199.45/1199.81	c satzilla running zchaff_rand ... 
1199.45/1199.81	c Bin: Executing zchaff_rand
1199.45/1199.81	c zchaff_rand returned code 1.
1199.45/1199.81	c zchaff_rand returned code 1.
1199.45/1199.81	c satzilla running kcnfs with preprocessing ... 
1199.45/1199.87	c Preprocessing...
1199.45/1199.87	c Inital problem has 700 variables, 14000 nary clauses (0 binary clauses).
1199.45/1199.87	c Num non-binary clauses 14000, Average non-binary clause length 5.000
1199.45/1199.87	c Theory has no gaps
1199.45/1199.87	c Preprocessor runtime was 0.040 seconds.
1199.45/1199.87	c 
1199.45/1199.87	c Satisfiability of theory still undetermined.
1199.45/1199.87	c See file /tmp/A0CJdY for simplified theory.
1199.45/1199.87	c Bin: Executing kcnfs
1199.45/1199.87	c kcnfs returned code 1.
1199.45/1199.87	c kcnfs returned code 1.
1199.45/1199.87	c satzilla running march_dl with preprocessing ... 
1199.45/1199.87	c Bin: Executing march_dl
1199.45/1199.87	c march_dl returned code 1.
1199.45/1199.87	c march_dl returned code 1.
1199.45/1199.87	c satzilla running vallst with preprocessing ... 
1199.45/1199.87	c Bin: Executing vallst
1199.45/1199.87	c vallst returned code 1.
1199.45/1199.87	c vallst returned code 1.
1199.45/1199.87	c satzilla running zchaff_rand with preprocessing ... 
1199.45/1199.87	c Bin: Executing zchaff_rand
1199.45/1199.87	c zchaff_rand returned code 1.
1199.45/1199.87	c zchaff_rand returned code 1.
1199.45/1199.87	c satzilla running rsat with preprocessing ... 
1199.45/1199.87	c Bin: Executing rsat
1199.45/1199.87	c rsat returned code 1.
1199.45/1199.87	c rsat returned code 1.
1199.45/1199.87	c satzilla running eureka with preprocessing ... 
1199.45/1199.87	c Bin: Executing eureka
1199.45/1199.87	c eureka returned code 1.
1199.45/1199.87	c eureka returned code 1.
1199.45/1199.87	c satzilla running minisat20 with preprocessing ... 
1199.45/1199.87	c Bin: Executing minisat20
1199.45/1199.87	c minisat20 returned code 1.
1199.45/1199.87	c minisat20 returned code 1.
1199.45/1199.87	c satzilla running rsat ... 
1199.45/1199.87	c Bin: Executing rsat
1199.45/1199.87	c rsat returned code 1.
1199.45/1199.87	c rsat returned code 1.
1199.45/1199.87	c ERROR: All Failed! 
1199.45/1199.87	c SATZILLA_TIME=1199.720000

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/node17/watcher-300766-1171935016 -o ROOT/results/node17/solver-300766-1171935016 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300766-1171935016/SATzilla2007_F /tmp/evaluation/300766-1171935016/instance-300766-1171935016.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 31608
/proc/meminfo: memFree=1556040/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=1512 CPUtime=0
/proc/31608/stat : 31608 (SATzilla2007_F) R 31606 31608 31152 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 213455895 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/31608/statm: 378 125 110 260 0 84 0
[pid=31609] ppid=31608 vsize=768 CPUtime=0
/proc/31609/stat : 31609 (march_dl) R 31608 31608 31152 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 213455895 786432 94 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134796613 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31609/statm: 192 94 50 118 0 71 0

[startup+0.107311 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 31608
/proc/meminfo: memFree=1556040/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=1512 CPUtime=0
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213455895 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31608/statm: 378 125 110 260 0 84 0
[pid=31609] ppid=31608 vsize=1740 CPUtime=0.1
/proc/31609/stat : 31609 (march_dl) R 31608 31608 31152 0 -1 4194304 1699 0 0 0 10 0 0 0 20 0 1 0 213455895 1781760 330 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652675 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31609/statm: 435 330 65 118 0 314 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3252

[startup+0.515354 s]
/proc/loadavg: 0.92 0.97 0.91 3/77 31608
/proc/meminfo: memFree=1556040/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=1512 CPUtime=0
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213455895 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31608/statm: 378 125 110 260 0 84 0
[pid=31609] ppid=31608 vsize=3124 CPUtime=0.5
/proc/31609/stat : 31609 (march_dl) R 31608 31608 31152 0 -1 4194304 1932 0 0 0 50 0 0 0 23 0 1 0 213455895 3198976 506 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31609/statm: 781 506 67 118 0 660 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4636

[startup+1.33644 s]
/proc/loadavg: 0.92 0.97 0.91 2/79 31610
/proc/meminfo: memFree=1554040/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=1512 CPUtime=0
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213455895 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31608/statm: 378 125 110 260 0 84 0
[pid=31609] ppid=31608 vsize=3256 CPUtime=1.32
/proc/31609/stat : 31609 (march_dl) R 31608 31608 31152 0 -1 4194304 1972 0 0 0 132 0 0 0 25 0 1 0 213455895 3334144 546 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31609/statm: 814 546 67 118 0 693 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4768

[startup+2.97961 s]
/proc/loadavg: 0.93 0.97 0.91 2/79 31610
/proc/meminfo: memFree=1539000/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=1512 CPUtime=0
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 213455895 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31608/statm: 378 125 110 260 0 84 0
[pid=31609] ppid=31608 vsize=18164 CPUtime=2.97
/proc/31609/stat : 31609 (march_dl) R 31608 31608 31152 0 -1 4194304 6083 0 0 0 275 22 0 0 25 0 1 0 213455895 18599936 4291 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31609/statm: 4541 4291 72 118 0 4420 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 19676

[startup+6.25995 s]
/proc/loadavg: 0.93 0.97 0.91 2/79 31611
/proc/meminfo: memFree=1554424/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=1512 CPUtime=5
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 149 6976 0 0 0 0 477 23 16 0 1 0 213455895 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31608/statm: 378 125 110 260 0 84 0
[pid=31611] ppid=31608 vsize=6188 CPUtime=1.24
/proc/31611/stat : 31611 (ubcsat2006) R 31608 31608 31152 0 -1 4194304 477 0 0 0 117 7 0 0 25 0 1 0 213456396 6336512 459 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31611/statm: 1547 459 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7700

[startup+12.7206 s]
/proc/loadavg: 0.94 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1538872/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=17036 CPUtime=2.02
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 5444 0 0 0 184 18 0 0 25 0 1 0 213456963 17444864 3880 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 4259 3880 72 118 0 4138 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20132

[startup+25.5279 s]
/proc/loadavg: 0.95 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1529464/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=26724 CPUtime=14.83
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 9109 0 0 0 1461 22 0 0 25 0 1 0 213456963 27365376 6339 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 6681 6339 74 118 0 6560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29820

[startup+51.1576 s]
/proc/loadavg: 0.96 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1524664/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=31064 CPUtime=40.46
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 10190 0 0 0 4023 23 0 0 25 0 1 0 213456963 31809536 7420 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 7766 7420 74 118 0 7645 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 34160

[startup+102.411 s]
/proc/loadavg: 0.98 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1521336/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=34356 CPUtime=91.7
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 11026 0 0 0 9145 25 0 0 25 0 1 0 213456963 35180544 8256 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 8589 8256 74 118 0 8468 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 37452

[startup+162.486 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1519416/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=36200 CPUtime=151.76
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 11481 0 0 0 15150 26 0 0 25 0 1 0 213456963 37068800 8711 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 9050 8711 74 118 0 8929 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 39296

[startup+222.554 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1518136/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=37384 CPUtime=211.8
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 11797 0 0 0 21154 26 0 0 25 0 1 0 213456963 38281216 9027 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 9346 9027 74 118 0 9225 0
Current children cumulated CPU time (s) 222.46
Current children cumulated vsize (KiB) 40480

[startup+282.626 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1517368/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=38176 CPUtime=271.86
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 12002 0 0 0 27159 27 0 0 25 0 1 0 213456963 39092224 9232 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 9544 9232 74 118 0 9423 0
Current children cumulated CPU time (s) 282.52
Current children cumulated vsize (KiB) 41272

[startup+342.695 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1516472/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=38968 CPUtime=331.92
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 12218 0 0 0 33164 28 0 0 25 0 1 0 213456963 39903232 9448 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551648 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 9742 9448 74 118 0 9621 0
Current children cumulated CPU time (s) 342.58
Current children cumulated vsize (KiB) 42064

[startup+402.768 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1515768/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=39760 CPUtime=391.98
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 12395 0 0 0 39169 29 0 0 25 0 1 0 213456963 40714240 9625 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 9940 9625 74 118 0 9819 0
Current children cumulated CPU time (s) 402.64
Current children cumulated vsize (KiB) 42856

[startup+462.837 s]
/proc/loadavg: 0.99 0.97 0.91 2/79 31612
/proc/meminfo: memFree=1515256/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=40156 CPUtime=452.03
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 12518 0 0 0 45174 29 0 0 25 0 1 0 213456963 41119744 9748 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10039 9748 74 118 0 9918 0
Current children cumulated CPU time (s) 462.69

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


[startup+763.184 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31614
/proc/meminfo: memFree=1513400/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=42136 CPUtime=752.29
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 12995 0 0 0 75197 32 0 0 25 0 1 0 213456963 43147264 10225 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10534 10225 74 118 0 10413 0
Current children cumulated CPU time (s) 762.95
Current children cumulated vsize (KiB) 45232

[startup+823.259 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31614
/proc/meminfo: memFree=1513144/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=42400 CPUtime=812.36
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13073 0 0 0 81203 33 0 0 25 0 1 0 213456963 43417600 10303 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10600 10303 74 118 0 10479 0
Current children cumulated CPU time (s) 823.02
Current children cumulated vsize (KiB) 45496

[startup+883.33 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31614
/proc/meminfo: memFree=1512760/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=42796 CPUtime=872.42
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13160 0 0 0 87208 34 0 0 25 0 1 0 213456963 43823104 10390 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10699 10390 74 118 0 10578 0
Current children cumulated CPU time (s) 883.08
Current children cumulated vsize (KiB) 45892

[startup+943.404 s]
/proc/loadavg: 1.00 0.99 0.91 2/79 31614
/proc/meminfo: memFree=1512376/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=43192 CPUtime=932.47
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13251 0 0 0 93213 34 0 0 25 0 1 0 213456963 44228608 10481 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10798 10481 74 118 0 10677 0
Current children cumulated CPU time (s) 943.13
Current children cumulated vsize (KiB) 46288

[startup+1003.48 s]
/proc/loadavg: 1.05 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1512120/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=43456 CPUtime=992.53
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13328 0 0 0 99218 35 0 0 25 0 1 0 213456963 44498944 10558 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10864 10558 74 118 0 10743 0
Current children cumulated CPU time (s) 1003.19
Current children cumulated vsize (KiB) 46552

[startup+1063.55 s]
/proc/loadavg: 1.02 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511800/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=43720 CPUtime=1052.59
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13396 0 0 0 105223 36 0 0 25 0 1 0 213456963 44769280 10626 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10930 10626 74 118 0 10809 0
Current children cumulated CPU time (s) 1063.25
Current children cumulated vsize (KiB) 46816

[startup+1123.62 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511608/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=43984 CPUtime=1112.64
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13457 0 0 0 111228 36 0 0 25 0 1 0 213456963 45039616 10687 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 10996 10687 74 118 0 10875 0
Current children cumulated CPU time (s) 1123.3
Current children cumulated vsize (KiB) 47080

[startup+1183.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511288/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=44248 CPUtime=1172.71
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13520 0 0 0 117234 37 0 0 25 0 1 0 213456963 45309952 10750 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 11062 10750 74 118 0 10941 0
Current children cumulated CPU time (s) 1183.37
Current children cumulated vsize (KiB) 47344

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

[startup+1187.49 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511288/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=44248 CPUtime=1176.5
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13525 0 0 0 117613 37 0 0 25 0 1 0 213456963 45309952 10755 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 11062 10755 74 118 0 10941 0
Current children cumulated CPU time (s) 1187.16
Current children cumulated vsize (KiB) 47344

[startup+1194.05 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511224/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=44248 CPUtime=1183.06
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13534 0 0 0 118269 37 0 0 25 0 1 0 213456963 45309952 10764 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551585 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 11062 10764 74 118 0 10941 0
Current children cumulated CPU time (s) 1193.72
Current children cumulated vsize (KiB) 47344

[startup+1197.33 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511224/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=44248 CPUtime=1186.33
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13536 0 0 0 118596 37 0 0 25 0 1 0 213456963 45309952 10766 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 11062 10766 74 118 0 10941 0
Current children cumulated CPU time (s) 1196.99
Current children cumulated vsize (KiB) 47344

[startup+1198.97 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511224/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=44248 CPUtime=1187.97
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13538 0 0 0 118760 37 0 0 25 0 1 0 213456963 45309952 10768 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 11062 10768 74 118 0 10941 0
Current children cumulated CPU time (s) 1198.63
Current children cumulated vsize (KiB) 47344

[startup+1199.38 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511224/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=44248 CPUtime=1188.38
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13540 0 0 0 118801 37 0 0 25 0 1 0 213456963 45309952 10770 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 11062 10770 74 118 0 10941 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 47344

[startup+1199.78 s]
/proc/loadavg: 1.00 1.00 0.92 2/79 31614
/proc/meminfo: memFree=1511224/2055920 swapFree=4192812/4192956
[pid=31608] ppid=31606 vsize=3096 CPUtime=10.66
/proc/31608/stat : 31608 (SATzilla2007_F) S 31606 31608 31152 0 -1 4194304 1305 7459 0 0 334 16 680 36 25 0 1 0 213455895 3170304 580 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31608/statm: 774 580 169 260 0 480 0
[pid=31612] ppid=31608 vsize=44248 CPUtime=1188.79
/proc/31612/stat : 31612 (march_dl) R 31608 31608 31152 0 -1 4194304 13540 0 0 0 118842 37 0 0 25 0 1 0 213456963 45309952 10770 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31612/statm: 11062 10770 74 118 0 10941 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 47344

Child status: 17
Real time (s): 1199.87
CPU time (s): 1199.56
CPU user time (s): 1198.64
CPU system time (s): 0.91986
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 47344

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

runsolver used 1.12283 second user time and 3.14052 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Feb 20 01:30:17 UTC 2007

IDJOB= 300766
IDBENCH= 20042
IDSOLVER= 136
FILE ID= node17/300766-1171935016

PBS_JOBID= 3848927

Free space on /tmp= 66535 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1121059923-10.cnf
COMMAND LINE= /tmp/evaluation/300766-1171935016/SATzilla2007_F /tmp/evaluation/300766-1171935016/instance-300766-1171935016.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-300766-1171935016 -o ROOT/results/node17/solver-300766-1171935016 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300766-1171935016/SATzilla2007_F /tmp/evaluation/300766-1171935016/instance-300766-1171935016.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  66b921164fd5e4b2a03cd80961fa2940

RANDOM SEED= 255796100

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1556512 kB
Buffers:         52924 kB
Cached:         329372 kB
SwapCached:          0 kB
Active:         287216 kB
Inactive:       139452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10464 kB
Writeback:           0 kB
Mapped:          63304 kB
Slab:            58296 kB
Committed_AS:   773308 kB
PageTables:       1748 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= 66535 MiB

End job on node17 on Tue Feb 20 01:50:17 UTC 2007