Trace number 1538761

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.84 1200.24

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/12000/
unif-k3-r4.2-v12000-c50400-S56507352-034.cnf
MD5SUM3489273d9d670dd6da5e410852c60205
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark530.094
Satisfiable
(Un)Satisfiability was proved
Number of variables12000
Number of clauses50400
Sum of the clauses size151200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 350400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.87/20.99	c SATzilla is building models for class 3
20.87/20.99	c run presolver mxc-sr08 for 10 seconds ... 
20.87/20.99	c Bin: Executing mxc-sr08
20.87/20.99	c spawning binary file with 10 seconds ...
20.87/20.99	c child exit by a signal
20.87/20.99	c mxc-sr08 returned code 137.
20.87/20.99	c run presolver picosat846 for 5 seconds ... 
20.87/20.99	c Bin: Executing picosat846
20.87/20.99	c spawning binary file with 5 seconds ...
20.87/20.99	c child exit by a signal
20.87/20.99	c picosat846 returned code 137.
20.87/20.99	c Orignal number of varibales is 12000, number of clauses is 50400 
20.87/20.99	c predicted feature computation time is 1.521203 
20.87/20.99	c Bin: Executing satelite
20.87/20.99	c spawning binary file with 240 seconds ...
20.87/20.99	c child exited successfully
20.87/20.99	c satzilla computing base features
20.87/20.99	c Number of variabe is: 11671, Number of clause is : 50017 
20.87/20.99	c Initializing...
20.87/20.99	c satzilla doing clause learning
20.87/20.99	c start clause learning features ...
20.87/20.99	c Bin: Executing zchaff07
20.87/20.99	c spawning binary file with 2 seconds ...
20.87/20.99	c child exit by a signal
20.87/20.99	c satzilla doing survey propogation probe
20.87/20.99	c do survay propogation for 2 second ...
20.87/20.99	c satzilla doing local search probe
20.87/20.99	c features are:12000 50400 11671 50017 0.0281895 0.0076574 0.233341 0.493085 0.587999 0.717976 0.000260336 0.0656204 0.000257047 0.000514095 0.164244 0 0.963013 0.000260336 0.291699 3.99864e-05 0.000679769 2.7221 0.227027 0.170414 0 1 3.36967 0.00012731 0.400837 0 0.00043985 2.33271 0.491553 0.00052782 0.294596 7.99728e-05 0.00135954 16.619 0.373615 7 33 24 10 20 12 15 59.135 0.194856 40.2 91.2857 76.1333 45.6 66.6667 50.2 58.3103 0.392616 0.573861 0.00018032 1 0.700165 0.0892547 0.564256 0.20957 0.385014 0.0918333 0.665266 0.00165702 0.646095 0.175685 0.0276535 0.122572 0.0465981 0.0786255 299.909 0.311904 2543.91 0.00726208 2551 2524 2561 0.201575 0.771102 0.841031 0.0156348 
20.87/21.00	c satzilla's ranking:
20.87/21.00	c 1) picosat846: 2.621829
20.87/21.00	c 2) mxc-sr08: 1.756948
20.87/21.00	c 3) minisat20SAT07: 1.551807
20.87/21.00	c 4) march_dl2004: 1.318608
20.87/21.00	c 5) zchaff_rand: 1.252325
20.87/21.00	c 6) SATenstein: -10000.000000
20.87/21.00	c 7) gnovelty+: -10000.000000
20.87/21.00	c 8) adaptg2wsat+: -10000.000000
20.87/21.00	c 9) adaptg2wsat0: -10000.000000
20.87/21.00	c 10) tts-4-0: -10000.000000
20.87/21.00	c 11) vallst: -10000.000000
20.87/21.00	c 12) minisat20: -10000.000000
20.87/21.00	c 13) kcnfs04SAT07: -10000.000000
20.87/21.00	c satzilla running picosat846 ... 
1199.76/1200.23	c Bin: Executing picosat846
1199.76/1200.23	c spawning binary file with 1179 seconds ...
1199.76/1200.23	c child exit by a signal
1199.76/1200.23	c picosat846 returned code 137.
1199.76/1200.23	c satzilla running mxc-sr08 ... 
1199.76/1200.23	c Bin: Executing mxc-sr08
1199.76/1200.23	c mxc-sr08 returned code 1.
1199.76/1200.23	c satzilla running minisat20SAT07 ... 
1199.76/1200.23	c Bin: Executing minisat20SAT07
1199.76/1200.23	c minisat20SAT07 returned code 1.
1199.76/1200.23	c satzilla running march_dl2004 ... 
1199.76/1200.23	c Bin: Executing march_dl2004
1199.76/1200.23	c march_dl2004 returned code 1.
1199.76/1200.23	c satzilla running zchaff_rand ... 
1199.76/1200.23	c Bin: Executing zchaff_rand
1199.76/1200.23	c zchaff_rand returned code 1.
1199.76/1200.23	c satzilla running SATenstein ... 
1199.76/1200.23	c Bin: Executing SATenstein
1199.76/1200.23	c SATenstein returned code 1.
1199.76/1200.23	c satzilla running gnovelty+ ... 
1199.76/1200.23	c Bin: Executing gnovelty+
1199.76/1200.23	c gnovelty+ returned code 1.
1199.76/1200.23	c satzilla running adaptg2wsat+ ... 
1199.76/1200.23	c Bin: Executing adaptg2wsat+
1199.76/1200.23	c adaptg2wsat+ returned code 1.
1199.76/1200.23	c satzilla running adaptg2wsat0 ... 
1199.76/1200.23	c Bin: Executing adaptg2wsat0
1199.76/1200.23	c adaptg2wsat0 returned code 1.
1199.76/1200.23	c satzilla running tts-4-0 ... 
1199.76/1200.23	c Bin: Executing tts-4-0
1199.76/1200.23	c tts-4-0 returned code 1.
1199.76/1200.23	c satzilla running vallst ... 
1199.76/1200.23	c Bin: Executing vallst
1199.76/1200.23	c vallst returned code 1.
1199.76/1200.23	c satzilla running minisat20 ... 
1199.76/1200.23	c Bin: Executing minisat20
1199.76/1200.23	c minisat20 returned code 1.
1199.76/1200.23	c satzilla running kcnfs04SAT07 ... 
1199.76/1200.23	c Bin: Executing kcnfs04SAT07
1199.76/1200.23	c kcnfs04SAT07 returned code 1.
1199.76/1200.23	c ERROR: All Failed! 
1199.76/1200.23	c SATZILLA_TIME=1200.010000

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-1538761-1238440616/watcher-1538761-1238440616 -o /tmp/evaluation-result-1538761-1238440616/solver-1538761-1238440616 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538761-1238440616.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.83 1.92 1.68 3/64 1289
/proc/meminfo: memFree=1342872/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=3436 CPUtime=0
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 652 0 0 0 0 0 0 0 19 0 1 0 1116728306 3518464 648 1992294400 134512640 135078026 4294956176 18446744073709551615 134735986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 859 654 52 138 0 718 0

[startup+0.00844506 s]
/proc/loadavg: 1.83 1.92 1.68 3/64 1289
/proc/meminfo: memFree=1342872/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=4088 CPUtime=0
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 854 0 0 0 0 0 0 0 19 0 1 0 1116728306 4186112 848 1992294400 134512640 135078026 4294956176 18446744073709551615 134566187 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 1022 848 54 138 0 881 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6144

[startup+0.101455 s]
/proc/loadavg: 1.83 1.92 1.68 3/64 1289
/proc/meminfo: memFree=1342872/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=6164 CPUtime=0.09
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 1563 0 0 0 9 0 0 0 19 0 1 0 1116728306 6311936 1326 1992294400 134512640 135078026 4294956176 18446744073709551615 134560883 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 1541 1326 55 138 0 1400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8220

[startup+0.301478 s]
/proc/loadavg: 1.83 1.92 1.68 3/64 1289
/proc/meminfo: memFree=1342872/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=7188 CPUtime=0.29
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 2003 0 0 0 29 0 0 0 21 0 1 0 1116728306 7360512 1630 1992294400 134512640 135078026 4294956176 18446744073709551615 134534683 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 1797 1630 71 138 0 1656 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9244

[startup+0.701524 s]
/proc/loadavg: 1.83 1.92 1.68 3/64 1289
/proc/meminfo: memFree=1342872/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=7320 CPUtime=0.69
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 2034 0 0 0 69 0 0 0 25 0 1 0 1116728306 7495680 1661 1992294400 134512640 135078026 4294956176 18446744073709551615 134538100 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 1830 1661 71 138 0 1689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9376

[startup+1.50162 s]
/proc/loadavg: 1.83 1.92 1.68 2/66 1291
/proc/meminfo: memFree=1336072/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=7980 CPUtime=1.49
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 2200 0 0 0 148 1 0 0 25 0 1 0 1116728306 8171520 1827 1992294400 134512640 135078026 4294956176 18446744073709551615 134533769 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 1995 1827 71 138 0 1854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10036

[startup+3.1018 s]
/proc/loadavg: 1.83 1.92 1.68 2/66 1291
/proc/meminfo: memFree=1334152/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=9036 CPUtime=3.09
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 2442 0 0 0 307 2 0 0 25 0 1 0 1116728306 9252864 2069 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 2259 2069 71 138 0 2118 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11092

[startup+6.30218 s]
/proc/loadavg: 1.85 1.92 1.69 2/66 1291
/proc/meminfo: memFree=1334408/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=0
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116728306 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 112 96 399 0 111 0
[pid=1290] ppid=1289 vsize=9432 CPUtime=6.28
/proc/1290/stat : 1290 (mxc-sr08) R 1289 1289 1223 0 -1 4194304 2547 0 0 0 626 2 0 0 25 0 1 0 1116728306 9658368 2174 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1290/statm: 2358 2174 71 138 0 2217 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11488

[startup+12.7019 s]
/proc/loadavg: 1.78 1.90 1.68 2/66 1292
/proc/meminfo: memFree=1337032/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=2056 CPUtime=9.99
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 152 2702 0 0 0 0 996 3 16 0 1 0 1116728306 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 514 121 104 399 0 111 0
[pid=1292] ppid=1289 vsize=8544 CPUtime=2.69
/proc/1292/stat : 1292 (picosat846) R 1289 1289 1223 0 -1 4194304 1860 0 0 0 268 1 0 0 25 0 1 0 1116729306 8749056 1845 1992294400 134512640 134570484 4294956176 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1292/statm: 2136 1845 85 14 0 1802 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10600

[startup+25.5014 s]
/proc/loadavg: 1.61 1.86 1.67 2/66 1295
/proc/meminfo: memFree=1326344/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=11316 CPUtime=4.48
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 2552 0 0 0 447 1 0 0 25 0 1 0 1116730406 11587584 2537 1992294400 134512640 134570484 4294956176 18446744073709551615 134549866 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 2829 2537 85 14 0 2495 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 19512

[startup+51.1014 s]
/proc/loadavg: 1.40 1.79 1.65 2/66 1295
/proc/meminfo: memFree=1305672/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=31768 CPUtime=30.05
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 7636 0 0 0 3001 4 0 0 25 0 1 0 1116730406 32530432 7614 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 7942 7614 85 14 0 7608 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 39964

[startup+102.305 s]
/proc/loadavg: 1.24 1.68 1.62 2/66 1295
/proc/meminfo: memFree=1288008/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=49588 CPUtime=81.24
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 12100 0 0 0 8116 8 0 0 25 0 1 0 1116730406 50778112 12078 1992294400 134512640 134570484 4294956176 18446744073709551615 134549817 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 12397 12078 85 14 0 12063 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 57784

[startup+162.301 s]
/proc/loadavg: 1.12 1.57 1.58 2/66 1295
/proc/meminfo: memFree=1270984/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=68052 CPUtime=141.22
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 16635 0 0 0 14111 11 0 0 25 0 1 0 1116730406 69685248 16613 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 17013 16613 85 14 0 16679 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 76248

[startup+222.301 s]
/proc/loadavg: 1.18 1.49 1.55 2/66 1295
/proc/meminfo: memFree=1256968/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=80592 CPUtime=201.2
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 19802 0 0 0 20107 13 0 0 25 0 1 0 1116730406 82526208 19780 1992294400 134512640 134570484 4294956176 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 20148 19780 85 14 0 19814 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 88788

[startup+282.301 s]
/proc/loadavg: 1.06 1.40 1.52 2/66 1295
/proc/meminfo: memFree=1248840/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=88776 CPUtime=261.18
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 21846 0 0 0 26103 15 0 0 25 0 1 0 1116730406 90906624 21824 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 22194 21824 85 14 0 21860 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 96972

[startup+342.301 s]
/proc/loadavg: 1.05 1.34 1.49 2/66 1295
/proc/meminfo: memFree=1241800/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=95772 CPUtime=321.16
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 23605 0 0 0 32100 16 0 0 25 0 1 0 1116730406 98070528 23583 1992294400 134512640 134570484 4294956176 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 23943 23583 85 14 0 23609 0

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


[startup+822.301 s]
/proc/loadavg: 1.07 1.11 1.30 2/66 1295
/proc/meminfo: memFree=1188552/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=149464 CPUtime=801.02
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 36876 0 0 0 80075 27 0 0 25 0 1 0 1116730406 153051136 36854 1992294400 134512640 134570484 4294956176 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 37366 36854 85 14 0 37032 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 157660

[startup+882.302 s]
/proc/loadavg: 1.08 1.11 1.28 2/66 1295
/proc/meminfo: memFree=1181320/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=156724 CPUtime=861
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 38691 0 0 0 86071 29 0 0 25 0 1 0 1116730406 160485376 38669 1992294400 134512640 134570484 4294956176 18446744073709551615 134552232 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 39181 38669 85 14 0 38847 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 164920

[startup+942.302 s]
/proc/loadavg: 1.03 1.08 1.26 2/66 1295
/proc/meminfo: memFree=1181256/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=156724 CPUtime=920.98
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 38691 0 0 0 92069 29 0 0 25 0 1 0 1116730406 160485376 38669 1992294400 134512640 134570484 4294956176 18446744073709551615 134544735 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 39181 38669 85 14 0 38847 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 164920

[startup+1002.3 s]
/proc/loadavg: 1.06 1.08 1.25 2/66 1295
/proc/meminfo: memFree=1173448/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=164512 CPUtime=980.97
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 40649 0 0 0 98066 31 0 0 25 0 1 0 1116730406 168460288 40627 1992294400 134512640 134570484 4294956176 18446744073709551615 134553037 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 41128 40627 85 14 0 40794 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 172708

[startup+1062.3 s]
/proc/loadavg: 1.07 1.08 1.24 2/66 1295
/proc/meminfo: memFree=1166152/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=171772 CPUtime=1040.95
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 42468 0 0 0 104062 33 0 0 25 0 1 0 1116730406 175894528 42446 1992294400 134512640 134570484 4294956176 18446744073709551615 134526502 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 42943 42446 85 14 0 42609 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 179968

[startup+1122.3 s]
/proc/loadavg: 1.02 1.06 1.22 2/66 1295
/proc/meminfo: memFree=1166152/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=171772 CPUtime=1100.93
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 42468 0 0 0 110060 33 0 0 25 0 1 0 1116730406 175894528 42446 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 42943 42446 85 14 0 42609 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 179968

[startup+1182.3 s]
/proc/loadavg: 1.05 1.06 1.21 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1160.9
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 116056 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134552660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 186700

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

[startup+1190.3 s]
/proc/loadavg: 1.04 1.06 1.20 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1168.9
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 116856 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1189.86
Current children cumulated vsize (KiB) 186700

[startup+1196.7 s]
/proc/loadavg: 1.04 1.06 1.20 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1175.31
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 117497 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134526550 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1196.27
Current children cumulated vsize (KiB) 186700

[startup+1198.3 s]
/proc/loadavg: 1.03 1.06 1.20 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1176.9
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 117656 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1197.86
Current children cumulated vsize (KiB) 186700

[startup+1199.1 s]
/proc/loadavg: 1.03 1.06 1.20 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1177.7
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 117736 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1198.66
Current children cumulated vsize (KiB) 186700

[startup+1199.9 s]
/proc/loadavg: 1.03 1.06 1.20 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1178.5
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 117816 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 186700

[startup+1200.11 s]
/proc/loadavg: 1.03 1.06 1.20 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1178.7
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 117836 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1199.66
Current children cumulated vsize (KiB) 186700

[startup+1200.2 s]
/proc/loadavg: 1.03 1.06 1.20 2/66 1295
/proc/meminfo: memFree=1159368/2055924 swapFree=4176792/4192956
[pid=1289] ppid=1287 vsize=8196 CPUtime=20.96
/proc/1289/stat : 1289 (SATzilla2009_I) S 1287 1289 1223 0 -1 4194304 3874 9020 0 0 352 21 1699 24 25 0 1 0 1116728306 8392704 1783 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1289/statm: 2049 1783 217 399 0 1646 0
[pid=1295] ppid=1289 vsize=178504 CPUtime=1178.8
/proc/1295/stat : 1295 (picosat846) R 1289 1289 1223 0 -1 4194304 44162 0 0 0 117846 34 0 0 25 0 1 0 1116730406 182788096 44140 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1295/statm: 44626 44140 85 14 0 44292 0
Current children cumulated CPU time (s) 1199.76
Current children cumulated vsize (KiB) 186700

Child status: 17
Real time (s): 1200.24
CPU time (s): 1199.84
CPU user time (s): 1199
CPU system time (s): 0.842871
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 186700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199
system time used= 0.842871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57075
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= 15
involuntary context switches= 3043

runsolver used 1.05884 second user time and 3.31849 second system time

The end

Launcher Data

Begin job on node6 at 2009-03-30 21:16:56
IDJOB=1538761
IDBENCH=70366
IDSOLVER=528
FILE ID=node6/1538761-1238440616
PBS_JOBID= 9061649
Free space on /tmp= 66340 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/12000/unif-k3-r4.2-v12000-c50400-S56507352-034.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538761-1238440616/watcher-1538761-1238440616 -o /tmp/evaluation-result-1538761-1238440616/solver-1538761-1238440616 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538761-1238440616.cnf

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

MD5SUM BENCH= 3489273d9d670dd6da5e410852c60205
RANDOM SEED=129442748

node6.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.236
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.236
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:      2055924 kB
MemFree:       1343416 kB
Buffers:        102708 kB
Cached:         512076 kB
SwapCached:       9932 kB
Active:         150992 kB
Inactive:       477252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1343416 kB
SwapTotal:     4192956 kB
SwapFree:      4176792 kB
Dirty:           32372 kB
Writeback:           0 kB
Mapped:          19160 kB
Slab:            70400 kB
Committed_AS:  2871668 kB
PageTables:       1464 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= 66308 MiB
End job on node6 at 2009-03-30 21:36:56