Trace number 1538596

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.04 1199.68

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S2044894925-062.cnf
MD5SUMe2770daa493ba034d910db34ba341508
Bench CategoryRANDOM (random 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 variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.15/20.22	c SATzilla is building models for class 3
20.15/20.22	c run presolver mxc-sr08 for 10 seconds ... 
20.15/20.22	c Bin: Executing mxc-sr08
20.15/20.22	c spawning binary file with 10 seconds ...
20.15/20.22	c child exit by a signal
20.15/20.22	c mxc-sr08 returned code 137.
20.15/20.22	c run presolver picosat846 for 5 seconds ... 
20.15/20.22	c Bin: Executing picosat846
20.15/20.22	c spawning binary file with 5 seconds ...
20.15/20.22	c child exit by a signal
20.15/20.22	c picosat846 returned code 137.
20.15/20.22	c Orignal number of varibales is 8000, number of clauses is 33600 
20.15/20.22	c predicted feature computation time is 1.481951 
20.15/20.22	c Bin: Executing satelite
20.15/20.22	c spawning binary file with 240 seconds ...
20.15/20.22	c child exited successfully
20.15/20.22	c satzilla computing base features
20.15/20.22	c Number of variabe is: 7822, Number of clause is : 33437 
20.15/20.22	c Initializing...
20.15/20.22	c satzilla doing clause learning
20.15/20.22	c start clause learning features ...
20.15/20.22	c Bin: Executing zchaff07
20.15/20.22	c spawning binary file with 2 seconds ...
20.15/20.22	c child exit by a signal
20.15/20.22	c satzilla doing survey propogation probe
20.15/20.22	c do survay propogation for 2 second ...
20.15/20.22	c satzilla doing local search probe
20.15/20.22	c features are:8000 33600 7822 33437 0.0227563 0.00487484 0.233932 0.491927 0.587163 0.696238 0.000387766 0.0613117 0.000383534 0.000767067 0.146441 0 0.968089 0.000387766 0.284548 5.9814e-05 0.00104674 2.69847 0.228175 0.170452 0 1 3.3534 0.000191776 0.389717 0 0.000538326 2.31495 0.496665 0.000784158 0.2875 0.000119628 0.0021533 27.8095 0.411786 12 65 46 17 32 20 25 51.5708 0.142721 35.1562 72.7895 61.4545 43.8571 55.3455 46.2769 49.8421 0.391223 0.581058 5.28191e-05 1 0.700724 0.0826773 0.567919 0.201785 0.38878 0.09181 0.662768 0.00272253 0.646595 0.174531 0.0274534 0.123336 0.0468651 0.0778908 209.682 0.094966 1704.18 0.0186271 1711 1663 1737 0.212844 0.227936 0.84146 0.00944278 
20.15/20.22	c satzilla's ranking:
20.15/20.22	c 1) picosat846: 2.654578
20.15/20.22	c 2) mxc-sr08: 1.808634
20.15/20.22	c 3) march_dl2004: 1.330262
20.15/20.22	c 4) zchaff_rand: 1.309797
20.15/20.22	c 5) minisat20SAT07: 1.292258
20.15/20.22	c 6) SATenstein: -10000.000000
20.15/20.22	c 7) gnovelty+: -10000.000000
20.15/20.22	c 8) adaptg2wsat+: -10000.000000
20.15/20.22	c 9) adaptg2wsat0: -10000.000000
20.15/20.22	c 10) tts-4-0: -10000.000000
20.15/20.22	c 11) vallst: -10000.000000
20.15/20.22	c 12) minisat20: -10000.000000
20.15/20.23	c 13) kcnfs04SAT07: -10000.000000
20.15/20.23	c satzilla running picosat846 ... 
1198.93/1199.67	c Bin: Executing picosat846
1198.93/1199.67	c spawning binary file with 1179 seconds ...
1198.93/1199.67	c child exit by a signal
1198.93/1199.67	c picosat846 returned code 137.
1198.93/1199.67	c satzilla running mxc-sr08 ... 
1198.93/1199.67	c Bin: Executing mxc-sr08
1198.93/1199.67	c mxc-sr08 returned code 1.
1198.93/1199.67	c satzilla running march_dl2004 ... 
1198.93/1199.67	c Bin: Executing march_dl2004
1198.93/1199.67	c march_dl2004 returned code 1.
1198.93/1199.67	c satzilla running zchaff_rand ... 
1198.93/1199.67	c Bin: Executing zchaff_rand
1198.93/1199.67	c zchaff_rand returned code 1.
1198.93/1199.67	c satzilla running minisat20SAT07 ... 
1198.93/1199.67	c Bin: Executing minisat20SAT07
1198.93/1199.67	c minisat20SAT07 returned code 1.
1198.93/1199.67	c satzilla running SATenstein ... 
1198.93/1199.67	c Bin: Executing SATenstein
1198.93/1199.67	c SATenstein returned code 1.
1198.93/1199.67	c satzilla running gnovelty+ ... 
1198.93/1199.67	c Bin: Executing gnovelty+
1198.93/1199.67	c gnovelty+ returned code 1.
1198.93/1199.67	c satzilla running adaptg2wsat+ ... 
1198.93/1199.67	c Bin: Executing adaptg2wsat+
1198.93/1199.67	c adaptg2wsat+ returned code 1.
1198.93/1199.67	c satzilla running adaptg2wsat0 ... 
1198.93/1199.67	c Bin: Executing adaptg2wsat0
1198.93/1199.67	c adaptg2wsat0 returned code 1.
1198.93/1199.67	c satzilla running tts-4-0 ... 
1198.93/1199.67	c Bin: Executing tts-4-0
1198.93/1199.67	c tts-4-0 returned code 1.
1198.93/1199.67	c satzilla running vallst ... 
1198.93/1199.67	c Bin: Executing vallst
1198.93/1199.67	c vallst returned code 1.
1198.93/1199.67	c satzilla running minisat20 ... 
1198.93/1199.67	c Bin: Executing minisat20
1198.93/1199.67	c minisat20 returned code 1.
1198.93/1199.67	c satzilla running kcnfs04SAT07 ... 
1198.93/1199.67	c Bin: Executing kcnfs04SAT07
1198.93/1199.67	c kcnfs04SAT07 returned code 1.
1198.93/1199.67	c ERROR: All Failed! 
1198.93/1199.67	c SATZILLA_TIME=1199.210000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538596-1238435675/watcher-1538596-1238435675 -o /tmp/evaluation-result-1538596-1238435675/solver-1538596-1238435675 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538596-1238435675.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.22 1.42 1.20 3/64 11577
/proc/meminfo: memFree=1616888/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) R 11575 11577 11091 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=2960 CPUtime=0
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 562 0 0 0 0 0 0 0 18 0 1 0 1116233234 3031040 558 1992294400 134512640 135078026 4294956176 18446744073709551615 134555327 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 740 560 52 138 0 599 0

[startup+0.0119711 s]
/proc/loadavg: 1.22 1.42 1.20 3/64 11577
/proc/meminfo: memFree=1616888/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=3228 CPUtime=0
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 661 0 0 0 0 0 0 0 19 0 1 0 1116233234 3305472 657 1992294400 134512640 135078026 4294956176 18446744073709551615 134565503 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 807 657 54 138 0 666 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5284

[startup+0.102983 s]
/proc/loadavg: 1.22 1.42 1.20 3/64 11577
/proc/meminfo: memFree=1616888/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=4600 CPUtime=0.09
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 1130 0 0 0 9 0 0 0 19 0 1 0 1116233234 4710400 977 1992294400 134512640 135078026 4294956176 18446744073709551615 134552129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 1150 977 55 138 0 1009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6656

[startup+0.303012 s]
/proc/loadavg: 1.22 1.42 1.20 3/64 11577
/proc/meminfo: memFree=1616888/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=5156 CPUtime=0.29
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 1353 0 0 0 29 0 0 0 21 0 1 0 1116233234 5279744 1133 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 1289 1133 71 138 0 1148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7212

[startup+0.701068 s]
/proc/loadavg: 1.22 1.42 1.20 3/64 11577
/proc/meminfo: memFree=1616888/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=5552 CPUtime=0.68
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 1450 0 0 0 68 0 0 0 25 0 1 0 1116233234 5685248 1230 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 1388 1230 71 138 0 1247 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7608

[startup+1.50118 s]
/proc/loadavg: 1.22 1.42 1.20 2/66 11579
/proc/meminfo: memFree=1611880/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=6344 CPUtime=1.48
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 1634 0 0 0 148 0 0 0 25 0 1 0 1116233234 6496256 1414 1992294400 134512640 135078026 4294956176 18446744073709551615 134535089 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 1586 1414 71 138 0 1445 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8400

[startup+3.10142 s]
/proc/loadavg: 1.22 1.42 1.20 2/66 11579
/proc/meminfo: memFree=1610856/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=6872 CPUtime=3.08
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 1768 0 0 0 308 0 0 0 25 0 1 0 1116233234 7036928 1548 1992294400 134512640 135078026 4294956176 18446744073709551615 134522159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 1718 1548 71 138 0 1577 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8928

[startup+6.30188 s]
/proc/loadavg: 1.28 1.43 1.20 2/66 11579
/proc/meminfo: memFree=1610536/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=0
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116233233 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11577/statm: 514 112 96 399 0 111 0
[pid=11578] ppid=11577 vsize=7400 CPUtime=6.28
/proc/11578/stat : 11578 (mxc-sr08) R 11577 11577 11091 0 -1 4194304 1898 0 0 0 627 1 0 0 25 0 1 0 1116233234 7577600 1678 1992294400 134512640 135078026 4294956176 18446744073709551615 134523958 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11578/statm: 1850 1678 71 138 0 1709 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9456

[startup+12.7018 s]
/proc/loadavg: 1.26 1.42 1.20 2/66 11580
/proc/meminfo: memFree=1611432/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=2056 CPUtime=9.98
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 152 2003 0 0 0 0 997 1 16 0 1 0 1116233233 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 514 121 104 399 0 111 0
[pid=11580] ppid=11577 vsize=8272 CPUtime=2.67
/proc/11580/stat : 11580 (picosat846) R 11577 11577 11091 0 -1 4194304 1788 0 0 0 266 1 0 0 25 0 1 0 1116234235 8470528 1777 1992294400 134512640 134570484 4294956176 18446744073709551615 5113467 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11580/statm: 2068 1777 85 14 0 1734 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 10328

[startup+25.5027 s]
/proc/loadavg: 1.20 1.40 1.20 2/66 11583
/proc/meminfo: memFree=1600616/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=13024 CPUtime=5.26
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 2949 0 0 0 525 1 0 0 25 0 1 0 1116235256 13336576 2927 1992294400 134512640 134570484 4294956176 18446744073709551615 134563787 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 3256 2927 85 14 0 2922 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 19768

[startup+51.1024 s]
/proc/loadavg: 1.13 1.37 1.19 2/66 11583
/proc/meminfo: memFree=1591080/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=22396 CPUtime=30.84
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 5312 0 0 0 3082 2 0 0 25 0 1 0 1116235256 22933504 5290 1992294400 134512640 134570484 4294956176 18446744073709551615 134552035 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 5599 5290 85 14 0 5265 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 29140

[startup+102.306 s]
/proc/loadavg: 1.06 1.31 1.18 2/66 11583
/proc/meminfo: memFree=1579880/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=33740 CPUtime=82.03
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 8126 0 0 0 8198 5 0 0 25 0 1 0 1116235256 34549760 8104 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 8435 8104 85 14 0 8101 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 40484

[startup+162.301 s]
/proc/loadavg: 1.02 1.25 1.17 2/66 11583
/proc/meminfo: memFree=1569512/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=44036 CPUtime=141.99
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 10709 0 0 0 14192 7 0 0 25 0 1 0 1116235256 45092864 10687 1992294400 134512640 134570484 4294956176 18446744073709551615 134524070 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11583/statm: 11009 10687 85 14 0 10675 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 50780

[startup+222.301 s]
/proc/loadavg: 1.00 1.20 1.15 2/66 11583
/proc/meminfo: memFree=1561640/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=51824 CPUtime=201.96
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 12682 0 0 0 20187 9 0 0 25 0 1 0 1116235256 53067776 12660 1992294400 134512640 134570484 4294956176 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 12956 12660 85 14 0 12622 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 58568

[startup+282.302 s]
/proc/loadavg: 1.00 1.16 1.14 2/66 11583
/proc/meminfo: memFree=1556904/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=56956 CPUtime=261.94
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 13867 0 0 0 26184 10 0 0 25 0 1 0 1116235256 58322944 13845 1992294400 134512640 134570484 4294956176 18446744073709551615 134553040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 14239 13845 85 14 0 13905 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 63700

[startup+342.302 s]
/proc/loadavg: 1.00 1.13 1.13 2/66 11583
/proc/meminfo: memFree=1550376/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=63424 CPUtime=321.9
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 15492 0 0 0 32179 11 0 0 25 0 1 0 1116235256 64946176 15470 1992294400 134512640 134570484 4294956176 18446744073709551615 134523168 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 15856 15470 85 14 0 15522 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 11589
/proc/meminfo: memFree=1517736/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=95464 CPUtime=801.65
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 23779 0 0 0 80146 19 0 0 25 0 1 0 1116235256 97755136 23560 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 23866 23560 85 14 0 23532 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 102208

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.06 2/66 11589
/proc/meminfo: memFree=1508264/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=105364 CPUtime=861.63
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 26232 0 0 0 86142 21 0 0 25 0 1 0 1116235256 107892736 26013 1992294400 134512640 134570484 4294956176 18446744073709551615 134551715 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11583/statm: 26341 26013 85 14 0 26007 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 112108

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11589
/proc/meminfo: memFree=1500840/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=112492 CPUtime=921.59
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 28029 0 0 0 92136 23 0 0 25 0 1 0 1116235256 115191808 27810 1992294400 134512640 134570484 4294956176 18446744073709551615 134526531 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 28123 27810 85 14 0 27789 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 119236

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 11589
/proc/meminfo: memFree=1504424/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=108644 CPUtime=981.56
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 28030 0 0 0 98133 23 0 0 25 0 1 0 1116235256 111251456 26867 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 27161 26867 85 14 0 26827 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 115388

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 11589
/proc/meminfo: memFree=1503592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=109700 CPUtime=1041.53
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 28291 0 0 0 104129 24 0 0 25 0 1 0 1116235256 112332800 27128 1992294400 134512640 134570484 4294956176 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11583/statm: 27425 27128 85 14 0 27091 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 116444

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1500072/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=114156 CPUtime=1101.5
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 29169 0 0 0 110125 25 0 0 25 0 1 0 1116235256 116895744 28006 1992294400 134512640 134570484 4294956176 18446744073709551615 134523457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 28539 28006 85 14 0 28205 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 120900

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1161.47
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 116121 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 125256

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1169.46
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 116920 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1189.63
Current children cumulated vsize (KiB) 125256

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1172.67
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 117241 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1192.84
Current children cumulated vsize (KiB) 125256

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1175.87
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 117561 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1196.04
Current children cumulated vsize (KiB) 125256

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1177.46
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 117720 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1197.63
Current children cumulated vsize (KiB) 125256

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1178.26
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 117800 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134523246 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1198.43
Current children cumulated vsize (KiB) 125256

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1178.66
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 117840 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134523457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1198.83
Current children cumulated vsize (KiB) 125256

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 11589
/proc/meminfo: memFree=1495592/2055920 swapFree=4174420/4192956
[pid=11577] ppid=11575 vsize=6744 CPUtime=20.17
/proc/11577/stat : 11577 (SATzilla2009_I) S 11575 11577 11091 0 -1 4194304 2683 7481 0 0 283 20 1691 23 25 0 1 0 1116233233 6905856 1347 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11577/statm: 1686 1347 217 399 0 1283 0
[pid=11583] ppid=11577 vsize=118512 CPUtime=1178.76
/proc/11583/stat : 11583 (picosat846) R 11577 11577 11091 0 -1 4194304 30268 0 0 0 117850 26 0 0 25 0 1 0 1116235256 121356288 29105 1992294400 134512640 134570484 4294956176 18446744073709551615 134542614 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11583/statm: 29628 29105 85 14 0 29294 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 125256

Child status: 17
Real time (s): 1199.68
CPU time (s): 1199.04
CPU user time (s): 1198.31
CPU system time (s): 0.725889
CPU usage (%): 99.9466
Max. virtual memory (cumulated for all children) (KiB): 125256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.31
system time used= 0.725889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 4819

runsolver used 0.955854 second user time and 3.41748 second system time

The end

Launcher Data

Begin job on node22 at 2009-03-30 19:54:35
IDJOB=1538596
IDBENCH=70311
IDSOLVER=528
FILE ID=node22/1538596-1238435675
PBS_JOBID= 9061549
Free space on /tmp= 66328 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S2044894925-062.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538596-1238435675/watcher-1538596-1238435675 -o /tmp/evaluation-result-1538596-1238435675/solver-1538596-1238435675 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538596-1238435675.cnf

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

MD5SUM BENCH= e2770daa493ba034d910db34ba341508
RANDOM SEED=214959213

node22.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.279
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.279
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:       1617368 kB
Buffers:         82100 kB
Cached:         258468 kB
SwapCached:      12352 kB
Active:         144220 kB
Inactive:       210392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617368 kB
SwapTotal:     4192956 kB
SwapFree:      4174420 kB
Dirty:           32104 kB
Writeback:           0 kB
Mapped:          15640 kB
Slab:            70040 kB
Committed_AS:  2944944 kB
PageTables:       1372 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= 66300 MiB
End job on node22 at 2009-03-30 20:14:35