Trace number 1538434

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.12 1200.29

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1352224201-070.cnf
MD5SUMce4c4bfdd2071e51446dd0a693e805b0
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 variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data

20.21/20.87	c SATzilla is building models for class 3
20.21/20.87	c run presolver mxc-sr08 for 10 seconds ... 
20.21/20.87	c Bin: Executing mxc-sr08
20.21/20.87	c spawning binary file with 10 seconds ...
20.21/20.87	c child exit by a signal
20.21/20.87	c mxc-sr08 returned code 137.
20.21/20.87	c run presolver picosat846 for 5 seconds ... 
20.21/20.87	c Bin: Executing picosat846
20.21/20.87	c spawning binary file with 5 seconds ...
20.21/20.87	c child exit by a signal
20.21/20.87	c picosat846 returned code 137.
20.21/20.87	c Orignal number of varibales is 180, number of clauses is 15300 
20.21/20.87	c predicted feature computation time is 1.452727 
20.21/20.87	c Bin: Executing satelite
20.21/20.87	c spawning binary file with 240 seconds ...
20.21/20.87	c child exited successfully
20.21/20.87	c satzilla computing base features
20.21/20.87	c Number of variabe is: 180, Number of clause is : 15300 
20.21/20.87	c Initializing...
20.21/20.87	c satzilla doing clause learning
20.21/20.87	c start clause learning features ...
20.21/20.87	c Bin: Executing zchaff07
20.21/20.87	c spawning binary file with 2 seconds ...
20.21/20.87	c child exit by a signal
20.21/20.87	c satzilla doing survey propogation probe
20.21/20.87	c do survay propogation for 2 second ...
20.21/20.87	c satzilla doing local search probe
20.21/20.87	c features are:180 15300 180 15300 0 0 0.0117647 0.312979 0.684961 1.00669 0.0388889 1.78429e-16 0.0388889 0.0388889 -0 0 0 0.0388889 0.0358325 0.0359477 0.0424837 4.19173 0.033041 0.0250742 0 0.117745 2.08364 0.00248076 0.153144 0.00150327 0.00346405 3.09624 0.0637908 0.0116993 0 0.0116993 0.0116993 4349 0 4349 4349 4349 4349 4349 4349 4349 54.3651 0 54.3651 54.3651 54.3651 54.3651 54.3651 54.3651 54.3651 0.0671757 0.729143 0.00157827 0.223005 0.147088 0.011185 0.0927045 0.0302648 0.0571987 0.000100618 0.3428 4.22881e-05 0.000188896 0.000158789 6.10908e-05 0.000117468 7.52272e-05 9.614e-05 19.087 0.348277 29.983 0.141484 30 25 35 1.79917 0.25964 0.887015 0.0749818 
20.21/20.87	c satzilla's ranking:
20.21/20.87	c 1) minisat20SAT07: 3.126811
20.21/20.87	c 2) mxc-sr08: 2.871834
20.21/20.87	c 3) picosat846: 2.141767
20.21/20.87	c 4) march_dl2004: 0.477314
20.21/20.87	c 5) zchaff_rand: 0.426636
20.21/20.87	c 6) SATenstein: -10000.000000
20.21/20.87	c 7) gnovelty+: -10000.000000
20.21/20.87	c 8) adaptg2wsat+: -10000.000000
20.21/20.87	c 9) adaptg2wsat0: -10000.000000
20.21/20.87	c 10) tts-4-0: -10000.000000
20.21/20.87	c 11) vallst: -10000.000000
20.21/20.87	c 12) minisat20: -10000.000000
20.21/20.87	c 13) kcnfs04SAT07: -10000.000000
20.21/20.87	c satzilla running minisat20SAT07 ... 
1199.01/1200.28	c Bin: Executing minisat20SAT07
1199.01/1200.28	c spawning binary file with 1179 seconds ...
1199.01/1200.28	c child exit by a signal
1199.01/1200.28	c minisat20SAT07 returned code 137.
1199.01/1200.28	c satzilla running mxc-sr08 ... 
1199.01/1200.28	c Bin: Executing mxc-sr08
1199.01/1200.28	c mxc-sr08 returned code 1.
1199.01/1200.28	c satzilla running picosat846 ... 
1199.01/1200.28	c Bin: Executing picosat846
1199.01/1200.28	c picosat846 returned code 1.
1199.01/1200.28	c satzilla running march_dl2004 ... 
1199.01/1200.28	c Bin: Executing march_dl2004
1199.01/1200.28	c march_dl2004 returned code 1.
1199.01/1200.28	c satzilla running zchaff_rand ... 
1199.01/1200.28	c Bin: Executing zchaff_rand
1199.01/1200.28	c zchaff_rand returned code 1.
1199.01/1200.28	c satzilla running SATenstein ... 
1199.01/1200.28	c Bin: Executing SATenstein
1199.01/1200.28	c SATenstein returned code 1.
1199.01/1200.28	c satzilla running gnovelty+ ... 
1199.01/1200.28	c Bin: Executing gnovelty+
1199.01/1200.28	c gnovelty+ returned code 1.
1199.01/1200.28	c satzilla running adaptg2wsat+ ... 
1199.01/1200.28	c Bin: Executing adaptg2wsat+
1199.01/1200.28	c adaptg2wsat+ returned code 1.
1199.01/1200.28	c satzilla running adaptg2wsat0 ... 
1199.01/1200.28	c Bin: Executing adaptg2wsat0
1199.01/1200.28	c adaptg2wsat0 returned code 1.
1199.01/1200.28	c satzilla running tts-4-0 ... 
1199.01/1200.28	c Bin: Executing tts-4-0
1199.01/1200.28	c tts-4-0 returned code 1.
1199.01/1200.28	c satzilla running vallst ... 
1199.01/1200.28	c Bin: Executing vallst
1199.01/1200.28	c vallst returned code 1.
1199.01/1200.28	c satzilla running minisat20 ... 
1199.01/1200.28	c Bin: Executing minisat20
1199.01/1200.28	c minisat20 returned code 1.
1199.01/1200.28	c satzilla running kcnfs04SAT07 ... 
1199.01/1200.28	c Bin: Executing kcnfs04SAT07
1199.01/1200.28	c kcnfs04SAT07 returned code 1.
1199.01/1200.28	c ERROR: All Failed! 
1199.01/1200.28	c SATZILLA_TIME=1199.290000

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-1538434-1238426331/watcher-1538434-1238426331 -o /tmp/evaluation-result-1538434-1238426331/solver-1538434-1238426331 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538434-1238426331.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.85 0.97 0.99 3/64 3707
/proc/meminfo: memFree=1413080/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) R 3705 3707 3670 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=1304 CPUtime=0
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 1115298821 1335296 226 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3708/statm: 326 226 54 138 0 185 0

[startup+0.0466079 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3707
/proc/meminfo: memFree=1413080/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=2092 CPUtime=0.04
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 536 0 0 0 4 0 0 0 18 0 1 0 1115298821 2142208 422 1992294400 134512640 135078026 4294956192 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3708/statm: 523 422 55 138 0 382 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4148

[startup+0.101612 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3707
/proc/meminfo: memFree=1413080/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=2092 CPUtime=0.09
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 536 0 0 0 9 0 0 0 19 0 1 0 1115298821 2142208 422 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3708/statm: 523 422 55 138 0 382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4148

[startup+0.301634 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3707
/proc/meminfo: memFree=1413080/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=2288 CPUtime=0.29
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 569 0 0 0 29 0 0 0 21 0 1 0 1115298821 2342912 455 1992294400 134512640 135078026 4294956192 18446744073709551615 134560769 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3708/statm: 572 455 55 138 0 431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4344

[startup+0.70168 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3707
/proc/meminfo: memFree=1413080/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=3208 CPUtime=0.69
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 857 0 0 0 69 0 0 0 25 0 1 0 1115298821 3284992 704 1992294400 134512640 135078026 4294956192 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3708/statm: 802 704 71 138 0 661 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5264

[startup+1.50177 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3709
/proc/meminfo: memFree=1410248/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=3472 CPUtime=1.49
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 916 0 0 0 149 0 0 0 25 0 1 0 1115298821 3555328 763 1992294400 134512640 135078026 4294956192 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3708/statm: 868 763 71 138 0 727 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5528

[startup+3.10196 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3709
/proc/meminfo: memFree=1409928/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=3604 CPUtime=3.06
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 969 0 0 0 306 0 0 0 25 0 1 0 1115298821 3690496 816 1992294400 134512640 135078026 4294956192 18446744073709551615 134534619 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3708/statm: 901 816 71 138 0 760 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 5660

[startup+6.30133 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 3709
/proc/meminfo: memFree=1408456/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=0
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115298820 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 112 96 399 0 111 0
[pid=3708] ppid=3707 vsize=3868 CPUtime=5.85
/proc/3708/stat : 3708 (mxc-sr08) R 3707 3707 3670 0 -1 4194304 1027 0 0 0 584 1 0 0 25 0 1 0 1115298821 3960832 874 1992294400 134512640 135078026 4294956192 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3708/statm: 967 874 71 138 0 826 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 5924

[startup+12.702 s]
/proc/loadavg: 0.95 0.98 0.99 4/66 3710
/proc/meminfo: memFree=1409488/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=2056 CPUtime=9.98
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 152 1087 0 0 0 0 997 1 16 0 1 0 1115298820 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3707/statm: 514 121 104 399 0 111 0
[pid=3710] ppid=3707 vsize=4460 CPUtime=2.13
/proc/3710/stat : 3710 (picosat846) R 3707 3707 3670 0 -1 4194304 836 0 0 0 213 0 0 0 25 0 1 0 1115299876 4567040 825 1992294400 134512640 134570484 4294956192 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/3710/statm: 1115 825 84 14 0 781 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 6516

[startup+25.5015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1405264/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=6484 CPUtime=4.6
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 1433 0 0 0 460 0 0 0 25 0 1 0 1115300908 6639616 1386 1992294400 134512640 135078472 4294956192 18446744073709551615 134550554 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 1621 1386 73 138 0 1480 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 11264

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1402448/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=9268 CPUtime=30.16
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 2126 0 0 0 3015 1 0 0 25 0 1 0 1115300908 9490432 2079 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 2317 2079 73 138 0 2176 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 14048

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1400208/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=11632 CPUtime=81.35
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 2693 0 0 0 8133 2 0 0 25 0 1 0 1115300908 11911168 2646 1992294400 134512640 135078472 4294956192 18446744073709551615 134550628 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 2908 2646 73 138 0 2767 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 16412

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1398544/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=13276 CPUtime=141.32
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 3098 0 0 0 14130 2 0 0 25 0 1 0 1115300908 13594624 3051 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 3319 3051 73 138 0 3178 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 18056

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1397328/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=14384 CPUtime=201.28
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 3392 0 0 0 20126 2 0 0 25 0 1 0 1115300908 14729216 3345 1992294400 134512640 135078472 4294956192 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 3596 3345 73 138 0 3455 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 19164

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1396816/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=14948 CPUtime=261.26
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 3496 0 0 0 26123 3 0 0 25 0 1 0 1115300908 15306752 3449 1992294400 134512640 135078472 4294956192 18446744073709551615 134550720 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 3737 3449 73 138 0 3596 0
Current children cumulated CPU time (s) 281.54
Current children cumulated vsize (KiB) 19728

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1395728/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=16004 CPUtime=321.24
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 3774 0 0 0 32121 3 0 0 25 0 1 0 1115300908 16388096 3727 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 4001 3727 73 138 0 3860 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1391952/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=20088 CPUtime=801.01
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4737 0 0 0 80097 4 0 0 25 0 1 0 1115300908 20570112 4690 1992294400 134512640 135078472 4294956192 18446744073709551615 134550562 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5022 4690 73 138 0 4881 0
Current children cumulated CPU time (s) 821.29
Current children cumulated vsize (KiB) 24868

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1391504/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=20572 CPUtime=860.98
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4823 0 0 0 86094 4 0 0 25 0 1 0 1115300908 21065728 4776 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5143 4776 73 138 0 5002 0
Current children cumulated CPU time (s) 881.26
Current children cumulated vsize (KiB) 25352

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1391440/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=20712 CPUtime=920.95
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4854 0 0 0 92091 4 0 0 25 0 1 0 1115300908 21209088 4807 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5178 4807 73 138 0 5037 0
Current children cumulated CPU time (s) 941.23
Current children cumulated vsize (KiB) 25492

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1391312/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=20852 CPUtime=980.92
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4885 0 0 0 98088 4 0 0 25 0 1 0 1115300908 21352448 4838 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5213 4838 73 138 0 5072 0
Current children cumulated CPU time (s) 1001.2
Current children cumulated vsize (KiB) 25632

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1391184/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=20992 CPUtime=1040.89
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4915 0 0 0 104085 4 0 0 25 0 1 0 1115300908 21495808 4868 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5248 4868 73 138 0 5107 0
Current children cumulated CPU time (s) 1061.17
Current children cumulated vsize (KiB) 25772

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1391120/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=20992 CPUtime=1100.87
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4916 0 0 0 110083 4 0 0 25 0 1 0 1115300908 21495808 4869 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5248 4869 73 138 0 5107 0
Current children cumulated CPU time (s) 1121.15
Current children cumulated vsize (KiB) 25772

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390928/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21160 CPUtime=1160.84
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4978 0 0 0 116080 4 0 0 25 0 1 0 1115300908 21667840 4931 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5290 4931 73 138 0 5149 0
Current children cumulated CPU time (s) 1181.12
Current children cumulated vsize (KiB) 25940

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390864/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21160 CPUtime=1168.83
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4979 0 0 0 116879 4 0 0 25 0 1 0 1115300908 21667840 4932 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5290 4932 73 138 0 5149 0
Current children cumulated CPU time (s) 1189.11
Current children cumulated vsize (KiB) 25940

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390864/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21160 CPUtime=1175.24
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4979 0 0 0 117520 4 0 0 25 0 1 0 1115300908 21667840 4932 1992294400 134512640 135078472 4294956192 18446744073709551615 134550596 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5290 4932 73 138 0 5149 0
Current children cumulated CPU time (s) 1195.52
Current children cumulated vsize (KiB) 25940

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390864/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21292 CPUtime=1176.83
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4991 0 0 0 117679 4 0 0 25 0 1 0 1115300908 21803008 4944 1992294400 134512640 135078472 4294956192 18446744073709551615 134550587 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5323 4944 73 138 0 5182 0
Current children cumulated CPU time (s) 1197.11
Current children cumulated vsize (KiB) 26072

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390864/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21292 CPUtime=1177.63
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4991 0 0 0 117759 4 0 0 25 0 1 0 1115300908 21803008 4944 1992294400 134512640 135078472 4294956192 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5323 4944 73 138 0 5182 0
Current children cumulated CPU time (s) 1197.91
Current children cumulated vsize (KiB) 26072

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390864/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21292 CPUtime=1178.43
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4991 0 0 0 117839 4 0 0 25 0 1 0 1115300908 21803008 4944 1992294400 134512640 135078472 4294956192 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5323 4944 73 138 0 5182 0
Current children cumulated CPU time (s) 1198.71
Current children cumulated vsize (KiB) 26072

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390864/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21292 CPUtime=1178.63
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4991 0 0 0 117859 4 0 0 25 0 1 0 1115300908 21803008 4944 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5323 4944 73 138 0 5182 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 26072

[startup+1200.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 3713
/proc/meminfo: memFree=1390864/2055920 swapFree=4171920/4192956
[pid=3707] ppid=3705 vsize=4780 CPUtime=20.28
/proc/3707/stat : 3707 (SATzilla2009_I) S 3705 3707 3670 0 -1 4194304 1740 3774 0 0 321 2 1701 4 25 0 1 0 1115298820 4894720 829 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3707/statm: 1195 829 217 399 0 792 0
[pid=3713] ppid=3707 vsize=21292 CPUtime=1178.73
/proc/3713/stat : 3713 (minisat20SAT07) R 3707 3707 3670 0 -1 4194304 4991 0 0 0 117869 4 0 0 25 0 1 0 1115300908 21803008 4944 1992294400 134512640 135078472 4294956192 18446744073709551615 134550593 0 0 8392704 3 0 0 0 17 0 0 0
/proc/3713/statm: 5323 4944 73 138 0 5182 0
Current children cumulated CPU time (s) 1199.01
Current children cumulated vsize (KiB) 26072

Child status: 17
Real time (s): 1200.29
CPU time (s): 1199.12
CPU user time (s): 1199
CPU system time (s): 0.118981
CPU usage (%): 99.9032
Max. virtual memory (cumulated for all children) (KiB): 26072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10529
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= 15
involuntary context switches= 3944

runsolver used 1.06384 second user time and 3.34749 second system time

The end

Launcher Data

Begin job on node28 at 2009-03-30 17:18:51
IDJOB=1538434
IDBENCH=70257
IDSOLVER=528
FILE ID=node28/1538434-1238426331
PBS_JOBID= 9061564
Free space on /tmp= 66308 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1352224201-070.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538434-1238426331/watcher-1538434-1238426331 -o /tmp/evaluation-result-1538434-1238426331/solver-1538434-1238426331 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538434-1238426331.cnf

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

MD5SUM BENCH= ce4c4bfdd2071e51446dd0a693e805b0
RANDOM SEED=1965220275

node28.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.212
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.212
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:       1413568 kB
Buffers:        106256 kB
Cached:         424896 kB
SwapCached:      14208 kB
Active:         126300 kB
Inactive:       421616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413568 kB
SwapTotal:     4192956 kB
SwapFree:      4171920 kB
Dirty:           32052 kB
Writeback:           0 kB
Mapped:          17736 kB
Slab:            80288 kB
Committed_AS:  2868208 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node28 at 2009-03-30 17:38:51