Trace number 1539000

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_C 2009-03-22? (exit code) 1198.99 1199.49

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/120/
unif-k5-r21.3-v120-c2556-S1503318847-091.cnf
MD5SUMeaf4e52b2ac22d87cb6a2c76b08ea88a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.091985
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52556
Number of clauses of size over 50

Solver Data

16.07/16.18	c SATzilla is building models for class 2
16.07/16.18	c run presolver march_dl2004 for 5 seconds ... 
16.07/16.18	c Bin: Executing march_dl2004
16.07/16.18	c spawning binary file with 5 seconds ...
16.07/16.18	c child exit by a signal
16.07/16.18	c march_dl2004 returned code 137.
16.07/16.18	c run presolver mxc-sr08 for 5 seconds ... 
16.07/16.18	c Bin: Executing mxc-sr08
16.07/16.18	c spawning binary file with 5 seconds ...
16.07/16.18	c child exit by a signal
16.07/16.18	c mxc-sr08 returned code 137.
16.07/16.18	c Orignal number of varibales is 120, number of clauses is 2556 
16.07/16.18	c predicted feature computation time is 6.927453 
16.07/16.18	c Bin: Executing satelite
16.07/16.18	c spawning binary file with 240 seconds ...
16.07/16.18	c child exited successfully
16.07/16.18	c satzilla computing base features
16.07/16.18	c Number of variabe is: 120, Number of clause is : 2556 
16.07/16.18	c Initializing...
16.07/16.18	c satzilla compute diameter ...
16.07/16.18	c start diameter features ...
16.07/16.18	c satzilla doing clause learning
16.07/16.18	c start clause learning features ...
16.07/16.18	c Bin: Executing zchaff07
16.07/16.18	c spawning binary file with 2 seconds ...
16.07/16.18	c child exit by a signal
16.07/16.18	c satzilla doing survey propogation probe
16.07/16.18	c do survay propogation for 2 second ...
16.07/16.18	c satzilla doing local search probe
16.07/16.18	c satzilla doing lobjois search-space size estimate
16.07/16.18	c features are:120 2556 120 2556 0 0 0.0469484 0.375743 0.651599 0.83331 0.0416667 0 0.0416667 0.0416667 -0 0 0 0.0416667 0.105113 0.0293427 0.0539906 3.53589 0.0889303 0.0609129 0 0.283019 3.00586 0.00785733 0.224028 0.00352113 0.013302 2.74624 0.188576 0.0451487 0.0197731 0.0418623 0.0465571 2.94958 0.0741836 2 3 0.199751 4303.5 0.0226709 4197 4443 4443 4197 4443 4229 4345 27.0493 0.0442539 25.4708 28.8375 28.8375 25.4708 28.8375 26.8437 27.0453 0.184489 0.621947 0.00243905 0.505606 0.368822 0.0588342 0.270722 0.0909877 0.168556 0.00199388 0.737234 0.000252178 0.00974271 0.00385726 0.000650996 0.00245491 0.00106292 0.00155443 11.2889 0.284459 24.1671 0.155231 24 20 29 1.69275 0.256732 0.892111 0.072316 0.55674 0.707569 
16.07/16.18	c satzilla's ranking:
16.07/16.18	c 1) march_dl2004: 6.314287
16.07/16.18	c 2) minisat20SAT07: 4.878257
16.07/16.18	c 3) mxc-sr08: 4.412558
16.07/16.18	c 4) minisat20: 3.654238
16.07/16.18	c 5) zchaff_rand: 1.149358
16.07/16.18	c 6) tts-4-0: 0.582747
16.07/16.18	c 7) vallst: 0.041984
16.07/16.18	c 8) SATenstein: -10000.000000
16.07/16.18	c 9) gnovelty+: -10000.000000
16.07/16.18	c 10) adaptg2wsat+: -10000.000000
16.07/16.18	c 11) adaptg2wsat0: -10000.000000
16.07/16.18	c 12) picosat846: -10000.000000
16.07/16.18	c 13) kcnfs04SAT07: -10000.000000
16.07/16.18	c satzilla running march_dl2004 ... 
1198.88/1199.48	c Bin: Executing march_dl2004
1198.88/1199.48	c spawning binary file with 1183 seconds ...
1198.88/1199.48	c child exit by a signal
1198.88/1199.48	c march_dl2004 returned code 137.
1198.88/1199.48	c satzilla running minisat20SAT07 ... 
1198.88/1199.48	c Bin: Executing minisat20SAT07
1198.88/1199.48	c minisat20SAT07 returned code 1.
1198.88/1199.48	c satzilla running mxc-sr08 ... 
1198.88/1199.48	c Bin: Executing mxc-sr08
1198.88/1199.48	c mxc-sr08 returned code 1.
1198.88/1199.48	c satzilla running minisat20 ... 
1198.88/1199.48	c Bin: Executing minisat20
1198.88/1199.48	c minisat20 returned code 1.
1198.88/1199.48	c satzilla running zchaff_rand ... 
1198.88/1199.48	c Bin: Executing zchaff_rand
1198.88/1199.48	c zchaff_rand returned code 1.
1198.88/1199.48	c satzilla running tts-4-0 ... 
1198.88/1199.48	c Bin: Executing tts-4-0
1198.88/1199.48	c tts-4-0 returned code 1.
1198.88/1199.48	c satzilla running vallst ... 
1198.88/1199.48	c Bin: Executing vallst
1198.88/1199.48	c vallst returned code 1.
1198.88/1199.48	c satzilla running SATenstein ... 
1198.88/1199.48	c Bin: Executing SATenstein
1198.88/1199.48	c SATenstein returned code 1.
1198.88/1199.48	c satzilla running gnovelty+ ... 
1198.88/1199.48	c Bin: Executing gnovelty+
1198.88/1199.48	c gnovelty+ returned code 1.
1198.88/1199.48	c satzilla running adaptg2wsat+ ... 
1198.88/1199.48	c Bin: Executing adaptg2wsat+
1198.88/1199.48	c adaptg2wsat+ returned code 1.
1198.88/1199.48	c satzilla running adaptg2wsat0 ... 
1198.88/1199.48	c Bin: Executing adaptg2wsat0
1198.88/1199.48	c adaptg2wsat0 returned code 1.
1198.88/1199.48	c satzilla running picosat846 ... 
1198.88/1199.48	c Bin: Executing picosat846
1198.88/1199.48	c picosat846 returned code 1.
1198.88/1199.48	c satzilla running kcnfs04SAT07 ... 
1198.88/1199.48	c Bin: Executing kcnfs04SAT07
1198.88/1199.48	c kcnfs04SAT07 returned code 1.
1198.88/1199.48	c ERROR: All Failed! 
1198.88/1199.48	c SATZILLA_TIME=1199.160000

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-1539000-1238457756/watcher-1539000-1238457756 -o /tmp/evaluation-result-1539000-1238457756/solver-1539000-1238457756 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1539000-1238457756.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.91 0.95 0.98 3/70 2497
/proc/meminfo: memFree=1657304/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=0
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1118438855 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 112 96 399 0 111 0
[pid=2498] ppid=2497 vsize=636 CPUtime=0
/proc/2498/stat : 2498 (march_dl2004) R 2497 2497 1850 0 -1 4194304 84 0 0 0 0 0 0 0 19 0 1 0 1118438855 651264 79 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2498/statm: 159 79 50 118 0 38 0

[startup+0.0106579 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 2497
/proc/meminfo: memFree=1657304/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=0
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1118438855 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 112 96 399 0 111 0
[pid=2498] ppid=2497 vsize=776 CPUtime=0
/proc/2498/stat : 2498 (march_dl2004) R 2497 2497 1850 0 -1 4194304 130 0 0 0 0 0 0 0 19 0 1 0 1118438855 794624 122 1992294400 134512640 134996440 4294956176 18446744073709551615 134543099 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2498/statm: 194 122 57 118 0 73 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2832

[startup+0.101668 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 2497
/proc/meminfo: memFree=1657304/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=0
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1118438855 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 112 96 399 0 111 0
[pid=2498] ppid=2497 vsize=2960 CPUtime=0.09
/proc/2498/stat : 2498 (march_dl2004) R 2497 2497 1850 0 -1 4194304 639 0 0 0 9 0 0 0 19 0 1 0 1118438855 3031040 631 1992294400 134512640 134996440 4294956176 18446744073709551615 134659512 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2498/statm: 740 631 72 118 0 619 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5016

[startup+0.301687 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 2497
/proc/meminfo: memFree=1657304/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=0
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1118438855 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 112 96 399 0 111 0
[pid=2498] ppid=2497 vsize=3192 CPUtime=0.29
/proc/2498/stat : 2498 (march_dl2004) R 2497 2497 1850 0 -1 4194304 688 0 0 0 29 0 0 0 21 0 1 0 1118438855 3268608 680 1992294400 134512640 134996440 4294956176 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2498/statm: 798 680 73 118 0 677 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5248

[startup+0.70173 s]
/proc/loadavg: 0.91 0.95 0.98 3/70 2497
/proc/meminfo: memFree=1657304/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=0
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1118438855 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 112 96 399 0 111 0
[pid=2498] ppid=2497 vsize=3192 CPUtime=0.69
/proc/2498/stat : 2498 (march_dl2004) R 2497 2497 1850 0 -1 4194304 688 0 0 0 69 0 0 0 25 0 1 0 1118438855 3268608 680 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2498/statm: 798 680 73 118 0 677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5248

[startup+1.5018 s]
/proc/loadavg: 0.91 0.95 0.98 2/72 2499
/proc/meminfo: memFree=1653576/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=0
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1118438855 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 112 96 399 0 111 0
[pid=2498] ppid=2497 vsize=4108 CPUtime=1.49
/proc/2498/stat : 2498 (march_dl2004) R 2497 2497 1850 0 -1 4194304 911 0 0 0 149 0 0 0 25 0 1 0 1118438855 4206592 903 1992294400 134512640 134996440 4294956176 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2498/statm: 1027 903 74 118 0 906 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6164

[startup+3.10196 s]
/proc/loadavg: 0.91 0.95 0.98 2/72 2499
/proc/meminfo: memFree=1652616/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=0
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1118438855 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 112 96 399 0 111 0
[pid=2498] ppid=2497 vsize=4768 CPUtime=3.09
/proc/2498/stat : 2498 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1105 0 0 0 309 0 0 0 25 0 1 0 1118438855 4882432 1097 1992294400 134512640 134996440 4294956176 18446744073709551615 134567383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2498/statm: 1192 1097 74 118 0 1071 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6824

[startup+6.30128 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2500
/proc/meminfo: memFree=1656456/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=2056 CPUtime=4.99
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 156 1214 0 0 0 0 499 0 19 0 1 0 1118438855 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 514 125 107 399 0 111 0
[pid=2500] ppid=2497 vsize=1656 CPUtime=1.28
/proc/2500/stat : 2500 (mxc-sr08) R 2497 2497 1850 0 -1 4194304 326 0 0 0 128 0 0 0 25 0 1 0 1118439356 1695744 322 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2500/statm: 414 322 71 138 0 273 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 3712

[startup+12.7019 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2502
/proc/meminfo: memFree=1654024/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=7428 CPUtime=12.67
/proc/2497/stat : 2497 (SATzilla2009_C) R 2495 2497 1850 0 -1 4194304 550 2785 0 0 65 2 1198 2 24 0 1 0 1118438855 7606272 420 1992294400 134512640 136149437 4294956208 18446744073709551615 135542670 0 0 4096 3 0 0 0 17 0 0 0
/proc/2497/statm: 1857 420 207 399 0 1454 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7428

[startup+25.5012 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1651912/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=5948 CPUtime=9.31
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1325 0 0 0 931 0 0 0 25 0 1 0 1118440473 6090752 1317 1992294400 134512640 134996440 4294956176 18446744073709551615 134527899 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 1487 1317 74 118 0 1366 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9272

[startup+51.1017 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1650824/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=6740 CPUtime=34.89
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1553 0 0 0 3489 0 0 0 25 0 1 0 1118440473 6901760 1545 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 1685 1545 74 118 0 1564 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10064

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1650440/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=7268 CPUtime=86.07
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1666 0 0 0 8607 0 0 0 25 0 1 0 1118440473 7442432 1658 1992294400 134512640 134996440 4294956176 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 1817 1658 74 118 0 1696 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 10592

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1650120/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=7532 CPUtime=146.05
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1739 0 0 0 14605 0 0 0 25 0 1 0 1118440473 7712768 1731 1992294400 134512640 134996440 4294956176 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 1883 1731 74 118 0 1762 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 10856

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1649936/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=7796 CPUtime=206.02
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1799 0 0 0 20602 0 0 0 25 0 1 0 1118440473 7983104 1791 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 1949 1791 74 118 0 1828 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 11120

[startup+282.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1649808/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=7928 CPUtime=265.99
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1837 0 0 0 26599 0 0 0 25 0 1 0 1118440473 8118272 1829 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 1982 1829 74 118 0 1861 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 11252

[startup+342.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1649616/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8060 CPUtime=325.98
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 1872 0 0 0 32597 1 0 0 25 0 1 0 1118440473 8253440 1864 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2015 1864 74 118 0 1894 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 11384


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


[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648912/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8720 CPUtime=805.78
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2028 0 0 0 80577 1 0 0 25 0 1 0 1118440473 8929280 2020 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2180 2020 74 118 0 2059 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 12044

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648912/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8720 CPUtime=865.76
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2045 0 0 0 86574 2 0 0 25 0 1 0 1118440473 8929280 2037 1992294400 134512640 134996440 4294956176 18446744073709551615 134568111 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2180 2037 74 118 0 2059 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 12044

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648848/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8720 CPUtime=925.73
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2051 0 0 0 92571 2 0 0 25 0 1 0 1118440473 8929280 2043 1992294400 134512640 134996440 4294956176 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2180 2043 74 118 0 2059 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 12044

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648784/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8852 CPUtime=985.71
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2068 0 0 0 98569 2 0 0 25 0 1 0 1118440473 9064448 2060 1992294400 134512640 134996440 4294956176 18446744073709551615 134527881 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2213 2060 74 118 0 2092 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 12176

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648720/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8852 CPUtime=1045.69
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2081 0 0 0 104567 2 0 0 25 0 1 0 1118440473 9064448 2073 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2213 2073 74 118 0 2092 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 12176

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648720/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1105.66
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2092 0 0 0 110564 2 0 0 25 0 1 0 1118440473 9199616 2084 1992294400 134512640 134996440 4294956176 18446744073709551615 134526992 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2084 74 118 0 2125 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 12308

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1165.64
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2103 0 0 0 116562 2 0 0 25 0 1 0 1118440473 9199616 2095 1992294400 134512640 134996440 4294956176 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2095 74 118 0 2125 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 12308

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

[startup+1190.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1173.63
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2104 0 0 0 117361 2 0 0 25 0 1 0 1118440473 9199616 2096 1992294400 134512640 134996440 4294956176 18446744073709551615 134551461 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2096 74 118 0 2125 0
Current children cumulated CPU time (s) 1189.78
Current children cumulated vsize (KiB) 12308

[startup+1193.51 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1176.84
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2105 0 0 0 117682 2 0 0 25 0 1 0 1118440473 9199616 2097 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2097 74 118 0 2125 0
Current children cumulated CPU time (s) 1192.99
Current children cumulated vsize (KiB) 12308

[startup+1196.7 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1180.04
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2105 0 0 0 118002 2 0 0 25 0 1 0 1118440473 9199616 2097 1992294400 134512640 134996440 4294956176 18446744073709551615 134532998 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2097 74 118 0 2125 0
Current children cumulated CPU time (s) 1196.19
Current children cumulated vsize (KiB) 12308

[startup+1198.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1181.63
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2105 0 0 0 118161 2 0 0 25 0 1 0 1118440473 9199616 2097 1992294400 134512640 134996440 4294956176 18446744073709551615 134551294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2097 74 118 0 2125 0
Current children cumulated CPU time (s) 1197.78
Current children cumulated vsize (KiB) 12308

[startup+1199.1 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1182.43
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2105 0 0 0 118241 2 0 0 25 0 1 0 1118440473 9199616 2097 1992294400 134512640 134996440 4294956176 18446744073709551615 134527894 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2097 74 118 0 2125 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 12308

[startup+1199.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1182.63
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2105 0 0 0 118261 2 0 0 25 0 1 0 1118440473 9199616 2097 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2097 74 118 0 2125 0
Current children cumulated CPU time (s) 1198.78
Current children cumulated vsize (KiB) 12308

[startup+1199.4 s]
/proc/loadavg: 1.00 0.97 0.98 2/72 2503
/proc/meminfo: memFree=1648592/2055920 swapFree=4173176/4192956
[pid=2497] ppid=2495 vsize=3324 CPUtime=16.15
/proc/2497/stat : 2497 (SATzilla2009_C) S 2495 2497 1850 0 -1 4194304 583 2785 0 0 408 7 1198 2 25 0 1 0 1118438855 3403776 373 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/2497/statm: 831 373 219 399 0 428 0
[pid=2503] ppid=2497 vsize=8984 CPUtime=1182.73
/proc/2503/stat : 2503 (march_dl2004) R 2497 2497 1850 0 -1 4194304 2105 0 0 0 118271 2 0 0 25 0 1 0 1118440473 9199616 2097 1992294400 134512640 134996440 4294956176 18446744073709551615 134571664 0 0 8392704 0 0 0 0 17 0 0 0
/proc/2503/statm: 2246 2097 74 118 0 2125 0
Current children cumulated CPU time (s) 1198.88
Current children cumulated vsize (KiB) 12308

Child status: 17
Real time (s): 1199.49
CPU time (s): 1198.99
CPU user time (s): 1198.86
CPU system time (s): 0.12698
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 12308

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

runsolver used 1.26781 second user time and 3.13552 second system time

The end

Launcher Data

Begin job on node36 at 2009-03-31 02:02:36
IDJOB=1539000
IDBENCH=70446
IDSOLVER=527
FILE ID=node36/1539000-1238457756
PBS_JOBID= 9061673
Free space on /tmp= 66412 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/120/unif-k5-r21.3-v120-c2556-S1503318847-091.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1539000-1238457756/watcher-1539000-1238457756 -o /tmp/evaluation-result-1539000-1238457756/solver-1539000-1238457756 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1539000-1238457756.cnf

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

MD5SUM BENCH= eaf4e52b2ac22d87cb6a2c76b08ea88a
RANDOM SEED=1046047997

node36.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.214
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.214
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:       1657784 kB
Buffers:         64164 kB
Cached:         249560 kB
SwapCached:       9072 kB
Active:         151368 kB
Inactive:       172872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657784 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:           31500 kB
Writeback:           0 kB
Mapped:          16256 kB
Slab:            59324 kB
Committed_AS:  3032208 kB
PageTables:       1876 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= 66380 MiB
End job on node36 at 2009-03-31 02:22:35