Trace number 1538367

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) 1198.89 1199.45

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S1549575664-035.cnf
MD5SUM88d4611d108004ec1f24e3826a831460
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 518700

Solver Data

17.97/18.06	c SATzilla is building models for class 2
17.97/18.06	c run presolver march_dl2004 for 5 seconds ... 
17.97/18.06	c Bin: Executing march_dl2004
17.97/18.06	c spawning binary file with 5 seconds ...
17.97/18.06	c child exit by a signal
17.97/18.06	c march_dl2004 returned code 137.
17.97/18.06	c run presolver mxc-sr08 for 5 seconds ... 
17.97/18.06	c Bin: Executing mxc-sr08
17.97/18.06	c spawning binary file with 5 seconds ...
17.97/18.06	c child exit by a signal
17.97/18.06	c mxc-sr08 returned code 137.
17.97/18.06	c Orignal number of varibales is 220, number of clauses is 18700 
17.97/18.06	c predicted feature computation time is 7.310196 
17.97/18.06	c Bin: Executing satelite
17.97/18.06	c spawning binary file with 240 seconds ...
17.97/18.06	c child exited successfully
17.97/18.06	c satzilla computing base features
17.97/18.06	c Number of variabe is: 220, Number of clause is : 18700 
17.97/18.06	c Initializing...
17.97/18.06	c satzilla compute diameter ...
17.97/18.06	c start diameter features ...
17.97/18.06	c satzilla doing clause learning
17.97/18.06	c start clause learning features ...
17.97/18.06	c Bin: Executing zchaff07
17.97/18.06	c spawning binary file with 2 seconds ...
17.97/18.06	c child exit by a signal
17.97/18.06	c satzilla doing survey propogation probe
17.97/18.06	c do survay propogation for 2 second ...
17.97/18.06	c satzilla doing local search probe
17.97/18.06	c satzilla doing lobjois search-space size estimate
17.97/18.06	c features are:220 18700 220 18700 0 0 0.0117647 0.314347 0.679818 1.00803 0.0318182 2.1808e-16 0.0318182 0.0318182 -0 0 0 0.0318182 0.0434514 0.0274866 0.0352406 4.38071 0.0305462 0.0224217 0 0.138354 2.02559 0.0020367 0.158779 0.00112299 0.00299465 3.13035 0.0640107 0.0117112 0 0.0117112 0.0117112 2 0 2 2 -0 700.444 0.984654 258 2432 2432 258 709 265 381 50.1306 0.10108 45.2717 59.757 59.757 45.2717 50.8829 46.7713 47.5233 0.0623876 0.703736 0.000147894 0.261885 0.118211 0.01387 0.0876143 0.0282189 0.0579146 0.000101519 0.43625 3.60231e-05 0.000317153 0.000148736 5.44935e-05 0.000120891 7.17849e-05 9.48813e-05 22.8017 0.248663 35.9358 0.14046 36 30 42 1.66491 0.300831 0.889434 0.160221 0.623471 0.71187 
17.97/18.06	c satzilla's ranking:
17.97/18.06	c 1) march_dl2004: 3.990796
17.97/18.06	c 2) minisat20SAT07: 3.572984
17.97/18.06	c 3) mxc-sr08: 3.326687
17.97/18.06	c 4) minisat20: 1.876235
17.97/18.06	c 5) zchaff_rand: 1.311679
17.97/18.06	c 6) vallst: 0.770022
17.97/18.06	c 7) tts-4-0: 0.314043
17.97/18.06	c 8) SATenstein: -10000.000000
17.97/18.06	c 9) gnovelty+: -10000.000000
17.97/18.06	c 10) adaptg2wsat+: -10000.000000
17.97/18.06	c 11) adaptg2wsat0: -10000.000000
17.97/18.06	c 12) picosat846: -10000.000000
17.97/18.06	c 13) kcnfs04SAT07: -10000.000000
17.97/18.06	c satzilla running march_dl2004 ... 
1198.82/1199.44	c Bin: Executing march_dl2004
1198.82/1199.44	c spawning binary file with 1181 seconds ...
1198.82/1199.44	c child exit by a signal
1198.82/1199.44	c march_dl2004 returned code 137.
1198.82/1199.44	c satzilla running minisat20SAT07 ... 
1198.82/1199.44	c Bin: Executing minisat20SAT07
1198.82/1199.44	c minisat20SAT07 returned code 1.
1198.82/1199.44	c satzilla running mxc-sr08 ... 
1198.82/1199.44	c Bin: Executing mxc-sr08
1198.82/1199.44	c mxc-sr08 returned code 1.
1198.82/1199.44	c satzilla running minisat20 ... 
1198.82/1199.44	c Bin: Executing minisat20
1198.82/1199.44	c minisat20 returned code 1.
1198.82/1199.44	c satzilla running zchaff_rand ... 
1198.82/1199.44	c Bin: Executing zchaff_rand
1198.82/1199.44	c zchaff_rand returned code 1.
1198.82/1199.44	c satzilla running vallst ... 
1198.82/1199.44	c Bin: Executing vallst
1198.82/1199.44	c vallst returned code 1.
1198.82/1199.44	c satzilla running tts-4-0 ... 
1198.82/1199.44	c Bin: Executing tts-4-0
1198.82/1199.44	c tts-4-0 returned code 1.
1198.82/1199.44	c satzilla running SATenstein ... 
1198.82/1199.44	c Bin: Executing SATenstein
1198.82/1199.44	c SATenstein returned code 1.
1198.82/1199.44	c satzilla running gnovelty+ ... 
1198.82/1199.44	c Bin: Executing gnovelty+
1198.82/1199.44	c gnovelty+ returned code 1.
1198.82/1199.44	c satzilla running adaptg2wsat+ ... 
1198.82/1199.44	c Bin: Executing adaptg2wsat+
1198.82/1199.44	c adaptg2wsat+ returned code 1.
1198.82/1199.44	c satzilla running adaptg2wsat0 ... 
1198.82/1199.44	c Bin: Executing adaptg2wsat0
1198.82/1199.44	c adaptg2wsat0 returned code 1.
1198.82/1199.44	c satzilla running picosat846 ... 
1198.82/1199.44	c Bin: Executing picosat846
1198.82/1199.44	c picosat846 returned code 1.
1198.82/1199.44	c satzilla running kcnfs04SAT07 ... 
1198.82/1199.44	c Bin: Executing kcnfs04SAT07
1198.82/1199.44	c kcnfs04SAT07 returned code 1.
1198.82/1199.44	c ERROR: All Failed! 
1198.82/1199.44	c SATZILLA_TIME=1199.060000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538367-1238424851/watcher-1538367-1238424851 -o /tmp/evaluation-result-1538367-1238424851/solver-1538367-1238424851 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538367-1238424851.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: 1.00 1.00 1.00 3/64 26238
/proc/meminfo: memFree=1530488/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=0
/proc/26238/stat : 26238 (SATzilla2009_C) R 26236 26238 25772 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115151033 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/26238/statm: 514 112 96 399 0 111 0
[pid=26239] ppid=26238 vsize=784 CPUtime=0
/proc/26239/stat : 26239 (march_dl2004) R 26238 26238 25772 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 1115151033 802816 93 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26239/statm: 196 93 50 118 0 75 0

[startup+0.0937521 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26238
/proc/meminfo: memFree=1530488/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=0
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115151033 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26238/statm: 514 112 96 399 0 111 0
[pid=26239] ppid=26238 vsize=2940 CPUtime=0.08
/proc/26239/stat : 26239 (march_dl2004) R 26238 26238 25772 0 -1 4194304 1391 0 0 0 8 0 0 0 19 0 1 0 1115151033 3010560 601 1992294400 134512640 134996440 4294956176 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26239/statm: 735 601 57 118 0 614 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4996

[startup+0.101752 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26238
/proc/meminfo: memFree=1530488/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=0
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115151033 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26238/statm: 514 112 96 399 0 111 0
[pid=26239] ppid=26238 vsize=2016 CPUtime=0.09
/proc/26239/stat : 26239 (march_dl2004) R 26238 26238 25772 0 -1 4194304 1619 0 0 0 9 0 0 0 19 0 1 0 1115151033 2064384 373 1992294400 134512640 134996440 4294956176 18446744073709551615 134522644 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26239/statm: 504 373 57 118 0 383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4072

[startup+0.301776 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26238
/proc/meminfo: memFree=1530488/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=0
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115151033 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26238/statm: 514 112 96 399 0 111 0
[pid=26239] ppid=26238 vsize=5512 CPUtime=0.29
/proc/26239/stat : 26239 (march_dl2004) R 26238 26238 25772 0 -1 4194304 3654 0 0 0 28 1 0 0 21 0 1 0 1115151033 5644288 796 1992294400 134512640 134996440 4294956176 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26239/statm: 1378 796 67 118 0 1257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7568

[startup+0.701821 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 26238
/proc/meminfo: memFree=1530488/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=0
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115151033 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26238/statm: 514 112 96 399 0 111 0
[pid=26239] ppid=26238 vsize=5512 CPUtime=0.69
/proc/26239/stat : 26239 (march_dl2004) R 26238 26238 25772 0 -1 4194304 3658 0 0 0 68 1 0 0 25 0 1 0 1115151033 5644288 800 1992294400 134512640 134996440 4294956176 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26239/statm: 1378 800 67 118 0 1257 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7568

[startup+1.50191 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26240
/proc/meminfo: memFree=1527400/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=0
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115151033 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26238/statm: 514 112 96 399 0 111 0
[pid=26239] ppid=26238 vsize=5512 CPUtime=1.49
/proc/26239/stat : 26239 (march_dl2004) R 26238 26238 25772 0 -1 4194304 3666 0 0 0 148 1 0 0 25 0 1 0 1115151033 5644288 808 1992294400 134512640 134996440 4294956176 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26239/statm: 1378 808 67 118 0 1257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7568

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26240
/proc/meminfo: memFree=1527144/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=0
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115151033 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26238/statm: 514 112 96 399 0 111 0
[pid=26239] ppid=26238 vsize=5644 CPUtime=3.09
/proc/26239/stat : 26239 (march_dl2004) R 26238 26238 25772 0 -1 4194304 3725 0 0 0 308 1 0 0 25 0 1 0 1115151033 5779456 867 1992294400 134512640 134996440 4294956176 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26239/statm: 1411 867 67 118 0 1290 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7700

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26241
/proc/meminfo: memFree=1528368/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=2056 CPUtime=4.99
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 152 3783 0 0 0 0 498 1 16 0 1 0 1115151033 2105344 121 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 514 121 104 399 0 111 0
[pid=26241] ppid=26238 vsize=3892 CPUtime=1.29
/proc/26241/stat : 26241 (mxc-sr08) R 26238 26238 25772 0 -1 4194304 1048 0 0 0 129 0 0 0 25 0 1 0 1115151533 3985408 869 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26241/statm: 973 869 71 138 0 832 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5948

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26243
/proc/meminfo: memFree=1524208/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=6536 CPUtime=12.67
/proc/26238/stat : 26238 (SATzilla2009_C) R 26236 26238 25772 0 -1 4194304 1636 6761 0 0 60 1 1201 5 19 0 1 0 1115151033 6692864 1178 1992294400 134512640 136149437 4294956208 18446744073709551615 134840346 0 0 4096 3 0 0 0 17 0 0 0
/proc/26238/statm: 1634 1178 150 399 0 1231 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6536

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26244
/proc/meminfo: memFree=1523568/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=6040 CPUtime=7.42
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 3848 0 0 0 741 1 0 0 25 0 1 0 1115152840 6184960 990 1992294400 134512640 134996440 4294956176 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 1510 990 67 118 0 1389 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11236

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26244
/proc/meminfo: memFree=1502256/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=26264 CPUtime=33.01
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 11800 0 0 0 3268 33 0 0 25 0 1 0 1115152840 26894336 6243 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 6566 6243 74 118 0 6445 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 31460

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26244
/proc/meminfo: memFree=1502320/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=26264 CPUtime=84.18
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 11800 0 0 0 8385 33 0 0 25 0 1 0 1115152840 26894336 6243 1992294400 134512640 134996440 4294956176 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 6566 6243 74 118 0 6445 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 31460

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26244
/proc/meminfo: memFree=1502320/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=26264 CPUtime=144.15
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 11801 0 0 0 14382 33 0 0 25 0 1 0 1115152840 26894336 6244 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 6566 6244 74 118 0 6445 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 31460

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26244
/proc/meminfo: memFree=1502256/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=26264 CPUtime=204.12
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 11801 0 0 0 20379 33 0 0 25 0 1 0 1115152840 26894336 6244 1992294400 134512640 134996440 4294956176 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 6566 6244 74 118 0 6445 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 31460

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26244
/proc/meminfo: memFree=1502320/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=26264 CPUtime=264.09
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 11801 0 0 0 26376 33 0 0 25 0 1 0 1115152840 26894336 6244 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 6566 6244 74 118 0 6445 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 31460

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26244
/proc/meminfo: memFree=1502320/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=26264 CPUtime=324.06
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 11801 0 0 0 32373 33 0 0 25 0 1 0 1115152840 26894336 6244 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 6566 6244 74 118 0 6445 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 31460


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1457840/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=71832 CPUtime=803.83
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 23009 0 0 0 80340 43 0 0 25 0 1 0 1115152840 73555968 17383 1992294400 134512640 134996440 4294956176 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 17958 17383 74 118 0 17837 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 77028

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1455920/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=73680 CPUtime=863.81
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 23483 0 0 0 86337 44 0 0 25 0 1 0 1115152840 75448320 17857 1992294400 134512640 134996440 4294956176 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 18420 17857 74 118 0 18299 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 78876

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1454448/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=75264 CPUtime=923.79
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 23875 0 0 0 92335 44 0 0 25 0 1 0 1115152840 77070336 18249 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 18816 18249 74 118 0 18695 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 80460

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1453424/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=76188 CPUtime=983.77
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24126 0 0 0 98332 45 0 0 25 0 1 0 1115152840 78016512 18500 1992294400 134512640 134996440 4294956176 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19047 18500 74 118 0 18926 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 81384

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1452528/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=77248 CPUtime=1043.74
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24371 0 0 0 104329 45 0 0 25 0 1 0 1115152840 79101952 18745 1992294400 134512640 134996440 4294956176 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19312 18745 74 118 0 19191 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 82444

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1451632/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=78040 CPUtime=1103.72
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24565 0 0 0 110327 45 0 0 25 0 1 0 1115152840 79912960 18939 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19510 18939 74 118 0 19389 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 83236

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450864/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=78832 CPUtime=1163.68
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24767 0 0 0 116323 45 0 0 25 0 1 0 1115152840 80723968 19141 1992294400 134512640 134996440 4294956176 18446744073709551615 134526910 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19708 19141 74 118 0 19587 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 84028

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450608/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=79096 CPUtime=1171.68
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24833 0 0 0 117123 45 0 0 25 0 1 0 1115152840 80994304 19207 1992294400 134512640 134996440 4294956176 18446744073709551615 134551507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19774 19207 74 118 0 19653 0
Current children cumulated CPU time (s) 1189.72
Current children cumulated vsize (KiB) 84292

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450480/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=79228 CPUtime=1174.89
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24855 0 0 0 117443 46 0 0 25 0 1 0 1115152840 81129472 19229 1992294400 134512640 134996440 4294956176 18446744073709551615 134553310 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19807 19229 74 118 0 19686 0
Current children cumulated CPU time (s) 1192.93
Current children cumulated vsize (KiB) 84424

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450480/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=79228 CPUtime=1178.09
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24869 0 0 0 117763 46 0 0 25 0 1 0 1115152840 81129472 19243 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19807 19243 74 118 0 19686 0
Current children cumulated CPU time (s) 1196.13
Current children cumulated vsize (KiB) 84424

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450480/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=79228 CPUtime=1179.68
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24872 0 0 0 117922 46 0 0 25 0 1 0 1115152840 81129472 19246 1992294400 134512640 134996440 4294956176 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19807 19246 74 118 0 19686 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 84424

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450416/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=79228 CPUtime=1180.48
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24877 0 0 0 118002 46 0 0 25 0 1 0 1115152840 81129472 19251 1992294400 134512640 134996440 4294956176 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19807 19251 74 118 0 19686 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 84424

[startup+1199.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450416/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=79228 CPUtime=1180.68
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24878 0 0 0 118022 46 0 0 25 0 1 0 1115152840 81129472 19252 1992294400 134512640 134996440 4294956176 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19807 19252 74 118 0 19686 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 84424

[startup+1199.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26250
/proc/meminfo: memFree=1450416/2055920 swapFree=4177216/4192956
[pid=26238] ppid=26236 vsize=5196 CPUtime=18.04
/proc/26238/stat : 26238 (SATzilla2009_C) S 26236 26238 25772 0 -1 4194304 2205 6761 0 0 594 4 1201 5 25 0 1 0 1115151033 5320704 963 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/26238/statm: 1299 963 219 399 0 896 0
[pid=26244] ppid=26238 vsize=79228 CPUtime=1180.78
/proc/26244/stat : 26244 (march_dl2004) R 26238 26238 25772 0 -1 4194304 24878 0 0 0 118032 46 0 0 25 0 1 0 1115152840 81129472 19252 1992294400 134512640 134996440 4294956176 18446744073709551615 134532790 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26244/statm: 19807 19252 74 118 0 19686 0
Current children cumulated CPU time (s) 1198.82
Current children cumulated vsize (KiB) 84424

Child status: 17
Real time (s): 1199.45
CPU time (s): 1198.89
CPU user time (s): 1198.32
CPU system time (s): 0.577912
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 84424

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

runsolver used 1.08083 second user time and 3.2885 second system time

The end

Launcher Data

Begin job on node20 at 2009-03-30 16:54:12
IDJOB=1538367
IDBENCH=70235
IDSOLVER=527
FILE ID=node20/1538367-1238424851
PBS_JOBID= 9061492
Free space on /tmp= 65680 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S1549575664-035.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538367-1238424851/watcher-1538367-1238424851 -o /tmp/evaluation-result-1538367-1238424851/solver-1538367-1238424851 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538367-1238424851.cnf

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

MD5SUM BENCH= 88d4611d108004ec1f24e3826a831460
RANDOM SEED=1646983360

node20.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.235
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.235
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:       1530968 kB
Buffers:         80680 kB
Cached:         351488 kB
SwapCached:       9492 kB
Active:         151484 kB
Inactive:       291580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530968 kB
SwapTotal:     4192956 kB
SwapFree:      4177216 kB
Dirty:           32004 kB
Writeback:           0 kB
Mapped:          16608 kB
Slab:            67996 kB
Committed_AS:  2878892 kB
PageTables:       1404 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= 65652 MiB
End job on node20 at 2009-03-30 17:14:11