Trace number 1733717

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.86 1200.53

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_4vars_12gates_b2.cnf
MD5SUM0518a02320d5198cbf8d4b8ec920a5ba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1553
Number of clauses867173
Sum of the clauses size5122474
Maximum clause length36
Minimum clause length1
Number of clauses of size 1384
Number of clauses of size 25535
Number of clauses of size 30
Number of clauses of size 410780
Number of clauses of size 535328
Number of clauses of size over 5815146

Solver Data

86.89/87.09	c SATzilla is building models for class 3
86.89/87.09	c run presolver mxc-sr08 for 10 seconds ... 
86.89/87.09	c Bin: Executing mxc-sr08
86.89/87.09	c spawning binary file with 10 seconds ...
86.89/87.09	c child exit by a signal
86.89/87.09	c mxc-sr08 returned code 137.
86.89/87.09	c run presolver picosat846 for 5 seconds ... 
86.89/87.09	c Bin: Executing picosat846
86.89/87.09	c spawning binary file with 5 seconds ...
86.89/87.09	c child exit by a signal
86.89/87.09	c picosat846 returned code 137.
86.89/87.09	c Orignal number of varibales is 1553, number of clauses is 867173 
86.89/87.09	c predicted feature computation time is 8.412191 
86.89/87.09	c Bin: Executing satelite
86.89/87.09	c spawning binary file with 240 seconds ...
86.89/87.09	c child exited successfully
86.89/87.09	c satzilla computing base features
86.89/87.09	c Number of variabe is: 1088, Number of clause is : 459052 
86.89/87.09	c Initializing...
86.89/87.09	c satzilla doing clause learning
86.89/87.09	c start clause learning features ...
86.89/87.09	c Bin: Executing zchaff07
86.89/87.09	c spawning binary file with 2 seconds ...
86.89/87.09	c child exit by a signal
86.89/87.09	c satzilla doing survey propogation probe
86.89/87.09	c do survay propogation for 2 second ...
86.89/87.09	c satzilla doing local search probe
86.89/87.09	c features are:1553 867173 1088 459052 0.42739 0.889052 0.0023701 0.402447 0.594942 2.002 0.00537745 0.412889 0.00183824 0.0294118 1.24898 0.0100882 0.0100925 0.00537745 1.11171 2.1784e-06 0.0504823 4.48989 0.15664 0.319341 0 1 1.37092 0.00187434 1.49335 0 0.0488681 4.15149 0.408278 0.000654786 0.760886 5.44601e-05 0.00221544 98 0 98 98 98 98 98 98 98 10.4898 0 10.4898 10.4898 10.4898 10.4898 10.4898 10.4898 10.4898 0.232065 1.62141 7.68407e-07 1 0.952121 0.00109407 0.508999 0.00425567 0.0163746 0.260307 0.746922 0 1 0.488958 4.73847e-08 0.478212 2.79444e-05 0.233178 21.3 0.0682899 147.5 0.106301 149 128 167 78.2474 0.210999 0.999961 0 
86.89/87.09	c satzilla's ranking:
86.89/87.09	c 1) picosat846: 2.311781
86.89/87.09	c 2) mxc-sr08: 2.236991
86.89/87.09	c 3) minisat20SAT07: 2.029867
86.89/87.09	c 4) zchaff_rand: 0.963870
86.89/87.09	c 5) march_dl2004: -0.088778
86.89/87.09	c 6) SATenstein: -10000.000000
86.89/87.09	c 7) gnovelty+: -10000.000000
86.89/87.09	c 8) adaptg2wsat+: -10000.000000
86.89/87.09	c 9) adaptg2wsat0: -10000.000000
86.89/87.09	c 10) tts-4-0: -10000.000000
86.89/87.09	c 11) vallst: -10000.000000
86.89/87.09	c 12) minisat20: -10000.000000
86.89/87.09	c 13) kcnfs04SAT07: -10000.000000
86.89/87.09	c satzilla running picosat846 ... 
1199.79/1200.51	c Bin: Executing picosat846
1199.79/1200.51	c spawning binary file with 1113 seconds ...
1199.79/1200.51	c child exit by a signal
1199.79/1200.51	c picosat846 returned code 137.
1199.79/1200.51	c satzilla running mxc-sr08 ... 
1199.79/1200.51	c Bin: Executing mxc-sr08
1199.79/1200.51	c mxc-sr08 returned code 1.
1199.79/1200.51	c satzilla running minisat20SAT07 ... 
1199.79/1200.51	c Bin: Executing minisat20SAT07
1199.79/1200.51	c minisat20SAT07 returned code 1.
1199.79/1200.51	c satzilla running zchaff_rand ... 
1199.79/1200.51	c Bin: Executing zchaff_rand
1199.79/1200.51	c zchaff_rand returned code 1.
1199.79/1200.51	c satzilla running march_dl2004 ... 
1199.79/1200.51	c Bin: Executing march_dl2004
1199.79/1200.51	c march_dl2004 returned code 1.
1199.79/1200.51	c satzilla running SATenstein ... 
1199.79/1200.51	c Bin: Executing SATenstein
1199.79/1200.51	c SATenstein returned code 1.
1199.79/1200.51	c satzilla running gnovelty+ ... 
1199.79/1200.51	c Bin: Executing gnovelty+
1199.79/1200.51	c gnovelty+ returned code 1.
1199.79/1200.51	c satzilla running adaptg2wsat+ ... 
1199.79/1200.51	c Bin: Executing adaptg2wsat+
1199.79/1200.51	c adaptg2wsat+ returned code 1.
1199.79/1200.51	c satzilla running adaptg2wsat0 ... 
1199.79/1200.51	c Bin: Executing adaptg2wsat0
1199.79/1200.51	c adaptg2wsat0 returned code 1.
1199.79/1200.51	c satzilla running tts-4-0 ... 
1199.79/1200.51	c Bin: Executing tts-4-0
1199.79/1200.51	c tts-4-0 returned code 1.
1199.79/1200.51	c satzilla running vallst ... 
1199.79/1200.51	c Bin: Executing vallst
1199.79/1200.51	c vallst returned code 1.
1199.79/1200.51	c satzilla running minisat20 ... 
1199.79/1200.51	c Bin: Executing minisat20
1199.79/1200.51	c minisat20 returned code 1.
1199.79/1200.51	c satzilla running kcnfs04SAT07 ... 
1199.79/1200.51	c Bin: Executing kcnfs04SAT07
1199.79/1200.51	c kcnfs04SAT07 returned code 1.
1199.79/1200.51	c ERROR: All Failed! 
1199.79/1200.51	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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1733717-1240791809/watcher-1733717-1240791809 -o /tmp/evaluation-result-1733717-1240791809/solver-1733717-1240791809 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1733717-1240791809.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: 0.99 0.98 0.99 3/64 30536
/proc/meminfo: memFree=1646728/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) R 30534 30536 30074 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=27268 CPUtime=0
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 729 0 0 0 0 0 0 0 18 0 1 0 107215069 27922432 726 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 6817 733 44 138 0 6676 0

[startup+0.0243621 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30536
/proc/meminfo: memFree=1646728/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=27268 CPUtime=0.02
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 4065 0 0 0 0 2 0 0 19 0 1 0 107215069 27922432 4062 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 6817 4069 44 138 0 6676 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29324

[startup+0.101374 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30536
/proc/meminfo: memFree=1646728/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=33116 CPUtime=0.09
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 8111 0 0 0 5 4 0 0 19 0 1 0 107215069 33910784 8107 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 8279 8107 54 138 0 8138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35172

[startup+0.301408 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30536
/proc/meminfo: memFree=1646728/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=50848 CPUtime=0.29
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 12444 0 0 0 23 6 0 0 21 0 1 0 107215069 52068352 12441 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 12712 12441 54 138 0 12571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52904

[startup+0.70148 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30536
/proc/meminfo: memFree=1646728/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=84332 CPUtime=0.69
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 20688 0 0 0 59 10 0 0 25 0 1 0 107215069 86355968 20684 1992294400 134512640 135078026 4294956192 18446744073709551615 134735986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 21083 20689 54 138 0 20942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86388

[startup+1.50162 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30538
/proc/meminfo: memFree=1575032/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=74752 CPUtime=1.49
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 24479 0 0 0 137 12 0 0 25 0 1 0 107215069 76546048 17841 1992294400 134512640 135078026 4294956192 18446744073709551615 134553820 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 18688 17841 55 138 0 18547 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76808

[startup+3.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30538
/proc/meminfo: memFree=1574904/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=74752 CPUtime=3.09
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 24479 0 0 0 297 12 0 0 25 0 1 0 107215069 76546048 17841 1992294400 134512640 135078026 4294956192 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 18688 17841 55 138 0 18547 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76808

[startup+6.30147 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30538
/proc/meminfo: memFree=1575864/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=0
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 107215069 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30536/statm: 514 112 96 399 0 111 0
[pid=30537] ppid=30536 vsize=74752 CPUtime=6.28
/proc/30537/stat : 30537 (mxc-sr08) R 30536 30536 30074 0 -1 4194304 24479 0 0 0 616 12 0 0 25 0 1 0 107215069 76546048 17841 1992294400 134512640 135078026 4294956192 18446744073709551615 134553943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30537/statm: 18688 17841 55 138 0 18547 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 76808

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30539
/proc/meminfo: memFree=1603256/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=10
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 152 24479 0 0 0 0 987 13 16 0 1 0 107215069 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 514 121 104 399 0 111 0
[pid=30539] ppid=30536 vsize=45880 CPUtime=2.66
/proc/30539/stat : 30539 (picosat846) R 30536 30536 30074 0 -1 4194304 11044 0 0 0 258 8 0 0 25 0 1 0 107216071 46981120 11033 1992294400 134512640 134570484 4294956208 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30539/statm: 11470 11033 85 14 0 11136 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 47936

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30540
/proc/meminfo: memFree=1571576/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=15
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 179 35532 0 0 0 0 1478 22 16 0 1 0 107215069 2105344 138 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 514 138 120 399 0 111 0
[pid=30540] ppid=30536 vsize=79160 CPUtime=10.44
/proc/30540/stat : 30540 (satelite) R 30536 30536 30074 0 -1 4194304 19047 0 0 0 1032 12 0 0 25 0 1 0 107216572 81059840 19016 1992294400 134512640 135037501 4294956176 18446744073709551615 134543319 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30540/statm: 19790 19016 63 128 0 19659 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 81216

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30540
/proc/meminfo: memFree=1569016/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=2056 CPUtime=15
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 179 35532 0 0 0 0 1478 22 16 0 1 0 107215069 2105344 138 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 514 138 120 399 0 111 0
[pid=30540] ppid=30536 vsize=81292 CPUtime=36.01
/proc/30540/stat : 30540 (satelite) R 30536 30536 30074 0 -1 4194304 19656 0 0 0 3589 12 0 0 25 0 1 0 107216572 83243008 19518 1992294400 134512640 135037501 4294956176 18446744073709551615 134573956 0 0 8392704 3 0 0 0 17 0 0 0
/proc/30540/statm: 20323 19518 63 128 0 20192 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 83348

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30542
/proc/meminfo: memFree=1537528/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=46140 CPUtime=15.18
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 11109 0 0 0 1512 6 0 0 25 0 1 0 107223778 47247360 11098 1992294400 134512640 134570484 4294956208 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 11535 11098 85 14 0 11201 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 101768

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30542
/proc/meminfo: memFree=1525624/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=58520 CPUtime=75.13
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 14168 0 0 0 7503 10 0 0 25 0 1 0 107223778 59924480 14131 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 14630 14131 85 14 0 14296 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 114148

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30542
/proc/meminfo: memFree=1516664/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=66968 CPUtime=135.11
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 16328 0 0 0 13498 13 0 0 25 0 1 0 107223778 68575232 16291 1992294400 134512640 134570484 4294956208 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 16742 16291 85 14 0 16408 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 122596

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30542
/proc/meminfo: memFree=1512056/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=72612 CPUtime=195.07
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 17494 0 0 0 19493 14 0 0 25 0 1 0 107223778 74354688 17457 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 18153 17457 85 14 0 17819 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 128240

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30542
/proc/meminfo: memFree=1510520/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=74064 CPUtime=255.05
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 17874 0 0 0 25490 15 0 0 25 0 1 0 107223778 75841536 17837 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 18516 17837 85 14 0 18182 0

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


[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30542
/proc/meminfo: memFree=1503160/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=81060 CPUtime=674.84
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 19668 0 0 0 67467 17 0 0 25 0 1 0 107223778 83005440 19631 1992294400 134512640 134570484 4294956208 18446744073709551615 134553110 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 20265 19631 85 14 0 19931 0
Current children cumulated CPU time (s) 761.82
Current children cumulated vsize (KiB) 136688

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1500472/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=83304 CPUtime=734.8
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 20266 0 0 0 73462 18 0 0 25 0 1 0 107223778 85303296 20229 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 20826 20229 85 14 0 20492 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 138932

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1503224/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=80508 CPUtime=794.78
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 20278 0 0 0 79460 18 0 0 25 0 1 0 107223778 82440192 19544 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 20127 19544 85 14 0 19793 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 136136

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1503224/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=80508 CPUtime=854.75
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 20278 0 0 0 85457 18 0 0 25 0 1 0 107223778 82440192 19544 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 20127 19544 85 14 0 19793 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 136136

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498168/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85788 CPUtime=914.71
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 21593 0 0 0 91451 20 0 0 25 0 1 0 107223778 87846912 20859 1992294400 134512640 134570484 4294956208 18446744073709551615 134552560 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21447 20859 85 14 0 21113 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 141416

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1499832/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=83868 CPUtime=974.68
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 21613 0 0 0 97448 20 0 0 25 0 1 0 107223778 85880832 20404 1992294400 134512640 134570484 4294956208 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 20967 20404 85 14 0 20633 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 139496

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1499832/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=83868 CPUtime=1034.66
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 21613 0 0 0 103446 20 0 0 25 0 1 0 107223778 85880832 20404 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 20967 20404 85 14 0 20633 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 139496

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498296/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85584 CPUtime=1094.62
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 22039 0 0 0 109441 21 0 0 25 0 1 0 107223778 87638016 20830 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21396 20830 85 14 0 21062 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 141212

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498296/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85584 CPUtime=1102.62
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 22039 0 0 0 110241 21 0 0 25 0 1 0 107223778 87638016 20830 1992294400 134512640 134570484 4294956208 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21396 20830 85 14 0 21062 0
Current children cumulated CPU time (s) 1189.6
Current children cumulated vsize (KiB) 141212

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498296/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85584 CPUtime=1109.02
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 22039 0 0 0 110881 21 0 0 25 0 1 0 107223778 87638016 20830 1992294400 134512640 134570484 4294956208 18446744073709551615 134551335 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21396 20830 85 14 0 21062 0
Current children cumulated CPU time (s) 1196
Current children cumulated vsize (KiB) 141212

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498296/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85584 CPUtime=1110.62
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 22039 0 0 0 111041 21 0 0 25 0 1 0 107223778 87638016 20830 1992294400 134512640 134570484 4294956208 18446744073709551615 134526665 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21396 20830 85 14 0 21062 0
Current children cumulated CPU time (s) 1197.6
Current children cumulated vsize (KiB) 141212

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498296/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85584 CPUtime=1112.21
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 22039 0 0 0 111200 21 0 0 25 0 1 0 107223778 87638016 20830 1992294400 134512640 134570484 4294956208 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21396 20830 85 14 0 21062 0
Current children cumulated CPU time (s) 1199.19
Current children cumulated vsize (KiB) 141212

[startup+1200.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498296/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85584 CPUtime=1112.61
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 22039 0 0 0 111240 21 0 0 25 0 1 0 107223778 87638016 20830 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21396 20830 85 14 0 21062 0
Current children cumulated CPU time (s) 1199.59
Current children cumulated vsize (KiB) 141212

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 30544
/proc/meminfo: memFree=1498296/2055920 swapFree=4181848/4192956
[pid=30536] ppid=30534 vsize=55628 CPUtime=86.98
/proc/30536/stat : 30536 (SATzilla2009_I) S 30534 30536 30074 0 -1 4194304 26628 73645 0 0 967 14 7665 52 25 0 1 0 107215069 56963072 13339 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30536/statm: 13907 13339 217 399 0 13504 0
[pid=30542] ppid=30536 vsize=85584 CPUtime=1112.81
/proc/30542/stat : 30542 (picosat846) R 30536 30536 30074 0 -1 4194304 22039 0 0 0 111260 21 0 0 25 0 1 0 107223778 87638016 20830 1992294400 134512640 134570484 4294956208 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30542/statm: 21396 20830 85 14 0 21062 0
Current children cumulated CPU time (s) 1199.79
Current children cumulated vsize (KiB) 141212

Child status: 17
Real time (s): 1200.53
CPU time (s): 1199.86
CPU user time (s): 1198.94
CPU system time (s): 0.91886
CPU usage (%): 99.9438
Max. virtual memory (cumulated for all children) (KiB): 141416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.94
system time used= 0.91886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122329
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= 37
involuntary context switches= 2726

runsolver used 0.952855 second user time and 3.42048 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-27 02:23:31
IDJOB=1733717
IDBENCH=71146
IDSOLVER=528
FILE ID=node4/1733717-1240791809
PBS_JOBID= 9187260
Free space on /tmp= 66232 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_4vars_12gates_b2.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733717-1240791809/watcher-1733717-1240791809 -o /tmp/evaluation-result-1733717-1240791809/solver-1733717-1240791809 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1733717-1240791809.cnf

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

MD5SUM BENCH= 0518a02320d5198cbf8d4b8ec920a5ba
RANDOM SEED=363606269

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1647272 kB
Buffers:         51128 kB
Cached:         292724 kB
SwapCached:       5192 kB
Active:         171360 kB
Inactive:       180604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647272 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:           57984 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            42732 kB
Committed_AS:   543340 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node4 at 2009-04-27 02:43:32