Trace number 1538608

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.74 1200.31

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S762724712-048.cnf
MD5SUMded0a20d749cf4becf9e25906c1822a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.09138
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.85/19.92	c SATzilla is building models for class 3
19.85/19.92	c run presolver mxc-sr08 for 10 seconds ... 
19.85/19.92	c Bin: Executing mxc-sr08
19.85/19.92	c spawning binary file with 10 seconds ...
19.85/19.92	c child exit by a signal
19.85/19.92	c mxc-sr08 returned code 137.
19.85/19.92	c run presolver picosat846 for 5 seconds ... 
19.85/19.92	c Bin: Executing picosat846
19.85/19.92	c spawning binary file with 5 seconds ...
19.85/19.92	c child exit by a signal
19.85/19.92	c picosat846 returned code 137.
19.85/19.92	c Orignal number of varibales is 6000, number of clauses is 25200 
19.85/19.92	c predicted feature computation time is 1.468213 
19.85/19.92	c Bin: Executing satelite
19.85/19.92	c spawning binary file with 240 seconds ...
19.85/19.92	c child exited successfully
19.85/19.92	c satzilla computing base features
19.85/19.92	c Number of variabe is: 5839, Number of clause is : 25009 
19.85/19.92	c Initializing...
19.85/19.92	c satzilla doing clause learning
19.85/19.92	c start clause learning features ...
19.85/19.92	c Bin: Executing zchaff07
19.85/19.92	c spawning binary file with 2 seconds ...
19.85/19.92	c child exit by a signal
19.85/19.92	c satzilla doing survey propogation probe
19.85/19.92	c do survay propogation for 2 second ...
19.85/19.92	c satzilla doing local search probe
19.85/19.92	c features are:6000 25200 5839 25009 0.0275732 0.00763725 0.233476 0.494099 0.587802 0.724534 0.000520737 0.0676391 0.000513787 0.000856311 0.171372 0 0.961094 0.000520737 0.288386 7.99712e-05 0.00127954 2.70724 0.227343 0.173184 0 1 3.34441 0.000253329 0.397575 0 0.000799712 2.317 0.488624 0.00105549 0.291695 0.000159942 0.00263905 37.0923 0.288423 20 64 54 25 43 29 34 45.9718 0.111775 33.9231 58.0732 52.4643 39.3171 49.2414 42.7308 45.8182 0.389977 0.591417 6.81628e-05 1 0.707031 0.0773499 0.567366 0.200368 0.382381 0.0930577 0.649 0.00233206 0.632571 0.175832 0.0292263 0.12368 0.0477861 0.0804613 163.541 0.472833 1275.76 0.0188562 1275 1243 1306 0.288222 0.968149 0.847763 0.0320473 
19.85/19.92	c satzilla's ranking:
19.85/19.92	c 1) picosat846: 2.596387
19.85/19.92	c 2) mxc-sr08: 1.834584
19.85/19.92	c 3) zchaff_rand: 1.620629
19.85/19.92	c 4) minisat20SAT07: 1.613845
19.85/19.92	c 5) march_dl2004: 1.327253
19.85/19.92	c 6) SATenstein: -10000.000000
19.85/19.92	c 7) gnovelty+: -10000.000000
19.85/19.92	c 8) adaptg2wsat+: -10000.000000
19.85/19.92	c 9) adaptg2wsat0: -10000.000000
19.85/19.92	c 10) tts-4-0: -10000.000000
19.85/19.92	c 11) vallst: -10000.000000
19.85/19.92	c 12) minisat20: -10000.000000
19.85/19.92	c 13) kcnfs04SAT07: -10000.000000
19.85/19.92	c satzilla running picosat846 ... 
1199.70/1200.30	c Bin: Executing picosat846
1199.70/1200.30	c spawning binary file with 1180 seconds ...
1199.70/1200.30	c child exit by a signal
1199.70/1200.30	c picosat846 returned code 137.
1199.70/1200.30	c satzilla running mxc-sr08 ... 
1199.70/1200.30	c Bin: Executing mxc-sr08
1199.70/1200.30	c mxc-sr08 returned code 1.
1199.70/1200.30	c satzilla running zchaff_rand ... 
1199.70/1200.30	c Bin: Executing zchaff_rand
1199.70/1200.30	c zchaff_rand returned code 1.
1199.70/1200.30	c satzilla running minisat20SAT07 ... 
1199.70/1200.30	c Bin: Executing minisat20SAT07
1199.70/1200.30	c minisat20SAT07 returned code 1.
1199.70/1200.30	c satzilla running march_dl2004 ... 
1199.70/1200.30	c Bin: Executing march_dl2004
1199.70/1200.30	c march_dl2004 returned code 1.
1199.70/1200.30	c satzilla running SATenstein ... 
1199.70/1200.30	c Bin: Executing SATenstein
1199.70/1200.30	c SATenstein returned code 1.
1199.70/1200.30	c satzilla running gnovelty+ ... 
1199.70/1200.30	c Bin: Executing gnovelty+
1199.70/1200.30	c gnovelty+ returned code 1.
1199.70/1200.30	c satzilla running adaptg2wsat+ ... 
1199.70/1200.30	c Bin: Executing adaptg2wsat+
1199.70/1200.30	c adaptg2wsat+ returned code 1.
1199.70/1200.30	c satzilla running adaptg2wsat0 ... 
1199.70/1200.30	c Bin: Executing adaptg2wsat0
1199.70/1200.30	c adaptg2wsat0 returned code 1.
1199.70/1200.30	c satzilla running tts-4-0 ... 
1199.70/1200.30	c Bin: Executing tts-4-0
1199.70/1200.30	c tts-4-0 returned code 1.
1199.70/1200.30	c satzilla running vallst ... 
1199.70/1200.30	c Bin: Executing vallst
1199.70/1200.30	c vallst returned code 1.
1199.70/1200.30	c satzilla running minisat20 ... 
1199.70/1200.30	c Bin: Executing minisat20
1199.70/1200.30	c minisat20 returned code 1.
1199.70/1200.30	c satzilla running kcnfs04SAT07 ... 
1199.70/1200.30	c Bin: Executing kcnfs04SAT07
1199.70/1200.30	c kcnfs04SAT07 returned code 1.
1199.70/1200.30	c ERROR: All Failed! 
1199.70/1200.30	c SATZILLA_TIME=1199.920000

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-1538608-1238436075/watcher-1538608-1238436075 -o /tmp/evaluation-result-1538608-1238436075/solver-1538608-1238436075 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538608-1238436075.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 19848
/proc/meminfo: memFree=1421528/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) R 19846 19848 19331 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=2512 CPUtime=0
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 482 0 0 0 0 0 0 0 18 0 1 0 882199005 2572288 478 1992294400 134512640 135078026 4294956176 18446744073709551615 134573632 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 628 478 54 138 0 487 0

[startup+0.0936481 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19848
/proc/meminfo: memFree=1421528/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=3992 CPUtime=0.08
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 1024 0 0 0 8 0 0 0 19 0 1 0 882199005 4087808 859 1992294400 134512640 135078026 4294956176 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 998 859 71 138 0 857 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6048

[startup+0.101649 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19848
/proc/meminfo: memFree=1421528/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=3992 CPUtime=0.09
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 1032 0 0 0 9 0 0 0 19 0 1 0 882199005 4087808 867 1992294400 134512640 135078026 4294956176 18446744073709551615 134535155 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 998 867 71 138 0 857 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6048

[startup+0.301677 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19848
/proc/meminfo: memFree=1421528/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=4124 CPUtime=0.29
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 1077 0 0 0 29 0 0 0 21 0 1 0 882199005 4222976 912 1992294400 134512640 135078026 4294956176 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 1031 912 71 138 0 890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6180

[startup+0.701736 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19848
/proc/meminfo: memFree=1421528/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=4652 CPUtime=0.69
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 1197 0 0 0 69 0 0 0 25 0 1 0 882199005 4763648 1032 1992294400 134512640 135078026 4294956176 18446744073709551615 134523686 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 1163 1032 71 138 0 1022 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6708

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19850
/proc/meminfo: memFree=1417096/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=5312 CPUtime=1.49
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 1356 0 0 0 149 0 0 0 25 0 1 0 882199005 5439488 1191 1992294400 134512640 135078026 4294956176 18446744073709551615 134533764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 1328 1191 71 138 0 1187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7368

[startup+3.10209 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19850
/proc/meminfo: memFree=1416520/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=5576 CPUtime=3.09
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 1448 0 0 0 309 0 0 0 25 0 1 0 882199005 5709824 1283 1992294400 134512640 135078026 4294956176 18446744073709551615 134609199 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 1394 1283 71 138 0 1253 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7632

[startup+6.30156 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19850
/proc/meminfo: memFree=1416072/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=0
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 882199005 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19848/statm: 514 112 96 399 0 111 0
[pid=19849] ppid=19848 vsize=6236 CPUtime=6.29
/proc/19849/stat : 19849 (mxc-sr08) R 19848 19848 19331 0 -1 4194304 1590 0 0 0 627 2 0 0 25 0 1 0 882199005 6385664 1425 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19849/statm: 1559 1425 71 138 0 1418 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8292

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19851
/proc/meminfo: memFree=1416136/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=2056 CPUtime=9.98
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 152 1687 0 0 0 0 996 2 16 0 1 0 882199005 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 514 121 104 399 0 111 0
[pid=19851] ppid=19848 vsize=8424 CPUtime=2.69
/proc/19851/stat : 19851 (picosat846) R 19848 19848 19331 0 -1 4194304 1822 0 0 0 268 1 0 0 25 0 1 0 882200005 8626176 1811 1992294400 134512640 134570484 4294956176 18446744073709551615 134552931 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19851/statm: 2106 1811 84 14 0 1772 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10480

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1410760/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=9480 CPUtime=5.56
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 2113 0 0 0 555 1 0 0 25 0 1 0 882200998 9707520 2102 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 2370 2102 84 14 0 2036 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 14244

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1403592/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=16740 CPUtime=31.14
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 3922 0 0 0 3113 1 0 0 25 0 1 0 882200998 17141760 3911 1992294400 134512640 134570484 4294956176 18446744073709551615 134546098 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 4185 3911 84 14 0 3851 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 21504

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1394952/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=25576 CPUtime=82.33
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 6082 0 0 0 8230 3 0 0 25 0 1 0 882200998 26189824 6071 1992294400 134512640 134570484 4294956176 18446744073709551615 134544216 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 6394 6071 85 14 0 6060 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 30340

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1388168/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=32024 CPUtime=142.29
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 7762 0 0 0 14224 5 0 0 25 0 1 0 882200998 32792576 7713 1992294400 134512640 134570484 4294956176 18446744073709551615 134551329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19854/statm: 8006 7713 85 14 0 7672 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 36788

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1383048/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=37688 CPUtime=202.26
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 9199 0 0 0 20220 6 0 0 25 0 1 0 882200998 38592512 9121 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 9422 9121 85 14 0 9088 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 42452

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1377032/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=43232 CPUtime=262.24
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 10850 0 0 0 26217 7 0 0 25 0 1 0 882200998 44269568 10530 1992294400 134512640 134570484 4294956176 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 10808 10530 85 14 0 10474 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 47996

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1372424/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=48400 CPUtime=322.21
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 12276 0 0 0 32213 8 0 0 25 0 1 0 882200998 49561600 11693 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 12100 11693 85 14 0 11766 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1353992/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=66248 CPUtime=742.01
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 18153 0 0 0 74187 14 0 0 25 0 1 0 882200998 67837952 16239 1992294400 134512640 134570484 4294956176 18446744073709551615 134551329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 16562 16239 85 14 0 16228 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 71012

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1350728/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=69476 CPUtime=801.97
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 19808 0 0 0 80182 15 0 0 25 0 1 0 882200998 71143424 17056 1992294400 134512640 134570484 4294956176 18446744073709551615 134551792 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 17369 17056 85 14 0 17035 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 74240

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1347336/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=73172 CPUtime=861.95
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 20706 0 0 0 86178 17 0 0 25 0 1 0 882200998 74928128 17954 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 18293 17954 85 14 0 17959 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 77936

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1342344/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=77876 CPUtime=921.92
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 21967 0 0 0 92174 18 0 0 25 0 1 0 882200998 79745024 19166 1992294400 134512640 134570484 4294956176 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 19469 19166 85 14 0 19135 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 82640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1342856/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=77332 CPUtime=981.9
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 21967 0 0 0 98172 18 0 0 25 0 1 0 882200998 79187968 19030 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 19333 19030 85 14 0 18999 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 82096

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1343176/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=77028 CPUtime=1041.87
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 21977 0 0 0 104169 18 0 0 25 0 1 0 882200998 78876672 18964 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 19257 18964 85 14 0 18923 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 81792

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1335304/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=85080 CPUtime=1101.84
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 23975 0 0 0 110165 19 0 0 25 0 1 0 882200998 87121920 20962 1992294400 134512640 134570484 4294956176 18446744073709551615 134553201 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 21270 20962 85 14 0 20936 0
Current children cumulated CPU time (s) 1121.72
Current children cumulated vsize (KiB) 89844

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1337416/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=82716 CPUtime=1161.82
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 23979 0 0 0 116163 19 0 0 25 0 1 0 882200998 84701184 20390 1992294400 134512640 134570484 4294956176 18446744073709551615 134551946 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 20679 20390 85 14 0 20345 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 87480

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 19854
/proc/meminfo: memFree=1337416/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=82716 CPUtime=1169.82
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 23979 0 0 0 116963 19 0 0 25 0 1 0 882200998 84701184 20390 1992294400 134512640 134570484 4294956176 18446744073709551615 134523246 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 20679 20390 85 14 0 20345 0
Current children cumulated CPU time (s) 1189.7
Current children cumulated vsize (KiB) 87480

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1337416/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=82716 CPUtime=1176.22
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 23979 0 0 0 117603 19 0 0 25 0 1 0 882200998 84701184 20390 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 20679 20390 85 14 0 20345 0
Current children cumulated CPU time (s) 1196.1
Current children cumulated vsize (KiB) 87480

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1337416/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=82716 CPUtime=1177.81
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 23979 0 0 0 117762 19 0 0 25 0 1 0 882200998 84701184 20390 1992294400 134512640 134570484 4294956176 18446744073709551615 134553040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 20679 20390 85 14 0 20345 0
Current children cumulated CPU time (s) 1197.69
Current children cumulated vsize (KiB) 87480

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1337416/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=82716 CPUtime=1178.61
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 23979 0 0 0 117842 19 0 0 25 0 1 0 882200998 84701184 20390 1992294400 134512640 134570484 4294956176 18446744073709551615 134551739 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 20679 20390 85 14 0 20345 0
Current children cumulated CPU time (s) 1198.49
Current children cumulated vsize (KiB) 87480

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1337416/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=82716 CPUtime=1179.41
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4194304 23979 0 0 0 117922 19 0 0 25 0 1 0 882200998 84701184 20390 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 20679 20390 85 14 0 20345 0
Current children cumulated CPU time (s) 1199.29
Current children cumulated vsize (KiB) 87480

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19854
/proc/meminfo: memFree=1337416/2055920 swapFree=4178260/4192956
[pid=19848] ppid=19846 vsize=4764 CPUtime=19.88
/proc/19848/stat : 19848 (SATzilla2009_I) S 19846 19848 19331 0 -1 4194304 2109 5878 0 0 256 22 1691 19 25 0 1 0 882199005 4878336 823 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/19848/statm: 1191 823 217 399 0 788 0
[pid=19854] ppid=19848 vsize=0 CPUtime=1179.82
/proc/19854/stat : 19854 (picosat846) R 19848 19848 19331 0 -1 4195332 23979 0 0 0 117962 20 0 0 25 0 1 0 882200998 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/19854/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.7
Current children cumulated vsize (KiB) 4764

Child status: 17
Real time (s): 1200.31
CPU time (s): 1199.74
CPU user time (s): 1199.11
CPU system time (s): 0.633903
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 89844

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

runsolver used 1.05284 second user time and 3.31849 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-30 20:01:15
IDJOB=1538608
IDBENCH=70315
IDSOLVER=528
FILE ID=node39/1538608-1238436075
PBS_JOBID= 9061562
Free space on /tmp= 66252 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S762724712-048.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538608-1238436075/watcher-1538608-1238436075 -o /tmp/evaluation-result-1538608-1238436075/solver-1538608-1238436075 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538608-1238436075.cnf

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

MD5SUM BENCH= ded0a20d749cf4becf9e25906c1822a6
RANDOM SEED=1386546484

node39.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.285
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.285
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:       1422008 kB
Buffers:         80688 kB
Cached:         458612 kB
SwapCached:       8168 kB
Active:         160072 kB
Inactive:       389264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422008 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:           32000 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            70892 kB
Committed_AS:  2298260 kB
PageTables:       1188 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= 66220 MiB
End job on node39 at 2009-03-30 20:21:16