Trace number 1538704

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.65 1200.27

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/16000/
unif-k3-r4.2-v16000-c67200-S51132115-023.cnf
MD5SUM774d62294125db90f73d8b18ec29f4dd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.2923
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

21.77/21.81	c SATzilla is building models for class 3
21.77/21.81	c run presolver mxc-sr08 for 10 seconds ... 
21.77/21.81	c Bin: Executing mxc-sr08
21.77/21.81	c spawning binary file with 10 seconds ...
21.77/21.81	c child exit by a signal
21.77/21.81	c mxc-sr08 returned code 137.
21.77/21.81	c run presolver picosat846 for 5 seconds ... 
21.77/21.81	c Bin: Executing picosat846
21.77/21.81	c spawning binary file with 5 seconds ...
21.77/21.81	c child exit by a signal
21.77/21.81	c picosat846 returned code 137.
21.77/21.81	c Orignal number of varibales is 16000, number of clauses is 67200 
21.77/21.81	c predicted feature computation time is 1.576157 
21.77/21.81	c Bin: Executing satelite
21.77/21.81	c spawning binary file with 240 seconds ...
21.77/21.81	c child exited successfully
21.77/21.81	c satzilla computing base features
21.77/21.81	c Number of variabe is: 15608, Number of clause is : 66711 
21.77/21.81	c Initializing...
21.77/21.81	c satzilla doing clause learning
21.77/21.81	c start clause learning features ...
21.77/21.81	c Bin: Executing zchaff07
21.77/21.81	c spawning binary file with 2 seconds ...
21.77/21.81	c child exit by a signal
21.77/21.81	c satzilla doing survey propogation probe
21.77/21.81	c do survay propogation for 2 second ...
21.77/21.81	c satzilla doing local search probe
21.77/21.81	c features are:16000 67200 15608 66711 0.0251153 0.00733013 0.233964 0.494185 0.58705 0.712198 0.000194588 0.0649895 0.000192209 0.000384418 0.159962 0 0.964294 0.000194588 0.290449 2.99801e-05 0.000629581 2.71318 0.228064 0.173168 0 1 3.35824 9.58275e-05 0.405925 0 0.000359761 2.34218 0.494386 0.000394391 0.293703 5.99601e-05 0.00127415 12.6207 0.395581 5 27 21 7 16 8 12 67.9149 0.232988 40.7647 111.875 88.3636 49.5833 76 54.2273 67 0.392258 0.583185 0.000165828 1 0.708106 0.0843172 0.567009 0.204689 0.384195 0.0931564 0.650961 0.00166733 0.884712 0.175711 0.0284473 0.124816 0.0477592 0.080127 334.333 0.109517 3416.67 0.015406 3413 3334 3436 0.148958 0.297672 0.836782 0.00812613 
21.77/21.81	c satzilla's ranking:
21.77/21.81	c 1) picosat846: 2.596722
21.77/21.81	c 2) minisat20SAT07: 1.322968
21.77/21.81	c 3) march_dl2004: 1.313620
21.77/21.81	c 4) mxc-sr08: 1.271497
21.77/21.81	c 5) zchaff_rand: 1.036058
21.77/21.81	c 6) SATenstein: -10000.000000
21.77/21.81	c 7) gnovelty+: -10000.000000
21.77/21.81	c 8) adaptg2wsat+: -10000.000000
21.77/21.81	c 9) adaptg2wsat0: -10000.000000
21.77/21.81	c 10) tts-4-0: -10000.000000
21.77/21.81	c 11) vallst: -10000.000000
21.77/21.81	c 12) minisat20: -10000.000000
21.77/21.81	c 13) kcnfs04SAT07: -10000.000000
21.77/21.81	c satzilla running picosat846 ... 
1199.55/1200.26	c Bin: Executing picosat846
1199.55/1200.26	c spawning binary file with 1178 seconds ...
1199.55/1200.26	c child exit by a signal
1199.55/1200.26	c picosat846 returned code 137.
1199.55/1200.26	c satzilla running minisat20SAT07 ... 
1199.55/1200.26	c Bin: Executing minisat20SAT07
1199.55/1200.26	c minisat20SAT07 returned code 1.
1199.55/1200.26	c satzilla running march_dl2004 ... 
1199.55/1200.26	c Bin: Executing march_dl2004
1199.55/1200.26	c march_dl2004 returned code 1.
1199.55/1200.26	c satzilla running mxc-sr08 ... 
1199.55/1200.26	c Bin: Executing mxc-sr08
1199.55/1200.26	c mxc-sr08 returned code 1.
1199.55/1200.26	c satzilla running zchaff_rand ... 
1199.55/1200.26	c Bin: Executing zchaff_rand
1199.55/1200.26	c zchaff_rand returned code 1.
1199.55/1200.26	c satzilla running SATenstein ... 
1199.55/1200.26	c Bin: Executing SATenstein
1199.55/1200.26	c SATenstein returned code 1.
1199.55/1200.26	c satzilla running gnovelty+ ... 
1199.55/1200.26	c Bin: Executing gnovelty+
1199.55/1200.26	c gnovelty+ returned code 1.
1199.55/1200.26	c satzilla running adaptg2wsat+ ... 
1199.55/1200.26	c Bin: Executing adaptg2wsat+
1199.55/1200.26	c adaptg2wsat+ returned code 1.
1199.55/1200.26	c satzilla running adaptg2wsat0 ... 
1199.55/1200.26	c Bin: Executing adaptg2wsat0
1199.55/1200.26	c adaptg2wsat0 returned code 1.
1199.55/1200.26	c satzilla running tts-4-0 ... 
1199.55/1200.26	c Bin: Executing tts-4-0
1199.55/1200.26	c tts-4-0 returned code 1.
1199.55/1200.26	c satzilla running vallst ... 
1199.55/1200.27	c Bin: Executing vallst
1199.55/1200.27	c vallst returned code 1.
1199.55/1200.27	c satzilla running minisat20 ... 
1199.55/1200.27	c Bin: Executing minisat20
1199.55/1200.27	c minisat20 returned code 1.
1199.55/1200.27	c satzilla running kcnfs04SAT07 ... 
1199.55/1200.27	c Bin: Executing kcnfs04SAT07
1199.55/1200.27	c kcnfs04SAT07 returned code 1.
1199.55/1200.27	c ERROR: All Failed! 
1199.55/1200.27	c SATZILLA_TIME=1199.810000

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-1538704-1238438689/watcher-1538704-1238438689 -o /tmp/evaluation-result-1538704-1238438689/solver-1538704-1238438689 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538704-1238438689.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.00 1.01 1.09 3/64 11709
/proc/meminfo: memFree=1615488/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=3276 CPUtime=0
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 689 0 0 0 0 0 0 0 19 0 1 0 1116534691 3354624 685 1992294400 134512640 135078026 4294956192 18446744073709551615 134536301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 819 688 50 138 0 678 0

[startup+0.089198 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 11709
/proc/meminfo: memFree=1615488/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=8124 CPUtime=0.07
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 1763 0 0 0 7 0 0 0 19 0 1 0 1116534691 8318976 1757 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 2031 1757 54 138 0 1890 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10180

[startup+0.1012 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 11709
/proc/meminfo: memFree=1615488/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=8520 CPUtime=0.09
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 1850 0 0 0 9 0 0 0 19 0 1 0 1116534691 8724480 1844 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 2130 1844 54 138 0 1989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10576

[startup+0.301228 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 11709
/proc/meminfo: memFree=1615488/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=7776 CPUtime=0.29
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 2225 0 0 0 29 0 0 0 21 0 1 0 1116534691 7962624 1688 1992294400 134512640 135078026 4294956192 18446744073709551615 134721224 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 1944 1688 56 138 0 1803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9832

[startup+0.701286 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 11709
/proc/meminfo: memFree=1615488/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=9876 CPUtime=0.69
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 2705 0 0 0 68 1 0 0 25 0 1 0 1116534691 10113024 2168 1992294400 134512640 135078026 4294956192 18446744073709551615 134534613 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 2469 2168 71 138 0 2328 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11932

[startup+1.5014 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 11711
/proc/meminfo: memFree=1606896/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=10140 CPUtime=1.49
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 2793 0 0 0 148 1 0 0 25 0 1 0 1116534691 10383360 2256 1992294400 134512640 135078026 4294956192 18446744073709551615 134522269 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 2535 2256 71 138 0 2394 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12196

[startup+3.10264 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 11711
/proc/meminfo: memFree=1605168/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=11592 CPUtime=3.09
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 3139 0 0 0 308 1 0 0 25 0 1 0 1116534691 11870208 2602 1992294400 134512640 135078026 4294956192 18446744073709551615 134522383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 2898 2602 71 138 0 2757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13648

[startup+6.3011 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 11711
/proc/meminfo: memFree=1604664/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=0
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116534691 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 112 96 399 0 111 0
[pid=11710] ppid=11709 vsize=12516 CPUtime=6.28
/proc/11710/stat : 11710 (mxc-sr08) R 11709 11709 11640 0 -1 4194304 3373 0 0 0 627 1 0 0 25 0 1 0 1116534691 12816384 2836 1992294400 134512640 135078026 4294956192 18446744073709551615 134534305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11710/statm: 3129 2836 71 138 0 2988 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14572

[startup+12.703 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 11712
/proc/meminfo: memFree=1609912/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=2056 CPUtime=9.99
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 152 3494 0 0 0 0 997 2 19 0 1 0 1116534691 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 514 121 104 399 0 111 0
[pid=11712] ppid=11709 vsize=8292 CPUtime=2.69
/proc/11712/stat : 11712 (picosat846) R 11709 11709 11640 0 -1 4194304 1747 0 0 0 268 1 0 0 25 0 1 0 1116535692 8491008 1736 1992294400 134512640 134570484 4294956192 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11712/statm: 2073 1736 85 14 0 1739 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10348

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 11715
/proc/meminfo: memFree=1598072/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=9876 CPUtime=3.67
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 2150 0 0 0 366 1 0 0 25 0 1 0 1116536872 10113024 2139 1992294400 134512640 134570484 4294956192 18446744073709551615 134523383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 2469 2139 85 14 0 2135 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 20336

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 11715
/proc/meminfo: memFree=1563384/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=44192 CPUtime=29.26
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 10689 0 0 0 2916 10 0 0 25 0 1 0 1116536872 45252608 10667 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 11048 10667 85 14 0 10714 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 54652

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 11715
/proc/meminfo: memFree=1545208/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=62280 CPUtime=80.44
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 15238 0 0 0 8030 14 0 0 25 0 1 0 1116536872 63774720 15216 1992294400 134512640 134570484 4294956192 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 15570 15216 85 14 0 15236 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 72740

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 11715
/proc/meminfo: memFree=1529144/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=78632 CPUtime=140.4
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 19229 0 0 0 14022 18 0 0 25 0 1 0 1116536872 80519168 19207 1992294400 134512640 134570484 4294956192 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 19658 19207 85 14 0 19324 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 89092

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 11715
/proc/meminfo: memFree=1509048/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=98572 CPUtime=200.36
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 24250 0 0 0 20014 22 0 0 25 0 1 0 1116536872 100937728 24228 1992294400 134512640 134570484 4294956192 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 24643 24228 85 14 0 24309 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 109032

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 11715
/proc/meminfo: memFree=1487864/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=119564 CPUtime=260.34
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 29544 0 0 0 26008 26 0 0 25 0 1 0 1116536872 122433536 29522 1992294400 134512640 134570484 4294956192 18446744073709551615 134551946 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 29891 29522 85 14 0 29557 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 130024

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 11715
/proc/meminfo: memFree=1478904/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=128548 CPUtime=320.32
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 31778 0 0 0 32003 29 0 0 25 0 1 0 1116536872 131633152 31756 1992294400 134512640 134570484 4294956192 18446744073709551615 134551329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 32137 31756 85 14 0 31803 0

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 11715
/proc/meminfo: memFree=1439480/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=168656 CPUtime=800.08
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 41622 0 0 0 79971 37 0 0 25 0 1 0 1116536872 172703744 41600 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 42164 41600 85 14 0 41830 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 179116

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 11715
/proc/meminfo: memFree=1424184/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=183976 CPUtime=860.06
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 45445 0 0 0 85965 41 0 0 25 0 1 0 1116536872 188391424 45423 1992294400 134512640 134570484 4294956192 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 45994 45423 85 14 0 45660 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 194436

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11715
/proc/meminfo: memFree=1424184/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=183976 CPUtime=920.02
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 45445 0 0 0 91961 41 0 0 25 0 1 0 1116536872 188391424 45423 1992294400 134512640 134570484 4294956192 18446744073709551615 134522310 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 45994 45423 85 14 0 45660 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 194436

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11721
/proc/meminfo: memFree=1421176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=186748 CPUtime=979.99
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 46156 0 0 0 97957 42 0 0 25 0 1 0 1116536872 191229952 46134 1992294400 134512640 134570484 4294956192 18446744073709551615 134544034 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 46687 46134 85 14 0 46353 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 197208

[startup+1062.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 11721
/proc/meminfo: memFree=1421176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=186748 CPUtime=1039.96
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 46156 0 0 0 103954 42 0 0 25 0 1 0 1116536872 191229952 46134 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 46687 46134 85 14 0 46353 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 197208

[startup+1122.3 s]
/proc/loadavg: 1.26 1.07 1.02 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1099.91
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 109946 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134553012 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 213196

[startup+1182.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1159.88
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 115943 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 213196

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

[startup+1190.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1167.88
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 116743 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134526626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1189.66
Current children cumulated vsize (KiB) 213196

[startup+1196.7 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1174.28
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 117383 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134544282 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1196.06
Current children cumulated vsize (KiB) 213196

[startup+1198.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1175.87
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 117542 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1197.65
Current children cumulated vsize (KiB) 213196

[startup+1199.1 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1176.67
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 117622 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1198.45
Current children cumulated vsize (KiB) 213196

[startup+1199.9 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1177.47
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 117702 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134553098 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 213196

[startup+1200.11 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1177.68
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 117723 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 213196

[startup+1200.2 s]
/proc/loadavg: 1.07 1.05 1.01 2/66 11721
/proc/meminfo: memFree=1405176/2055920 swapFree=4174420/4192956
[pid=11709] ppid=11707 vsize=10460 CPUtime=21.78
/proc/11709/stat : 11709 (SATzilla2009_I) S 11707 11709 11640 0 -1 4194304 5010 10777 0 0 427 19 1707 25 25 0 1 0 1116534691 10711040 2378 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/11709/statm: 2615 2378 217 399 0 2212 0
[pid=11715] ppid=11709 vsize=202736 CPUtime=1177.77
/proc/11715/stat : 11715 (picosat846) R 11709 11709 11640 0 -1 4194304 50168 0 0 0 117732 45 0 0 25 0 1 0 1116536872 207601664 50146 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/11715/statm: 50684 50146 85 14 0 50350 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 213196

Child status: 17
Real time (s): 1200.27
CPU time (s): 1199.65
CPU user time (s): 1198.71
CPU system time (s): 0.941856
CPU usage (%): 99.9481
Max. virtual memory (cumulated for all children) (KiB): 213196

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

runsolver used 0.939857 second user time and 3.43348 second system time

The end

Launcher Data

Begin job on node22 at 2009-03-30 20:44:50
IDJOB=1538704
IDBENCH=70347
IDSOLVER=528
FILE ID=node22/1538704-1238438689
PBS_JOBID= 9061612
Free space on /tmp= 66328 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/16000/unif-k3-r4.2-v16000-c67200-S51132115-023.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538704-1238438689/watcher-1538704-1238438689 -o /tmp/evaluation-result-1538704-1238438689/solver-1538704-1238438689 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538704-1238438689.cnf

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

MD5SUM BENCH= 774d62294125db90f73d8b18ec29f4dd
RANDOM SEED=1188908757

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:       1615968 kB
Buffers:         82448 kB
Cached:         259616 kB
SwapCached:      12352 kB
Active:         146752 kB
Inactive:       209268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615968 kB
SwapTotal:     4192956 kB
SwapFree:      4174420 kB
Dirty:           32724 kB
Writeback:           0 kB
Mapped:          15580 kB
Slab:            70048 kB
Committed_AS:  2946092 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 21:04:50