Trace number 1715966

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_C 2009-03-22? (exit code) 1199.34 1199.76

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/partial-5-15-s.cnf
MD5SUMaeddf6934ba21adf4a25a76bc314ef43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark158.308
Satisfiable
(Un)Satisfiability was proved
Number of variables218494
Number of clauses1013700
Sum of the clauses size2333596
Maximum clause length10
Minimum clause length1
Number of clauses of size 116379
Number of clauses of size 2796846
Number of clauses of size 3159775
Number of clauses of size 44520
Number of clauses of size 518080
Number of clauses of size over 518100

Solver Data

74.34/74.44	c SATzilla is building models for class 2
74.34/74.44	c run presolver march_dl2004 for 5 seconds ... 
74.34/74.44	c Bin: Executing march_dl2004
74.34/74.44	c spawning binary file with 5 seconds ...
74.34/74.44	c child exit by a signal
74.34/74.44	c march_dl2004 returned code 137.
74.34/74.44	c run presolver mxc-sr08 for 5 seconds ... 
74.34/74.44	c Bin: Executing mxc-sr08
74.34/74.44	c spawning binary file with 5 seconds ...
74.34/74.44	c child exit by a signal
74.34/74.44	c mxc-sr08 returned code 137.
74.34/74.44	c Orignal number of varibales is 218494, number of clauses is 1013700 
74.34/74.44	c predicted feature computation time is 39.337060 
74.34/74.44	c Bin: Executing satelite
74.34/74.44	c spawning binary file with 240 seconds ...
74.34/74.44	c child exited successfully
74.34/74.44	c satzilla computing base features
74.34/74.44	c Number of variabe is: 106240, Number of clause is : 601416 
74.34/74.44	c Initializing...
74.34/74.44	c satzilla compute diameter ...
74.34/74.44	c start diameter features ...
74.34/74.44	c satzilla doing clause learning
74.34/74.44	c start clause learning features ...
74.34/74.44	c Bin: Executing zchaff07
74.34/74.44	c spawning binary file with 2 seconds ...
74.34/74.44	c child exit by a signal
74.34/74.44	c satzilla doing survey propogation probe
74.34/74.44	c do survay propogation for 2 second ...
74.34/74.44	c satzilla doing local search probe
74.34/74.44	c satzilla doing lobjois search-space size estimate
74.34/74.44	c features are:218494 1.0137e+06 106240 601416 1.05661 0.685522 0.17665 0.389055 0.992297 1.38194 2.57957e-05 0.483332 1.88253e-05 9.41265e-05 1.03017 0.599168 0.873113 2.57957e-05 0.505874 1.16392e-05 6.15215e-05 2.55709 0.26389 0.163168 0 0.8 2.87975 1.52173e-05 0.502081 4.98823e-06 3.99058e-05 2.32964 0.73855 2.78702e-05 0.489626 6.65097e-06 6.65097e-05 15.5455 0.0320306 15 16 0.689009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.583146 0.543423 2.28219e-09 0.959668 0.886147 0.0706896 0.842623 0.281784 0.756835 0.0158996 0.800303 4.67116e-08 0.162863 0.0298274 8.96307e-06 0.0226401 0.00681962 0.0158415 25197 0 0 0 0 0 0 3.14725 0 1.28587 0 0.24057 0.751665 
74.34/74.44	c satzilla's ranking:
74.34/74.44	c 1) minisat20SAT07: 3.260304
74.34/74.44	c 2) minisat20: 2.662471
74.34/74.44	c 3) zchaff_rand: 1.872851
74.34/74.44	c 4) march_dl2004: 1.384853
74.34/74.44	c 5) vallst: 0.120043
74.34/74.44	c 6) mxc-sr08: -0.707374
74.34/74.44	c 7) tts-4-0: -0.847134
74.34/74.44	c 8) SATenstein: -10000.000000
74.34/74.44	c 9) gnovelty+: -10000.000000
74.34/74.44	c 10) adaptg2wsat+: -10000.000000
74.34/74.44	c 11) adaptg2wsat0: -10000.000000
74.34/74.44	c 12) picosat846: -10000.000000
74.34/74.44	c 13) kcnfs04SAT07: -10000.000000
74.34/74.44	c satzilla running minisat20SAT07 ... 
1199.26/1199.73	c Bin: Executing minisat20SAT07
1199.26/1199.73	c spawning binary file with 1125 seconds ...
1199.26/1199.73	c child exit by a signal
1199.26/1199.73	c minisat20SAT07 returned code 137.
1199.26/1199.73	c satzilla running minisat20 ... 
1199.26/1199.73	c Bin: Executing minisat20
1199.26/1199.73	c minisat20 returned code 1.
1199.26/1199.73	c satzilla running zchaff_rand ... 
1199.26/1199.73	c Bin: Executing zchaff_rand
1199.26/1199.73	c zchaff_rand returned code 1.
1199.26/1199.73	c satzilla running march_dl2004 ... 
1199.26/1199.73	c Bin: Executing march_dl2004
1199.26/1199.73	c march_dl2004 returned code 1.
1199.26/1199.73	c satzilla running vallst ... 
1199.26/1199.73	c Bin: Executing vallst
1199.26/1199.73	c vallst returned code 1.
1199.26/1199.73	c satzilla running mxc-sr08 ... 
1199.26/1199.73	c Bin: Executing mxc-sr08
1199.26/1199.73	c mxc-sr08 returned code 1.
1199.26/1199.73	c satzilla running tts-4-0 ... 
1199.26/1199.73	c Bin: Executing tts-4-0
1199.26/1199.73	c tts-4-0 returned code 1.
1199.26/1199.73	c satzilla running SATenstein ... 
1199.26/1199.73	c Bin: Executing SATenstein
1199.26/1199.73	c SATenstein returned code 1.
1199.26/1199.73	c satzilla running gnovelty+ ... 
1199.26/1199.73	c Bin: Executing gnovelty+
1199.26/1199.73	c gnovelty+ returned code 1.
1199.26/1199.73	c satzilla running adaptg2wsat+ ... 
1199.26/1199.73	c Bin: Executing adaptg2wsat+
1199.26/1199.73	c adaptg2wsat+ returned code 1.
1199.26/1199.73	c satzilla running adaptg2wsat0 ... 
1199.26/1199.73	c Bin: Executing adaptg2wsat0
1199.26/1199.73	c adaptg2wsat0 returned code 1.
1199.26/1199.73	c satzilla running picosat846 ... 
1199.26/1199.73	c Bin: Executing picosat846
1199.26/1199.73	c picosat846 returned code 1.
1199.26/1199.73	c satzilla running kcnfs04SAT07 ... 
1199.26/1199.73	c Bin: Executing kcnfs04SAT07
1199.26/1199.73	c kcnfs04SAT07 returned code 1.
1199.26/1199.73	c ERROR: All Failed! 
1199.26/1199.73	c SATZILLA_TIME=1199.480000

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-1715966-1240609364/watcher-1715966-1240609364 -o /tmp/evaluation-result-1715966-1240609364/solver-1715966-1240609364 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1715966-1240609364.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.92 0.97 0.91 3/64 11033
/proc/meminfo: memFree=1503240/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=0
/proc/11033/stat : 11033 (SATzilla2009_C) R 11031 11033 10877 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 88969504 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/11033/statm: 514 112 96 399 0 111 0
[pid=11034] ppid=11033 vsize=5452 CPUtime=0
/proc/11034/stat : 11034 (march_dl2004) R 11033 11033 10877 0 -1 4194304 922 0 0 0 0 0 0 0 18 0 1 0 88969504 5582848 917 1992294400 134512640 134996440 4294956192 18446744073709551615 134549409 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11034/statm: 1363 925 49 118 0 1242 0

[startup+0.015688 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 11033
/proc/meminfo: memFree=1503240/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=0
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88969504 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 112 96 399 0 111 0
[pid=11034] ppid=11033 vsize=14808 CPUtime=0
/proc/11034/stat : 11034 (march_dl2004) R 11033 11033 10877 0 -1 4194304 1810 0 0 0 0 0 0 0 19 0 1 0 88969504 15163392 1805 1992294400 134512640 134996440 4294956192 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11034/statm: 3702 1808 49 118 0 3581 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16864

[startup+0.1017 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 11033
/proc/meminfo: memFree=1503240/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=0
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88969504 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 112 96 399 0 111 0
[pid=11034] ppid=11033 vsize=23048 CPUtime=0.09
/proc/11034/stat : 11034 (march_dl2004) R 11033 11033 10877 0 -1 4194304 4537 0 0 0 7 2 0 0 19 0 1 0 88969504 23601152 4532 1992294400 134512640 134996440 4294956192 18446744073709551615 134781637 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11034/statm: 5762 4532 50 118 0 5641 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25104

[startup+0.301728 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 11033
/proc/meminfo: memFree=1503240/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=0
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88969504 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 112 96 399 0 111 0
[pid=11034] ppid=11033 vsize=25952 CPUtime=0.29
/proc/11034/stat : 11034 (march_dl2004) R 11033 11033 10877 0 -1 4194304 5437 0 0 0 26 3 0 0 21 0 1 0 88969504 26574848 5432 1992294400 134512640 134996440 4294956192 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11034/statm: 6488 5432 50 118 0 6367 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28008

[startup+0.701784 s]
/proc/loadavg: 0.92 0.97 0.91 3/64 11033
/proc/meminfo: memFree=1503240/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=0
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88969504 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 112 96 399 0 111 0
[pid=11034] ppid=11033 vsize=31232 CPUtime=0.69
/proc/11034/stat : 11034 (march_dl2004) R 11033 11033 10877 0 -1 4194304 7060 0 0 0 65 4 0 0 25 0 1 0 88969504 31981568 7055 1992294400 134512640 134996440 4294956192 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11034/statm: 7808 7055 50 118 0 7687 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33288

[startup+1.5019 s]
/proc/loadavg: 0.92 0.97 0.91 2/66 11035
/proc/meminfo: memFree=1470136/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=0
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88969504 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 112 96 399 0 111 0
[pid=11034] ppid=11033 vsize=82496 CPUtime=1.49
/proc/11034/stat : 11034 (march_dl2004) R 11033 11033 10877 0 -1 4194304 16827 0 0 0 141 8 0 0 25 0 1 0 88969504 84475904 16393 1992294400 134512640 134996440 4294956192 18446744073709551615 134548120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11034/statm: 20624 16393 52 118 0 20503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84552

[startup+3.10112 s]
/proc/loadavg: 0.93 0.97 0.91 2/66 11035
/proc/meminfo: memFree=1444536/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=0
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88969504 2105344 112 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 112 96 399 0 111 0
[pid=11034] ppid=11033 vsize=91940 CPUtime=3.09
/proc/11034/stat : 11034 (march_dl2004) R 11033 11033 10877 0 -1 4194304 23945 0 0 0 297 12 0 0 25 0 1 0 88969504 94146560 19173 1992294400 134512640 134996440 4294956192 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11034/statm: 22985 19173 55 118 0 22864 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93996

[startup+6.30158 s]
/proc/loadavg: 0.93 0.97 0.91 2/66 11036
/proc/meminfo: memFree=1430840/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=5
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 152 28552 0 0 0 0 485 15 16 0 1 0 88969504 2105344 121 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 121 104 399 0 111 0
[pid=11036] ppid=11033 vsize=104392 CPUtime=1.27
/proc/11036/stat : 11036 (mxc-sr08) R 11033 11033 10877 0 -1 4194304 27903 0 0 0 115 12 0 0 25 0 1 0 88970005 106897408 23298 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11036/statm: 26098 23298 55 138 0 25957 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 106448

[startup+12.7015 s]
/proc/loadavg: 0.94 0.97 0.91 2/66 11037
/proc/meminfo: memFree=1397560/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=2056 CPUtime=10.01
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 179 64655 0 0 0 0 968 33 16 0 1 0 88969504 2105344 138 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11033/statm: 514 138 120 399 0 111 0
[pid=11037] ppid=11033 vsize=119108 CPUtime=2.65
/proc/11037/stat : 11037 (satelite) R 11033 11033 10877 0 -1 4194304 29276 0 0 0 250 15 0 0 25 0 1 0 88970508 121966592 26793 1992294400 134512640 135037501 4294956176 18446744073709551615 134570536 0 0 8392704 3 0 0 0 17 0 0 0
/proc/11037/statm: 29777 26793 67 128 0 29646 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 121164

[startup+25.5013 s]
/proc/loadavg: 0.95 0.97 0.91 2/65 11037
/proc/meminfo: memFree=1438016/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=58288 CPUtime=25.46
/proc/11033/stat : 11033 (SATzilla2009_C) R 11031 11033 10877 0 -1 4194304 13722 107038 0 0 786 8 1689 63 25 0 1 0 88969504 59686912 13673 1992294400 134512640 136149437 4294956224 18446744073709551615 134535201 0 0 4096 0 0 0 0 17 0 0 0
/proc/11033/statm: 14572 13673 135 399 0 14169 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 58288

[startup+51.1017 s]
/proc/loadavg: 0.97 0.97 0.91 2/65 11037
/proc/meminfo: memFree=1437120/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=58288 CPUtime=51.04
/proc/11033/stat : 11033 (SATzilla2009_C) R 11031 11033 10877 0 -1 4194304 14032 107038 0 0 3344 8 1689 63 25 0 1 0 88969504 59686912 13983 1992294400 134512640 136149437 4294956224 18446744073709551615 134535214 0 0 4096 0 0 0 0 17 1 0 0
/proc/11033/statm: 14572 13983 135 399 0 14169 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 58288

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.91 2/66 11039
/proc/meminfo: memFree=1328312/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=100992 CPUtime=27.84
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 27179 0 0 0 2771 13 0 0 25 0 1 0 88976948 103415808 23577 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 25248 23577 73 138 0 25107 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 173448

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=1307768/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=121740 CPUtime=87.81
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 32338 0 0 0 8762 19 0 0 25 0 1 0 88976948 124661760 28736 1992294400 134512640 135078472 4294956192 18446744073709551615 134551920 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 30435 28736 73 138 0 30294 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 194196

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=1277624/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=151708 CPUtime=147.8
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 39821 0 0 0 14752 28 0 0 25 0 1 0 88976948 155348992 36219 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 37927 36219 73 138 0 37786 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 224164

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=1241784/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=187552 CPUtime=207.78
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 48800 0 0 0 20742 36 0 0 25 0 1 0 88976948 192053248 45198 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 46888 45198 73 138 0 46747 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 260008

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=1216312/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=212916 CPUtime=267.76
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 55115 0 0 0 26733 43 0 0 25 0 1 0 88976948 218025984 51513 1992294400 134512640 135078472 4294956192 18446744073709551615 134551891 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 53229 51513 73 138 0 53088 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 285372

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=1188024/2055920 swapFree=4192956/4192956

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


[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=1000376/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=428352 CPUtime=687.63
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 108950 0 0 0 68670 93 0 0 25 0 1 0 88976948 438632448 105348 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 107088 105348 73 138 0 106947 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 500808

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=967480/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=461676 CPUtime=747.61
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 117286 0 0 0 74661 100 0 0 25 0 1 0 88976948 472756224 113684 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 115419 113684 73 138 0 115278 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 534132

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=931128/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=497460 CPUtime=807.59
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 126238 0 0 0 80652 107 0 0 25 0 1 0 88976948 509399040 122636 1992294400 134512640 135078472 4294956192 18446744073709551615 134707275 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 124365 122636 73 138 0 124224 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 569916

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=900408/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=528476 CPUtime=867.56
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 133993 0 0 0 86643 113 0 0 25 0 1 0 88976948 541159424 130391 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 132119 130391 73 138 0 131978 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 600932

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=873080/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=555464 CPUtime=927.55
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 140740 0 0 0 92636 119 0 0 25 0 1 0 88976948 568795136 137138 1992294400 134512640 135078472 4294956192 18446744073709551615 134551872 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 138866 137138 73 138 0 138725 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 627920

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11039
/proc/meminfo: memFree=853816/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=574952 CPUtime=987.53
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 145632 0 0 0 98629 124 0 0 25 0 1 0 88976948 588750848 142030 1992294400 134512640 135078472 4294956192 18446744073709551615 134550635 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 143738 142030 73 138 0 143597 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 647408

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=831280/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=597208 CPUtime=1047.51
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 151186 0 0 0 104621 130 0 0 25 0 1 0 88976948 611540992 147584 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 149302 147584 73 138 0 149161 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 669664

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=808624/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=620056 CPUtime=1107.48
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 156922 0 0 0 110613 135 0 0 25 0 1 0 88976948 634937344 153320 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 155014 153320 73 138 0 154873 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 692512

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=804528/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=624160 CPUtime=1115.48
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 157848 0 0 0 111412 136 0 0 25 0 1 0 88976948 639139840 154246 1992294400 134512640 135078472 4294956192 18446744073709551615 134551901 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 156040 154246 73 138 0 155899 0
Current children cumulated CPU time (s) 1189.86
Current children cumulated vsize (KiB) 696616

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=801584/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=627076 CPUtime=1121.89
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 158571 0 0 0 112052 137 0 0 25 0 1 0 88976948 642125824 154969 1992294400 134512640 135078472 4294956192 18446744073709551615 134552325 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 156769 154969 73 138 0 156628 0
Current children cumulated CPU time (s) 1196.27
Current children cumulated vsize (KiB) 699532

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=801008/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=627868 CPUtime=1123.48
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 158763 0 0 0 112211 137 0 0 25 0 1 0 88976948 642936832 155161 1992294400 134512640 135078472 4294956192 18446744073709551615 134707275 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 156967 155161 73 138 0 156826 0
Current children cumulated CPU time (s) 1197.86
Current children cumulated vsize (KiB) 700324

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=800496/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=628268 CPUtime=1124.28
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 158850 0 0 0 112291 137 0 0 25 0 1 0 88976948 643346432 155248 1992294400 134512640 135078472 4294956192 18446744073709551615 134707275 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 157067 155248 73 138 0 156926 0
Current children cumulated CPU time (s) 1198.66
Current children cumulated vsize (KiB) 700724

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=800496/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=628400 CPUtime=1124.68
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4194304 158896 0 0 0 112331 137 0 0 25 0 1 0 88976948 643481600 155294 1992294400 134512640 135078472 4294956192 18446744073709551615 134551888 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 157100 155294 73 138 0 156959 0
Current children cumulated CPU time (s) 1199.06
Current children cumulated vsize (KiB) 700856

[startup+1199.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 11045
/proc/meminfo: memFree=800496/2055920 swapFree=4192956/4192956
[pid=11033] ppid=11031 vsize=72456 CPUtime=74.38
/proc/11033/stat : 11033 (SATzilla2009_C) S 11031 11033 10877 0 -1 4194304 32988 124383 0 0 5464 21 1880 73 25 0 1 0 88969504 74194944 17687 1992294400 134512640 136149437 4294956224 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/11033/statm: 18114 17687 220 399 0 17711 0
[pid=11039] ppid=11033 vsize=0 CPUtime=1124.88
/proc/11039/stat : 11039 (minisat20SAT07) R 11033 11033 10877 0 -1 4195332 158913 0 0 0 112345 143 0 0 25 0 1 0 88976948 0 0 1992294400 0 0 0 0 0 256 0 8392704 3 0 0 0 17 1 0 0
/proc/11039/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 72456

Child status: 17
Real time (s): 1199.76
CPU time (s): 1199.34
CPU user time (s): 1196.9
CPU system time (s): 2.44363
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 700856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.9
system time used= 2.44363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316304
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= 16
involuntary context switches= 2199

runsolver used 1.39879 second user time and 2.86556 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-24 23:42:46
IDJOB=1715966
IDBENCH=20362
IDSOLVER=527
FILE ID=node29/1715966-1240609364
PBS_JOBID= 9186285
Free space on /tmp= 66400 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT07/industrial/anbulagan/medium-sat/partial-5-15-s.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715966-1240609364/watcher-1715966-1240609364 -o /tmp/evaluation-result-1715966-1240609364/solver-1715966-1240609364 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1715966-1240609364.cnf

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

MD5SUM BENCH= aeddf6934ba21adf4a25a76bc314ef43
RANDOM SEED=1294947624

node29.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.281
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.281
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:       1503592 kB
Buffers:         63264 kB
Cached:         394920 kB
SwapCached:          0 kB
Active:         139468 kB
Inactive:       332548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           49584 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            66104 kB
Committed_AS:   324884 kB
PageTables:       1468 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= 66372 MiB
End job on node29 at 2009-04-25 00:02:46