Trace number 1538313

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) 1199.38 1200.02

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1253795703-015.cnf
MD5SUM17b09148dbc69a552ff183cd5c8f891a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.6782
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
Number of clauses of size over 50

Solver Data

18.47/18.56	c SATzilla is building models for class 2
18.47/18.56	c run presolver march_dl2004 for 5 seconds ... 
18.47/18.56	c Bin: Executing march_dl2004
18.47/18.56	c spawning binary file with 5 seconds ...
18.47/18.56	c child exit by a signal
18.47/18.56	c march_dl2004 returned code 137.
18.47/18.56	c run presolver mxc-sr08 for 5 seconds ... 
18.47/18.56	c Bin: Executing mxc-sr08
18.47/18.56	c spawning binary file with 5 seconds ...
18.47/18.56	c child exit by a signal
18.47/18.56	c mxc-sr08 returned code 137.
18.47/18.56	c Orignal number of varibales is 900, number of clauses is 18000 
18.47/18.56	c predicted feature computation time is 7.406574 
18.47/18.56	c Bin: Executing satelite
18.47/18.56	c spawning binary file with 240 seconds ...
18.47/18.56	c child exited successfully
18.47/18.56	c satzilla computing base features
18.47/18.56	c Number of variabe is: 900, Number of clause is : 18000 
18.47/18.56	c Initializing...
18.47/18.56	c satzilla compute diameter ...
18.47/18.56	c start diameter features ...
18.47/18.56	c satzilla doing clause learning
18.47/18.56	c start clause learning features ...
18.47/18.56	c Bin: Executing zchaff07
18.47/18.56	c spawning binary file with 2 seconds ...
18.47/18.56	c child exit by a signal
18.47/18.56	c satzilla doing survey propogation probe
18.47/18.56	c do survay propogation for 2 second ...
18.47/18.56	c satzilla doing local search probe
18.47/18.56	c satzilla doing lobjois search-space size estimate
18.47/18.56	c features are:900 18000 900 18000 0 0 0.05 0.374289 0.651408 0.829583 0.00555556 1.56125e-16 0.00555556 0.00555556 -0 0 0 0.00555556 0.0975614 0.00372222 0.00761111 3.64712 0.0801986 0.0607996 0 0.370787 3.0133 0.00103889 0.232078 0.000222222 0.00183333 2.86629 0.187 0.0179414 0.0801475 0.013 0.0229444 3 0 3 3 -0 54.1739 0.250961 36 98 68 39 59 46 51 54.6454 0.0960746 46.3333 69.75 61.4886 48.4773 58.2245 50.8548 53.9348 0.168487 0.687581 0.000164993 0.635664 0.332411 0.0309864 0.241242 0.0715025 0.153275 0.00272655 0.652985 0.000173136 0.0165053 0.00486388 0.00102565 0.0035485 0.00151374 0.0022919 53.1392 0.169292 172.098 0.0963533 172 158 188 0.825018 0.293848 0.863767 0.0435172 0.478182 0.586405 
18.47/18.56	c satzilla's ranking:
18.47/18.56	c 1) march_dl2004: 4.124438
18.47/18.56	c 2) minisat20SAT07: 3.730109
18.47/18.56	c 3) mxc-sr08: 3.687874
18.47/18.56	c 4) minisat20: 2.760504
18.47/18.56	c 5) zchaff_rand: 1.619876
18.47/18.56	c 6) vallst: 0.019730
18.47/18.56	c 7) tts-4-0: -0.041981
18.47/18.56	c 8) SATenstein: -10000.000000
18.47/18.56	c 9) gnovelty+: -10000.000000
18.47/18.56	c 10) adaptg2wsat+: -10000.000000
18.47/18.56	c 11) adaptg2wsat0: -10000.000000
18.47/18.56	c 12) picosat846: -10000.000000
18.47/18.56	c 13) kcnfs04SAT07: -10000.000000
18.47/18.56	c satzilla running march_dl2004 ... 
1199.34/1200.01	c Bin: Executing march_dl2004
1199.34/1200.01	c spawning binary file with 1181 seconds ...
1199.34/1200.01	c child exit by a signal
1199.34/1200.01	c march_dl2004 returned code 137.
1199.34/1200.01	c satzilla running minisat20SAT07 ... 
1199.34/1200.01	c Bin: Executing minisat20SAT07
1199.34/1200.01	c minisat20SAT07 returned code 1.
1199.34/1200.01	c satzilla running mxc-sr08 ... 
1199.34/1200.01	c Bin: Executing mxc-sr08
1199.34/1200.01	c mxc-sr08 returned code 1.
1199.34/1200.01	c satzilla running minisat20 ... 
1199.34/1200.01	c Bin: Executing minisat20
1199.34/1200.01	c minisat20 returned code 1.
1199.34/1200.01	c satzilla running zchaff_rand ... 
1199.34/1200.01	c Bin: Executing zchaff_rand
1199.34/1200.01	c zchaff_rand returned code 1.
1199.34/1200.01	c satzilla running vallst ... 
1199.34/1200.01	c Bin: Executing vallst
1199.34/1200.01	c vallst returned code 1.
1199.34/1200.01	c satzilla running tts-4-0 ... 
1199.34/1200.01	c Bin: Executing tts-4-0
1199.34/1200.01	c tts-4-0 returned code 1.
1199.34/1200.01	c satzilla running SATenstein ... 
1199.34/1200.01	c Bin: Executing SATenstein
1199.34/1200.01	c SATenstein returned code 1.
1199.34/1200.01	c satzilla running gnovelty+ ... 
1199.34/1200.01	c Bin: Executing gnovelty+
1199.34/1200.01	c gnovelty+ returned code 1.
1199.34/1200.01	c satzilla running adaptg2wsat+ ... 
1199.34/1200.01	c Bin: Executing adaptg2wsat+
1199.34/1200.01	c adaptg2wsat+ returned code 1.
1199.34/1200.01	c satzilla running adaptg2wsat0 ... 
1199.34/1200.01	c Bin: Executing adaptg2wsat0
1199.34/1200.01	c adaptg2wsat0 returned code 1.
1199.34/1200.01	c satzilla running picosat846 ... 
1199.34/1200.01	c Bin: Executing picosat846
1199.34/1200.01	c picosat846 returned code 1.
1199.34/1200.01	c satzilla running kcnfs04SAT07 ... 
1199.34/1200.01	c Bin: Executing kcnfs04SAT07
1199.34/1200.01	c kcnfs04SAT07 returned code 1.
1199.34/1200.01	c ERROR: All Failed! 
1199.34/1200.01	c SATZILLA_TIME=1199.540000

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-1538313-1238423882/watcher-1538313-1238423882 -o /tmp/evaluation-result-1538313-1238423882/solver-1538313-1238423882 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538313-1238423882.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 32438
/proc/meminfo: memFree=1272240/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=0
/proc/32438/stat : 32438 (SATzilla2009_C) R 32436 32438 31949 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115054336 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/32438/statm: 514 112 96 399 0 111 0
[pid=32439] ppid=32438 vsize=780 CPUtime=0
/proc/32439/stat : 32439 (march_dl2004) R 32438 32438 31949 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 1115054336 798720 103 1992294400 134512640 134996440 4294956176 18446744073709551615 134775594 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32439/statm: 195 103 50 118 0 74 0

[startup+0.026305 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32438
/proc/meminfo: memFree=1272240/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=0
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115054336 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32438/statm: 514 112 96 399 0 111 0
[pid=32439] ppid=32438 vsize=1044 CPUtime=0.02
/proc/32439/stat : 32439 (march_dl2004) R 32438 32438 31949 0 -1 4194304 184 0 0 0 2 0 0 0 19 0 1 0 1115054336 1069056 179 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32439/statm: 261 179 50 118 0 140 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3100

[startup+0.101316 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32438
/proc/meminfo: memFree=1272240/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=0
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115054336 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32438/statm: 514 112 96 399 0 111 0
[pid=32439] ppid=32438 vsize=2432 CPUtime=0.09
/proc/32439/stat : 32439 (march_dl2004) R 32438 32438 31949 0 -1 4194304 1759 0 0 0 9 0 0 0 19 0 1 0 1115054336 2490368 470 1992294400 134512640 134996440 4294956176 18446744073709551615 134542193 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32439/statm: 608 470 63 118 0 487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4488

[startup+0.301348 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32438
/proc/meminfo: memFree=1272240/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=0
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115054336 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32438/statm: 514 112 96 399 0 111 0
[pid=32439] ppid=32438 vsize=3772 CPUtime=0.29
/proc/32439/stat : 32439 (march_dl2004) R 32438 32438 31949 0 -1 4194304 2508 0 0 0 29 0 0 0 21 0 1 0 1115054336 3862528 600 1992294400 134512640 134996440 4294956176 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32439/statm: 943 600 67 118 0 822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5828

[startup+0.701416 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 32438
/proc/meminfo: memFree=1272240/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=0
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115054336 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32438/statm: 514 112 96 399 0 111 0
[pid=32439] ppid=32438 vsize=3772 CPUtime=0.69
/proc/32439/stat : 32439 (march_dl2004) R 32438 32438 31949 0 -1 4194304 2518 0 0 0 69 0 0 0 25 0 1 0 1115054336 3862528 610 1992294400 134512640 134996440 4294956176 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32439/statm: 943 610 67 118 0 822 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5828

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32440
/proc/meminfo: memFree=1269856/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=0
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115054336 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32438/statm: 514 112 96 399 0 111 0
[pid=32439] ppid=32438 vsize=3904 CPUtime=1.49
/proc/32439/stat : 32439 (march_dl2004) R 32438 32438 31949 0 -1 4194304 2561 0 0 0 149 0 0 0 25 0 1 0 1115054336 3997696 653 1992294400 134512640 134996440 4294956176 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32439/statm: 976 653 67 118 0 855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5960

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32440
/proc/meminfo: memFree=1251744/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=0
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115054336 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32438/statm: 514 112 96 399 0 111 0
[pid=32439] ppid=32438 vsize=23776 CPUtime=3.09
/proc/32439/stat : 32439 (march_dl2004) R 32438 32438 31949 0 -1 4194304 7904 0 0 0 281 28 0 0 25 0 1 0 1115054336 24346624 5630 1992294400 134512640 134996440 4294956176 18446744073709551615 134559562 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32439/statm: 5944 5630 72 118 0 5823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25832

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32441
/proc/meminfo: memFree=1269600/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=2056 CPUtime=4.99
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 156 9291 0 0 0 0 471 28 16 0 1 0 1115054336 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 514 125 107 399 0 111 0
[pid=32441] ppid=32438 vsize=4064 CPUtime=1.28
/proc/32441/stat : 32441 (mxc-sr08) R 32438 32438 31949 0 -1 4194304 1130 0 0 0 128 0 0 0 25 0 1 0 1115054837 4161536 921 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32441/statm: 1016 921 71 138 0 875 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6120

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32442
/proc/meminfo: memFree=1269672/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=3684 CPUtime=11.97
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 786 11058 0 0 193 0 975 29 25 0 1 0 1115054336 3772416 572 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 921 572 136 399 0 518 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 3684

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=1246376/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=23404 CPUtime=6.92
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 9291 0 0 0 667 25 0 0 25 0 1 0 1115056192 23965696 5553 1992294400 134512640 134996440 4294956176 18446744073709551615 134514946 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 5851 5553 74 118 0 5730 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 29312

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=1232360/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=39900 CPUtime=32.51
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 12854 0 0 0 3224 27 0 0 25 0 1 0 1115056192 40857600 9116 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 9975 9116 74 118 0 9854 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 45808

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32444
/proc/meminfo: memFree=1227176/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=45024 CPUtime=83.69
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 14125 0 0 0 8341 28 0 0 25 0 1 0 1115056192 46104576 10387 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 11256 10387 74 118 0 11135 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 50932

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1224488/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=47788 CPUtime=143.65
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 14816 0 0 0 14336 29 0 0 25 0 1 0 1115056192 48934912 11078 1992294400 134512640 134996440 4294956176 18446744073709551615 134526932 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 11947 11078 74 118 0 11826 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 53696

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1222632/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=49620 CPUtime=203.62
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 15280 0 0 0 20332 30 0 0 25 0 1 0 1115056192 50810880 11542 1992294400 134512640 134996440 4294956176 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 12405 11542 74 118 0 12284 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 55528

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1221032/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=51200 CPUtime=263.58
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 15680 0 0 0 26328 30 0 0 25 0 1 0 1115056192 52428800 11942 1992294400 134512640 134996440 4294956176 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 12800 11942 74 118 0 12679 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 57108

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1219944/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=52256 CPUtime=323.55
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 15955 0 0 0 32325 30 0 0 25 0 1 0 1115056192 53510144 12217 1992294400 134512640 134996440 4294956176 18446744073709551615 134528099 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 13064 12217 74 118 0 12943 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 58164


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1215656/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=56480 CPUtime=803.29
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17001 0 0 0 80298 31 0 0 25 0 1 0 1115056192 57835520 13263 1992294400 134512640 134996440 4294956176 18446744073709551615 134514020 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14120 13263 74 118 0 13999 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 62388

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1215336/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=56744 CPUtime=863.26
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17089 0 0 0 86295 31 0 0 25 0 1 0 1115056192 58105856 13351 1992294400 134512640 134996440 4294956176 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14186 13351 74 118 0 14065 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 62652

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1215016/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=57140 CPUtime=923.24
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17176 0 0 0 92292 32 0 0 25 0 1 0 1115056192 58511360 13438 1992294400 134512640 134996440 4294956176 18446744073709551615 134564358 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14285 13438 74 118 0 14164 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 63048

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1214504/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=57668 CPUtime=983.2
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17308 0 0 0 98288 32 0 0 25 0 1 0 1115056192 59052032 13570 1992294400 134512640 134996440 4294956176 18446744073709551615 134551682 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14417 13570 74 118 0 14296 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 63576

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213992/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58064 CPUtime=1043.17
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17419 0 0 0 104285 32 0 0 25 0 1 0 1115056192 59457536 13681 1992294400 134512640 134996440 4294956176 18446744073709551615 134526976 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14516 13681 74 118 0 14395 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 63972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213672/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58460 CPUtime=1103.15
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17517 0 0 0 110282 33 0 0 25 0 1 0 1115056192 59863040 13779 1992294400 134512640 134996440 4294956176 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14615 13779 74 118 0 14494 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 64368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213352/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58724 CPUtime=1163.12
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17592 0 0 0 116279 33 0 0 25 0 1 0 1115056192 60133376 13854 1992294400 134512640 134996440 4294956176 18446744073709551615 134551643 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14681 13854 74 118 0 14560 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 64632

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 32446
/proc/meminfo: memFree=1213352/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58724 CPUtime=1171.11
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17596 0 0 0 117078 33 0 0 25 0 1 0 1115056192 60133376 13858 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14681 13858 74 118 0 14560 0
Current children cumulated CPU time (s) 1189.64
Current children cumulated vsize (KiB) 64632

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213352/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58724 CPUtime=1177.51
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17604 0 0 0 117718 33 0 0 25 0 1 0 1115056192 60133376 13866 1992294400 134512640 134996440 4294956176 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14681 13866 74 118 0 14560 0
Current children cumulated CPU time (s) 1196.04
Current children cumulated vsize (KiB) 64632

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213352/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58724 CPUtime=1179.11
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17604 0 0 0 117878 33 0 0 25 0 1 0 1115056192 60133376 13866 1992294400 134512640 134996440 4294956176 18446744073709551615 134568492 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14681 13866 74 118 0 14560 0
Current children cumulated CPU time (s) 1197.64
Current children cumulated vsize (KiB) 64632

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213288/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58724 CPUtime=1179.91
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17605 0 0 0 117958 33 0 0 25 0 1 0 1115056192 60133376 13867 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14681 13867 74 118 0 14560 0
Current children cumulated CPU time (s) 1198.44
Current children cumulated vsize (KiB) 64632

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213288/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58724 CPUtime=1180.31
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17605 0 0 0 117998 33 0 0 25 0 1 0 1115056192 60133376 13867 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14681 13867 74 118 0 14560 0
Current children cumulated CPU time (s) 1198.84
Current children cumulated vsize (KiB) 64632

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213288/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=58724 CPUtime=1180.71
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4194304 17606 0 0 0 118038 33 0 0 25 0 1 0 1115056192 60133376 13868 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 14681 13868 74 118 0 14560 0
Current children cumulated CPU time (s) 1199.24
Current children cumulated vsize (KiB) 64632

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32446
/proc/meminfo: memFree=1213288/2055920 swapFree=4178416/4192956
[pid=32438] ppid=32436 vsize=5908 CPUtime=18.53
/proc/32438/stat : 32438 (SATzilla2009_C) S 32436 32438 31949 0 -1 4194304 1791 11955 0 0 640 8 1163 42 25 0 1 0 1115054336 6049792 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32438/statm: 1477 1098 219 399 0 1074 0
[pid=32444] ppid=32438 vsize=0 CPUtime=1180.81
/proc/32444/stat : 32444 (march_dl2004) R 32438 32438 31949 0 -1 4195332 17606 0 0 0 118048 33 0 0 25 0 1 0 1115056192 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/32444/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 5908

Child status: 17
Real time (s): 1200.02
CPU time (s): 1199.38
CPU user time (s): 1198.52
CPU system time (s): 0.856869
CPU usage (%): 99.9468
Max. virtual memory (cumulated for all children) (KiB): 64632

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

runsolver used 1.27281 second user time and 3.10253 second system time

The end

Launcher Data

Begin job on node15 at 2009-03-30 16:38:02
IDJOB=1538313
IDBENCH=70217
IDSOLVER=527
FILE ID=node15/1538313-1238423882
PBS_JOBID= 9061497
Free space on /tmp= 65428 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1253795703-015.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538313-1238423882/watcher-1538313-1238423882 -o /tmp/evaluation-result-1538313-1238423882/solver-1538313-1238423882 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538313-1238423882.cnf

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

MD5SUM BENCH= 17b09148dbc69a552ff183cd5c8f891a
RANDOM SEED=1472568224

node15.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.286
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.286
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:       1272720 kB
Buffers:         81772 kB
Cached:         602404 kB
SwapCached:       8336 kB
Active:         139196 kB
Inactive:       554932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272720 kB
SwapTotal:     4192956 kB
SwapFree:      4178416 kB
Dirty:           31872 kB
Writeback:           0 kB
Mapped:          15628 kB
Slab:            75012 kB
Committed_AS:  2913464 kB
PageTables:       1464 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= 65400 MiB
End job on node15 at 2009-03-30 16:58:03