Trace number 1562585

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.07 1199.56

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_11_3_4_fbc.cnf
MD5SUM3f38c028c252f031e9505f68e48a880b
Bench CategoryCRAFTED (crafted 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 variables8713
Number of clauses129507
Sum of the clauses size394961
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240674
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

Solver Data

23.13/23.23	c SATzilla is building models for class 3
23.13/23.23	c run presolver mxc-sr08 for 10 seconds ... 
23.13/23.23	c Bin: Executing mxc-sr08
23.13/23.23	c spawning binary file with 10 seconds ...
23.13/23.23	c child exit by a signal
23.13/23.23	c mxc-sr08 returned code 137.
23.13/23.23	c run presolver picosat846 for 5 seconds ... 
23.13/23.23	c Bin: Executing picosat846
23.13/23.23	c spawning binary file with 5 seconds ...
23.13/23.23	c child exit by a signal
23.13/23.23	c picosat846 returned code 137.
23.13/23.23	c Orignal number of varibales is 8713, number of clauses is 129507 
23.13/23.23	c predicted feature computation time is 1.630654 
23.13/23.23	c Bin: Executing satelite
23.13/23.23	c spawning binary file with 240 seconds ...
23.13/23.23	c child exited successfully
23.13/23.23	c satzilla computing base features
23.13/23.23	c Number of variabe is: 8709, Number of clause is : 129507 
23.13/23.23	c Initializing...
23.13/23.23	c satzilla doing clause learning
23.13/23.23	c start clause learning features ...
23.13/23.23	c Bin: Executing zchaff07
23.13/23.23	c spawning binary file with 2 seconds ...
23.13/23.23	c child exit by a signal
23.13/23.23	c satzilla doing survey propogation probe
23.13/23.23	c do survay propogation for 2 second ...
23.13/23.23	c satzilla doing local search probe
23.13/23.23	c features are:8713 129507 8709 129507 0.000459295 0 0.0672473 0.540394 0.564404 1.23431 0.000350199 0.980455 0.000229647 0.00930072 1.12781 0.313991 0.833422 0.000350199 2.00225 3.8608e-05 0.00308864 2.87363 0.67894 0.233264 0.171429 0.891892 2.66173 0.00021574 1.9336 1.54432e-05 0.00178369 2.83318 0.704271 0.00121341 0.260754 7.72159e-05 0.00144394 73.75 0.772943 16 160 152 20 144 25 44 65.9225 0.491297 34.9028 151.45 98.5455 35.6118 86.68 43.9286 56 0.856589 0.275498 0.0471849 0.979903 0.979426 0.538555 0.978729 0.881522 0.976926 0.0479005 2.18542 9.09439e-06 0.410447 0.273934 0.000359402 0.0028614 0.000573954 0.00107537 667.963 4.92628 3650.3 0.200275 3782 3709 3829 3.71206 1.25009 1.20308 0.93696 
23.13/23.23	c satzilla's ranking:
23.13/23.23	c 1) mxc-sr08: 2.659896
23.13/23.23	c 2) minisat20SAT07: 2.149894
23.13/23.23	c 3) zchaff_rand: 1.998105
23.13/23.23	c 4) picosat846: 1.733280
23.13/23.23	c 5) march_dl2004: -18.875978
23.13/23.23	c 6) SATenstein: -10000.000000
23.13/23.23	c 7) gnovelty+: -10000.000000
23.13/23.23	c 8) adaptg2wsat+: -10000.000000
23.13/23.23	c 9) adaptg2wsat0: -10000.000000
23.13/23.23	c 10) tts-4-0: -10000.000000
23.13/23.23	c 11) vallst: -10000.000000
23.13/23.23	c 12) minisat20: -10000.000000
23.13/23.23	c 13) kcnfs04SAT07: -10000.000000
23.13/23.23	c satzilla running mxc-sr08 ... 
1198.97/1199.55	c Bin: Executing mxc-sr08
1198.97/1199.55	c spawning binary file with 1176 seconds ...
1198.97/1199.55	c child exit by a signal
1198.97/1199.55	c mxc-sr08 returned code 137.
1198.97/1199.55	c satzilla running minisat20SAT07 ... 
1198.97/1199.55	c Bin: Executing minisat20SAT07
1198.97/1199.55	c minisat20SAT07 returned code 1.
1198.97/1199.55	c satzilla running zchaff_rand ... 
1198.97/1199.55	c Bin: Executing zchaff_rand
1198.97/1199.55	c zchaff_rand returned code 1.
1198.97/1199.55	c satzilla running picosat846 ... 
1198.97/1199.55	c Bin: Executing picosat846
1198.97/1199.55	c picosat846 returned code 1.
1198.97/1199.55	c satzilla running march_dl2004 ... 
1198.97/1199.55	c Bin: Executing march_dl2004
1198.97/1199.55	c march_dl2004 returned code 1.
1198.97/1199.55	c satzilla running SATenstein ... 
1198.97/1199.55	c Bin: Executing SATenstein
1198.97/1199.55	c SATenstein returned code 1.
1198.97/1199.55	c satzilla running gnovelty+ ... 
1198.97/1199.55	c Bin: Executing gnovelty+
1198.97/1199.55	c gnovelty+ returned code 1.
1198.97/1199.55	c satzilla running adaptg2wsat+ ... 
1198.97/1199.55	c Bin: Executing adaptg2wsat+
1198.97/1199.55	c adaptg2wsat+ returned code 1.
1198.97/1199.55	c satzilla running adaptg2wsat0 ... 
1198.97/1199.55	c Bin: Executing adaptg2wsat0
1198.97/1199.55	c adaptg2wsat0 returned code 1.
1198.97/1199.55	c satzilla running tts-4-0 ... 
1198.97/1199.55	c Bin: Executing tts-4-0
1198.97/1199.55	c tts-4-0 returned code 1.
1198.97/1199.55	c satzilla running vallst ... 
1198.97/1199.55	c Bin: Executing vallst
1198.97/1199.55	c vallst returned code 1.
1198.97/1199.55	c satzilla running minisat20 ... 
1198.97/1199.55	c Bin: Executing minisat20
1198.97/1199.55	c minisat20 returned code 1.
1198.97/1199.55	c satzilla running kcnfs04SAT07 ... 
1198.97/1199.55	c Bin: Executing kcnfs04SAT07
1198.97/1199.55	c kcnfs04SAT07 returned code 1.
1198.97/1199.55	c ERROR: All Failed! 
1198.97/1199.55	c SATZILLA_TIME=1199.230000

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-1562585-1238777320/watcher-1562585-1238777320 -o /tmp/evaluation-result-1562585-1238777320/solver-1562585-1238777320 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1562585-1238777320.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.03 1.02 1.00 3/70 26304
/proc/meminfo: memFree=1603976/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=3804 CPUtime=0
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 815 0 0 0 0 0 0 0 19 0 1 0 1150394660 3895296 811 1992294400 134512640 135078026 4294956176 18446744073709551615 134535898 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26305/statm: 951 813 50 138 0 810 0

[startup+0.0259529 s]
/proc/loadavg: 1.03 1.02 1.00 3/70 26304
/proc/meminfo: memFree=1603976/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=6272 CPUtime=0.02
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 1390 0 0 0 2 0 0 0 19 0 1 0 1150394660 6422528 1385 1992294400 134512640 135078026 4294956176 18446744073709551615 134565715 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26305/statm: 1568 1386 54 138 0 1427 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8328

[startup+0.102966 s]
/proc/loadavg: 1.03 1.02 1.00 3/70 26304
/proc/meminfo: memFree=1603976/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=12376 CPUtime=0.09
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 2880 0 0 0 9 0 0 0 20 0 1 0 1150394660 12673024 2875 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26305/statm: 3094 2877 54 138 0 2953 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14432

[startup+0.303003 s]
/proc/loadavg: 1.03 1.02 1.00 3/70 26304
/proc/meminfo: memFree=1603976/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=10924 CPUtime=0.29
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 3079 0 0 0 29 0 0 0 22 0 1 0 1150394660 11186176 2477 1992294400 134512640 135078026 4294956176 18446744073709551615 134556475 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26305/statm: 2731 2477 55 138 0 2590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12980

[startup+0.701074 s]
/proc/loadavg: 1.03 1.02 1.00 3/70 26304
/proc/meminfo: memFree=1603976/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=12000 CPUtime=0.69
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 3670 0 0 0 68 1 0 0 25 0 1 0 1150394660 12288000 2794 1992294400 134512640 135078026 4294956176 18446744073709551615 134523276 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26305/statm: 3000 2794 71 138 0 2859 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14056

[startup+1.50122 s]
/proc/loadavg: 1.03 1.02 1.00 2/72 26306
/proc/meminfo: memFree=1591992/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=13188 CPUtime=1.49
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 3971 0 0 0 148 1 0 0 25 0 1 0 1150394660 13504512 3095 1992294400 134512640 135078026 4294956176 18446744073709551615 134523986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/26305/statm: 3297 3095 71 138 0 3156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15244

[startup+3.10152 s]
/proc/loadavg: 1.11 1.04 1.00 2/72 26306
/proc/meminfo: memFree=1589944/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=14244 CPUtime=3.08
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 4263 0 0 0 306 2 0 0 25 0 1 0 1150394660 14585856 3387 1992294400 134512640 135078026 4294956176 18446744073709551615 134533896 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26305/statm: 3561 3387 71 138 0 3420 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16300

[startup+6.3029 s]
/proc/loadavg: 1.11 1.04 1.00 2/72 26306
/proc/meminfo: memFree=1589048/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=0
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1150394660 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/26304/statm: 514 112 96 399 0 111 0
[pid=26305] ppid=26304 vsize=16752 CPUtime=6.28
/proc/26305/stat : 26305 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 4874 0 0 0 625 3 0 0 25 0 1 0 1150394660 17154048 3998 1992294400 134512640 135078026 4294956176 18446744073709551615 134538100 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26305/statm: 4188 3998 71 138 0 4047 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18808

[startup+12.7011 s]
/proc/loadavg: 1.09 1.04 1.00 2/72 26307
/proc/meminfo: memFree=1595704/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=2056 CPUtime=9.99
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 152 5571 0 0 0 0 995 4 19 0 1 0 1150394660 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 514 121 104 399 0 111 0
[pid=26307] ppid=26304 vsize=10480 CPUtime=2.67
/proc/26307/stat : 26307 (picosat846) R 26304 26304 25806 0 -1 4194304 2348 0 0 0 266 1 0 0 25 0 1 0 1150395662 10731520 2327 1992294400 134512640 134570484 4294956176 18446744073709551615 134552788 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26307/statm: 2620 2327 85 14 0 2286 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12536

[startup+25.5014 s]
/proc/loadavg: 1.08 1.03 1.00 2/72 26310
/proc/meminfo: memFree=1580728/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=13584 CPUtime=2.25
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 4064 0 0 0 224 1 0 0 25 0 1 0 1150396983 13910016 3188 1992294400 134512640 135078026 4294956176 18446744073709551615 134533981 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 3396 3188 71 138 0 3255 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 23948

[startup+51.101 s]
/proc/loadavg: 1.05 1.03 1.00 2/72 26310
/proc/meminfo: memFree=1564792/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=29292 CPUtime=27.84
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 7991 0 0 0 2780 4 0 0 25 0 1 0 1150396983 29995008 7115 1992294400 134512640 135078026 4294956176 18446744073709551615 134533816 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 7323 7115 71 138 0 7182 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 39656

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 1.00 2/72 26310
/proc/meminfo: memFree=1541944/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=52128 CPUtime=79.01
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 13699 0 0 0 7893 8 0 0 25 0 1 0 1150396983 53379072 12823 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 13032 12823 71 138 0 12891 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 62492

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/72 26310
/proc/meminfo: memFree=1521080/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=73116 CPUtime=138.98
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 18900 0 0 0 13884 14 0 0 25 0 1 0 1150396983 74870784 18024 1992294400 134512640 135078026 4294956176 18446744073709551615 134534538 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 18279 18024 71 138 0 18138 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 83480

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/72 26310
/proc/meminfo: memFree=1493432/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=100716 CPUtime=198.96
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 25826 0 0 0 19875 21 0 0 25 0 1 0 1150396983 103133184 24950 1992294400 134512640 135078026 4294956176 18446744073709551615 134534378 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 25179 24950 71 138 0 25038 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 111080

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/72 26310
/proc/meminfo: memFree=1484216/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=109700 CPUtime=258.94
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 28085 0 0 0 25870 24 0 0 25 0 1 0 1150396983 112332800 27209 1992294400 134512640 135078026 4294956176 18446744073709551615 134534648 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 27425 27209 71 138 0 27284 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 120064

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26310
/proc/meminfo: memFree=1466360/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=127672 CPUtime=318.92
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 32582 0 0 0 31864 28 0 0 25 0 1 0 1150396983 130736128 31706 1992294400 134512640 135078026 4294956176 18446744073709551615 134534457 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 31918 31706 71 138 0 31777 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1325304/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=269100 CPUtime=738.77
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 67777 0 0 0 73816 61 0 0 25 0 1 0 1150396983 275558400 66901 1992294400 134512640 135078026 4294956176 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 67275 66901 71 138 0 67134 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 279464

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1315832/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=278532 CPUtime=798.74
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 70126 0 0 0 79812 62 0 0 25 0 1 0 1150396983 285216768 69250 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 69633 69250 71 138 0 69492 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 288896

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1315768/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=278532 CPUtime=858.72
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 70126 0 0 0 85810 62 0 0 25 0 1 0 1150396983 285216768 69250 1992294400 134512640 135078026 4294956176 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 69633 69250 71 138 0 69492 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 288896

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1315768/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=278532 CPUtime=918.7
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 70127 0 0 0 91807 63 0 0 25 0 1 0 1150396983 285216768 69251 1992294400 134512640 135078026 4294956176 18446744073709551615 134533774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 69633 69251 71 138 0 69492 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 288896

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1315768/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=278532 CPUtime=978.68
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 70129 0 0 0 97805 63 0 0 25 0 1 0 1150396983 285216768 69253 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 69633 69253 71 138 0 69492 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 288896

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1315704/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=278532 CPUtime=1038.66
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 70140 0 0 0 103803 63 0 0 25 0 1 0 1150396983 285216768 69264 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 69633 69264 71 138 0 69492 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 288896

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1304696/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=289672 CPUtime=1098.64
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 72904 0 0 0 109798 66 0 0 25 0 1 0 1150396983 296624128 72028 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 72418 72028 71 138 0 72277 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 300036

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1281016/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=314820 CPUtime=1158.62
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 78879 0 0 0 115790 72 0 0 25 0 1 0 1150396983 322375680 78003 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 78705 78003 71 138 0 78564 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 325184

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1277880/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=317612 CPUtime=1166.61
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 79579 0 0 0 116589 72 0 0 25 0 1 0 1150396983 325234688 78703 1992294400 134512640 135078026 4294956176 18446744073709551615 134534478 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 79403 78703 71 138 0 79262 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 327976

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1276664/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=318816 CPUtime=1169.82
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 79882 0 0 0 116909 73 0 0 25 0 1 0 1150396983 326467584 79006 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 79704 79006 71 138 0 79563 0
Current children cumulated CPU time (s) 1192.98
Current children cumulated vsize (KiB) 329180

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1275640/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=319880 CPUtime=1173.02
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 80144 0 0 0 117229 73 0 0 25 0 1 0 1150396983 327557120 79268 1992294400 134512640 135078026 4294956176 18446744073709551615 134534665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 79970 79268 71 138 0 79829 0
Current children cumulated CPU time (s) 1196.18
Current children cumulated vsize (KiB) 330244

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1274744/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=321068 CPUtime=1174.61
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 80428 0 0 0 117388 73 0 0 25 0 1 0 1150396983 328773632 79552 1992294400 134512640 135078026 4294956176 18446744073709551615 134523971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 80267 79552 71 138 0 80126 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 331432

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1274168/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=321596 CPUtime=1175.41
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 80571 0 0 0 117468 73 0 0 25 0 1 0 1150396983 329314304 79695 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 80399 79695 71 138 0 80258 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 331960

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26316
/proc/meminfo: memFree=1274168/2055920 swapFree=4170592/4192956
[pid=26304] ppid=26302 vsize=10364 CPUtime=23.16
/proc/26304/stat : 26304 (SATzilla2009_I) S 26302 26304 25806 0 -1 4194304 7162 14274 0 0 512 12 1779 13 25 0 1 0 1150394660 10612736 2361 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26304/statm: 2591 2361 217 399 0 2188 0
[pid=26310] ppid=26304 vsize=321728 CPUtime=1175.81
/proc/26310/stat : 26310 (mxc-sr08) R 26304 26304 25806 0 -1 4194304 80610 0 0 0 117508 73 0 0 25 0 1 0 1150396983 329449472 79734 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26310/statm: 80432 79734 71 138 0 80291 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 332092

Child status: 17
Real time (s): 1199.56
CPU time (s): 1199.07
CPU user time (s): 1198.01
CPU system time (s): 1.05384
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 332092

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

runsolver used 0.990849 second user time and 3.38448 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-03 18:48:40
IDJOB=1562585
IDBENCH=70937
IDSOLVER=528
FILE ID=node45/1562585-1238777320
PBS_JOBID= 9085514
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 3f38c028c252f031e9505f68e48a880b
RANDOM SEED=35405693

node45.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.285
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.285
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:       1604456 kB
Buffers:         81260 kB
Cached:         274780 kB
SwapCached:      11568 kB
Active:         167972 kB
Inactive:       201168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604456 kB
SwapTotal:     4192956 kB
SwapFree:      4170592 kB
Dirty:           33836 kB
Writeback:           0 kB
Mapped:          18752 kB
Slab:            67724 kB
Committed_AS:  2938176 kB
PageTables:       1900 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= 66428 MiB
End job on node45 at 2009-04-03 19:08:40