Trace number 1716799

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SATzilla2009_I 2009-03-22? (exit code) 1199.26 1199.89

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark342.711
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

25.35/25.45	c SATzilla is building models for class 3
25.35/25.45	c run presolver mxc-sr08 for 10 seconds ... 
25.35/25.45	c Bin: Executing mxc-sr08
25.35/25.45	c spawning binary file with 10 seconds ...
25.35/25.45	c child exit by a signal
25.35/25.45	c mxc-sr08 returned code 137.
25.35/25.45	c run presolver picosat846 for 5 seconds ... 
25.35/25.45	c Bin: Executing picosat846
25.35/25.45	c spawning binary file with 5 seconds ...
25.35/25.45	c child exit by a signal
25.35/25.45	c picosat846 returned code 137.
25.35/25.45	c Orignal number of varibales is 33582, number of clauses is 160817 
25.35/25.45	c predicted feature computation time is 2.059132 
25.35/25.45	c Bin: Executing satelite
25.35/25.45	c spawning binary file with 240 seconds ...
25.35/25.45	c child exited successfully
25.35/25.45	c satzilla computing base features
25.35/25.45	c Number of variabe is: 18800, Number of clause is : 114078 
25.35/25.45	c Initializing...
25.35/25.45	c satzilla doing clause learning
25.35/25.45	c start clause learning features ...
25.35/25.45	c Bin: Executing zchaff07
25.35/25.45	c spawning binary file with 2 seconds ...
25.35/25.45	c child exit by a signal
25.35/25.45	c satzilla doing survey propogation probe
25.35/25.45	c do survay propogation for 2 second ...
25.35/25.45	c satzilla doing local search probe
25.35/25.45	c features are:33582 160817 18800 114078 0.786277 0.409711 0.1648 0.246851 1.39194 1.41871 0.000192018 2.91872 0.000106383 0.0232447 1.26324 0.652054 0.78569 0.000192018 2.64561 5.25956e-05 0.0231158 2.96686 0.146617 0.18905 0 0.981818 2.52408 0.000134336 2.45292 1.75319e-05 0.00893248 3.01853 0.799646 0.00109177 2.12681 5.25956e-05 0.0362647 329.4 0.723099 17 666 666 17 539 185 240 21.7226 0.36129 9.41176 34.2108 34.2108 9.41176 22.2041 21.3417 21.4444 0.630436 0.483265 5.93913e-10 0.999998 0.941908 0.101543 0.874653 0.368703 0.75618 0.119468 0.93067 -1.11022e-16 0.466679 0.280385 0.0123863 0.173328 0.0305212 0.0888788 1054.8 1.37971 5101.2 0.559025 6371 0 6377 2.04341 0.694312 1.02225 0.108359 
25.35/25.45	c satzilla's ranking:
25.35/25.45	c 1) mxc-sr08: 2.759947
25.35/25.45	c 2) minisat20SAT07: 2.634689
25.35/25.45	c 3) zchaff_rand: 1.392076
25.35/25.45	c 4) march_dl2004: 0.063443
25.35/25.45	c 5) picosat846: -0.051014
25.35/25.45	c 6) SATenstein: -10000.000000
25.35/25.45	c 7) gnovelty+: -10000.000000
25.35/25.45	c 8) adaptg2wsat+: -10000.000000
25.35/25.45	c 9) adaptg2wsat0: -10000.000000
25.35/25.45	c 10) tts-4-0: -10000.000000
25.35/25.45	c 11) vallst: -10000.000000
25.35/25.45	c 12) minisat20: -10000.000000
25.35/25.45	c 13) kcnfs04SAT07: -10000.000000
25.35/25.45	c satzilla running mxc-sr08 ... 
1199.13/1199.88	c Bin: Executing mxc-sr08
1199.13/1199.88	c spawning binary file with 1174 seconds ...
1199.13/1199.88	c child exit by a signal
1199.13/1199.88	c mxc-sr08 returned code 137.
1199.13/1199.88	c satzilla running minisat20SAT07 ... 
1199.13/1199.88	c Bin: Executing minisat20SAT07
1199.13/1199.88	c minisat20SAT07 returned code 1.
1199.13/1199.88	c satzilla running zchaff_rand ... 
1199.13/1199.88	c Bin: Executing zchaff_rand
1199.13/1199.88	c zchaff_rand returned code 1.
1199.13/1199.88	c satzilla running march_dl2004 ... 
1199.13/1199.88	c Bin: Executing march_dl2004
1199.13/1199.88	c march_dl2004 returned code 1.
1199.13/1199.88	c satzilla running picosat846 ... 
1199.13/1199.88	c Bin: Executing picosat846
1199.13/1199.88	c picosat846 returned code 1.
1199.13/1199.88	c satzilla running SATenstein ... 
1199.13/1199.88	c Bin: Executing SATenstein
1199.13/1199.88	c SATenstein returned code 1.
1199.13/1199.88	c satzilla running gnovelty+ ... 
1199.13/1199.88	c Bin: Executing gnovelty+
1199.13/1199.88	c gnovelty+ returned code 1.
1199.13/1199.88	c satzilla running adaptg2wsat+ ... 
1199.13/1199.88	c Bin: Executing adaptg2wsat+
1199.13/1199.88	c adaptg2wsat+ returned code 1.
1199.13/1199.88	c satzilla running adaptg2wsat0 ... 
1199.13/1199.88	c Bin: Executing adaptg2wsat0
1199.13/1199.88	c adaptg2wsat0 returned code 1.
1199.13/1199.88	c satzilla running tts-4-0 ... 
1199.13/1199.88	c Bin: Executing tts-4-0
1199.13/1199.88	c tts-4-0 returned code 1.
1199.13/1199.88	c satzilla running vallst ... 
1199.13/1199.88	c Bin: Executing vallst
1199.13/1199.88	c vallst returned code 1.
1199.13/1199.88	c satzilla running minisat20 ... 
1199.13/1199.88	c Bin: Executing minisat20
1199.13/1199.88	c minisat20 returned code 1.
1199.13/1199.88	c satzilla running kcnfs04SAT07 ... 
1199.13/1199.88	c Bin: Executing kcnfs04SAT07
1199.13/1199.88	c kcnfs04SAT07 returned code 1.
1199.13/1199.88	c ERROR: All Failed! 
1199.13/1199.88	c SATZILLA_TIME=1199.420000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716799-1240620640/watcher-1716799-1240620640 -o /tmp/evaluation-result-1716799-1240620640/solver-1716799-1240620640 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1716799-1240620640.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22870
/proc/meminfo: memFree=1155096/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=3552 CPUtime=0
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 718 0 0 0 0 0 0 0 19 0 1 0 90097908 3637248 715 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 888 721 44 138 0 747 0

[startup+0.10244 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22870
/proc/meminfo: memFree=1155096/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=16324 CPUtime=0.09
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 3528 0 0 0 8 1 0 0 20 0 1 0 90097908 16715776 3524 1992294400 134512640 135078026 4294956192 18446744073709551615 134544070 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 4081 3525 54 138 0 3940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18380

[startup+0.202457 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22870
/proc/meminfo: memFree=1155096/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=15616 CPUtime=0.19
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 4136 0 0 0 18 1 0 0 21 0 1 0 90097908 15990784 3427 1992294400 134512640 135078026 4294956192 18446744073709551615 134561008 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 3904 3427 55 138 0 3763 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17672

[startup+0.302475 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22870
/proc/meminfo: memFree=1155096/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=16412 CPUtime=0.29
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 4251 0 0 0 28 1 0 0 22 0 1 0 90097908 16805888 3542 1992294400 134512640 135078026 4294956192 18446744073709551615 134722807 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 4103 3542 55 138 0 3962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18468

[startup+0.701549 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22870
/proc/meminfo: memFree=1155096/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=23164 CPUtime=0.69
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 5971 0 0 0 67 2 0 0 25 0 1 0 90097908 23719936 5262 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 5791 5263 55 138 0 5650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25220

[startup+1.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22872
/proc/meminfo: memFree=1132680/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=26020 CPUtime=1.48
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 6644 0 0 0 146 2 0 0 25 0 1 0 90097908 26644480 5935 1992294400 134512640 135078026 4294956192 18446744073709551615 134556702 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 6505 5935 55 138 0 6364 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28076

[startup+3.10199 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22872
/proc/meminfo: memFree=1129992/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=26284 CPUtime=3.08
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 6799 0 0 0 306 2 0 0 25 0 1 0 90097908 26914816 6090 1992294400 134512640 135078026 4294956192 18446744073709551615 134561011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 6571 6090 55 138 0 6430 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28340

[startup+6.30158 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22872
/proc/meminfo: memFree=1130056/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=0
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 90097908 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 112 96 399 0 111 0
[pid=22871] ppid=22870 vsize=24216 CPUtime=6.28
/proc/22871/stat : 22871 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 7180 0 0 0 625 3 0 0 25 0 1 0 90097908 24797184 5674 1992294400 134512640 135078026 4294956192 18446744073709551615 134539318 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22871/statm: 6054 5674 71 138 0 5913 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26272

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22873
/proc/meminfo: memFree=1146768/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=2056 CPUtime=9.99
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 152 7181 0 0 0 0 996 3 16 0 1 0 90097908 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 514 121 104 399 0 111 0
[pid=22873] ppid=22870 vsize=10700 CPUtime=2.67
/proc/22873/stat : 22873 (picosat846) R 22870 22870 22428 0 -1 4194304 2254 0 0 0 266 1 0 0 25 0 1 0 90098910 10956800 2212 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22873/statm: 2675 2212 85 14 0 2341 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12756

[startup+25.5021 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22875
/proc/meminfo: memFree=1134872/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 13804

[startup+51.1029 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22876
/proc/meminfo: memFree=1116368/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=26328 CPUtime=25.62
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 7706 0 0 0 2558 4 0 0 25 0 1 0 90100453 26959872 6200 1992294400 134512640 135078026 4294956192 18446744073709551615 134522116 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 6582 6200 71 138 0 6441 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 40132

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22876
/proc/meminfo: memFree=1106576/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=36128 CPUtime=76.8
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 10126 0 0 0 7674 6 0 0 25 0 1 0 90100453 36995072 8620 1992294400 134512640 135078026 4294956192 18446744073709551615 134533965 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 9032 8620 71 138 0 8891 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 49932

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22876
/proc/meminfo: memFree=1095696/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=47320 CPUtime=136.76
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 12850 0 0 0 13667 9 0 0 25 0 1 0 90100453 48455680 11344 1992294400 134512640 135078026 4294956192 18446744073709551615 134534524 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 11830 11344 71 138 0 11689 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 61124

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22876
/proc/meminfo: memFree=1089872/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=53164 CPUtime=196.74
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 14293 0 0 0 19663 11 0 0 25 0 1 0 90100453 54439936 12787 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 13291 12787 71 138 0 13150 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 66968

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22876
/proc/meminfo: memFree=1084048/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=59636 CPUtime=256.7
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 15754 0 0 0 25657 13 0 0 25 0 1 0 90100453 61067264 14248 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 14909 14248 71 138 0 14768 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 73440

[startup+342.302 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 22876
/proc/meminfo: memFree=1079952/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=63656 CPUtime=316.68
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 16780 0 0 0 31653 15 0 0 25 0 1 0 90100453 65183744 15274 1992294400 134512640 135078026 4294956192 18446744073709551615 134534285 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 15914 15274 71 138 0 15773 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 77460


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


[startup+762.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 22882
/proc/meminfo: memFree=1064272/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=80076 CPUtime=736.47
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 20681 0 0 0 73627 20 0 0 25 0 1 0 90100453 81997824 19175 1992294400 134512640 135078026 4294956192 18446744073709551615 134534292 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20019 19175 71 138 0 19878 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 93880

[startup+822.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 22882
/proc/meminfo: memFree=1064080/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=80220 CPUtime=796.43
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 20724 0 0 0 79623 20 0 0 25 0 1 0 90100453 82145280 19218 1992294400 134512640 135078026 4294956192 18446744073709551615 134521963 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20055 19218 71 138 0 19914 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 94024

[startup+882.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 22882
/proc/meminfo: memFree=1063760/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=80616 CPUtime=856.41
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 20807 0 0 0 85620 21 0 0 25 0 1 0 90100453 82550784 19301 1992294400 134512640 135078026 4294956192 18446744073709551615 134523892 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20154 19301 71 138 0 20013 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 94420

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 22882
/proc/meminfo: memFree=1063504/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=80940 CPUtime=916.38
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 20885 0 0 0 91617 21 0 0 25 0 1 0 90100453 82882560 19379 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20235 19379 71 138 0 20094 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 94744

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 22882
/proc/meminfo: memFree=1063376/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81132 CPUtime=976.34
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 20903 0 0 0 97613 21 0 0 25 0 1 0 90100453 83079168 19397 1992294400 134512640 135078026 4294956192 18446744073709551615 134534457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20283 19397 71 138 0 20142 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 94936

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 22882
/proc/meminfo: memFree=1063248/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81132 CPUtime=1036.31
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 20940 0 0 0 103610 21 0 0 25 0 1 0 90100453 83079168 19434 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20283 19434 71 138 0 20142 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 94936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062928/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81324 CPUtime=1096.28
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21013 0 0 0 109607 21 0 0 25 0 1 0 90100453 83275776 19507 1992294400 134512640 135078026 4294956192 18446744073709551615 134534200 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20331 19507 71 138 0 20190 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 95128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062608/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81716 CPUtime=1156.25
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21096 0 0 0 115604 21 0 0 25 0 1 0 90100453 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 95520

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

[startup+1190.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062544/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81716 CPUtime=1164.34
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21096 0 0 0 116413 21 0 0 25 0 1 0 90100453 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 95520

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062544/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81716 CPUtime=1170.74
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21096 0 0 0 117053 21 0 0 25 0 1 0 90100453 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1196.13
Current children cumulated vsize (KiB) 95520

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062544/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81716 CPUtime=1172.34
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21096 0 0 0 117213 21 0 0 25 0 1 0 90100453 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 95520

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062544/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81716 CPUtime=1173.14
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21096 0 0 0 117293 21 0 0 25 0 1 0 90100453 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1198.53
Current children cumulated vsize (KiB) 95520

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062544/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81716 CPUtime=1173.54
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21096 0 0 0 117333 21 0 0 25 0 1 0 90100453 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134534011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 95520

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22882
/proc/meminfo: memFree=1062544/2055920 swapFree=4181828/4192956
[pid=22870] ppid=22868 vsize=13804 CPUtime=25.39
/proc/22870/stat : 22870 (SATzilla2009_I) S 22868 22870 22428 0 -1 4194304 7505 18974 0 0 686 7 1834 12 25 0 1 0 90097908 14135296 3211 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22870/statm: 3451 3211 217 399 0 3048 0
[pid=22876] ppid=22870 vsize=81716 CPUtime=1173.74
/proc/22876/stat : 22876 (mxc-sr08) R 22870 22870 22428 0 -1 4194304 21096 0 0 0 117353 21 0 0 25 0 1 0 90100453 83677184 19590 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22876/statm: 20429 19590 71 138 0 20288 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 95520

Child status: 17
Real time (s): 1199.89
CPU time (s): 1199.26
CPU user time (s): 1198.82
CPU system time (s): 0.436933
CPU usage (%): 99.9472
Max. virtual memory (cumulated for all children) (KiB): 95520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.82
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47593
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= 15
involuntary context switches= 3212

runsolver used 1.02384 second user time and 3.34649 second system time

The end

Launcher Data

Begin job on node7 at 2009-04-25 02:50:40
IDJOB=1716799
IDBENCH=20390
IDSOLVER=528
FILE ID=node7/1716799-1240620640
PBS_JOBID= 9186307
Free space on /tmp= 66196 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716799-1240620640/watcher-1716799-1240620640 -o /tmp/evaluation-result-1716799-1240620640/solver-1716799-1240620640 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1716799-1240620640.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED=1540396598

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.256
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.256
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:       1155640 kB
Buffers:         82844 kB
Cached:         733720 kB
SwapCached:       5488 kB
Active:         269432 kB
Inactive:       555568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1155640 kB
SwapTotal:     4192956 kB
SwapFree:      4181828 kB
Dirty:           34272 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            61392 kB
Committed_AS:   604312 kB
PageTables:       1444 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= 66168 MiB
End job on node7 at 2009-04-25 03:10:40