Trace number 1773860

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) 9997.83 10000.5

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray32_32.cnf
MD5SUMb7a07371a2da4a8c8bef63c213dd1e15
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 variables72202
Number of clauses213533
Sum of the clauses size498241
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2142354
Number of clauses of size 371177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

29.24/29.43	c SATzilla is building models for class 3
29.24/29.43	c run presolver mxc-sr08 for 10 seconds ... 
29.24/29.43	c Bin: Executing mxc-sr08
29.24/29.43	c spawning binary file with 10 seconds ...
29.24/29.43	c child exit by a signal
29.24/29.43	c mxc-sr08 returned code 137.
29.24/29.43	c run presolver picosat846 for 5 seconds ... 
29.24/29.43	c Bin: Executing picosat846
29.24/29.43	c spawning binary file with 5 seconds ...
29.24/29.43	c child exit by a signal
29.24/29.43	c picosat846 returned code 137.
29.24/29.43	c Orignal number of varibales is 72202, number of clauses is 213533 
29.24/29.43	c predicted feature computation time is 3.579219 
29.24/29.43	c Bin: Executing satelite
29.24/29.43	c spawning binary file with 240 seconds ...
29.24/29.43	c child exited successfully
29.24/29.43	c satzilla computing base features
29.24/29.43	c Number of variabe is: 36494, Number of clause is : 163018 
29.24/29.43	c Initializing...
29.24/29.43	c satzilla doing clause learning
29.24/29.43	c start clause learning features ...
29.24/29.43	c Bin: Executing zchaff07
29.24/29.43	c spawning binary file with 2 seconds ...
29.24/29.43	c child exit by a signal
29.24/29.43	c satzilla doing survey propogation probe
29.24/29.43	c do survay propogation for 2 second ...
29.24/29.43	c satzilla doing local search probe
29.24/29.43	c features are:72202 213533 36494 163018 0.978462 0.309874 0.223865 0.362215 0.90388 1.34041 8.16274e-05 0.284012 5.48035e-05 0.000739848 1.1085 0.340054 0.685526 8.16274e-05 0.160797 4.90743e-05 0.000404863 1.7338 0.0599493 0.0572158 0 0.8 1.67008 3.07743e-05 0.255745 6.13429e-06 0.000233103 1.39238 0.487517 5.83939e-05 0.167526 3.06715e-05 0.000374192 202.75 0.235458 124 268 258 144 249 156 222 6.81219 0.163892 4.7992 8.34685 8.28472 4.97581 8.20248 6.55705 6.75581 0.111989 0.799565 1.6751e-12 0.999997 0.217411 0.00066602 0.13546 0.0389473 0.120773 0.023435 0.689441 4.2665e-06 0.285961 0.04353 0.00944475 0.0386815 0.00949424 0.0170364 1818 0.627761 9060.5 0.00226324 9060.5 9046 9046 0.744795 0.969219 0.861739 0.0557118 
29.24/29.43	c satzilla's ranking:
29.24/29.43	c 1) mxc-sr08: 3.129889
29.24/29.43	c 2) picosat846: 2.516593
29.24/29.43	c 3) minisat20SAT07: 2.179705
29.24/29.43	c 4) zchaff_rand: 1.157080
29.24/29.43	c 5) march_dl2004: 0.357163
29.24/29.43	c 6) SATenstein: -10000.000000
29.24/29.43	c 7) gnovelty+: -10000.000000
29.24/29.43	c 8) adaptg2wsat+: -10000.000000
29.24/29.43	c 9) adaptg2wsat0: -10000.000000
29.24/29.43	c 10) tts-4-0: -10000.000000
29.24/29.43	c 11) vallst: -10000.000000
29.24/29.43	c 12) minisat20: -10000.000000
29.24/29.43	c 13) kcnfs04SAT07: -10000.000000
29.24/29.43	c satzilla running mxc-sr08 ... 
9997.70/10000.48	c Bin: Executing mxc-sr08
9997.70/10000.48	c spawning binary file with 9970 seconds ...
9997.70/10000.48	c child exit by a signal
9997.70/10000.48	c mxc-sr08 returned code 137.
9997.70/10000.48	c satzilla running picosat846 ... 
9997.70/10000.48	c Bin: Executing picosat846
9997.70/10000.48	c picosat846 returned code 1.
9997.70/10000.48	c satzilla running minisat20SAT07 ... 
9997.70/10000.48	c Bin: Executing minisat20SAT07
9997.70/10000.48	c minisat20SAT07 returned code 1.
9997.70/10000.48	c satzilla running zchaff_rand ... 
9997.70/10000.48	c Bin: Executing zchaff_rand
9997.70/10000.48	c zchaff_rand returned code 1.
9997.70/10000.48	c satzilla running march_dl2004 ... 
9997.70/10000.48	c Bin: Executing march_dl2004
9997.70/10000.48	c march_dl2004 returned code 1.
9997.70/10000.48	c satzilla running SATenstein ... 
9997.70/10000.48	c Bin: Executing SATenstein
9997.70/10000.48	c SATenstein returned code 1.
9997.70/10000.48	c satzilla running gnovelty+ ... 
9997.70/10000.48	c Bin: Executing gnovelty+
9997.70/10000.48	c gnovelty+ returned code 1.
9997.70/10000.48	c satzilla running adaptg2wsat+ ... 
9997.70/10000.48	c Bin: Executing adaptg2wsat+
9997.70/10000.48	c adaptg2wsat+ returned code 1.
9997.70/10000.48	c satzilla running adaptg2wsat0 ... 
9997.70/10000.48	c Bin: Executing adaptg2wsat0
9997.70/10000.48	c adaptg2wsat0 returned code 1.
9997.70/10000.48	c satzilla running tts-4-0 ... 
9997.70/10000.48	c Bin: Executing tts-4-0
9997.70/10000.48	c tts-4-0 returned code 1.
9997.70/10000.48	c satzilla running vallst ... 
9997.70/10000.48	c Bin: Executing vallst
9997.70/10000.48	c vallst returned code 1.
9997.70/10000.48	c satzilla running minisat20 ... 
9997.70/10000.48	c Bin: Executing minisat20
9997.70/10000.48	c minisat20 returned code 1.
9997.70/10000.48	c satzilla running kcnfs04SAT07 ... 
9997.70/10000.48	c Bin: Executing kcnfs04SAT07
9997.70/10000.48	c kcnfs04SAT07 returned code 1.
9997.70/10000.48	c ERROR: All Failed! 
9997.70/10000.48	c SATZILLA_TIME=9999.330000

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-1773860-1241350890/watcher-1773860-1241350890 -o /tmp/evaluation-result-1773860-1241350890/solver-1773860-1241350890 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1773860-1241350890.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26155
/proc/meminfo: memFree=1791352/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=4268 CPUtime=0
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 621 0 0 0 0 0 0 0 19 0 1 0 163121761 4370432 617 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 1067 624 44 138 0 926 0

[startup+0.0710249 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26155
/proc/meminfo: memFree=1791352/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=22152 CPUtime=0.06
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 4496 0 0 0 4 2 0 0 19 0 1 0 163121761 22683648 4468 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 5538 4469 54 138 0 5397 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24208

[startup+0.101025 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26155
/proc/meminfo: memFree=1791352/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=24240 CPUtime=0.09
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 5017 0 0 0 7 2 0 0 19 0 1 0 163121761 24821760 4989 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 6060 4989 54 138 0 5919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26296

[startup+0.30104 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26155
/proc/meminfo: memFree=1791352/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=30592 CPUtime=0.29
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 7371 0 0 0 26 3 0 0 20 0 1 0 163121761 31326208 6459 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 7648 6459 55 138 0 7507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32648

[startup+0.701069 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26155
/proc/meminfo: memFree=1791352/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=42500 CPUtime=0.69
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 10283 0 0 0 64 5 0 0 24 0 1 0 163121761 43520000 9371 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 10625 9371 55 138 0 10484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44556

[startup+1.50113 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26157
/proc/meminfo: memFree=1752104/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=39660 CPUtime=1.49
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 11189 0 0 0 144 5 0 0 25 0 1 0 163121761 40611840 9076 1992294400 134512640 135078026 4294956192 18446744073709551615 134537993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 9915 9076 71 138 0 9774 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41716

[startup+3.10224 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26157
/proc/meminfo: memFree=1754920/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=39660 CPUtime=3.09
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 11189 0 0 0 304 5 0 0 25 0 1 0 163121761 40611840 9076 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 9915 9076 71 138 0 9774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41716

[startup+6.30148 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 26157
/proc/meminfo: memFree=1754024/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=0
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163121760 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 112 96 399 0 111 0
[pid=26156] ppid=26155 vsize=39660 CPUtime=6.29
/proc/26156/stat : 26156 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 11189 0 0 0 623 6 0 0 25 0 1 0 163121761 40611840 9076 1992294400 134512640 135078026 4294956192 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26156/statm: 9915 9076 71 138 0 9774 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41716

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 26158
/proc/meminfo: memFree=1777064/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=2056 CPUtime=9.99
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 152 11189 0 0 0 0 993 6 18 0 1 0 163121760 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 514 121 104 399 0 111 0
[pid=26158] ppid=26155 vsize=17224 CPUtime=2.56
/proc/26158/stat : 26158 (picosat846) R 26155 26155 26118 0 -1 4194304 3478 0 9 0 254 2 0 0 25 0 1 0 163122762 17637376 3443 1992294400 134512640 134570484 4294956192 18446744073709551615 134552660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26158/statm: 4306 3443 85 14 0 3972 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 19280

[startup+25.5019 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 26160
/proc/meminfo: memFree=1763504/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=26352 CPUtime=25.35
/proc/26155/stat : 26155 (SATzilla2009_I) R 26153 26155 26118 0 -1 4194304 8104 30518 0 9 644 3 1866 22 25 0 1 0 163121760 26984448 6089 1992294400 134512640 136149169 4294956224 18446744073709551615 134847577 0 0 4096 3 0 0 0 17 1 0 0
/proc/26155/statm: 6588 6089 152 399 0 6185 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 26352

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26161
/proc/meminfo: memFree=1740392/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=39660 CPUtime=21.64
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 11189 0 0 0 2159 5 0 0 25 0 1 0 163124704 40611840 9076 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 9915 9076 71 138 0 9774 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 52412

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26161
/proc/meminfo: memFree=1725800/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=54440 CPUtime=72.83
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 14866 0 0 0 7274 9 0 0 25 0 1 0 163124704 55746560 12753 1992294400 134512640 135078026 4294956192 18446744073709551615 134534270 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 13610 12753 71 138 0 13469 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 67192

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26161
/proc/meminfo: memFree=1713768/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=66892 CPUtime=132.81
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 17841 0 0 0 13269 12 0 0 25 0 1 0 163124704 68497408 15728 1992294400 134512640 135078026 4294956192 18446744073709551615 134534499 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 16723 15728 71 138 0 16582 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 79644

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26161
/proc/meminfo: memFree=1709224/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=71652 CPUtime=192.8
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 18969 0 0 0 19266 14 0 0 25 0 1 0 163124704 73371648 16856 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 17913 16856 71 138 0 17772 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 84404

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26161
/proc/meminfo: memFree=1702248/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=78648 CPUtime=252.78
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 20705 0 0 0 25262 16 0 0 25 0 1 0 163124704 80535552 18592 1992294400 134512640 135078026 4294956192 18446744073709551615 134522144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 19662 18592 71 138 0 19521 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 91400

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26161
/proc/meminfo: memFree=1699176/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=81864 CPUtime=312.77
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 21502 0 0 0 31260 17 0 0 25 0 1 0 163124704 83828736 19389 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 20466 19389 71 138 0 20325 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 94616

[startup+402.301 s]

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


[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1523624/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=264188 CPUtime=9670.4
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 65376 0 0 0 966947 93 0 0 25 0 1 0 163124704 270528512 62232 1992294400 134512640 135078026 4294956192 18446744073709551615 134522060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 66047 62232 71 138 0 65906 0
Current children cumulated CPU time (s) 9699.67
Current children cumulated vsize (KiB) 276940

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1523624/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=264320 CPUtime=9730.39
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 65395 0 0 0 972946 93 0 0 25 0 1 0 163124704 270663680 62251 1992294400 134512640 135078026 4294956192 18446744073709551615 134523806 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 66080 62251 71 138 0 65939 0
Current children cumulated CPU time (s) 9759.66
Current children cumulated vsize (KiB) 277072

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1523560/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=264320 CPUtime=9790.37
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 65403 0 0 0 978944 93 0 0 25 0 1 0 163124704 270663680 62259 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 66080 62259 71 138 0 65939 0
Current children cumulated CPU time (s) 9819.64
Current children cumulated vsize (KiB) 277072

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1522536/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=265444 CPUtime=9850.37
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 65652 0 0 0 984943 94 0 0 25 0 1 0 163124704 271814656 62508 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 66361 62508 71 138 0 66220 0
Current children cumulated CPU time (s) 9879.64
Current children cumulated vsize (KiB) 278196

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9910.34
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 990938 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534318 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9939.61
Current children cumulated vsize (KiB) 287300

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9926.34
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 992538 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9955.61
Current children cumulated vsize (KiB) 287300

[startup+9983.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9951.93
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 995097 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9981.2
Current children cumulated vsize (KiB) 287300

[startup+9990.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9958.33
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 995737 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9987.6
Current children cumulated vsize (KiB) 287300

[startup+9996.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9964.73
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 996377 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534533 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9994
Current children cumulated vsize (KiB) 287300

[startup+9998.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9966.33
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 996537 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9995.6
Current children cumulated vsize (KiB) 287300

[startup+9999.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9967.13
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 996617 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534200 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9996.4
Current children cumulated vsize (KiB) 287300

[startup+9999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9967.93
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 996697 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9997.2
Current children cumulated vsize (KiB) 287300

[startup+10000.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9968.33
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 996737 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9997.6
Current children cumulated vsize (KiB) 287300

[startup+10000.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 26183
/proc/meminfo: memFree=1513576/2055920 swapFree=4181112/4192956
[pid=26155] ppid=26153 vsize=12752 CPUtime=29.27
/proc/26155/stat : 26155 (SATzilla2009_I) S 26153 26155 26118 0 -1 4194304 10499 30518 0 9 1030 9 1866 22 25 0 1 0 163121760 13058048 2931 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26155/statm: 3188 2931 217 399 0 2785 0
[pid=26161] ppid=26155 vsize=274548 CPUtime=9968.43
/proc/26161/stat : 26161 (mxc-sr08) R 26155 26155 26118 0 -1 4194304 67880 0 0 0 996747 96 0 0 25 0 1 0 163124704 281137152 64736 1992294400 134512640 135078026 4294956192 18446744073709551615 134523387 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26161/statm: 68637 64736 71 138 0 68496 0
Current children cumulated CPU time (s) 9997.7
Current children cumulated vsize (KiB) 287300

Child status: 17
Real time (s): 10000.5
CPU time (s): 9997.83
CPU user time (s): 9996.49
CPU system time (s): 1.3368
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 287300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9996.49
system time used= 1.3368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108913
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47
involuntary context switches= 26483

runsolver used 11.3053 second user time and 24.7832 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-03 13:41:31
IDJOB=1773860
IDBENCH=70813
IDSOLVER=616
FILE ID=node34/1773860-1241350890
PBS_JOBID= 9225559
Free space on /tmp= 66496 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray32_32.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773860-1241350890/watcher-1773860-1241350890 -o /tmp/evaluation-result-1773860-1241350890/solver-1773860-1241350890 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1773860-1241350890.cnf

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

MD5SUM BENCH= b7a07371a2da4a8c8bef63c213dd1e15
RANDOM SEED=828720785

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.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:      2055920 kB
MemFree:       1791832 kB
Buffers:         28136 kB
Cached:         175720 kB
SwapCached:       5720 kB
Active:          28032 kB
Inactive:       183668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791832 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:           35164 kB
Writeback:           0 kB
Mapped:          13416 kB
Slab:            38424 kB
Committed_AS:   714824 kB
PageTables:       1380 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= 66464 MiB
End job on node34 at 2009-05-03 16:28:12