Trace number 1538767

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.77 1200.4

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/12000/
unif-k3-r4.2-v12000-c50400-S221596758-009.cnf
MD5SUM4e7f5c25a1af5225c3ae5cd2b08760df
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark25.2122
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.85/20.94	c SATzilla is building models for class 3
20.85/20.94	c run presolver mxc-sr08 for 10 seconds ... 
20.85/20.94	c Bin: Executing mxc-sr08
20.85/20.94	c spawning binary file with 10 seconds ...
20.85/20.94	c child exit by a signal
20.85/20.94	c mxc-sr08 returned code 137.
20.85/20.94	c run presolver picosat846 for 5 seconds ... 
20.85/20.94	c Bin: Executing picosat846
20.85/20.94	c spawning binary file with 5 seconds ...
20.85/20.94	c child exit by a signal
20.85/20.94	c picosat846 returned code 137.
20.85/20.94	c Orignal number of varibales is 12000, number of clauses is 50400 
20.85/20.94	c predicted feature computation time is 1.521203 
20.85/20.94	c Bin: Executing satelite
20.85/20.94	c spawning binary file with 240 seconds ...
20.85/20.94	c child exited successfully
20.85/20.94	c satzilla computing base features
20.85/20.94	c Number of variabe is: 11751, Number of clause is : 50131 
20.85/20.94	c Initializing...
20.85/20.94	c satzilla doing clause learning
20.85/20.94	c start clause learning features ...
20.85/20.94	c Bin: Executing zchaff07
20.85/20.94	c spawning binary file with 2 seconds ...
20.85/20.94	c child exit by a signal
20.85/20.94	c satzilla doing survey propogation probe
20.85/20.94	c do survay propogation for 2 second ...
20.85/20.94	c satzilla doing local search probe
20.85/20.94	c features are:12000 50400 11751 50131 0.0211897 0.00536594 0.234406 0.496019 0.585098 0.688345 0.000257805 0.0567453 0.000255297 0.000425496 0.133632 0 0.971016 0.000257805 0.28795 3.98955e-05 0.00061838 2.70526 0.230987 0.17298 0 1 3.35836 0.000126495 0.399561 0 0.000398955 2.32608 0.492689 0.000520848 0.29114 7.97909e-05 0.00127666 16.7903 0.3299 8 34 25 10 19 13 16 58.5179 0.180714 37.3043 84.8 73.8462 46.3 65.5556 50.4375 57.5833 0.394726 0.583806 0.000202524 1 0.713577 0.0843378 0.572837 0.203734 0.387011 0.0938927 0.653388 0.00125387 0.759187 0.178654 0.0284983 0.12619 0.0483754 0.0802898 349.364 0.836483 2339.73 0.332053 2582 2512 2605 0.334799 1.59714 0.876783 0.140701 
20.85/20.94	c satzilla's ranking:
20.85/20.94	c 1) picosat846: 2.604527
20.85/20.94	c 2) minisat20SAT07: 1.874379
20.85/20.94	c 3) mxc-sr08: 1.555279
20.85/20.94	c 4) march_dl2004: 1.353739
20.85/20.94	c 5) zchaff_rand: 1.344512
20.85/20.94	c 6) SATenstein: -10000.000000
20.85/20.94	c 7) gnovelty+: -10000.000000
20.85/20.94	c 8) adaptg2wsat+: -10000.000000
20.85/20.94	c 9) adaptg2wsat0: -10000.000000
20.85/20.94	c 10) tts-4-0: -10000.000000
20.85/20.94	c 11) vallst: -10000.000000
20.85/20.94	c 12) minisat20: -10000.000000
20.85/20.94	c 13) kcnfs04SAT07: -10000.000000
20.85/20.94	c satzilla running picosat846 ... 
1199.63/1200.39	c Bin: Executing picosat846
1199.63/1200.39	c spawning binary file with 1179 seconds ...
1199.63/1200.39	c child exit by a signal
1199.63/1200.39	c picosat846 returned code 137.
1199.63/1200.39	c satzilla running minisat20SAT07 ... 
1199.63/1200.39	c Bin: Executing minisat20SAT07
1199.63/1200.39	c minisat20SAT07 returned code 1.
1199.63/1200.39	c satzilla running mxc-sr08 ... 
1199.63/1200.39	c Bin: Executing mxc-sr08
1199.63/1200.39	c mxc-sr08 returned code 1.
1199.63/1200.39	c satzilla running march_dl2004 ... 
1199.63/1200.39	c Bin: Executing march_dl2004
1199.63/1200.39	c march_dl2004 returned code 1.
1199.63/1200.39	c satzilla running zchaff_rand ... 
1199.63/1200.39	c Bin: Executing zchaff_rand
1199.63/1200.39	c zchaff_rand returned code 1.
1199.63/1200.39	c satzilla running SATenstein ... 
1199.63/1200.39	c Bin: Executing SATenstein
1199.63/1200.39	c SATenstein returned code 1.
1199.63/1200.39	c satzilla running gnovelty+ ... 
1199.63/1200.39	c Bin: Executing gnovelty+
1199.63/1200.39	c gnovelty+ returned code 1.
1199.63/1200.39	c satzilla running adaptg2wsat+ ... 
1199.63/1200.39	c Bin: Executing adaptg2wsat+
1199.63/1200.39	c adaptg2wsat+ returned code 1.
1199.63/1200.39	c satzilla running adaptg2wsat0 ... 
1199.63/1200.39	c Bin: Executing adaptg2wsat0
1199.63/1200.39	c adaptg2wsat0 returned code 1.
1199.63/1200.39	c satzilla running tts-4-0 ... 
1199.63/1200.39	c Bin: Executing tts-4-0
1199.63/1200.39	c tts-4-0 returned code 1.
1199.63/1200.39	c satzilla running vallst ... 
1199.63/1200.39	c Bin: Executing vallst
1199.63/1200.39	c vallst returned code 1.
1199.63/1200.39	c satzilla running minisat20 ... 
1199.63/1200.39	c Bin: Executing minisat20
1199.63/1200.39	c minisat20 returned code 1.
1199.63/1200.39	c satzilla running kcnfs04SAT07 ... 
1199.63/1200.39	c Bin: Executing kcnfs04SAT07
1199.63/1200.39	c kcnfs04SAT07 returned code 1.
1199.63/1200.39	c ERROR: All Failed! 
1199.63/1200.39	c SATZILLA_TIME=1199.930000

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-1538767-1238440788/watcher-1538767-1238440788 -o /tmp/evaluation-result-1538767-1238440788/solver-1538767-1238440788 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538767-1238440788.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.00 1.00 3/64 10003
/proc/meminfo: memFree=1029944/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=3436 CPUtime=0
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 651 0 0 0 0 0 0 0 19 0 1 0 1116745017 3518464 647 1992294400 134512640 135078026 4294956176 18446744073709551615 134735986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 859 653 52 138 0 718 0

[startup+0.0197981 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10003
/proc/meminfo: memFree=1029944/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=4632 CPUtime=0.01
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 976 0 0 0 1 0 0 0 19 0 1 0 1116745017 4743168 970 1992294400 134512640 135078026 4294956176 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 1158 971 54 138 0 1017 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6688

[startup+0.102811 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10003
/proc/meminfo: memFree=1029944/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=6160 CPUtime=0.09
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 1563 0 0 0 9 0 0 0 20 0 1 0 1116745017 6307840 1326 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 1540 1326 55 138 0 1399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8216

[startup+0.301847 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10003
/proc/meminfo: memFree=1029944/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=7172 CPUtime=0.29
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 1997 0 0 0 29 0 0 0 21 0 1 0 1116745017 7344128 1624 1992294400 134512640 135078026 4294956176 18446744073709551615 134538102 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 1793 1624 71 138 0 1652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9228

[startup+0.702919 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10003
/proc/meminfo: memFree=1029944/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=7304 CPUtime=0.69
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 2028 0 0 0 69 0 0 0 25 0 1 0 1116745017 7479296 1655 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 1826 1655 71 138 0 1685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9360

[startup+1.50107 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10005
/proc/meminfo: memFree=1023208/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=7964 CPUtime=1.49
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 2183 0 0 0 149 0 0 0 25 0 1 0 1116745017 8155136 1810 1992294400 134512640 135078026 4294956176 18446744073709551615 134539481 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 1991 1810 71 138 0 1850 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10020

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10005
/proc/meminfo: memFree=1022312/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=9020 CPUtime=3.08
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 2443 0 0 0 308 0 0 0 25 0 1 0 1116745017 9236480 2070 1992294400 134512640 135078026 4294956176 18446744073709551615 134522530 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 2255 2070 71 138 0 2114 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11076

[startup+6.30194 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10005
/proc/meminfo: memFree=1021672/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=0
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116745017 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 112 96 399 0 111 0
[pid=10004] ppid=10003 vsize=9548 CPUtime=6.29
/proc/10004/stat : 10004 (mxc-sr08) R 10003 10003 9553 0 -1 4194304 2570 0 0 0 628 1 0 0 25 0 1 0 1116745017 9777152 2197 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10004/statm: 2387 2197 71 138 0 2246 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11604

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10006
/proc/meminfo: memFree=1024424/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=2056 CPUtime=9.99
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 152 2680 0 0 0 0 998 1 19 0 1 0 1116745017 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 514 121 104 399 0 111 0
[pid=10006] ppid=10003 vsize=8304 CPUtime=2.68
/proc/10006/stat : 10006 (picosat846) R 10003 10003 9553 0 -1 4194304 1806 0 0 0 268 0 0 0 25 0 1 0 1116746018 8503296 1791 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10006/statm: 2076 1791 85 14 0 1742 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10360

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=1013480/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=11340 CPUtime=4.54
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 2566 0 0 0 453 1 0 0 25 0 1 0 1116747111 11612160 2551 1992294400 134512640 134570484 4294956176 18446744073709551615 134553255 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 2835 2551 85 14 0 2501 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 19856

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=991976/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=32380 CPUtime=30.13
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 7757 0 0 0 3008 5 0 0 25 0 1 0 1116747111 33157120 7741 1992294400 134512640 134570484 4294956176 18446744073709551615 134552703 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 8095 7741 85 14 0 7761 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 40896

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=974248/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=50200 CPUtime=81.31
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 12247 0 0 0 8122 9 0 0 25 0 1 0 1116747111 51404800 12231 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 12550 12231 85 14 0 12216 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 58716

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=961960/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=63384 CPUtime=141.26
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 15458 0 0 0 14115 11 0 0 25 0 1 0 1116747111 64905216 15442 1992294400 134512640 134570484 4294956176 18446744073709551615 134549866 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 15846 15442 85 14 0 15512 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 71900

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=942568/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=81996 CPUtime=201.24
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 20129 0 0 0 20109 15 0 0 25 0 1 0 1116747111 83963904 20113 1992294400 134512640 134570484 4294956176 18446744073709551615 134526560 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 20499 20113 85 14 0 20165 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 90512

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=934696/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=89784 CPUtime=261.21
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 22101 0 0 0 26105 16 0 0 25 0 1 0 1116747111 91938816 22085 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 22446 22085 85 14 0 22112 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 98300

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=928168/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=96252 CPUtime=321.18
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 23731 0 0 0 32100 18 0 0 25 0 1 0 1116747111 98562048 23715 1992294400 134512640 134570484 4294956176 18446744073709551615 134526626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 24063 23715 85 14 0 23729 0

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


[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=883944/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=141080 CPUtime=740.98
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 36497 0 0 0 74068 30 0 0 25 0 1 0 1116747111 144465920 34723 1992294400 134512640 134570484 4294956176 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 35270 34723 85 14 0 34936 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 149596

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=873576/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=151376 CPUtime=800.95
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 39089 0 0 0 80062 33 0 0 25 0 1 0 1116747111 155009024 37315 1992294400 134512640 134570484 4294956176 18446744073709551615 134551952 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 37844 37315 85 14 0 37510 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 159892

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=872808/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=152168 CPUtime=860.91
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 39289 0 0 0 86058 33 0 0 25 0 1 0 1116747111 155820032 37515 1992294400 134512640 134570484 4294956176 18446744073709551615 134551924 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 38042 37515 85 14 0 37708 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 160684

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=872744/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=152168 CPUtime=920.89
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 39289 0 0 0 92056 33 0 0 25 0 1 0 1116747111 155820032 37515 1992294400 134512640 134570484 4294956176 18446744073709551615 134522943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 38042 37515 85 14 0 37708 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 160684

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=864872/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=159956 CPUtime=980.85
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 41258 0 0 0 98051 34 0 0 25 0 1 0 1116747111 163794944 39484 1992294400 134512640 134570484 4294956176 18446744073709551615 134553040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 39989 39484 85 14 0 39655 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 168472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=855336/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=170648 CPUtime=1040.82
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 43944 0 0 0 104046 36 0 0 25 0 1 0 1116747111 174743552 42170 1992294400 134512640 134570484 4294956176 18446744073709551615 134540783 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 42662 42170 85 14 0 42328 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 179164

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=850536/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=174212 CPUtime=1100.8
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 44843 0 0 0 110043 37 0 0 25 0 1 0 1116747111 178393088 43069 1992294400 134512640 134570484 4294956176 18446744073709551615 134553015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 43553 43069 85 14 0 43219 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 182728

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=839848/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=184904 CPUtime=1160.75
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 47522 0 0 0 116036 39 0 0 25 0 1 0 1116747111 189341696 45748 1992294400 134512640 134570484 4294956176 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 46226 45748 85 14 0 45892 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 193420

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=839848/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=184904 CPUtime=1168.74
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 47522 0 0 0 116835 39 0 0 25 0 1 0 1116747111 189341696 45748 1992294400 134512640 134570484 4294956176 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 46226 45748 85 14 0 45892 0
Current children cumulated CPU time (s) 1189.63
Current children cumulated vsize (KiB) 193420

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=839848/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=184904 CPUtime=1175.14
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 47522 0 0 0 117475 39 0 0 25 0 1 0 1116747111 189341696 45748 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 46226 45748 85 14 0 45892 0
Current children cumulated CPU time (s) 1196.03
Current children cumulated vsize (KiB) 193420

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=839848/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=184904 CPUtime=1176.74
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 47522 0 0 0 117635 39 0 0 25 0 1 0 1116747111 189341696 45748 1992294400 134512640 134570484 4294956176 18446744073709551615 134551755 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 46226 45748 85 14 0 45892 0
Current children cumulated CPU time (s) 1197.63
Current children cumulated vsize (KiB) 193420

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=839848/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=184904 CPUtime=1177.54
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 47522 0 0 0 117715 39 0 0 25 0 1 0 1116747111 189341696 45748 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 46226 45748 85 14 0 45892 0
Current children cumulated CPU time (s) 1198.43
Current children cumulated vsize (KiB) 193420

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=839848/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=184904 CPUtime=1178.34
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 47522 0 0 0 117795 39 0 0 25 0 1 0 1116747111 189341696 45748 1992294400 134512640 134570484 4294956176 18446744073709551615 134545183 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 46226 45748 85 14 0 45892 0
Current children cumulated CPU time (s) 1199.23
Current children cumulated vsize (KiB) 193420

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 10009
/proc/meminfo: memFree=839848/2055920 swapFree=4177704/4192956
[pid=10003] ppid=10001 vsize=8516 CPUtime=20.89
/proc/10003/stat : 10003 (SATzilla2009_I) S 10001 10003 9553 0 -1 4194304 3901 8952 0 0 348 19 1700 22 25 0 1 0 1116745017 8720384 1863 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10003/statm: 2129 1863 217 399 0 1726 0
[pid=10009] ppid=10003 vsize=184904 CPUtime=1178.74
/proc/10009/stat : 10009 (picosat846) R 10003 10003 9553 0 -1 4194304 47522 0 0 0 117835 39 0 0 25 0 1 0 1116747111 189341696 45748 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10009/statm: 46226 45748 85 14 0 45892 0
Current children cumulated CPU time (s) 1199.63
Current children cumulated vsize (KiB) 193420

Child status: 17
Real time (s): 1200.4
CPU time (s): 1199.77
CPU user time (s): 1198.91
CPU system time (s): 0.85487
CPU usage (%): 99.9471
Max. virtual memory (cumulated for all children) (KiB): 193420

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

runsolver used 0.925859 second user time and 3.44747 second system time

The end

Launcher Data

Begin job on node24 at 2009-03-30 21:19:49
IDJOB=1538767
IDBENCH=70368
IDSOLVER=528
FILE ID=node24/1538767-1238440788
PBS_JOBID= 9061580
Free space on /tmp= 65780 MiB

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

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

MD5SUM BENCH= 4e7f5c25a1af5225c3ae5cd2b08760df
RANDOM SEED=301656474

node24.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.260
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.260
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:       1030488 kB
Buffers:        103868 kB
Cached:         817000 kB
SwapCached:       9032 kB
Active:         139960 kB
Inactive:       791424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1030488 kB
SwapTotal:     4192956 kB
SwapFree:      4177704 kB
Dirty:           32376 kB
Writeback:           0 kB
Mapped:          16132 kB
Slab:            79984 kB
Committed_AS:  3172404 kB
PageTables:       1448 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= 65748 MiB
End job on node24 at 2009-03-30 21:39:49