Trace number 1538416

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.34 1199.65

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S1695726805-003.cnf
MD5SUM382f60389aa2be490306466e5f9deebc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

20.47/20.52	c SATzilla is building models for class 3
20.47/20.52	c run presolver mxc-sr08 for 10 seconds ... 
20.47/20.52	c Bin: Executing mxc-sr08
20.47/20.52	c spawning binary file with 10 seconds ...
20.47/20.52	c child exit by a signal
20.47/20.52	c mxc-sr08 returned code 137.
20.47/20.52	c run presolver picosat846 for 5 seconds ... 
20.47/20.52	c Bin: Executing picosat846
20.47/20.52	c spawning binary file with 5 seconds ...
20.47/20.52	c child exit by a signal
20.47/20.52	c picosat846 returned code 137.
20.47/20.52	c Orignal number of varibales is 200, number of clauses is 17000 
20.47/20.52	c predicted feature computation time is 1.453238 
20.47/20.52	c Bin: Executing satelite
20.47/20.52	c spawning binary file with 240 seconds ...
20.47/20.52	c child exited successfully
20.47/20.52	c satzilla computing base features
20.47/20.52	c Number of variabe is: 200, Number of clause is : 17000 
20.47/20.52	c Initializing...
20.47/20.52	c satzilla doing clause learning
20.47/20.52	c start clause learning features ...
20.47/20.52	c Bin: Executing zchaff07
20.47/20.52	c spawning binary file with 2 seconds ...
20.47/20.52	c child exit by a signal
20.47/20.52	c satzilla doing survey propogation probe
20.47/20.52	c do survay propogation for 2 second ...
20.47/20.52	c satzilla doing local search probe
20.47/20.52	c features are:200 17000 200 17000 0 0 0.0117647 0.307546 0.687748 0.990735 0.035 1.98254e-16 0.035 0.035 -0 0 0 0.035 0.0374062 0.0317059 0.0384118 4.2059 0.0310365 0.020527 0.00157978 0.106732 2.01101 0.00218235 0.159759 0.00135294 0.00329412 3.09725 0.0623529 0.0117059 0 0.0117059 0.0117059 3896 0 3896 3896 3896 3896 3896 3896 3896 58.508 0 58.508 58.508 58.508 58.508 58.508 58.508 58.508 0.063459 0.64292 0.00331819 0.205248 0.120121 0.0118105 0.0911548 0.0330026 0.0563821 9.92436e-05 0.364975 3.37523e-05 0.000225401 0.0001488 5.93691e-05 0.000120538 7.6003e-05 9.06242e-05 20.9164 0.241949 33.4491 0.148781 33 28 40 1.76104 0.284434 0.893924 0.11447 
20.47/20.52	c satzilla's ranking:
20.47/20.52	c 1) minisat20SAT07: 2.925938
20.47/20.52	c 2) mxc-sr08: 2.814131
20.47/20.52	c 3) picosat846: 2.152442
20.47/20.52	c 4) zchaff_rand: 0.435425
20.47/20.52	c 5) march_dl2004: 0.395333
20.47/20.52	c 6) SATenstein: -10000.000000
20.47/20.52	c 7) gnovelty+: -10000.000000
20.47/20.52	c 8) adaptg2wsat+: -10000.000000
20.47/20.52	c 9) adaptg2wsat0: -10000.000000
20.47/20.52	c 10) tts-4-0: -10000.000000
20.47/20.52	c 11) vallst: -10000.000000
20.47/20.52	c 12) minisat20: -10000.000000
20.47/20.52	c 13) kcnfs04SAT07: -10000.000000
20.47/20.52	c satzilla running minisat20SAT07 ... 
1199.26/1199.65	c Bin: Executing minisat20SAT07
1199.26/1199.65	c spawning binary file with 1179 seconds ...
1199.26/1199.65	c child exit by a signal
1199.26/1199.65	c minisat20SAT07 returned code 137.
1199.26/1199.65	c satzilla running mxc-sr08 ... 
1199.26/1199.65	c Bin: Executing mxc-sr08
1199.26/1199.65	c mxc-sr08 returned code 1.
1199.26/1199.65	c satzilla running picosat846 ... 
1199.26/1199.65	c Bin: Executing picosat846
1199.26/1199.65	c picosat846 returned code 1.
1199.26/1199.65	c satzilla running zchaff_rand ... 
1199.26/1199.65	c Bin: Executing zchaff_rand
1199.26/1199.65	c zchaff_rand returned code 1.
1199.26/1199.65	c satzilla running march_dl2004 ... 
1199.26/1199.65	c Bin: Executing march_dl2004
1199.26/1199.65	c march_dl2004 returned code 1.
1199.26/1199.65	c satzilla running SATenstein ... 
1199.26/1199.65	c Bin: Executing SATenstein
1199.26/1199.65	c SATenstein returned code 1.
1199.26/1199.65	c satzilla running gnovelty+ ... 
1199.26/1199.65	c Bin: Executing gnovelty+
1199.26/1199.65	c gnovelty+ returned code 1.
1199.26/1199.65	c satzilla running adaptg2wsat+ ... 
1199.26/1199.65	c Bin: Executing adaptg2wsat+
1199.26/1199.65	c adaptg2wsat+ returned code 1.
1199.26/1199.65	c satzilla running adaptg2wsat0 ... 
1199.26/1199.65	c Bin: Executing adaptg2wsat0
1199.26/1199.65	c adaptg2wsat0 returned code 1.
1199.26/1199.65	c satzilla running tts-4-0 ... 
1199.26/1199.65	c Bin: Executing tts-4-0
1199.26/1199.65	c tts-4-0 returned code 1.
1199.26/1199.65	c satzilla running vallst ... 
1199.26/1199.65	c Bin: Executing vallst
1199.26/1199.65	c vallst returned code 1.
1199.26/1199.65	c satzilla running minisat20 ... 
1199.26/1199.65	c Bin: Executing minisat20
1199.26/1199.65	c minisat20 returned code 1.
1199.26/1199.65	c satzilla running kcnfs04SAT07 ... 
1199.26/1199.65	c Bin: Executing kcnfs04SAT07
1199.26/1199.65	c kcnfs04SAT07 returned code 1.
1199.26/1199.65	c ERROR: All Failed! 
1199.26/1199.65	c SATZILLA_TIME=1199.510000

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-1538416-1238425955/watcher-1538416-1238425955 -o /tmp/evaluation-result-1538416-1238425955/solver-1538416-1238425955 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538416-1238425955.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.99 1.00 3/64 8580
/proc/meminfo: memFree=1542504/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=1504 CPUtime=0
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 273 0 0 0 0 0 0 0 18 0 1 0 1115257340 1540096 269 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 376 270 54 138 0 235 0

[startup+0.072139 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 8580
/proc/meminfo: memFree=1542504/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=2316 CPUtime=0.06
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 591 0 0 0 6 0 0 0 18 0 1 0 1115257340 2371584 463 1992294400 134512640 135078026 4294956192 18446744073709551615 134561292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 579 463 55 138 0 438 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4372

[startup+0.10114 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 8580
/proc/meminfo: memFree=1542504/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=2316 CPUtime=0.09
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 591 0 0 0 9 0 0 0 18 0 1 0 1115257340 2371584 463 1992294400 134512640 135078026 4294956192 18446744073709551615 134560893 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 579 463 55 138 0 438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4372

[startup+0.301157 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 8580
/proc/meminfo: memFree=1542504/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=2480 CPUtime=0.29
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 652 0 0 0 29 0 0 0 19 0 1 0 1115257340 2539520 524 1992294400 134512640 135078026 4294956192 18446744073709551615 134560893 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 620 524 55 138 0 479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4536

[startup+0.701192 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 8580
/proc/meminfo: memFree=1542504/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=3260 CPUtime=0.69
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 974 0 0 0 69 0 0 0 22 0 1 0 1115257340 3338240 715 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 815 715 71 138 0 674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5316

[startup+1.50126 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8582
/proc/meminfo: memFree=1539416/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=3656 CPUtime=1.49
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 1081 0 0 0 149 0 0 0 25 0 1 0 1115257340 3743744 822 1992294400 134512640 135078026 4294956192 18446744073709551615 134534253 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 914 822 71 138 0 773 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5712

[startup+3.1014 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8582
/proc/meminfo: memFree=1539032/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=3920 CPUtime=3.09
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 1144 0 0 0 309 0 0 0 25 0 1 0 1115257340 4014080 885 1992294400 134512640 135078026 4294956192 18446744073709551615 134533778 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 980 885 71 138 0 839 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5976

[startup+6.30268 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8582
/proc/meminfo: memFree=1538776/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=0
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115257340 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8580/statm: 514 112 96 399 0 111 0
[pid=8581] ppid=8580 vsize=4184 CPUtime=6.29
/proc/8581/stat : 8581 (mxc-sr08) R 8580 8580 8409 0 -1 4194304 1214 0 0 0 627 2 0 0 25 0 1 0 1115257340 4284416 955 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8581/statm: 1046 955 71 138 0 905 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6240

[startup+12.7012 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8583
/proc/meminfo: memFree=1539160/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=2056 CPUtime=9.99
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 152 1272 0 0 0 0 997 2 16 0 1 0 1115257340 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 514 121 104 399 0 111 0
[pid=8583] ppid=8580 vsize=5112 CPUtime=2.68
/proc/8583/stat : 8583 (picosat846) R 8580 8580 8409 0 -1 4194304 986 0 0 0 268 0 0 0 25 0 1 0 1115258340 5234688 975 1992294400 134512640 134570484 4294956192 18446744073709551615 134553218 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8583/statm: 1278 975 84 14 0 944 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7168

[startup+25.5014 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1533464/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=7188 CPUtime=4.96
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 1683 0 0 0 496 0 0 0 25 0 1 0 1115259392 7360512 1575 1992294400 134512640 135078472 4294956192 18446744073709551615 134550554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 1797 1575 73 138 0 1656 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12140

[startup+51.1016 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1530520/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=10152 CPUtime=30.55
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 2418 0 0 0 3054 1 0 0 25 0 1 0 1115259392 10395648 2310 1992294400 134512640 135078472 4294956192 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 2538 2310 73 138 0 2397 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15104

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1528088/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=12628 CPUtime=81.73
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 3017 0 0 0 8172 1 0 0 25 0 1 0 1115259392 12931072 2909 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 3157 2909 73 138 0 3016 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17580

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1525912/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=14788 CPUtime=141.71
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 3560 0 0 0 14170 1 0 0 25 0 1 0 1115259392 15142912 3452 1992294400 134512640 135078472 4294956192 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 3697 3452 73 138 0 3556 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 19740

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1525272/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=15536 CPUtime=201.7
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 3724 0 0 0 20168 2 0 0 25 0 1 0 1115259392 15908864 3616 1992294400 134512640 135078472 4294956192 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 3884 3616 73 138 0 3743 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 20488

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1523928/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=16724 CPUtime=261.68
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 4051 0 0 0 26166 2 0 0 25 0 1 0 1115259392 17125376 3943 1992294400 134512640 135078472 4294956192 18446744073709551615 134550605 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 4181 3943 73 138 0 4040 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 21676

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1523672/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=17020 CPUtime=321.67
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 4122 0 0 0 32165 2 0 0 25 0 1 0 1115259392 17428480 4014 1992294400 134512640 135078472 4294956192 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 4255 4014 73 138 0 4114 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1519320/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=21572 CPUtime=801.56
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5172 0 0 0 80151 5 0 0 25 0 1 0 1115259392 22089728 5064 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 5393 5064 73 138 0 5252 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 26524

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1519064/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=21836 CPUtime=861.54
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5243 0 0 0 86149 5 0 0 25 0 1 0 1115259392 22360064 5135 1992294400 134512640 135078472 4294956192 18446744073709551615 134550708 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 5459 5135 73 138 0 5318 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 26788

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1517976/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=22960 CPUtime=921.53
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5517 0 0 0 92147 6 0 0 25 0 1 0 1115259392 23511040 5409 1992294400 134512640 135078472 4294956192 18446744073709551615 134550982 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 5740 5409 73 138 0 5599 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 27912

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1517464/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=23488 CPUtime=981.51
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5634 0 0 0 98145 6 0 0 25 0 1 0 1115259392 24051712 5526 1992294400 134512640 135078472 4294956192 18446744073709551615 134550562 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 5872 5526 73 138 0 5731 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 28440

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1517144/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=23800 CPUtime=1041.5
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5721 0 0 0 104144 6 0 0 25 0 1 0 1115259392 24371200 5613 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 5950 5613 73 138 0 5809 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 28752

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516888/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24096 CPUtime=1101.48
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5775 0 0 0 110142 6 0 0 25 0 1 0 1115259392 24674304 5667 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6024 5667 73 138 0 5883 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 29048

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1161.46
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 116140 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134550622 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 29204

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1169.46
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 116940 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134550713 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1189.96
Current children cumulated vsize (KiB) 29204

[startup+1193.51 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1172.67
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 117261 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134551019 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1193.17
Current children cumulated vsize (KiB) 29204

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1175.87
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 117581 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1196.37
Current children cumulated vsize (KiB) 29204

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1177.46
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 117740 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1197.96
Current children cumulated vsize (KiB) 29204

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1178.26
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 117820 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1198.76
Current children cumulated vsize (KiB) 29204

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1178.66
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 117860 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1199.16
Current children cumulated vsize (KiB) 29204

[startup+1199.6 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 8586
/proc/meminfo: memFree=1516824/2055920 swapFree=4178796/4192956
[pid=8580] ppid=8578 vsize=4952 CPUtime=20.5
/proc/8580/stat : 8580 (SATzilla2009_I) S 8578 8580 8409 0 -1 4194304 1886 4113 0 0 342 3 1701 4 25 0 1 0 1115257340 5070848 886 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/8580/statm: 1238 886 217 399 0 835 0
[pid=8586] ppid=8580 vsize=24252 CPUtime=1178.76
/proc/8586/stat : 8586 (minisat20SAT07) R 8580 8580 8409 0 -1 4194304 5796 0 0 0 117870 6 0 0 25 0 1 0 1115259392 24834048 5688 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8586/statm: 6063 5688 73 138 0 5922 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 29204

Child status: 17
Real time (s): 1199.65
CPU time (s): 1199.34
CPU user time (s): 1199.18
CPU system time (s): 0.157975
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 29204

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

runsolver used 1.40279 second user time and 2.96355 second system time

The end

Launcher Data

Begin job on node57 at 2009-03-30 17:12:35
IDJOB=1538416
IDBENCH=70251
IDSOLVER=528
FILE ID=node57/1538416-1238425955
PBS_JOBID= 9061530
Free space on /tmp= 66264 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S1695726805-003.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538416-1238425955/watcher-1538416-1238425955 -o /tmp/evaluation-result-1538416-1238425955/solver-1538416-1238425955 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538416-1238425955.cnf

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

MD5SUM BENCH= 382f60389aa2be490306466e5f9deebc
RANDOM SEED=1945639461

node57.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.213
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.213
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:       1542920 kB
Buffers:         68504 kB
Cached:         352040 kB
SwapCached:       7992 kB
Active:         153560 kB
Inactive:       276476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542920 kB
SwapTotal:     4192956 kB
SwapFree:      4178796 kB
Dirty:           31948 kB
Writeback:           0 kB
Mapped:          15136 kB
Slab:            69088 kB
Committed_AS:  2569800 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= 66232 MiB
End job on node57 at 2009-03-30 17:32:35