Trace number 1538229

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.63 1200.07

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S1322153318-039.cnf
MD5SUM9b4324a23c82753183d597b4a4c7c7c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark90.7522
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

18.76/18.81	c SATzilla is building models for class 2
18.76/18.81	c run presolver march_dl2004 for 5 seconds ... 
18.76/18.81	c Bin: Executing march_dl2004
18.76/18.81	c spawning binary file with 5 seconds ...
18.76/18.81	c child exit by a signal
18.76/18.81	c march_dl2004 returned code 137.
18.76/18.81	c run presolver mxc-sr08 for 5 seconds ... 
18.76/18.81	c Bin: Executing mxc-sr08
18.76/18.81	c spawning binary file with 5 seconds ...
18.76/18.81	c child exit by a signal
18.76/18.81	c mxc-sr08 returned code 137.
18.76/18.81	c Orignal number of varibales is 1000, number of clauses is 20000 
18.76/18.81	c predicted feature computation time is 7.468153 
18.76/18.81	c Bin: Executing satelite
18.76/18.81	c spawning binary file with 240 seconds ...
18.76/18.81	c child exited successfully
18.76/18.81	c satzilla computing base features
18.76/18.81	c Number of variabe is: 1000, Number of clause is : 20000 
18.76/18.81	c Initializing...
18.76/18.81	c satzilla compute diameter ...
18.76/18.81	c start diameter features ...
18.76/18.81	c satzilla doing clause learning
18.76/18.81	c start clause learning features ...
18.76/18.81	c Bin: Executing zchaff07
18.76/18.81	c spawning binary file with 2 seconds ...
18.76/18.81	c child exit by a signal
18.76/18.81	c satzilla doing survey propogation probe
18.76/18.81	c do survay propogation for 2 second ...
18.76/18.81	c satzilla doing local search probe
18.76/18.81	c satzilla doing lobjois search-space size estimate
18.76/18.81	c features are:1000 20000 1000 20000 0 0 0.05 0.37822 0.65008 0.838665 0.005 1.73472e-16 0.005 0.005 -0 0 0 0.005 0.096745 0.00355 0.0065 3.66377 0.0800124 0.0590388 0 0.311111 2.99945 0.00094225 0.224589 0.00035 0.00175 2.84162 0.18845 0.0164919 0.0818275 0.0121 0.0204 3 0 3 3 -0 43.7705 0.229935 25 83 58 34 47 37 42 57.5026 0.0974004 45.7742 74.36 63.2391 51.6667 60.9459 53.549 56.1176 0.168519 0.670678 0.000368374 0.561543 0.331009 0.0340622 0.241871 0.0779031 0.149677 0.00271047 0.657798 0.000357076 0.0161998 0.00494048 0.00104585 0.00337829 0.00148239 0.00225699 57.2215 0.149251 192.013 0.0638387 192 176 208 0.743311 0.259191 0.861018 0.0277934 0.47695 0.5767 
18.76/18.81	c satzilla's ranking:
18.76/18.81	c 1) march_dl2004: 4.044815
18.76/18.81	c 2) minisat20SAT07: 3.677500
18.76/18.81	c 3) mxc-sr08: 3.632190
18.76/18.81	c 4) minisat20: 2.738483
18.76/18.81	c 5) zchaff_rand: 1.566068
18.76/18.81	c 6) vallst: 0.008045
18.76/18.81	c 7) tts-4-0: -0.025774
18.76/18.81	c 8) SATenstein: -10000.000000
18.76/18.81	c 9) gnovelty+: -10000.000000
18.76/18.81	c 10) adaptg2wsat+: -10000.000000
18.76/18.81	c 11) adaptg2wsat0: -10000.000000
18.76/18.81	c 12) picosat846: -10000.000000
18.76/18.81	c 13) kcnfs04SAT07: -10000.000000
18.76/18.81	c satzilla running march_dl2004 ... 
1199.55/1200.06	c Bin: Executing march_dl2004
1199.55/1200.06	c spawning binary file with 1181 seconds ...
1199.55/1200.06	c child exit by a signal
1199.55/1200.06	c march_dl2004 returned code 137.
1199.55/1200.06	c satzilla running minisat20SAT07 ... 
1199.55/1200.06	c Bin: Executing minisat20SAT07
1199.55/1200.06	c minisat20SAT07 returned code 1.
1199.55/1200.06	c satzilla running mxc-sr08 ... 
1199.55/1200.06	c Bin: Executing mxc-sr08
1199.55/1200.06	c mxc-sr08 returned code 1.
1199.55/1200.06	c satzilla running minisat20 ... 
1199.55/1200.06	c Bin: Executing minisat20
1199.55/1200.06	c minisat20 returned code 1.
1199.55/1200.06	c satzilla running zchaff_rand ... 
1199.55/1200.06	c Bin: Executing zchaff_rand
1199.55/1200.06	c zchaff_rand returned code 1.
1199.55/1200.06	c satzilla running vallst ... 
1199.55/1200.06	c Bin: Executing vallst
1199.55/1200.06	c vallst returned code 1.
1199.55/1200.06	c satzilla running tts-4-0 ... 
1199.55/1200.06	c Bin: Executing tts-4-0
1199.55/1200.06	c tts-4-0 returned code 1.
1199.55/1200.06	c satzilla running SATenstein ... 
1199.55/1200.06	c Bin: Executing SATenstein
1199.55/1200.06	c SATenstein returned code 1.
1199.55/1200.06	c satzilla running gnovelty+ ... 
1199.55/1200.06	c Bin: Executing gnovelty+
1199.55/1200.06	c gnovelty+ returned code 1.
1199.55/1200.06	c satzilla running adaptg2wsat+ ... 
1199.55/1200.06	c Bin: Executing adaptg2wsat+
1199.55/1200.06	c adaptg2wsat+ returned code 1.
1199.55/1200.06	c satzilla running adaptg2wsat0 ... 
1199.55/1200.06	c Bin: Executing adaptg2wsat0
1199.55/1200.06	c adaptg2wsat0 returned code 1.
1199.55/1200.06	c satzilla running picosat846 ... 
1199.55/1200.06	c Bin: Executing picosat846
1199.55/1200.06	c picosat846 returned code 1.
1199.55/1200.06	c satzilla running kcnfs04SAT07 ... 
1199.55/1200.06	c Bin: Executing kcnfs04SAT07
1199.55/1200.06	c kcnfs04SAT07 returned code 1.
1199.55/1200.06	c ERROR: All Failed! 
1199.55/1200.06	c SATZILLA_TIME=1199.800000

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-1538229-1238422281/watcher-1538229-1238422281 -o /tmp/evaluation-result-1538229-1238422281/solver-1538229-1238422281 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538229-1238422281.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.09 3/64 24194
/proc/meminfo: memFree=1349600/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=0
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114894206 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 112 96 399 0 111 0
[pid=24195] ppid=24194 vsize=796 CPUtime=0
/proc/24195/stat : 24195 (march_dl2004) R 24194 24194 23703 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 1114894206 815104 104 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24195/statm: 199 104 50 118 0 78 0

[startup+0.0406919 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24194
/proc/meminfo: memFree=1349600/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=0
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114894206 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 112 96 399 0 111 0
[pid=24195] ppid=24194 vsize=1192 CPUtime=0.03
/proc/24195/stat : 24195 (march_dl2004) R 24194 24194 23703 0 -1 4194304 229 0 0 0 3 0 0 0 19 0 1 0 1114894206 1220608 224 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24195/statm: 298 224 50 118 0 177 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3248

[startup+0.101702 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24194
/proc/meminfo: memFree=1349600/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=0
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114894206 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 112 96 399 0 111 0
[pid=24195] ppid=24194 vsize=2808 CPUtime=0.09
/proc/24195/stat : 24195 (march_dl2004) R 24194 24194 23703 0 -1 4194304 1520 0 0 0 9 0 0 0 19 0 1 0 1114894206 2875392 546 1992294400 134512640 134996440 4294956176 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24195/statm: 702 546 57 118 0 581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.301738 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24194
/proc/meminfo: memFree=1349600/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=0
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114894206 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 112 96 399 0 111 0
[pid=24195] ppid=24194 vsize=4108 CPUtime=0.29
/proc/24195/stat : 24195 (march_dl2004) R 24194 24194 23703 0 -1 4194304 2875 0 0 0 29 0 0 0 20 0 1 0 1114894206 4206592 665 1992294400 134512640 134996440 4294956176 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24195/statm: 1027 665 67 118 0 906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6164

[startup+0.70181 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 24194
/proc/meminfo: memFree=1349600/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=0
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114894206 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 112 96 399 0 111 0
[pid=24195] ppid=24194 vsize=4108 CPUtime=0.69
/proc/24195/stat : 24195 (march_dl2004) R 24194 24194 23703 0 -1 4194304 2879 0 0 0 69 0 0 0 24 0 1 0 1114894206 4206592 669 1992294400 134512640 134996440 4294956176 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24195/statm: 1027 669 67 118 0 906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6164

[startup+1.50296 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24196
/proc/meminfo: memFree=1347024/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=0
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114894206 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 112 96 399 0 111 0
[pid=24195] ppid=24194 vsize=4240 CPUtime=1.49
/proc/24195/stat : 24195 (march_dl2004) R 24194 24194 23703 0 -1 4194304 2918 0 0 0 149 0 0 0 25 0 1 0 1114894206 4341760 708 1992294400 134512640 134996440 4294956176 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24195/statm: 1060 708 67 118 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6296

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24196
/proc/meminfo: memFree=1325008/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=0
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114894206 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 112 96 399 0 111 0
[pid=24195] ppid=24194 vsize=27236 CPUtime=3.09
/proc/24195/stat : 24195 (march_dl2004) R 24194 24194 23703 0 -1 4194304 9088 0 0 0 276 33 0 0 25 0 1 0 1114894206 27889664 6473 1992294400 134512640 134996440 4294956176 18446744073709551615 134559676 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24195/statm: 6809 6473 72 118 0 6688 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29292

[startup+6.30283 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24197
/proc/meminfo: memFree=1346768/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=2056 CPUtime=5
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 156 10681 0 0 0 0 465 35 19 0 1 0 1114894206 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 514 125 107 399 0 111 0
[pid=24197] ppid=24194 vsize=4424 CPUtime=1.28
/proc/24197/stat : 24197 (mxc-sr08) R 24194 24194 23703 0 -1 4194304 1168 0 0 0 128 0 0 0 25 0 1 0 1114894707 4530176 1003 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24197/statm: 1106 1003 71 138 0 965 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6480

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 24198
/proc/meminfo: memFree=1346984/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=3856 CPUtime=12.11
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 849 12550 0 0 206 0 969 36 25 0 1 0 1114894206 3948544 617 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 964 617 136 399 0 561 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 3856

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24200
/proc/meminfo: memFree=1320160/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=26856 CPUtime=6.67
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 10681 0 0 0 636 31 0 0 25 0 1 0 1114896087 27500544 6381 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 6714 6381 74 118 0 6593 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 33136

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 24200
/proc/meminfo: memFree=1304544/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=44428 CPUtime=32.25
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 14735 0 0 0 3192 33 0 0 25 0 1 0 1114896087 45494272 10435 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 11107 10435 74 118 0 10986 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 50708

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 24200
/proc/meminfo: memFree=1298208/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=50468 CPUtime=83.43
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 16225 0 0 0 8309 34 0 0 25 0 1 0 1114896087 51679232 11925 1992294400 134512640 134996440 4294956176 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 12617 11925 74 118 0 12496 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 56748

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 24200
/proc/meminfo: memFree=1295648/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=52968 CPUtime=143.4
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 16869 0 0 0 14306 34 0 0 25 0 1 0 1114896087 54239232 12569 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 13242 12569 74 118 0 13121 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 59248

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 24200
/proc/meminfo: memFree=1293344/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=55192 CPUtime=203.38
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 17431 0 0 0 20303 35 0 0 25 0 1 0 1114896087 56516608 13131 1992294400 134512640 134996440 4294956176 18446744073709551615 134533000 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 13798 13131 74 118 0 13677 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 61472

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 24200
/proc/meminfo: memFree=1291168/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=57436 CPUtime=263.36
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 17999 0 0 0 26300 36 0 0 25 0 1 0 1114896087 58814464 13699 1992294400 134512640 134996440 4294956176 18446744073709551615 134573146 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 14359 13699 74 118 0 14238 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 63716

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 24200
/proc/meminfo: memFree=1289824/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=58756 CPUtime=323.35
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 18325 0 0 0 32298 37 0 0 25 0 1 0 1114896087 60166144 14025 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 14689 14025 74 118 0 14568 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 65036


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 24200
/proc/meminfo: memFree=1284512/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=63904 CPUtime=803.19
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 19640 0 0 0 80280 39 0 0 25 0 1 0 1114896087 65437696 15340 1992294400 134512640 134996440 4294956176 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 15976 15340 74 118 0 15855 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 70184

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1284128/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=64432 CPUtime=863.16
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 19744 0 0 0 86277 39 0 0 25 0 1 0 1114896087 65978368 15444 1992294400 134512640 134996440 4294956176 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16108 15444 74 118 0 15987 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 70712

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1283680/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=64828 CPUtime=923.14
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 19847 0 0 0 92275 39 0 0 25 0 1 0 1114896087 66383872 15547 1992294400 134512640 134996440 4294956176 18446744073709551615 134567164 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16207 15547 74 118 0 16086 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 71108

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1283360/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=65092 CPUtime=983.12
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 19917 0 0 0 98273 39 0 0 25 0 1 0 1114896087 66654208 15617 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16273 15617 74 118 0 16152 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 71372

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1283040/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=65356 CPUtime=1043.1
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 19996 0 0 0 104271 39 0 0 25 0 1 0 1114896087 66924544 15696 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16339 15696 74 118 0 16218 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 71636

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282656/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=65752 CPUtime=1103.09
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20092 0 0 0 110269 40 0 0 25 0 1 0 1114896087 67330048 15792 1992294400 134512640 134996440 4294956176 18446744073709551615 134551546 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16438 15792 74 118 0 16317 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 72032

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282400/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66016 CPUtime=1163.07
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20164 0 0 0 116267 40 0 0 25 0 1 0 1114896087 67600384 15864 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16504 15864 74 118 0 16383 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 72296

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 24200
/proc/meminfo: memFree=1282336/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66016 CPUtime=1171.06
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20175 0 0 0 117066 40 0 0 25 0 1 0 1114896087 67600384 15875 1992294400 134512640 134996440 4294956176 18446744073709551615 134528346 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16504 15875 74 118 0 16383 0
Current children cumulated CPU time (s) 1189.84
Current children cumulated vsize (KiB) 72296

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282272/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66148 CPUtime=1177.47
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20183 0 0 0 117707 40 0 0 25 0 1 0 1114896087 67735552 15883 1992294400 134512640 134996440 4294956176 18446744073709551615 134553677 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16537 15883 74 118 0 16416 0
Current children cumulated CPU time (s) 1196.25
Current children cumulated vsize (KiB) 72428

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282272/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66148 CPUtime=1179.06
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20185 0 0 0 117866 40 0 0 25 0 1 0 1114896087 67735552 15885 1992294400 134512640 134996440 4294956176 18446744073709551615 134553195 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16537 15885 74 118 0 16416 0
Current children cumulated CPU time (s) 1197.84
Current children cumulated vsize (KiB) 72428

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282272/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66148 CPUtime=1179.86
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20187 0 0 0 117946 40 0 0 25 0 1 0 1114896087 67735552 15887 1992294400 134512640 134996440 4294956176 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16537 15887 74 118 0 16416 0
Current children cumulated CPU time (s) 1198.64
Current children cumulated vsize (KiB) 72428

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282272/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66148 CPUtime=1180.26
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20188 0 0 0 117986 40 0 0 25 0 1 0 1114896087 67735552 15888 1992294400 134512640 134996440 4294956176 18446744073709551615 134551555 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16537 15888 74 118 0 16416 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 72428

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282272/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66148 CPUtime=1180.66
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20188 0 0 0 118026 40 0 0 25 0 1 0 1114896087 67735552 15888 1992294400 134512640 134996440 4294956176 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16537 15888 74 118 0 16416 0
Current children cumulated CPU time (s) 1199.44
Current children cumulated vsize (KiB) 72428

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24200
/proc/meminfo: memFree=1282272/2055920 swapFree=4174052/4192956
[pid=24194] ppid=24192 vsize=6280 CPUtime=18.78
/proc/24194/stat : 24194 (SATzilla2009_C) S 24192 24194 23703 0 -1 4194304 1944 13513 0 0 664 9 1151 54 25 0 1 0 1114894206 6430720 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/24194/statm: 1570 1187 219 399 0 1167 0
[pid=24200] ppid=24194 vsize=66148 CPUtime=1180.77
/proc/24200/stat : 24200 (march_dl2004) R 24194 24194 23703 0 -1 4194304 20189 0 0 0 118037 40 0 0 25 0 1 0 1114896087 67735552 15889 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 1 0 0
/proc/24200/statm: 16537 15889 74 118 0 16416 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 72428

Child status: 17
Real time (s): 1200.07
CPU time (s): 1199.63
CPU user time (s): 1198.57
CPU system time (s): 1.05684
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 72428

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

runsolver used 1.36479 second user time and 3.00554 second system time

The end

Launcher Data

Begin job on node17 at 2009-03-30 16:11:21
IDJOB=1538229
IDBENCH=70189
IDSOLVER=527
FILE ID=node17/1538229-1238422281
PBS_JOBID= 9061468
Free space on /tmp= 66340 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S1322153318-039.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538229-1238422281/watcher-1538229-1238422281 -o /tmp/evaluation-result-1538229-1238422281/solver-1538229-1238422281 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538229-1238422281.cnf

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

MD5SUM BENCH= 9b4324a23c82753183d597b4a4c7c7c2
RANDOM SEED=1027225542

node17.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.265
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.265
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:       1350080 kB
Buffers:         97644 kB
Cached:         500176 kB
SwapCached:      12684 kB
Active:         107028 kB
Inactive:       504944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350080 kB
SwapTotal:     4192956 kB
SwapFree:      4174052 kB
Dirty:           31920 kB
Writeback:           0 kB
Mapped:          19716 kB
Slab:            79868 kB
Committed_AS:  2939840 kB
PageTables:       1464 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= 66308 MiB
End job on node17 at 2009-03-30 16:31:22