Trace number 1580133

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla2009_I 2009-03-22? (exit code) 1199.34 1199.88

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

88.40/88.52	c SATzilla is building models for class 3
88.40/88.52	c run presolver mxc-sr08 for 10 seconds ... 
88.40/88.52	c Bin: Executing mxc-sr08
88.40/88.52	c spawning binary file with 10 seconds ...
88.40/88.52	c child exit by a signal
88.40/88.52	c mxc-sr08 returned code 137.
88.40/88.52	c run presolver picosat846 for 5 seconds ... 
88.40/88.52	c Bin: Executing picosat846
88.40/88.52	c spawning binary file with 5 seconds ...
88.40/88.52	c child exit by a signal
88.40/88.52	c picosat846 returned code 137.
88.40/88.52	c Orignal number of varibales is 224569, number of clauses is 1190619 
88.40/88.52	c predicted feature computation time is 31.081937 
88.40/88.52	c Bin: Executing satelite
88.40/88.52	c spawning binary file with 240 seconds ...
88.40/88.52	c child exited successfully
88.40/88.52	c satzilla computing base features
88.40/88.52	c Number of variabe is: 120834, Number of clause is : 822458 
88.40/88.52	c Initializing...
88.40/88.52	c satzilla doing clause learning
88.40/88.52	c start clause learning features ...
88.40/88.52	c Bin: Executing zchaff07
88.40/88.52	c spawning binary file with 2 seconds ...
88.40/88.52	c child exit by a signal
88.40/88.52	c satzilla doing survey propogation probe
88.40/88.52	c do survay propogation for 2 second ...
88.40/88.52	c satzilla doing local search probe
88.40/88.52	c features are:224569 1.19062e+06 120834 822458 0.858492 0.447635 0.146918 0.402619 0.912712 1.41486 2.32056e-05 0.439363 1.65516e-05 8.27582e-05 1.09342 0.523635 0.866097 2.32056e-05 0.740775 8.51107e-06 8.2679e-05 3.00396 0.22558 0.147961 0 0.833333 2.85611 1.29646e-05 0.849177 3.6476e-06 5.59299e-05 2.69228 0.696594 2.53915e-05 0.65546 6.07934e-06 9.11901e-05 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.621183 0.513747 4.81265e-09 1 0.931357 0.132153 0.886052 0.305616 0.78018 0.0192515 0.982885 -1.11022e-16 0.0812018 0.0471753 7.15787e-07 0.035262 0.00219826 0.0093903 46154 0 0 0 0 0 0 4.01285 0 1.46049 0 
88.40/88.52	c satzilla's ranking:
88.40/88.52	c 1) mxc-sr08: 2.722175
88.40/88.52	c 2) picosat846: 2.393606
88.40/88.52	c 3) minisat20SAT07: 1.275340
88.40/88.52	c 4) zchaff_rand: 0.967374
88.40/88.52	c 5) march_dl2004: 0.080657
88.40/88.52	c 6) SATenstein: -10000.000000
88.40/88.52	c 7) gnovelty+: -10000.000000
88.40/88.52	c 8) adaptg2wsat+: -10000.000000
88.40/88.52	c 9) adaptg2wsat0: -10000.000000
88.40/88.52	c 10) tts-4-0: -10000.000000
88.40/88.52	c 11) vallst: -10000.000000
88.40/88.52	c 12) minisat20: -10000.000000
88.40/88.52	c 13) kcnfs04SAT07: -10000.000000
88.40/88.52	c satzilla running mxc-sr08 ... 
1199.23/1199.85	c Bin: Executing mxc-sr08
1199.23/1199.85	c spawning binary file with 1111 seconds ...
1199.23/1199.85	c child exit by a signal
1199.23/1199.85	c mxc-sr08 returned code 137.
1199.23/1199.85	c satzilla running picosat846 ... 
1199.23/1199.85	c Bin: Executing picosat846
1199.23/1199.85	c picosat846 returned code 1.
1199.23/1199.85	c satzilla running minisat20SAT07 ... 
1199.23/1199.85	c Bin: Executing minisat20SAT07
1199.23/1199.85	c minisat20SAT07 returned code 1.
1199.23/1199.85	c satzilla running zchaff_rand ... 
1199.23/1199.85	c Bin: Executing zchaff_rand
1199.23/1199.85	c zchaff_rand returned code 1.
1199.23/1199.85	c satzilla running march_dl2004 ... 
1199.23/1199.85	c Bin: Executing march_dl2004
1199.23/1199.85	c march_dl2004 returned code 1.
1199.23/1199.85	c satzilla running SATenstein ... 
1199.23/1199.85	c Bin: Executing SATenstein
1199.23/1199.85	c SATenstein returned code 1.
1199.23/1199.85	c satzilla running gnovelty+ ... 
1199.23/1199.85	c Bin: Executing gnovelty+
1199.23/1199.85	c gnovelty+ returned code 1.
1199.23/1199.85	c satzilla running adaptg2wsat+ ... 
1199.23/1199.85	c Bin: Executing adaptg2wsat+
1199.23/1199.85	c adaptg2wsat+ returned code 1.
1199.23/1199.85	c satzilla running adaptg2wsat0 ... 
1199.23/1199.85	c Bin: Executing adaptg2wsat0
1199.23/1199.85	c adaptg2wsat0 returned code 1.
1199.23/1199.85	c satzilla running tts-4-0 ... 
1199.23/1199.85	c Bin: Executing tts-4-0
1199.23/1199.85	c tts-4-0 returned code 1.
1199.23/1199.85	c satzilla running vallst ... 
1199.23/1199.85	c Bin: Executing vallst
1199.23/1199.85	c vallst returned code 1.
1199.23/1199.85	c satzilla running minisat20 ... 
1199.23/1199.85	c Bin: Executing minisat20
1199.23/1199.85	c minisat20 returned code 1.
1199.23/1199.85	c satzilla running kcnfs04SAT07 ... 
1199.23/1199.85	c Bin: Executing kcnfs04SAT07
1199.23/1199.85	c kcnfs04SAT07 returned code 1.
1199.23/1199.85	c ERROR: All Failed! 
1199.23/1199.85	c SATZILLA_TIME=1199.480000

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-1580133-1238915980/watcher-1580133-1238915980 -o /tmp/evaluation-result-1580133-1238915980/solver-1580133-1238915980 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1580133-1238915980.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.47 1.17 1.12 3/64 11691
/proc/meminfo: memFree=1484296/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=23104 CPUtime=0
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 720 0 0 0 0 0 0 0 19 0 1 0 1164263159 23658496 716 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 5776 723 44 138 0 5635 0

[startup+0.024334 s]
/proc/loadavg: 1.47 1.17 1.12 3/64 11691
/proc/meminfo: memFree=1484296/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=23104 CPUtime=0.02
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 4032 0 0 0 0 2 0 0 19 0 1 0 1164263159 23658496 4028 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 5776 4034 44 138 0 5635 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25160

[startup+0.102345 s]
/proc/loadavg: 1.47 1.17 1.12 3/64 11691
/proc/meminfo: memFree=1484296/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=62436 CPUtime=0.09
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 13355 0 0 0 3 6 0 0 20 0 1 0 1164263159 63934464 13327 1992294400 134512640 135078026 4294956176 18446744073709551615 134555327 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 15609 13328 52 138 0 15468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64492

[startup+0.302375 s]
/proc/loadavg: 1.47 1.17 1.12 3/64 11691
/proc/meminfo: memFree=1484296/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=80176 CPUtime=0.29
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 17423 0 0 0 22 7 0 0 22 0 1 0 1164263159 82100224 17351 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 20044 17351 54 138 0 19903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82232

[startup+0.702436 s]
/proc/loadavg: 1.47 1.17 1.12 3/64 11691
/proc/meminfo: memFree=1484296/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=92628 CPUtime=0.69
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 20451 0 0 0 61 8 0 0 25 0 1 0 1164263159 94851072 20379 1992294400 134512640 135078026 4294956176 18446744073709551615 134566417 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 23157 20379 54 138 0 23016 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94684

[startup+1.50156 s]
/proc/loadavg: 1.47 1.17 1.12 2/66 11693
/proc/meminfo: memFree=1394360/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=115140 CPUtime=1.49
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 25606 0 0 0 139 10 0 0 25 0 1 0 1164263159 117903360 25534 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 28785 25535 54 138 0 28644 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117196

[startup+3.1018 s]
/proc/loadavg: 1.47 1.17 1.12 2/66 11693
/proc/meminfo: memFree=1379512/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=123356 CPUtime=3.09
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 33360 0 0 0 295 14 0 0 25 0 1 0 1164263159 126316544 27695 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 30839 27695 55 138 0 30698 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125412

[startup+6.30129 s]
/proc/loadavg: 1.52 1.18 1.12 2/66 11693
/proc/meminfo: memFree=1364984/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=0
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1164263158 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 112 96 399 0 111 0
[pid=11692] ppid=11691 vsize=125992 CPUtime=6.28
/proc/11692/stat : 11692 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 39401 0 0 0 611 17 0 0 25 0 1 0 1164263159 129015808 29309 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11692/statm: 31498 29309 71 138 0 31357 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 128048

[startup+12.7013 s]
/proc/loadavg: 1.47 1.18 1.12 2/66 11694
/proc/meminfo: memFree=1428216/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=2056 CPUtime=10
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 152 39450 0 0 0 0 981 19 16 0 1 0 1164263158 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 514 121 104 399 0 111 0
[pid=11694] ppid=11691 vsize=64404 CPUtime=2.66
/proc/11694/stat : 11694 (picosat846) R 11691 11691 11506 0 -1 4194304 14473 0 0 0 259 7 0 0 25 0 1 0 1164264161 65949696 14437 1992294400 134512640 134570484 4294956176 18446744073709551615 134552785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11694/statm: 16101 14437 85 14 0 15767 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 66460

[startup+25.5022 s]
/proc/loadavg: 1.37 1.17 1.12 2/65 11695
/proc/meminfo: memFree=1396160/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=76792 CPUtime=25.45
/proc/11691/stat : 11691 (SATzilla2009_I) R 11689 11691 11506 0 -1 4194304 18174 95630 0 0 145 9 2331 60 25 0 1 0 1164263158 78635008 18125 1992294400 134512640 136149169 4294956208 18446744073709551615 134535500 0 0 4096 0 0 0 0 17 0 0 0
/proc/11691/statm: 19198 18125 135 399 0 18795 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 76792

[startup+51.1012 s]
/proc/loadavg: 1.24 1.15 1.11 2/65 11695
/proc/meminfo: memFree=1394560/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=76792 CPUtime=51.02
/proc/11691/stat : 11691 (SATzilla2009_I) R 11689 11691 11506 0 -1 4194304 18459 95630 0 0 2701 10 2331 60 25 0 1 0 1164263158 78635008 18410 1992294400 134512640 136149169 4294956208 18446744073709551615 134535038 0 0 4096 0 0 0 0 17 0 0 0
/proc/11691/statm: 19198 18410 135 399 0 18795 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 76792

[startup+102.307 s]
/proc/loadavg: 1.10 1.13 1.10 2/66 11697
/proc/meminfo: memFree=1260920/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=125992 CPUtime=13.76
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 39453 0 0 0 1358 18 0 0 25 0 1 0 1164272011 129015808 29361 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 31498 29361 71 138 0 31357 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 218060

[startup+162.301 s]
/proc/loadavg: 1.04 1.10 1.09 2/66 11697
/proc/meminfo: memFree=1260856/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=125992 CPUtime=73.74
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 39459 0 0 0 7356 18 0 0 25 0 1 0 1164272011 129015808 29367 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 31498 29367 71 138 0 31357 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 218060

[startup+222.301 s]
/proc/loadavg: 1.01 1.08 1.08 2/66 11697
/proc/meminfo: memFree=1253048/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=133912 CPUtime=133.71
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 41410 0 0 0 13351 20 0 0 25 0 1 0 1164272011 137125888 31318 1992294400 134512640 135078026 4294956176 18446744073709551615 134539507 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 33478 31318 71 138 0 33337 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 225980

[startup+282.302 s]
/proc/loadavg: 1.00 1.06 1.08 2/66 11697
/proc/meminfo: memFree=1244856/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=142228 CPUtime=193.69
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 43497 0 0 0 19347 22 0 0 25 0 1 0 1164272011 145641472 33405 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 35557 33405 71 138 0 35416 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 234296

[startup+342.302 s]
/proc/loadavg: 1.00 1.05 1.07 2/66 11697
/proc/meminfo: memFree=1236536/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=150408 CPUtime=253.68
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 45509 0 0 0 25344 24 0 0 25 0 1 0 1164272011 154017792 35417 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 37602 35417 71 138 0 37461 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 242476

[startup+402.302 s]
/proc/loadavg: 1.00 1.04 1.07 2/66 11697
/proc/meminfo: memFree=1231928/2055920 swapFree=4176696/4192956

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11697
/proc/meminfo: memFree=1183992/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=202860 CPUtime=733.48
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 58618 0 0 0 73309 39 0 0 25 0 1 0 1164272011 207728640 48526 1992294400 134512640 135078026 4294956176 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 50715 48526 71 138 0 50574 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 294928

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 11697
/proc/meminfo: memFree=1181496/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=205236 CPUtime=793.46
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 59190 0 0 0 79306 40 0 0 25 0 1 0 1164272011 210161664 49098 1992294400 134512640 135078026 4294956176 18446744073709551615 134522108 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 51309 49098 71 138 0 51168 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 297304

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 11697
/proc/meminfo: memFree=1181496/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=205236 CPUtime=853.44
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 59193 0 0 0 85304 40 0 0 25 0 1 0 1164272011 210161664 49101 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 51309 49101 71 138 0 51168 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 297304

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 11697
/proc/meminfo: memFree=1181432/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=205236 CPUtime=913.4
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 59194 0 0 0 91300 40 0 0 25 0 1 0 1164272011 210161664 49102 1992294400 134512640 135078026 4294956176 18446744073709551615 134533816 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 51309 49102 71 138 0 51168 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 297304

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11697
/proc/meminfo: memFree=1181368/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=205236 CPUtime=973.37
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 59199 0 0 0 97297 40 0 0 25 0 1 0 1164272011 210161664 49107 1992294400 134512640 135078026 4294956176 18446744073709551615 134533843 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 51309 49107 71 138 0 51168 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 297304

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1181112/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=205236 CPUtime=1033.34
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 59203 0 0 0 103294 40 0 0 25 0 1 0 1164272011 210161664 49111 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 51309 49111 71 138 0 51168 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 297304

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1176760/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=209724 CPUtime=1093.3
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60349 0 0 0 109289 41 0 0 25 0 1 0 1164272011 214757376 50257 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 52431 50257 71 138 0 52290 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 301792

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1175864/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=210648 CPUtime=1101.3
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60568 0 0 0 110089 41 0 0 25 0 1 0 1164272011 215703552 50476 1992294400 134512640 135078026 4294956176 18446744073709551615 134523782 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 52662 50476 71 138 0 52521 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 302716

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1174648/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=211836 CPUtime=1107.71
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60870 0 0 0 110729 42 0 0 25 0 1 0 1164272011 216920064 50778 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 52959 50778 71 138 0 52818 0
Current children cumulated CPU time (s) 1196.14
Current children cumulated vsize (KiB) 303904

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1174456/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=212100 CPUtime=1109.3
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60946 0 0 0 110888 42 0 0 25 0 1 0 1164272011 217190400 50854 1992294400 134512640 135078026 4294956176 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 53025 50854 71 138 0 52884 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 304168

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1174264/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=212232 CPUtime=1110.1
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60971 0 0 0 110968 42 0 0 25 0 1 0 1164272011 217325568 50879 1992294400 134512640 135078026 4294956176 18446744073709551615 134523832 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 53058 50879 71 138 0 52917 0
Current children cumulated CPU time (s) 1198.53
Current children cumulated vsize (KiB) 304300

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1174264/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=212232 CPUtime=1110.5
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60987 0 0 0 111008 42 0 0 25 0 1 0 1164272011 217325568 50895 1992294400 134512640 135078026 4294956176 18446744073709551615 134533699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 53058 50895 71 138 0 52917 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 304300

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1174264/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=212364 CPUtime=1110.7
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60992 0 0 0 111028 42 0 0 25 0 1 0 1164272011 217460736 50900 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 53091 50900 71 138 0 52950 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 304432

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11699
/proc/meminfo: memFree=1174264/2055920 swapFree=4176696/4192956
[pid=11691] ppid=11689 vsize=92068 CPUtime=88.43
/proc/11691/stat : 11691 (SATzilla2009_I) S 11689 11691 11506 0 -1 4194304 36574 113555 0 0 6229 22 2522 70 25 0 1 0 1164263158 94277632 22676 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11691/statm: 23017 22676 216 399 0 22614 0
[pid=11697] ppid=11691 vsize=212364 CPUtime=1110.8
/proc/11697/stat : 11697 (mxc-sr08) R 11691 11691 11506 0 -1 4194304 60995 0 0 0 111038 42 0 0 25 0 1 0 1164272011 217460736 50903 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11697/statm: 53091 50903 71 138 0 52950 0
Current children cumulated CPU time (s) 1199.23
Current children cumulated vsize (KiB) 304432

Child status: 17
Real time (s): 1199.88
CPU time (s): 1199.34
CPU user time (s): 1197.92
CPU system time (s): 1.41379
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 304432

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

runsolver used 0.967852 second user time and 3.40348 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-05 09:19:41
IDJOB=1580133
IDBENCH=71011
IDSOLVER=528
FILE ID=node34/1580133-1238915980
PBS_JOBID= 9101389
Free space on /tmp= 66540 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5p0.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580133-1238915980/watcher-1580133-1238915980 -o /tmp/evaluation-result-1580133-1238915980/solver-1580133-1238915980 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1580133-1238915980.cnf

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED=725484512

node34.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.259
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.259
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:       1484776 kB
Buffers:         52900 kB
Cached:         427348 kB
SwapCached:      10100 kB
Active:         252068 kB
Inactive:       240396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484776 kB
SwapTotal:     4192956 kB
SwapFree:      4176696 kB
Dirty:           54244 kB
Writeback:           0 kB
Mapped:          17184 kB
Slab:            64820 kB
Committed_AS:  3180556 kB
PageTables:       1388 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= 66508 MiB
End job on node34 at 2009-04-05 09:39:42