Trace number 295319

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, and are wall clock time (not CPU 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
SAT7 2007-02-08SAT 442.383 442.642

General information on the benchmark

Namerandom/OnTreshold/7SAT/v55/
unif-k7-r89-v55-c4895-S1292104917-07.SAT.shuffled.cnf
MD5SUM9bf43998f8829e186c615fb9481ff7c8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses4895
Sum of the clauses size34265
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54895

Solver Data (download as text)

0.00/0.03	c Starting solver ...
0.00/0.03	c Restarting after 100 conflicts
0.00/0.04	c Restarting after 250 conflicts
0.00/0.05	c Restarting after 475 conflicts
0.00/0.07	c Restarting after 813 conflicts
0.00/0.09	c Restarting after 1319 conflicts
0.10/0.13	c Restarting after 2083 conflicts
0.10/0.20	c Restarting after 3222 conflicts
0.20/0.31	c Restarting after 4930 conflicts
0.41/0.47	c Restarting after 7492 conflicts
0.71/0.73	c Restarting after 11336 conflicts
1.13/1.13	c Restarting after 17102 conflicts
1.74/1.75	c Restarting after 25752 conflicts
2.66/2.70	c Restarting after 38727 conflicts
4.19/4.21	c Restarting after 58190 conflicts
6.44/6.52	c Restarting after 87382 conflicts
10.13/10.20	c Restarting after 131172 conflicts
15.86/15.94	c Restarting after 196857 conflicts
24.88/24.96	c Restarting after 295383 conflicts
39.39/39.45	c Restarting after 443172 conflicts
62.72/62.83	c Restarting after 664856 conflicts
100.37/100.50	c Restarting after 997382 conflicts
162.42/162.59	c Restarting after 1496171 conflicts
264.69/264.95	c Restarting after 2244354 conflicts
431.98/432.27	c Restarting after 3366628 conflicts
442.32/442.63	s SATISFIABLE
442.32/442.63	v 1 -2 -3 -4 5 6 7 -8 9 -10 -11 -12 -13 -14 -15 -16 17 -18 19 -20 21 -22 -23 24 -25 -26 27 -28 29 30 -31 32 -33 34 35 -36 37 -38 39 40 41 42 -43 44 45 46 -47 -48 -49 -50 -51 -52 -53 -54 55 
442.32/442.63	v 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-295319-1171803627 -o ROOT/results/node69/solver-295319-1171803627 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295319-1171803627/sat7_bin /tmp/evaluation/295319-1171803627/instance-295319-1171803627.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.98 0.99 2/64 28438
/proc/meminfo: memFree=1075448/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=1064 CPUtime=0
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 200320453 1089536 112 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 266 112 87 220 0 43 0

[startup+0.107071 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 28438
/proc/meminfo: memFree=1075448/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=1976 CPUtime=0.1
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 285 0 0 0 10 0 0 0 18 0 1 0 200320453 2023424 268 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134531803 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 494 268 95 220 0 271 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1976

[startup+0.516137 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 28438
/proc/meminfo: memFree=1075448/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=2108 CPUtime=0.51
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 375 0 0 0 51 0 0 0 21 0 1 0 200320453 2158592 358 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538792 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 527 358 95 220 0 304 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2108

[startup+1.33827 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 28439
/proc/meminfo: memFree=1074160/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=2244 CPUtime=1.33
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 440 0 0 0 133 0 0 0 25 0 1 0 200320453 2297856 423 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 561 423 95 220 0 338 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2244

[startup+2.97454 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 28439
/proc/meminfo: memFree=1073776/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=3544 CPUtime=2.97
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 509 0 0 0 297 0 0 0 25 0 1 0 200320453 3629056 492 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532575 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 886 492 95 220 0 663 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 3544

[startup+6.25308 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 28439
/proc/meminfo: memFree=1073392/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=3680 CPUtime=6.24
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 572 0 0 0 624 0 0 0 25 0 1 0 200320453 3768320 555 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 920 555 95 220 0 697 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 3680

[startup+12.7061 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 28439
/proc/meminfo: memFree=1072880/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=3964 CPUtime=12.69
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 680 0 0 0 1269 0 0 0 25 0 1 0 200320453 4059136 663 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134539924 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 991 663 95 220 0 768 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3964

[startup+25.5072 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 28439
/proc/meminfo: memFree=1072560/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=4124 CPUtime=25.49
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 778 0 0 0 2549 0 0 0 25 0 1 0 200320453 4222976 761 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532427 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1031 761 95 220 0 808 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4124

[startup+51.1194 s]
/proc/loadavg: 0.96 0.98 0.99 2/71 28521
/proc/meminfo: memFree=1070776/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=4604 CPUtime=51.06
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 896 0 0 0 5104 2 0 0 25 0 1 0 200320453 4714496 879 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1151 879 95 220 0 928 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4604

[startup+102.354 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 28597
/proc/meminfo: memFree=1070008/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=5084 CPUtime=102.22
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1068 0 0 0 10220 2 0 0 25 0 1 0 200320453 5206016 1051 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532548 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1271 1051 95 220 0 1048 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 5084

[startup+162.385 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070768/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7456 CPUtime=162.22
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1169 0 0 0 16219 3 0 0 25 0 1 0 200320453 7634944 1152 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1864 1152 95 220 0 1641 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 7456

[startup+222.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070512/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7456 CPUtime=222.21
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1213 0 0 0 22218 3 0 0 25 0 1 0 200320453 7634944 1196 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1864 1196 95 220 0 1641 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 7456

[startup+282.412 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070384/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7456 CPUtime=282.2
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1273 0 0 0 28217 3 0 0 25 0 1 0 200320453 7634944 1256 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1864 1256 95 220 0 1641 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 7456

[startup+342.425 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070320/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7456 CPUtime=342.19
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1293 0 0 0 34216 3 0 0 25 0 1 0 200320453 7634944 1276 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1864 1276 95 220 0 1641 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 7456

[startup+402.446 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070192/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7456 CPUtime=402.19
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1317 0 0 0 40216 3 0 0 25 0 1 0 200320453 7634944 1300 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1864 1300 95 220 0 1641 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 7456

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

[startup+419.549 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070192/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7456 CPUtime=419.29
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1318 0 0 0 41926 3 0 0 25 0 1 0 200320453 7634944 1301 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1864 1301 95 220 0 1641 0
Current children cumulated CPU time (s) 419.29
Current children cumulated vsize (KiB) 7456

[startup+432.659 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070192/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7648 CPUtime=432.39
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1327 0 0 0 43236 3 0 0 25 0 1 0 200320453 7831552 1310 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532623 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1912 1310 95 220 0 1689 0
Current children cumulated CPU time (s) 432.39
Current children cumulated vsize (KiB) 7648

[startup+439.212 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070128/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7648 CPUtime=438.94
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1363 0 0 0 43891 3 0 0 25 0 1 0 200320453 7831552 1346 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1912 1346 95 220 0 1689 0
Current children cumulated CPU time (s) 438.94
Current children cumulated vsize (KiB) 7648

[startup+440.852 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070064/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7648 CPUtime=440.58
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1363 0 0 0 44055 3 0 0 25 0 1 0 200320453 7831552 1346 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134536755 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1912 1346 95 220 0 1689 0
Current children cumulated CPU time (s) 440.58
Current children cumulated vsize (KiB) 7648

[startup+441.668 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070064/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7648 CPUtime=441.4
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1364 0 0 0 44137 3 0 0 25 0 1 0 200320453 7831552 1347 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1912 1347 95 220 0 1689 0
Current children cumulated CPU time (s) 441.4
Current children cumulated vsize (KiB) 7648

[startup+442.08 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070064/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7648 CPUtime=441.81
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1365 0 0 0 44178 3 0 0 25 0 1 0 200320453 7831552 1348 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1912 1348 95 220 0 1689 0
Current children cumulated CPU time (s) 441.81
Current children cumulated vsize (KiB) 7648

[startup+442.49 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070064/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7648 CPUtime=442.22
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1367 0 0 0 44219 3 0 0 25 0 1 0 200320453 7831552 1350 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1912 1350 95 220 0 1689 0
Current children cumulated CPU time (s) 442.22
Current children cumulated vsize (KiB) 7648

[startup+442.593 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28637
/proc/meminfo: memFree=1070064/2055920 swapFree=4183028/4192956
[pid=28438] ppid=28436 vsize=7648 CPUtime=442.32
/proc/28438/stat : 28438 (sat7_bin) R 28436 28438 28006 0 -1 4194304 1367 0 0 0 44229 3 0 0 25 0 1 0 200320453 7831552 1350 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134578665 0 0 4096 0 0 0 0 17 1 0 0
/proc/28438/statm: 1912 1350 95 220 0 1689 0
Current children cumulated CPU time (s) 442.32
Current children cumulated vsize (KiB) 7648

Child status: 10
Real time (s): 442.642
CPU time (s): 442.383
CPU user time (s): 442.344
CPU system time (s): 0.038994
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 7648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.344
system time used= 0.038994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1367
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= 6
involuntary context switches= 1435

runsolver used 0.32695 second user time and 0.943856 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sun Feb 18 13:00:27 UTC 2007

IDJOB= 295319
IDBENCH= 19910
IDSOLVER= 101
FILE ID= node69/295319-1171803627

PBS_JOBID= 3839611

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v55/unif-k7-r89-v55-c4895-S1292104917-07.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295319-1171803627/sat7_bin /tmp/evaluation/295319-1171803627/instance-295319-1171803627.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-295319-1171803627 -o ROOT/results/node69/solver-295319-1171803627 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295319-1171803627/sat7_bin /tmp/evaluation/295319-1171803627/instance-295319-1171803627.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  9bf43998f8829e186c615fb9481ff7c8

RANDOM SEED= 129671593

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.261
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.261
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:       1075856 kB
Buffers:         49424 kB
Cached:         820576 kB
SwapCached:       4412 kB
Active:         618972 kB
Inactive:       261016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1075856 kB
SwapTotal:     4192956 kB
SwapFree:      4183028 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:          15308 kB
Slab:            86052 kB
Committed_AS:   559036 kB
PageTables:       1472 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= 66563 MiB

End job on node69 on Sun Feb 18 13:07:50 UTC 2007