Trace number 1555253

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.76 1200.08

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand032.cnf
MD5SUMfc00df719c8630009723cd295f7c0c3b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark569.762
Satisfiable
(Un)Satisfiability was proved
Number of variables23696
Number of clauses70703
Sum of the clauses size164971
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 247134
Number of clauses of size 323567
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.87/20.93	c SATzilla is building models for class 3
20.87/20.93	c run presolver mxc-sr08 for 10 seconds ... 
20.87/20.93	c Bin: Executing mxc-sr08
20.87/20.93	c spawning binary file with 10 seconds ...
20.87/20.93	c child exit by a signal
20.87/20.93	c mxc-sr08 returned code 137.
20.87/20.93	c run presolver picosat846 for 5 seconds ... 
20.87/20.93	c Bin: Executing picosat846
20.87/20.93	c spawning binary file with 5 seconds ...
20.87/20.93	c child exit by a signal
20.87/20.93	c picosat846 returned code 137.
20.87/20.93	c Orignal number of varibales is 23696, number of clauses is 70703 
20.87/20.93	c predicted feature computation time is 1.680639 
20.87/20.93	c Bin: Executing satelite
20.87/20.93	c spawning binary file with 240 seconds ...
20.87/20.93	c child exited successfully
20.87/20.93	c satzilla computing base features
20.87/20.93	c Number of variabe is: 6588, Number of clause is : 35182 
20.87/20.93	c Initializing...
20.87/20.93	c satzilla doing clause learning
20.87/20.93	c start clause learning features ...
20.87/20.93	c Bin: Executing zchaff07
20.87/20.93	c spawning binary file with 2 seconds ...
20.87/20.93	c child exit by a signal
20.87/20.93	c satzilla doing survey propogation probe
20.87/20.93	c do survay propogation for 2 second ...
20.87/20.93	c satzilla doing local search probe
20.87/20.93	c features are:23696 70703 6588 35182 2.59684 1.00964 0.187255 0.485852 0.734541 1.62334 0.000524021 0.626704 0.000303582 0.00546448 1.50966 0.301489 0.742994 0.000524021 1.216 0.000198965 0.0051731 2.64986 0.15704 0.182447 0 0.789474 2.53957 0.000186035 0.964654 2.84236e-05 0.00227389 2.21782 0.500853 0.000476385 1.41453 0.000142118 0.00585527 771.571 0.129733 648 945 945 648 876 686 741 14.0149 0.208713 8.85957 17.93 17.93 8.85957 17.0967 11.9277 14.4868 0.32587 0.709303 6.22208e-06 0.984046 0.607626 0.0288912 0.488499 0.129521 0.29525 0.0524182 0.89128 0 0.394388 0.11343 0.0152773 0.0859891 0.0227178 0.0319154 401.231 0.0473428 1656.88 0.0144471 1656 1632 1687 0.728768 0.219161 0.89921 0.0089616 
20.87/20.93	c satzilla's ranking:
20.87/20.93	c 1) mxc-sr08: 2.750891
20.87/20.93	c 2) picosat846: 2.422198
20.87/20.93	c 3) minisat20SAT07: 1.982214
20.87/20.93	c 4) zchaff_rand: 1.570855
20.87/20.93	c 5) march_dl2004: 0.798141
20.87/20.93	c 6) SATenstein: -10000.000000
20.87/20.93	c 7) gnovelty+: -10000.000000
20.87/20.93	c 8) adaptg2wsat+: -10000.000000
20.87/20.93	c 9) adaptg2wsat0: -10000.000000
20.87/20.93	c 10) tts-4-0: -10000.000000
20.87/20.93	c 11) vallst: -10000.000000
20.87/20.93	c 12) minisat20: -10000.000000
20.87/20.93	c 13) kcnfs04SAT07: -10000.000000
20.87/20.93	c satzilla running mxc-sr08 ... 
1199.66/1200.07	c Bin: Executing mxc-sr08
1199.66/1200.07	c spawning binary file with 1179 seconds ...
1199.66/1200.07	c child exit by a signal
1199.66/1200.07	c mxc-sr08 returned code 137.
1199.66/1200.07	c satzilla running picosat846 ... 
1199.66/1200.07	c Bin: Executing picosat846
1199.66/1200.07	c picosat846 returned code 1.
1199.66/1200.07	c satzilla running minisat20SAT07 ... 
1199.66/1200.07	c Bin: Executing minisat20SAT07
1199.66/1200.07	c minisat20SAT07 returned code 1.
1199.66/1200.07	c satzilla running zchaff_rand ... 
1199.66/1200.07	c Bin: Executing zchaff_rand
1199.66/1200.07	c zchaff_rand returned code 1.
1199.66/1200.07	c satzilla running march_dl2004 ... 
1199.66/1200.07	c Bin: Executing march_dl2004
1199.66/1200.07	c march_dl2004 returned code 1.
1199.66/1200.07	c satzilla running SATenstein ... 
1199.66/1200.07	c Bin: Executing SATenstein
1199.66/1200.07	c SATenstein returned code 1.
1199.66/1200.07	c satzilla running gnovelty+ ... 
1199.66/1200.07	c Bin: Executing gnovelty+
1199.66/1200.07	c gnovelty+ returned code 1.
1199.66/1200.07	c satzilla running adaptg2wsat+ ... 
1199.66/1200.07	c Bin: Executing adaptg2wsat+
1199.66/1200.07	c adaptg2wsat+ returned code 1.
1199.66/1200.07	c satzilla running adaptg2wsat0 ... 
1199.66/1200.07	c Bin: Executing adaptg2wsat0
1199.66/1200.07	c adaptg2wsat0 returned code 1.
1199.66/1200.07	c satzilla running tts-4-0 ... 
1199.66/1200.07	c Bin: Executing tts-4-0
1199.66/1200.07	c tts-4-0 returned code 1.
1199.66/1200.07	c satzilla running vallst ... 
1199.66/1200.07	c Bin: Executing vallst
1199.66/1200.07	c vallst returned code 1.
1199.66/1200.07	c satzilla running minisat20 ... 
1199.66/1200.07	c Bin: Executing minisat20
1199.66/1200.07	c minisat20 returned code 1.
1199.66/1200.07	c satzilla running kcnfs04SAT07 ... 
1199.66/1200.07	c Bin: Executing kcnfs04SAT07
1199.66/1200.07	c kcnfs04SAT07 returned code 1.
1199.66/1200.07	c ERROR: All Failed! 
1199.66/1200.07	c SATZILLA_TIME=1199.930000

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-1555253-1238739000/watcher-1555253-1238739000 -o /tmp/evaluation-result-1555253-1238739000/solver-1555253-1238739000 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1555253-1238739000.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.99 0.97 0.99 3/80 14200
/proc/meminfo: memFree=1706480/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=3836 CPUtime=0
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 801 0 0 0 0 0 0 0 19 0 1 0 1146563959 3928064 797 1992294400 134512640 135078026 4294956176 18446744073709551615 134536352 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 1058 801 50 138 0 917 0

[startup+0.0131899 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 14200
/proc/meminfo: memFree=1706480/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=7064 CPUtime=0
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 1394 0 0 0 0 0 0 0 19 0 1 0 1146563959 7233536 1390 1992294400 134512640 135078026 4294956176 18446744073709551615 134554568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 1766 1393 52 138 0 1625 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9120

[startup+0.101199 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 14200
/proc/meminfo: memFree=1706480/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=10332 CPUtime=0.09
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 2489 0 0 0 9 0 0 0 19 0 1 0 1146563959 10579968 2207 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 2583 2207 55 138 0 2442 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12388

[startup+0.301219 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 14200
/proc/meminfo: memFree=1706480/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=16500 CPUtime=0.29
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 4044 0 0 0 28 1 0 0 20 0 1 0 1146563959 16896000 3762 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 4125 3762 55 138 0 3984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18556

[startup+0.701261 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 14200
/proc/meminfo: memFree=1706480/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=16700 CPUtime=0.69
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 4555 0 0 0 68 1 0 0 24 0 1 0 1146563959 17100800 3922 1992294400 134512640 135078026 4294956176 18446744073709551615 134534519 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 4175 3922 71 138 0 4034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18756

[startup+1.50134 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14202
/proc/meminfo: memFree=1690656/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=16700 CPUtime=1.49
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 4557 0 0 0 148 1 0 0 25 0 1 0 1146563959 17100800 3924 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 4175 3924 71 138 0 4034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18756

[startup+3.10251 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14202
/proc/meminfo: memFree=1690528/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=16700 CPUtime=3.09
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 4558 0 0 0 307 2 0 0 25 0 1 0 1146563959 17100800 3925 1992294400 134512640 135078026 4294956176 18446744073709551615 134523782 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 4175 3925 71 138 0 4034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18756

[startup+6.30184 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14202
/proc/meminfo: memFree=1690720/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=0
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1146563959 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 112 96 399 0 111 0
[pid=14201] ppid=14200 vsize=16892 CPUtime=6.29
/proc/14201/stat : 14201 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 4569 0 0 0 627 2 0 0 25 0 1 0 1146563959 17297408 3936 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14201/statm: 4223 3936 71 138 0 4082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18948

[startup+12.7025 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14203
/proc/meminfo: memFree=1701984/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=2056 CPUtime=9.99
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 152 4827 0 0 0 0 996 3 19 0 1 0 1146563959 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 514 121 104 399 0 111 0
[pid=14203] ppid=14200 vsize=6572 CPUtime=2.68
/proc/14203/stat : 14203 (picosat846) R 14200 14200 13527 0 -1 4194304 1258 0 0 0 268 0 0 0 25 0 1 0 1146564959 6729728 1240 1992294400 134512640 134570484 4294956176 18446744073709551615 134549817 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14203/statm: 1643 1240 85 14 0 1309 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 8628

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14206
/proc/meminfo: memFree=1686432/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=16700 CPUtime=4.55
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 4558 0 0 0 454 1 0 0 25 0 1 0 1146566052 17100800 3925 1992294400 134512640 135078026 4294956176 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 4175 3925 71 138 0 4034 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 22492

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14206
/proc/meminfo: memFree=1679392/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=24020 CPUtime=30.15
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 6362 0 0 0 3012 3 0 0 25 0 1 0 1146566052 24596480 5729 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 6005 5729 71 138 0 5864 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 29812

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14206
/proc/meminfo: memFree=1666336/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=37112 CPUtime=81.33
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 9638 0 0 0 8126 7 0 0 25 0 1 0 1146566052 38002688 9005 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 9278 9005 71 138 0 9137 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 42904

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14206
/proc/meminfo: memFree=1658592/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=44900 CPUtime=141.32
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 11565 0 0 0 14123 9 0 0 25 0 1 0 1146566052 45977600 10932 1992294400 134512640 135078026 4294956176 18446744073709551615 134539318 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 11225 10932 71 138 0 11084 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 50692

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14206
/proc/meminfo: memFree=1652832/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=50508 CPUtime=201.3
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 12987 0 0 0 20119 11 0 0 25 0 1 0 1146566052 51720192 12354 1992294400 134512640 135078026 4294956176 18446744073709551615 134534499 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 12627 12354 71 138 0 12486 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 56300

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14206
/proc/meminfo: memFree=1649888/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=53684 CPUtime=261.29
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 13727 0 0 0 26117 12 0 0 25 0 1 0 1146566052 54972416 13094 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 13421 13094 71 138 0 13280 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 59476

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 14206
/proc/meminfo: memFree=1645408/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=58184 CPUtime=321.27
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 14826 0 0 0 32114 13 0 0 25 0 1 0 1146566052 59580416 14193 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 14546 14193 71 138 0 14405 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1629728/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=73652 CPUtime=801.15
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 18690 0 0 0 80097 18 0 0 25 0 1 0 1146566052 75419648 18057 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 18413 18057 71 138 0 18272 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 79444

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1627360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=75896 CPUtime=861.13
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 19279 0 0 0 86095 18 0 0 25 0 1 0 1146566052 77717504 18646 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 18974 18646 71 138 0 18833 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 81688

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=84032 CPUtime=921.12
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21275 0 0 0 92091 21 0 0 25 0 1 0 1146566052 86048768 20642 1992294400 134512640 135078026 4294956176 18446744073709551615 134524039 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 21008 20642 71 138 0 20867 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 89824

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619424/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=84032 CPUtime=981.1
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21278 0 0 0 98089 21 0 0 25 0 1 0 1146566052 86048768 20645 1992294400 134512640 135078026 4294956176 18446744073709551615 134523886 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 21008 20645 71 138 0 20867 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 89824

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=84032 CPUtime=1041.09
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21280 0 0 0 104088 21 0 0 25 0 1 0 1146566052 86048768 20647 1992294400 134512640 135078026 4294956176 18446744073709551615 134523760 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 21008 20647 71 138 0 20867 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 89824

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1101.07
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21283 0 0 0 110086 21 0 0 25 0 1 0 1146566052 85757952 20601 1992294400 134512640 135078026 4294956176 18446744073709551615 134534584 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20601 71 138 0 20796 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 89540

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1161.06
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21291 0 0 0 116085 21 0 0 25 0 1 0 1146566052 85757952 20609 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20609 71 138 0 20796 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 89540

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1169.06
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21292 0 0 0 116885 21 0 0 25 0 1 0 1146566052 85757952 20610 1992294400 134512640 135078026 4294956176 18446744073709551615 134540345 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20610 71 138 0 20796 0
Current children cumulated CPU time (s) 1189.96
Current children cumulated vsize (KiB) 89540

[startup+1196.7 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1175.46
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21292 0 0 0 117525 21 0 0 25 0 1 0 1146566052 85757952 20610 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20610 71 138 0 20796 0
Current children cumulated CPU time (s) 1196.36
Current children cumulated vsize (KiB) 89540

[startup+1198.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1177.05
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21292 0 0 0 117684 21 0 0 25 0 1 0 1146566052 85757952 20610 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20610 71 138 0 20796 0
Current children cumulated CPU time (s) 1197.95
Current children cumulated vsize (KiB) 89540

[startup+1199.1 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1177.85
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21292 0 0 0 117764 21 0 0 25 0 1 0 1146566052 85757952 20610 1992294400 134512640 135078026 4294956176 18446744073709551615 134523813 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20610 71 138 0 20796 0
Current children cumulated CPU time (s) 1198.75
Current children cumulated vsize (KiB) 89540

[startup+1199.5 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1178.25
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21292 0 0 0 117804 21 0 0 25 0 1 0 1146566052 85757952 20610 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20610 71 138 0 20796 0
Current children cumulated CPU time (s) 1199.15
Current children cumulated vsize (KiB) 89540

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1178.65
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21292 0 0 0 117844 21 0 0 25 0 1 0 1146566052 85757952 20610 1992294400 134512640 135078026 4294956176 18446744073709551615 134524039 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20610 71 138 0 20796 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 89540

[startup+1200 s]
/proc/loadavg: 1.00 0.99 1.00 2/82 14206
/proc/meminfo: memFree=1619360/2055912 swapFree=4170688/4192956
[pid=14200] ppid=14198 vsize=5792 CPUtime=20.9
/proc/14200/stat : 14200 (SATzilla2009_I) S 14198 14200 13527 0 -1 4194304 2691 11052 0 0 315 9 1757 9 25 0 1 0 1146563959 5931008 1139 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/14200/statm: 1448 1139 217 399 0 1045 0
[pid=14206] ppid=14200 vsize=83748 CPUtime=1178.76
/proc/14206/stat : 14206 (mxc-sr08) R 14200 14200 13527 0 -1 4194304 21292 0 0 0 117855 21 0 0 25 0 1 0 1146566052 85757952 20610 1992294400 134512640 135078026 4294956176 18446744073709551615 134523872 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14206/statm: 20937 20610 71 138 0 20796 0
Current children cumulated CPU time (s) 1199.66
Current children cumulated vsize (KiB) 89540

Child status: 17
Real time (s): 1200.08
CPU time (s): 1199.76
CPU user time (s): 1199.34
CPU system time (s): 0.420936
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 89824

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

runsolver used 1.35279 second user time and 4.11137 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-03 08:10:00
IDJOB=1555253
IDBENCH=70796
IDSOLVER=528
FILE ID=node78/1555253-1238739000
PBS_JOBID= 9085353
Free space on /tmp= 126848 MiB

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

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

MD5SUM BENCH= fc00df719c8630009723cd295f7c0c3b
RANDOM SEED=547074469

node78.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.214
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.214
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:      2055912 kB
MemFree:       1706896 kB
Buffers:         46852 kB
Cached:         218512 kB
SwapCached:       7792 kB
Active:         115596 kB
Inactive:       160244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1706896 kB
SwapTotal:     4192956 kB
SwapFree:      4170688 kB
Dirty:           32564 kB
Writeback:           0 kB
Mapped:          16140 kB
Slab:            57392 kB
Committed_AS:  2841708 kB
PageTables:       2556 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= 126820 MiB
End job on node78 at 2009-04-03 08:30:01