Trace number 1722417

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla2009_I 2009-03-22? (exit code) 1199.78 1199.84

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

22.87/22.96	c SATzilla is building models for class 3
22.87/22.96	c run presolver mxc-sr08 for 10 seconds ... 
22.87/22.96	c Bin: Executing mxc-sr08
22.87/22.96	c spawning binary file with 10 seconds ...
22.87/22.96	c child exit by a signal
22.87/22.96	c mxc-sr08 returned code 137.
22.87/22.96	c run presolver picosat846 for 5 seconds ... 
22.87/22.96	c Bin: Executing picosat846
22.87/22.96	c spawning binary file with 5 seconds ...
22.87/22.96	c child exit by a signal
22.87/22.96	c picosat846 returned code 137.
22.87/22.96	c Orignal number of varibales is 1430, number of clauses is 87044 
22.87/22.96	c predicted feature computation time is 1.521353 
22.87/22.96	c Bin: Executing satelite
22.87/22.96	c spawning binary file with 240 seconds ...
22.87/22.96	c child exited successfully
22.87/22.96	c satzilla computing base features
22.87/22.96	c Number of variabe is: 871, Number of clause is : 86161 
22.87/22.96	c Initializing...
22.87/22.96	c satzilla doing clause learning
22.87/22.96	c start clause learning features ...
22.87/22.96	c Bin: Executing zchaff07
22.87/22.96	c spawning binary file with 2 seconds ...
22.87/22.96	c child exit by a signal
22.87/22.96	c satzilla doing survey propogation probe
22.87/22.96	c do survay propogation for 2 second ...
22.87/22.96	c satzilla doing local search probe
22.87/22.96	c features are:1430 87044 871 86161 0.641791 0.0102483 0.010109 0.488765 0.576184 0.73948 0.00497375 1.03985 0.00229621 0.0309989 0.542424 0.0243614 0.901464 0.00497375 1.13643 9.28494e-05 0.0166433 4.08501 0.267209 0.290754 0 0.920988 2.36187 0.00307696 0.893995 6.96371e-05 0.00842609 4.19373 0.901464 0.00207003 0.914346 8.12433e-05 0.00577988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.526773 0.481707 0.00131845 0.966978 0.957281 0.126218 0.609271 0.451262 0.520954 0.00551373 3.04607 -1.11022e-16 0.168361 0.0218753 0 0.000288835 3.46945e-17 9.97125e-07 156.286 1.07816 267.857 0.44583 317 0 318 32.3703 0.982504 1.00356 0.0162338 
22.87/22.96	c satzilla's ranking:
22.87/22.96	c 1) mxc-sr08: 3.304638
22.87/22.96	c 2) picosat846: 3.151965
22.87/22.96	c 3) zchaff_rand: 2.302693
22.87/22.96	c 4) minisat20SAT07: 2.208866
22.87/22.96	c 5) march_dl2004: 0.366422
22.87/22.96	c 6) SATenstein: -10000.000000
22.87/22.96	c 7) gnovelty+: -10000.000000
22.87/22.96	c 8) adaptg2wsat+: -10000.000000
22.87/22.96	c 9) adaptg2wsat0: -10000.000000
22.87/22.96	c 10) tts-4-0: -10000.000000
22.87/22.96	c 11) vallst: -10000.000000
22.87/22.96	c 12) minisat20: -10000.000000
22.87/22.96	c 13) kcnfs04SAT07: -10000.000000
22.87/22.96	c satzilla running mxc-sr08 ... 
1199.73/1199.83	c Bin: Executing mxc-sr08
1199.73/1199.83	c spawning binary file with 1177 seconds ...
1199.73/1199.83	c child exit by a signal
1199.73/1199.83	c mxc-sr08 returned code 137.
1199.73/1199.83	c satzilla running picosat846 ... 
1199.73/1199.83	c Bin: Executing picosat846
1199.73/1199.83	c picosat846 returned code 1.
1199.73/1199.83	c satzilla running zchaff_rand ... 
1199.73/1199.83	c Bin: Executing zchaff_rand
1199.73/1199.83	c zchaff_rand returned code 1.
1199.73/1199.83	c satzilla running minisat20SAT07 ... 
1199.73/1199.83	c Bin: Executing minisat20SAT07
1199.73/1199.83	c minisat20SAT07 returned code 1.
1199.73/1199.83	c satzilla running march_dl2004 ... 
1199.73/1199.83	c Bin: Executing march_dl2004
1199.73/1199.83	c march_dl2004 returned code 1.
1199.73/1199.83	c satzilla running SATenstein ... 
1199.73/1199.83	c Bin: Executing SATenstein
1199.73/1199.83	c SATenstein returned code 1.
1199.73/1199.83	c satzilla running gnovelty+ ... 
1199.73/1199.83	c Bin: Executing gnovelty+
1199.73/1199.83	c gnovelty+ returned code 1.
1199.73/1199.83	c satzilla running adaptg2wsat+ ... 
1199.73/1199.83	c Bin: Executing adaptg2wsat+
1199.73/1199.83	c adaptg2wsat+ returned code 1.
1199.73/1199.83	c satzilla running adaptg2wsat0 ... 
1199.73/1199.83	c Bin: Executing adaptg2wsat0
1199.73/1199.83	c adaptg2wsat0 returned code 1.
1199.73/1199.83	c satzilla running tts-4-0 ... 
1199.73/1199.83	c Bin: Executing tts-4-0
1199.73/1199.83	c tts-4-0 returned code 1.
1199.73/1199.83	c satzilla running vallst ... 
1199.73/1199.83	c Bin: Executing vallst
1199.73/1199.83	c vallst returned code 1.
1199.73/1199.83	c satzilla running minisat20 ... 
1199.73/1199.83	c Bin: Executing minisat20
1199.73/1199.83	c minisat20 returned code 1.
1199.73/1199.83	c satzilla running kcnfs04SAT07 ... 
1199.73/1199.83	c Bin: Executing kcnfs04SAT07
1199.73/1199.83	c kcnfs04SAT07 returned code 1.
1199.73/1199.83	c ERROR: All Failed! 
1199.73/1199.83	c SATZILLA_TIME=1199.950000

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19209
/proc/meminfo: memFree=1600320/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=2472 CPUtime=0
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 497 0 0 0 0 0 0 0 19 0 1 0 95558441 2531328 494 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19210/statm: 618 495 54 138 0 477 0

[startup+0.0256101 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19209
/proc/meminfo: memFree=1600320/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=4228 CPUtime=0.02
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 922 0 0 0 2 0 0 0 19 0 1 0 95558441 4329472 918 1992294400 134512640 135078026 4294956176 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19210/statm: 1057 918 54 138 0 916 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6284

[startup+0.101588 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19209
/proc/meminfo: memFree=1600320/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=5804 CPUtime=0.09
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 1667 0 0 0 9 0 0 0 19 0 1 0 95558441 5943296 1330 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19210/statm: 1451 1330 55 138 0 1310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7860

[startup+0.301531 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19209
/proc/meminfo: memFree=1600320/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=5804 CPUtime=0.29
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 1667 0 0 0 29 0 0 0 21 0 1 0 95558441 5943296 1330 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19210/statm: 1451 1330 55 138 0 1310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7860

[startup+0.701417 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 19209
/proc/meminfo: memFree=1600320/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=8688 CPUtime=0.69
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 2320 0 0 0 69 0 0 0 25 0 1 0 95558441 8896512 1983 1992294400 134512640 135078026 4294956176 18446744073709551615 134569259 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19210/statm: 2172 1983 55 138 0 2031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10744

[startup+1.50119 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19211
/proc/meminfo: memFree=1592112/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=8084 CPUtime=1.49
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 2411 0 0 0 149 0 0 0 25 0 1 0 95558441 8278016 1891 1992294400 134512640 135078026 4294956176 18446744073709551615 134529837 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19210/statm: 2021 1891 56 138 0 1880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10140

[startup+3.10175 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19211
/proc/meminfo: memFree=1590512/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=10712 CPUtime=3.09
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 3022 0 0 0 308 1 0 0 25 0 1 0 95558441 10969088 2502 1992294400 134512640 135078026 4294956176 18446744073709551615 134534665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19210/statm: 2678 2502 71 138 0 2537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12768

[startup+6.30183 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 19211
/proc/meminfo: memFree=1590192/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=0
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 95558441 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 112 96 399 0 111 0
[pid=19210] ppid=19209 vsize=11240 CPUtime=6.28
/proc/19210/stat : 19210 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 3162 0 0 0 626 2 0 0 25 0 1 0 95558441 11509760 2642 1992294400 134512640 135078026 4294956176 18446744073709551615 134540571 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19210/statm: 2810 2642 71 138 0 2669 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13296

[startup+12.701 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 19218
/proc/meminfo: memFree=1595696/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=2056 CPUtime=9.99
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 152 3442 0 0 0 0 997 2 19 0 1 0 95558441 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 514 121 104 399 0 111 0
[pid=19212] ppid=19209 vsize=6412 CPUtime=2.68
/proc/19212/stat : 19212 (picosat846) R 19209 19209 18650 0 -1 4194304 1302 0 0 0 267 1 0 0 25 0 1 0 95559443 6565888 1291 1992294400 134512640 134570484 4294956176 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19212/statm: 1603 1291 85 14 0 1269 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8468

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1576880/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=10580 CPUtime=2.51
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 2977 0 0 0 249 2 0 0 25 0 1 0 95560738 10833920 2457 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 2645 2457 71 138 0 2504 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 24520

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1571888/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=16076 CPUtime=28.11
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 4266 0 0 0 2808 3 0 0 25 0 1 0 95560738 16461824 3746 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 4019 3746 71 138 0 3878 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 30016

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1567088/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=21376 CPUtime=79.31
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 5474 0 0 0 7927 4 0 0 25 0 1 0 95560738 21889024 4954 1992294400 134512640 135078026 4294956176 18446744073709551615 134534642 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 5344 4954 71 138 0 5203 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35316

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1564272/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=24780 CPUtime=139.3
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 6173 0 0 0 13925 5 0 0 25 0 1 0 95560738 25374720 5653 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 6195 5653 71 138 0 6054 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 38720

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1562224/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=27208 CPUtime=199.3
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 6678 0 0 0 19925 5 0 0 25 0 1 0 95560738 27860992 6158 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 6802 6158 71 138 0 6661 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 41148

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1561200/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=28652 CPUtime=259.3
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 6934 0 0 0 25924 6 0 0 25 0 1 0 95560738 29339648 6414 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 7163 6414 71 138 0 7022 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 42592

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1560048/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=29772 CPUtime=319.28
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 7213 0 0 0 31922 6 0 0 25 0 1 0 95560738 30486528 6693 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 7443 6693 71 138 0 7302 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1552240/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=38656 CPUtime=799.28
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 9134 0 0 0 79920 8 0 0 25 0 1 0 95560738 39583744 8614 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 9664 8614 71 138 0 9523 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 52596

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1551792/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=38920 CPUtime=859.28
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 9237 0 0 0 85920 8 0 0 25 0 1 0 95560738 39854080 8717 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 9730 8717 71 138 0 9589 0
Current children cumulated CPU time (s) 882.22
Current children cumulated vsize (KiB) 52860

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1550320/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=40764 CPUtime=919.29
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 9592 0 0 0 91920 9 0 0 25 0 1 0 95560738 41742336 9072 1992294400 134512640 135078026 4294956176 18446744073709551615 134534457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10191 9072 71 138 0 10050 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 54704

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1549232/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=42084 CPUtime=979.28
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 9864 0 0 0 97919 9 0 0 25 0 1 0 95560738 43094016 9344 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10521 9344 71 138 0 10380 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 56024

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19221
/proc/meminfo: memFree=1548464/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43236 CPUtime=1039.28
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10072 0 0 0 103918 10 0 0 25 0 1 0 95560738 44273664 9552 1992294400 134512640 135078026 4294956176 18446744073709551615 134534499 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10809 9552 71 138 0 10668 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 57176

[startup+1122.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1548336/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43236 CPUtime=1099.29
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10103 0 0 0 109919 10 0 0 25 0 1 0 95560738 44273664 9583 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10809 9583 71 138 0 10668 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 57176

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1548208/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43236 CPUtime=1159.29
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10137 0 0 0 115919 10 0 0 25 0 1 0 95560738 44273664 9617 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10809 9617 71 138 0 10668 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 57176

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

[startup+1190.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1548144/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43236 CPUtime=1167.29
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10137 0 0 0 116719 10 0 0 25 0 1 0 95560738 44273664 9617 1992294400 134512640 135078026 4294956176 18446744073709551615 134534601 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10809 9617 71 138 0 10668 0
Current children cumulated CPU time (s) 1190.23
Current children cumulated vsize (KiB) 57176

[startup+1196.7 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1547952/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43632 CPUtime=1173.69
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10198 0 0 0 117359 10 0 0 25 0 1 0 95560738 44679168 9678 1992294400 134512640 135078026 4294956176 18446744073709551615 134534579 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10908 9678 71 138 0 10767 0
Current children cumulated CPU time (s) 1196.63
Current children cumulated vsize (KiB) 57572

[startup+1198.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1547952/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43632 CPUtime=1175.29
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10201 0 0 0 117519 10 0 0 25 0 1 0 95560738 44679168 9681 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10908 9681 71 138 0 10767 0
Current children cumulated CPU time (s) 1198.23
Current children cumulated vsize (KiB) 57572

[startup+1199.1 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1547952/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43632 CPUtime=1176.09
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10201 0 0 0 117599 10 0 0 25 0 1 0 95560738 44679168 9681 1992294400 134512640 135078026 4294956176 18446744073709551615 134534344 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10908 9681 71 138 0 10767 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 57572

[startup+1199.5 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1547952/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43632 CPUtime=1176.49
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10202 0 0 0 117639 10 0 0 25 0 1 0 95560738 44679168 9682 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10908 9682 71 138 0 10767 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 57572

[startup+1199.7 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1547952/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43632 CPUtime=1176.69
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10202 0 0 0 117659 10 0 0 25 0 1 0 95560738 44679168 9682 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10908 9682 71 138 0 10767 0
Current children cumulated CPU time (s) 1199.63
Current children cumulated vsize (KiB) 57572

[startup+1199.8 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 19221
/proc/meminfo: memFree=1547952/2055920 swapFree=4181364/4192956
[pid=19209] ppid=19207 vsize=13940 CPUtime=22.94
/proc/19209/stat : 19209 (SATzilla2009_I) S 19207 19209 18650 0 -1 4194304 4733 10037 0 0 493 2 1790 9 25 0 1 0 95558441 14274560 3260 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19209/statm: 3485 3260 217 399 0 3082 0
[pid=19221] ppid=19209 vsize=43632 CPUtime=1176.79
/proc/19221/stat : 19221 (mxc-sr08) R 19209 19209 18650 0 -1 4194304 10202 0 0 0 117669 10 0 0 25 0 1 0 95560738 44679168 9682 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19221/statm: 10908 9682 71 138 0 10767 0
Current children cumulated CPU time (s) 1199.73
Current children cumulated vsize (KiB) 57572

Child status: 17
Real time (s): 1199.84
CPU time (s): 1199.78
CPU user time (s): 1199.55
CPU system time (s): 0.228965
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 57572

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

runsolver used 1.04784 second user time and 3.3205 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-25 18:00:50
IDJOB=1722417
IDBENCH=71089
IDSOLVER=528
FILE ID=node16/1722417-1240675250
PBS_JOBID= 9186567
Free space on /tmp= 66320 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722417-1240675250/watcher-1722417-1240675250 -o /tmp/evaluation-result-1722417-1240675250/solver-1722417-1240675250 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1722417-1240675250.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1545622662

node16.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.234
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.234
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:       1600864 kB
Buffers:         48196 kB
Cached:         352668 kB
SwapCached:       6388 kB
Active:         143236 kB
Inactive:       266556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1600864 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           32784 kB
Writeback:           0 kB
Mapped:          13592 kB
Slab:            31384 kB
Committed_AS:   348104 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66288 MiB
End job on node16 at 2009-04-25 18:20:50