Trace number 1538319

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.21 1199.67

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1788451776-008.cnf
MD5SUM753f19bcdc2785a101dbb1ac96d61ec5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.1018
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 518000
Number of clauses of size over 50

Solver Data

18.26/18.39	c SATzilla is building models for class 2
18.26/18.39	c run presolver march_dl2004 for 5 seconds ... 
18.26/18.39	c Bin: Executing march_dl2004
18.26/18.39	c spawning binary file with 5 seconds ...
18.26/18.39	c child exit by a signal
18.26/18.39	c march_dl2004 returned code 137.
18.26/18.39	c run presolver mxc-sr08 for 5 seconds ... 
18.26/18.39	c Bin: Executing mxc-sr08
18.26/18.39	c spawning binary file with 5 seconds ...
18.26/18.39	c child exit by a signal
18.26/18.39	c mxc-sr08 returned code 137.
18.26/18.39	c Orignal number of varibales is 900, number of clauses is 18000 
18.26/18.39	c predicted feature computation time is 7.406574 
18.26/18.39	c Bin: Executing satelite
18.26/18.39	c spawning binary file with 240 seconds ...
18.26/18.39	c child exited successfully
18.26/18.39	c satzilla computing base features
18.26/18.39	c Number of variabe is: 900, Number of clause is : 18000 
18.26/18.39	c Initializing...
18.26/18.39	c satzilla compute diameter ...
18.26/18.39	c start diameter features ...
18.26/18.39	c satzilla doing clause learning
18.26/18.39	c start clause learning features ...
18.26/18.39	c Bin: Executing zchaff07
18.26/18.39	c spawning binary file with 2 seconds ...
18.26/18.39	c child exit by a signal
18.26/18.39	c satzilla doing survey propogation probe
18.26/18.39	c do survay propogation for 2 second ...
18.26/18.39	c satzilla doing local search probe
18.26/18.39	c satzilla doing lobjois search-space size estimate
18.26/18.39	c features are:900 18000 900 18000 0 0 0.05 0.375489 0.650625 0.832178 0.00555556 1.56125e-16 0.00555556 0.00555556 -0 0 0 0.00555556 0.102167 0.00383333 0.00716667 3.70957 0.0800261 0.061424 0 0.288462 3.02529 0.00103302 0.225183 0.000333333 0.00177778 2.83377 0.185944 0.0179179 0.0834874 0.0134444 0.0221667 3 0 3 3 -0 51.9636 0.267713 31 106 65 38 57 43 48 55.3321 0.0987151 41.7925 70.2683 62.6757 48.1961 58.2619 52.4286 55.8154 0.168227 0.700077 0.000707977 0.509992 0.331035 0.0296862 0.253107 0.071265 0.146735 0.00279532 0.681091 0.000371813 0.0155386 0.00539076 0.000997696 0.00364827 0.0014908 0.00229473 52.4185 0.38319 171 0.0968915 173 157 185 0.80275 0.407971 0.867061 0.111593 0.477859 0.574216 
18.26/18.39	c satzilla's ranking:
18.26/18.39	c 1) march_dl2004: 4.073139
18.26/18.39	c 2) minisat20SAT07: 3.785863
18.26/18.39	c 3) mxc-sr08: 3.696614
18.26/18.39	c 4) minisat20: 2.771220
18.26/18.39	c 5) zchaff_rand: 1.613071
18.26/18.39	c 6) tts-4-0: 0.023014
18.26/18.39	c 7) vallst: 0.019671
18.26/18.39	c 8) SATenstein: -10000.000000
18.26/18.39	c 9) gnovelty+: -10000.000000
18.26/18.39	c 10) adaptg2wsat+: -10000.000000
18.26/18.39	c 11) adaptg2wsat0: -10000.000000
18.26/18.39	c 12) picosat846: -10000.000000
18.26/18.39	c 13) kcnfs04SAT07: -10000.000000
18.26/18.39	c satzilla running march_dl2004 ... 
1199.12/1199.66	c Bin: Executing march_dl2004
1199.12/1199.66	c spawning binary file with 1181 seconds ...
1199.12/1199.66	c child exit by a signal
1199.12/1199.66	c march_dl2004 returned code 137.
1199.12/1199.66	c satzilla running minisat20SAT07 ... 
1199.12/1199.66	c Bin: Executing minisat20SAT07
1199.12/1199.66	c minisat20SAT07 returned code 1.
1199.12/1199.66	c satzilla running mxc-sr08 ... 
1199.12/1199.66	c Bin: Executing mxc-sr08
1199.12/1199.66	c mxc-sr08 returned code 1.
1199.12/1199.66	c satzilla running minisat20 ... 
1199.12/1199.66	c Bin: Executing minisat20
1199.12/1199.66	c minisat20 returned code 1.
1199.12/1199.66	c satzilla running zchaff_rand ... 
1199.12/1199.66	c Bin: Executing zchaff_rand
1199.12/1199.66	c zchaff_rand returned code 1.
1199.12/1199.66	c satzilla running tts-4-0 ... 
1199.12/1199.66	c Bin: Executing tts-4-0
1199.12/1199.66	c tts-4-0 returned code 1.
1199.12/1199.66	c satzilla running vallst ... 
1199.12/1199.66	c Bin: Executing vallst
1199.12/1199.66	c vallst returned code 1.
1199.12/1199.66	c satzilla running SATenstein ... 
1199.12/1199.66	c Bin: Executing SATenstein
1199.12/1199.66	c SATenstein returned code 1.
1199.12/1199.66	c satzilla running gnovelty+ ... 
1199.12/1199.66	c Bin: Executing gnovelty+
1199.12/1199.66	c gnovelty+ returned code 1.
1199.12/1199.66	c satzilla running adaptg2wsat+ ... 
1199.12/1199.66	c Bin: Executing adaptg2wsat+
1199.12/1199.66	c adaptg2wsat+ returned code 1.
1199.12/1199.66	c satzilla running adaptg2wsat0 ... 
1199.12/1199.66	c Bin: Executing adaptg2wsat0
1199.12/1199.66	c adaptg2wsat0 returned code 1.
1199.12/1199.66	c satzilla running picosat846 ... 
1199.12/1199.66	c Bin: Executing picosat846
1199.12/1199.66	c picosat846 returned code 1.
1199.12/1199.66	c satzilla running kcnfs04SAT07 ... 
1199.12/1199.66	c Bin: Executing kcnfs04SAT07
1199.12/1199.66	c kcnfs04SAT07 returned code 1.
1199.12/1199.66	c ERROR: All Failed! 
1199.12/1199.66	c SATZILLA_TIME=1199.370000

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-1538319-1238424004/watcher-1538319-1238424004 -o /tmp/evaluation-result-1538319-1238424004/solver-1538319-1238424004 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538319-1238424004.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 0.98 0.99 3/64 7624
/proc/meminfo: memFree=1455016/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=0
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115066055 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7624/statm: 514 112 96 399 0 111 0
[pid=7625] ppid=7624 vsize=780 CPUtime=0
/proc/7625/stat : 7625 (march_dl2004) R 7624 7624 7136 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 1115066055 798720 109 1992294400 134512640 134996440 4294956176 18446744073709551615 134781508 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7625/statm: 195 110 50 118 0 74 0

[startup+0.108158 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 7624
/proc/meminfo: memFree=1455016/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=0
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115066055 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7624/statm: 514 112 96 399 0 111 0
[pid=7625] ppid=7624 vsize=2828 CPUtime=0.1
/proc/7625/stat : 7625 (march_dl2004) R 7624 7624 7136 0 -1 4194304 1854 0 0 0 10 0 0 0 18 0 1 0 1115066055 2895872 565 1992294400 134512640 134996440 4294956176 18446744073709551615 134559448 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7625/statm: 707 565 65 118 0 586 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4884

[startup+0.201173 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 7624
/proc/meminfo: memFree=1455016/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=0
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115066055 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7624/statm: 514 112 96 399 0 111 0
[pid=7625] ppid=7624 vsize=3776 CPUtime=0.19
/proc/7625/stat : 7625 (march_dl2004) R 7624 7624 7136 0 -1 4194304 2509 0 0 0 18 1 0 0 18 0 1 0 1115066055 3866624 601 1992294400 134512640 134996440 4294956176 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7625/statm: 944 601 67 118 0 823 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5832

[startup+0.301192 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 7624
/proc/meminfo: memFree=1455016/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=0
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115066055 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7624/statm: 514 112 96 399 0 111 0
[pid=7625] ppid=7624 vsize=3776 CPUtime=0.29
/proc/7625/stat : 7625 (march_dl2004) R 7624 7624 7136 0 -1 4194304 2511 0 0 0 28 1 0 0 19 0 1 0 1115066055 3866624 603 1992294400 134512640 134996440 4294956176 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7625/statm: 944 603 67 118 0 823 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5832

[startup+0.70127 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 7624
/proc/meminfo: memFree=1455016/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=0
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115066055 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7624/statm: 514 112 96 399 0 111 0
[pid=7625] ppid=7624 vsize=3776 CPUtime=0.69
/proc/7625/stat : 7625 (march_dl2004) R 7624 7624 7136 0 -1 4194304 2519 0 0 0 68 1 0 0 23 0 1 0 1115066055 3866624 611 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7625/statm: 944 611 67 118 0 823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5832

[startup+1.50143 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7626
/proc/meminfo: memFree=1452576/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=0
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115066055 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7624/statm: 514 112 96 399 0 111 0
[pid=7625] ppid=7624 vsize=3908 CPUtime=1.49
/proc/7625/stat : 7625 (march_dl2004) R 7624 7624 7136 0 -1 4194304 2568 0 0 0 148 1 0 0 25 0 1 0 1115066055 4001792 660 1992294400 134512640 134996440 4294956176 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7625/statm: 977 660 67 118 0 856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5964

[startup+3.10173 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7626
/proc/meminfo: memFree=1434400/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=0
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115066055 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/7624/statm: 514 112 96 399 0 111 0
[pid=7625] ppid=7624 vsize=23824 CPUtime=3.09
/proc/7625/stat : 7625 (march_dl2004) R 7624 7624 7136 0 -1 4194304 7921 0 0 0 281 28 0 0 25 0 1 0 1115066055 24395776 5646 1992294400 134512640 134996440 4294956176 18446744073709551615 134657984 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7625/statm: 5956 5646 72 118 0 5835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25880

[startup+6.30135 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7627
/proc/meminfo: memFree=1451936/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=2056 CPUtime=4.99
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 156 9305 0 0 0 0 469 30 16 0 1 0 1115066055 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 514 125 107 399 0 111 0
[pid=7627] ppid=7624 vsize=4196 CPUtime=1.28
/proc/7627/stat : 7627 (mxc-sr08) R 7624 7624 7136 0 -1 4194304 1152 0 0 0 128 0 0 0 25 0 1 0 1115066556 4296704 937 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7627/statm: 1049 937 71 138 0 908 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6252

[startup+12.7026 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7629
/proc/meminfo: memFree=1450920/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=3684 CPUtime=11.76
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 786 11089 0 0 172 0 973 31 25 0 1 0 1115066055 3772416 572 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 921 572 136 399 0 518 0
[pid=7629] ppid=7624 vsize=3872 CPUtime=0.9
/proc/7629/stat : 7629 (zchaff07) R 7624 7624 7136 0 -1 4194304 814 0 0 0 83 7 0 0 25 0 1 0 1115067234 3964928 657 1992294400 134512640 135538726 4294956240 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7629/statm: 968 657 126 250 0 715 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7556

[startup+25.5011 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7630
/proc/meminfo: memFree=1429032/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=23468 CPUtime=7.08
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 9305 0 0 0 680 28 0 0 25 0 1 0 1115067895 24031232 5569 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 5867 5569 74 118 0 5746 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 29376

[startup+51.102 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7630
/proc/meminfo: memFree=1415912/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=39296 CPUtime=32.68
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 12670 0 0 0 3238 30 0 0 25 0 1 0 1115067895 40239104 8934 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 9824 8934 74 118 0 9703 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 45204

[startup+102.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7630
/proc/meminfo: memFree=1409896/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=45068 CPUtime=83.87
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 14123 0 0 0 8355 32 0 0 25 0 1 0 1115067895 46149632 10387 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 11267 10387 74 118 0 11146 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 50976

[startup+162.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7630
/proc/meminfo: memFree=1406952/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=47944 CPUtime=143.84
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 14874 0 0 0 14351 33 0 0 25 0 1 0 1115067895 49094656 11138 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 11986 11138 74 118 0 11865 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 53852

[startup+222.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7630
/proc/meminfo: memFree=1405288/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=49500 CPUtime=203.82
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 15271 0 0 0 20349 33 0 0 25 0 1 0 1115067895 50688000 11535 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 12375 11535 74 118 0 12254 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 55408

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7632
/proc/meminfo: memFree=1403624/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=51204 CPUtime=263.79
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 15688 0 0 0 26345 34 0 0 25 0 1 0 1115067895 52432896 11952 1992294400 134512640 134996440 4294956176 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 12801 11952 74 118 0 12680 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 57112

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 7632
/proc/meminfo: memFree=1402600/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=52128 CPUtime=323.78
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 15944 0 0 0 32343 35 0 0 25 0 1 0 1115067895 53379072 12208 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 13032 12208 74 118 0 12911 0

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


[startup+762.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1398120/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=56484 CPUtime=743.62
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17029 0 0 0 74325 37 0 0 25 0 1 0 1115067895 57839616 13293 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14121 13293 74 118 0 14000 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 62392

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1397800/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=56880 CPUtime=803.6
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17128 0 0 0 80322 38 0 0 25 0 1 0 1115067895 58245120 13392 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14220 13392 74 118 0 14099 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 62788

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1397352/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=57276 CPUtime=863.58
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17234 0 0 0 86320 38 0 0 25 0 1 0 1115067895 58650624 13498 1992294400 134512640 134996440 4294956176 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14319 13498 74 118 0 14198 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 63184

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1396968/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=57672 CPUtime=923.55
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17342 0 0 0 92317 38 0 0 25 0 1 0 1115067895 59056128 13606 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14418 13606 74 118 0 14297 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 63580

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1396520/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=58200 CPUtime=983.53
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17447 0 0 0 98314 39 0 0 25 0 1 0 1115067895 59596800 13711 1992294400 134512640 134996440 4294956176 18446744073709551615 134567304 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14550 13711 74 118 0 14429 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 64108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1396200/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=58464 CPUtime=1043.51
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17516 0 0 0 104312 39 0 0 25 0 1 0 1115067895 59867136 13780 1992294400 134512640 134996440 4294956176 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14616 13780 74 118 0 14495 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 64372

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1396008/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=58728 CPUtime=1103.48
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17582 0 0 0 110309 39 0 0 25 0 1 0 1115067895 60137472 13846 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14682 13846 74 118 0 14561 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 64636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1395560/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=58992 CPUtime=1163.46
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17671 0 0 0 116307 39 0 0 25 0 1 0 1115067895 60407808 13935 1992294400 134512640 134996440 4294956176 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14748 13935 74 118 0 14627 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 64900

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 7632
/proc/meminfo: memFree=1395496/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=59124 CPUtime=1171.55
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17685 0 0 0 117116 39 0 0 25 0 1 0 1115067895 60542976 13949 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14781 13949 74 118 0 14660 0
Current children cumulated CPU time (s) 1189.91
Current children cumulated vsize (KiB) 65032

[startup+1193.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1395496/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=59124 CPUtime=1174.76
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17690 0 0 0 117437 39 0 0 25 0 1 0 1115067895 60542976 13954 1992294400 134512640 134996440 4294956176 18446744073709551615 134568157 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14781 13954 74 118 0 14660 0
Current children cumulated CPU time (s) 1193.12
Current children cumulated vsize (KiB) 65032

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1395496/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=59124 CPUtime=1177.95
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17695 0 0 0 117756 39 0 0 25 0 1 0 1115067895 60542976 13959 1992294400 134512640 134996440 4294956176 18446744073709551615 134564682 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14781 13959 74 118 0 14660 0
Current children cumulated CPU time (s) 1196.31
Current children cumulated vsize (KiB) 65032

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1395432/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=59124 CPUtime=1179.56
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17699 0 0 0 117916 40 0 0 25 0 1 0 1115067895 60542976 13963 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14781 13963 74 118 0 14660 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 65032

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1395432/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=59124 CPUtime=1180.36
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17699 0 0 0 117996 40 0 0 25 0 1 0 1115067895 60542976 13963 1992294400 134512640 134996440 4294956176 18446744073709551615 134567969 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14781 13963 74 118 0 14660 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 65032

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7632
/proc/meminfo: memFree=1395432/2055920 swapFree=4179368/4192956
[pid=7624] ppid=7622 vsize=5908 CPUtime=18.36
/proc/7624/stat : 7624 (SATzilla2009_C) S 7622 7624 7136 0 -1 4194304 1792 12023 0 0 623 9 1157 47 25 0 1 0 1115066055 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/7624/statm: 1477 1098 219 399 0 1074 0
[pid=7630] ppid=7624 vsize=59124 CPUtime=1180.76
/proc/7630/stat : 7630 (march_dl2004) R 7624 7624 7136 0 -1 4194304 17701 0 0 0 118036 40 0 0 25 0 1 0 1115067895 60542976 13965 1992294400 134512640 134996440 4294956176 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/7630/statm: 14781 13965 74 118 0 14660 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 65032

Child status: 17
Real time (s): 1199.67
CPU time (s): 1199.21
CPU user time (s): 1198.23
CPU system time (s): 0.98585
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 65032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.23
system time used= 0.98585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31533
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= 17
involuntary context switches= 1559

runsolver used 1.3028 second user time and 3.06353 second system time

The end

Launcher Data

Begin job on node23 at 2009-03-30 16:40:04
IDJOB=1538319
IDBENCH=70219
IDSOLVER=527
FILE ID=node23/1538319-1238424004
PBS_JOBID= 9061483
Free space on /tmp= 66452 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1788451776-008.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538319-1238424004/watcher-1538319-1238424004 -o /tmp/evaluation-result-1538319-1238424004/solver-1538319-1238424004 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538319-1238424004.cnf

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

MD5SUM BENCH= 753f19bcdc2785a101dbb1ac96d61ec5
RANDOM SEED=383607025

node23.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.268
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.268
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:       1455504 kB
Buffers:        103520 kB
Cached:         393472 kB
SwapCached:       7500 kB
Active:         184660 kB
Inactive:       321364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455504 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:           31880 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            80496 kB
Committed_AS:  2986396 kB
PageTables:       1392 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= 66420 MiB
End job on node23 at 2009-03-30 17:00:04