Trace number 1775320

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) 9998.48 10003.4

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark48.8016
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

25.85/26.00	c SATzilla is building models for class 3
25.85/26.00	c run presolver mxc-sr08 for 10 seconds ... 
25.85/26.00	c Bin: Executing mxc-sr08
25.85/26.00	c spawning binary file with 10 seconds ...
25.85/26.00	c child exit by a signal
25.85/26.00	c mxc-sr08 returned code 137.
25.85/26.00	c run presolver picosat846 for 5 seconds ... 
25.85/26.00	c Bin: Executing picosat846
25.85/26.00	c spawning binary file with 5 seconds ...
25.85/26.00	c child exit by a signal
25.85/26.00	c picosat846 returned code 137.
25.85/26.00	c Orignal number of varibales is 17710, number of clauses is 304026 
25.85/26.00	c predicted feature computation time is 2.408829 
25.85/26.00	c Bin: Executing satelite
25.85/26.00	c spawning binary file with 240 seconds ...
25.85/26.00	c child exited successfully
25.85/26.00	c satzilla computing base features
25.85/26.00	c Number of variabe is: 11639, Number of clause is : 289635 
25.85/26.00	c Initializing...
25.85/26.00	c satzilla doing clause learning
25.85/26.00	c start clause learning features ...
25.85/26.00	c Bin: Executing zchaff07
25.85/26.00	c spawning binary file with 2 seconds ...
25.85/26.00	c child exit by a signal
25.85/26.00	c satzilla doing survey propogation probe
25.85/26.00	c do survay propogation for 2 second ...
25.85/26.00	c satzilla doing local search probe
25.85/26.00	c features are:17710 304026 11639 289635 0.521608 0.0496867 0.0401851 0.798161 0.471639 1.0185 0.000282227 1.95494 0.000171836 0.0112553 0.687407 0.889413 0.91288 0.000282227 2.18927 2.41683e-05 0.016217 4.62706 0.397755 0.295381 0 0.961165 4.03703 0.000158691 1.79117 0 0.00568301 4.47333 0.911582 0.000485535 1.61585 2.41683e-05 0.0112417 130.5 0.642137 67 274 274 67 274 79 102 42.4556 0.129492 34.6679 48.3582 48.3582 34.6679 48.3582 39.9608 46.8354 0.793437 0.393585 0 0.999999 0.99649 0.109198 0.985026 0.726788 0.949628 0.047699 1.98283 -5.55112e-17 0.49994 0.198464 6.05028e-07 0.0310207 1.1514e-05 0.000403058 2375.5 0.929017 2360 1.41421 2360 0 0 21.3057 0.815381 1.03028 0.0449059 
25.85/26.00	c satzilla's ranking:
25.85/26.00	c 1) picosat846: 2.486677
25.85/26.00	c 2) zchaff_rand: 1.877662
25.85/26.00	c 3) mxc-sr08: 0.957814
25.85/26.00	c 4) minisat20SAT07: 0.263369
25.85/26.00	c 5) march_dl2004: 0.106059
25.85/26.00	c 6) SATenstein: -10000.000000
25.85/26.00	c 7) gnovelty+: -10000.000000
25.85/26.00	c 8) adaptg2wsat+: -10000.000000
25.85/26.00	c 9) adaptg2wsat0: -10000.000000
25.85/26.00	c 10) tts-4-0: -10000.000000
25.85/26.00	c 11) vallst: -10000.000000
25.85/26.00	c 12) minisat20: -10000.000000
25.85/26.00	c 13) kcnfs04SAT07: -10000.000000
25.85/26.00	c satzilla running picosat846 ... 
9998.36/10003.38	c Bin: Executing picosat846
9998.36/10003.38	c spawning binary file with 9974 seconds ...
9998.36/10003.38	c child exit by a signal
9998.36/10003.38	c picosat846 returned code 137.
9998.36/10003.38	c satzilla running zchaff_rand ... 
9998.36/10003.38	c Bin: Executing zchaff_rand
9998.36/10003.38	c zchaff_rand returned code 1.
9998.36/10003.38	c satzilla running mxc-sr08 ... 
9998.36/10003.38	c Bin: Executing mxc-sr08
9998.36/10003.38	c mxc-sr08 returned code 1.
9998.36/10003.38	c satzilla running minisat20SAT07 ... 
9998.36/10003.38	c Bin: Executing minisat20SAT07
9998.36/10003.38	c minisat20SAT07 returned code 1.
9998.36/10003.38	c satzilla running march_dl2004 ... 
9998.36/10003.38	c Bin: Executing march_dl2004
9998.36/10003.38	c march_dl2004 returned code 1.
9998.36/10003.38	c satzilla running SATenstein ... 
9998.36/10003.38	c Bin: Executing SATenstein
9998.36/10003.38	c SATenstein returned code 1.
9998.36/10003.38	c satzilla running gnovelty+ ... 
9998.36/10003.38	c Bin: Executing gnovelty+
9998.36/10003.38	c gnovelty+ returned code 1.
9998.36/10003.38	c satzilla running adaptg2wsat+ ... 
9998.36/10003.38	c Bin: Executing adaptg2wsat+
9998.36/10003.38	c adaptg2wsat+ returned code 1.
9998.36/10003.38	c satzilla running adaptg2wsat0 ... 
9998.36/10003.38	c Bin: Executing adaptg2wsat0
9998.36/10003.38	c adaptg2wsat0 returned code 1.
9998.36/10003.38	c satzilla running tts-4-0 ... 
9998.36/10003.38	c Bin: Executing tts-4-0
9998.36/10003.38	c tts-4-0 returned code 1.
9998.36/10003.38	c satzilla running vallst ... 
9998.36/10003.38	c Bin: Executing vallst
9998.36/10003.38	c vallst returned code 1.
9998.36/10003.38	c satzilla running minisat20 ... 
9998.36/10003.38	c Bin: Executing minisat20
9998.36/10003.38	c minisat20 returned code 1.
9998.36/10003.38	c satzilla running kcnfs04SAT07 ... 
9998.36/10003.38	c Bin: Executing kcnfs04SAT07
9998.36/10003.38	c kcnfs04SAT07 returned code 1.
9998.36/10003.38	c ERROR: All Failed! 
9998.36/10003.38	c SATZILLA_TIME=9999.980000

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-1775320-1241359055/watcher-1775320-1241359055 -o /tmp/evaluation-result-1775320-1241359055/solver-1775320-1241359055 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1775320-1241359055.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.85 0.97 0.99 3/64 3015
/proc/meminfo: memFree=1361400/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) R 3013 3015 2978 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=6296 CPUtime=0
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 712 0 0 0 0 0 0 0 18 0 1 0 163939562 6447104 708 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 1574 716 45 138 0 1433 0

[startup+0.056799 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3015
/proc/meminfo: memFree=1361400/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=12772 CPUtime=0.04
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 2919 0 0 0 3 1 0 0 19 0 1 0 163939562 13078528 2913 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 3193 2914 54 138 0 3052 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14828

[startup+0.102806 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3015
/proc/meminfo: memFree=1361400/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=16276 CPUtime=0.1
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 3750 0 0 0 8 2 0 0 19 0 1 0 163939562 16666624 3744 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 4069 3744 54 138 0 3928 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18332

[startup+0.30284 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3015
/proc/meminfo: memFree=1361400/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=22508 CPUtime=0.29
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 6751 0 0 0 27 2 0 0 21 0 1 0 163939562 23048192 5354 1992294400 134512640 135078026 4294956192 18446744073709551615 134561557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 5627 5354 55 138 0 5486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24564

[startup+0.70191 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 3015
/proc/meminfo: memFree=1361400/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=27168 CPUtime=0.69
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 7678 0 0 0 66 3 0 0 25 0 1 0 163939562 27820032 6281 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 6792 6281 55 138 0 6651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29224

[startup+1.50105 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3017
/proc/meminfo: memFree=1334184/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=30188 CPUtime=1.49
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 8514 0 0 0 146 3 0 0 25 0 1 0 163939562 30912512 7117 1992294400 134512640 135078026 4294956192 18446744073709551615 134560793 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 7547 7117 55 138 0 7406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32244

[startup+3.10133 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3017
/proc/meminfo: memFree=1332392/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=27180 CPUtime=3.09
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 8745 0 0 0 306 3 0 0 25 0 1 0 163939562 27832320 6499 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 6795 6499 71 138 0 6654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29236

[startup+6.30189 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 3017
/proc/meminfo: memFree=1334952/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=0
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163939562 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/3015/statm: 514 112 96 399 0 111 0
[pid=3016] ppid=3015 vsize=28104 CPUtime=6.28
/proc/3016/stat : 3016 (mxc-sr08) R 3015 3015 2978 0 -1 4194304 8963 0 0 0 623 5 0 0 25 0 1 0 163939562 28778496 6717 1992294400 134512640 135078026 4294956192 18446744073709551615 134534713 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3016/statm: 7026 6717 71 138 0 6885 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30160

[startup+12.702 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 3018
/proc/meminfo: memFree=1348648/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=2056 CPUtime=9.99
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 152 9667 0 0 0 0 993 6 16 0 1 0 163939562 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 514 121 104 399 0 111 0
[pid=3018] ppid=3015 vsize=15500 CPUtime=2.67
/proc/3018/stat : 3018 (picosat846) R 3015 3015 2978 0 -1 4194304 3341 0 0 0 266 1 0 0 25 0 1 0 163940563 15872000 3330 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3018/statm: 3875 3330 85 14 0 3541 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17556

[startup+25.5013 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 3020
/proc/meminfo: memFree=1320048/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=39768 CPUtime=25.45
/proc/3015/stat : 3015 (SATzilla2009_I) R 3013 3015 2978 0 -1 4194304 12526 29209 0 0 683 6 1833 23 25 0 1 0 163939562 40722432 9224 1992294400 134512640 136149169 4294956224 18446744073709551615 134579783 0 0 4096 3 0 0 0 17 0 0 0
/proc/3015/statm: 9942 9224 207 399 0 9539 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 39768

[startup+51.1027 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 3021
/proc/meminfo: memFree=1304232/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=20912 CPUtime=25.05
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 4710 0 0 0 2502 3 0 0 25 0 1 0 163942162 21413888 4660 1992294400 134512640 134570484 4294956192 18446744073709551615 134526494 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 5228 4660 85 14 0 4894 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 56580

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 3021
/proc/meminfo: memFree=1300456/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=24600 CPUtime=76.23
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 5606 0 0 0 7619 4 0 0 25 0 1 0 163942162 25190400 5556 1992294400 134512640 134570484 4294956192 18446744073709551615 134524147 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 6150 5556 85 14 0 5816 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 60268

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3021
/proc/meminfo: memFree=1295848/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=29220 CPUtime=136.19
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 6762 0 0 0 13614 5 0 0 25 0 1 0 163942162 29921280 6712 1992294400 134512640 134570484 4294956192 18446744073709551615 134552788 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 7305 6712 85 14 0 6971 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 64888

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3027
/proc/meminfo: memFree=1294952/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=30084 CPUtime=196.16
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 7816 0 0 0 19610 6 0 0 25 0 1 0 163942162 30806016 6947 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 7521 6947 85 14 0 7187 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 65752

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3027
/proc/meminfo: memFree=1288936/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=36208 CPUtime=256.14
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 9276 0 0 0 25606 8 0 0 25 0 1 0 163942162 37076992 8396 1992294400 134512640 134570484 4294956192 18446744073709551615 134553110 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 9052 8396 85 14 0 8718 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 71876

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3027
/proc/meminfo: memFree=1284840/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=40300 CPUtime=316.11
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 10302 0 0 0 31602 9 0 0 25 0 1 0 163942162 41267200 9422 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 10075 9422 85 14 0 9741 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 75968

[startup+402.301 s]

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


[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3043
/proc/meminfo: memFree=1165736/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=159276 CPUtime=9311.71
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 46578 0 0 0 931124 47 0 0 25 0 1 0 163942162 163098624 38985 1992294400 134512640 134570484 4294956192 18446744073709551615 134552634 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 39819 38985 85 14 0 39485 0
Current children cumulated CPU time (s) 9337.65
Current children cumulated vsize (KiB) 194944

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3043
/proc/meminfo: memFree=1164904/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=160728 CPUtime=9371.68
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 46921 0 0 0 937121 47 0 0 25 0 1 0 163942162 164585472 39328 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 40182 39328 85 14 0 39848 0
Current children cumulated CPU time (s) 9397.62
Current children cumulated vsize (KiB) 196396

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3043
/proc/meminfo: memFree=1157224/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=167988 CPUtime=9431.65
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48753 0 0 0 943116 49 0 0 25 0 1 0 163942162 172019712 41160 1992294400 134512640 134570484 4294956192 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41997 41160 85 14 0 41663 0
Current children cumulated CPU time (s) 9457.59
Current children cumulated vsize (KiB) 203656

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3043
/proc/meminfo: memFree=1157160/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=167988 CPUtime=9491.62
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48753 0 0 0 949113 49 0 0 25 0 1 0 163942162 172019712 41160 1992294400 134512640 134570484 4294956192 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41997 41160 85 14 0 41663 0
Current children cumulated CPU time (s) 9517.56
Current children cumulated vsize (KiB) 203656

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3043
/proc/meminfo: memFree=1157160/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=167988 CPUtime=9551.6
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48753 0 0 0 955111 49 0 0 25 0 1 0 163942162 172019712 41160 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41997 41160 85 14 0 41663 0
Current children cumulated CPU time (s) 9577.54
Current children cumulated vsize (KiB) 203656

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3043
/proc/meminfo: memFree=1160488/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164548 CPUtime=9611.57
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48753 0 0 0 961108 49 0 0 25 0 1 0 163942162 168497152 40303 1992294400 134512640 134570484 4294956192 18446744073709551615 134553040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41137 40303 85 14 0 40803 0
Current children cumulated CPU time (s) 9637.51
Current children cumulated vsize (KiB) 200216

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3045
/proc/meminfo: memFree=1160360/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164548 CPUtime=9671.54
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48753 0 0 0 967105 49 0 0 25 0 1 0 163942162 168497152 40303 1992294400 134512640 134570484 4294956192 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41137 40303 85 14 0 40803 0
Current children cumulated CPU time (s) 9697.48
Current children cumulated vsize (KiB) 200216

[startup+9762.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 3045
/proc/meminfo: memFree=1160360/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164532 CPUtime=9731.52
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48772 0 0 0 973102 50 0 0 25 0 1 0 163942162 168480768 40318 1992294400 134512640 134570484 4294956192 18446744073709551615 134551882 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41133 40318 85 14 0 40799 0
Current children cumulated CPU time (s) 9757.46
Current children cumulated vsize (KiB) 200200

[startup+9822.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 3045
/proc/meminfo: memFree=1160360/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164532 CPUtime=9791.49
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48772 0 0 0 979099 50 0 0 25 0 1 0 163942162 168480768 40318 1992294400 134512640 134570484 4294956192 18446744073709551615 134551765 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41133 40318 85 14 0 40799 0
Current children cumulated CPU time (s) 9817.43
Current children cumulated vsize (KiB) 200200

[startup+9882.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 3045
/proc/meminfo: memFree=1160360/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164532 CPUtime=9851.47
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48772 0 0 0 985097 50 0 0 25 0 1 0 163942162 168480768 40318 1992294400 134512640 134570484 4294956192 18446744073709551615 134551715 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41133 40318 85 14 0 40799 0
Current children cumulated CPU time (s) 9877.41
Current children cumulated vsize (KiB) 200200

[startup+9942.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 3045
/proc/meminfo: memFree=1160424/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164532 CPUtime=9911.44
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48772 0 0 0 991094 50 0 0 25 0 1 0 163942162 168480768 40318 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41133 40318 85 14 0 40799 0
Current children cumulated CPU time (s) 9937.38
Current children cumulated vsize (KiB) 200200

[startup+10002.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 3045
/proc/meminfo: memFree=1160424/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164532 CPUtime=9971.42
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48788 0 0 0 997092 50 0 0 25 0 1 0 163942162 168480768 40334 1992294400 134512640 134570484 4294956192 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41133 40334 85 14 0 40799 0
Current children cumulated CPU time (s) 9997.36
Current children cumulated vsize (KiB) 200200

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

[startup+10003.1 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 3045
/proc/meminfo: memFree=1160424/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164532 CPUtime=9972.22
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48788 0 0 0 997172 50 0 0 25 0 1 0 163942162 168480768 40334 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41133 40334 85 14 0 40799 0
Current children cumulated CPU time (s) 9998.16
Current children cumulated vsize (KiB) 200200

[startup+10003.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 3045
/proc/meminfo: memFree=1160424/2055920 swapFree=4180136/4192956
[pid=3015] ppid=3013 vsize=35668 CPUtime=25.94
/proc/3015/stat : 3015 (SATzilla2009_I) S 3013 3015 2978 0 -1 4194304 12544 29209 0 0 732 6 1833 23 25 0 1 0 163939562 36524032 8668 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3015/statm: 8917 8668 217 399 0 8514 0
[pid=3021] ppid=3015 vsize=164532 CPUtime=9972.42
/proc/3021/stat : 3021 (picosat846) R 3015 3015 2978 0 -1 4194304 48788 0 0 0 997192 50 0 0 25 0 1 0 163942162 168480768 40334 1992294400 134512640 134570484 4294956192 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3021/statm: 41133 40334 85 14 0 40799 0
Current children cumulated CPU time (s) 9998.36
Current children cumulated vsize (KiB) 200200

Child status: 17
Real time (s): 10003.4
CPU time (s): 9998.48
CPU user time (s): 9997.65
CPU system time (s): 0.834873
CPU usage (%): 99.9509
Max. virtual memory (cumulated for all children) (KiB): 203656

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

runsolver used 7.47786 second user time and 28.9036 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-03 15:57:36
IDJOB=1775320
IDBENCH=71718
IDSOLVER=616
FILE ID=node4/1775320-1241359055
PBS_JOBID= 9225616
Free space on /tmp= 66416 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775320-1241359055/watcher-1775320-1241359055 -o /tmp/evaluation-result-1775320-1241359055/solver-1775320-1241359055 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1775320-1241359055.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=119793481

node4.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.265
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.265
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:       1361888 kB
Buffers:         78732 kB
Cached:         536092 kB
SwapCached:       7308 kB
Active:         158292 kB
Inactive:       465692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361888 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:           37188 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            55936 kB
Committed_AS:   868072 kB
PageTables:       1468 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= 66384 MiB
End job on node4 at 2009-05-03 18:44:19