Trace number 314456

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
tinisat 2007-02-08UNSAT 484.085 484.221

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark81.0267
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

0.05/0.07	c Tinisat 0.22
0.05/0.07	c solving /tmp/evaluation/314456-1172637307/instance-314456-1172637307.cnf
0.05/0.07	c 15589 variables, 54263 clauses
484.05/484.21	s UNSATISFIABLE
484.05/484.21	c 274577 decisions, 233152 conflicts, 132 restarts
484.05/484.21	c solved in 484.07s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node61/watcher-314456-1172637307 -o ROOT/results/node61/solver-314456-1172637307 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314456-1172637307/tinisat /tmp/evaluation/314456-1172637307/instance-314456-1172637307.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): 2400 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 0.99 3/64 24164
/proc/meminfo: memFree=1570016/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=1140 CPUtime=0
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 283687594 1167360 82 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134514772 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 285 82 48 110 0 172 0

[startup+0.0598261 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 24164
/proc/meminfo: memFree=1570016/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=1932 CPUtime=0.05
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 384 0 0 0 5 0 0 0 18 0 1 0 283687594 1978368 369 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 483 369 48 110 0 370 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1932

[startup+0.101829 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 24164
/proc/meminfo: memFree=1570016/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=6604 CPUtime=0.09
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 1304 0 0 0 9 0 0 0 18 0 1 0 283687594 6762496 1288 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 1651 1291 51 110 0 1538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6604

[startup+0.301847 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 24164
/proc/meminfo: memFree=1570016/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=6208 CPUtime=0.29
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 1450 0 0 0 29 0 0 0 19 0 1 0 283687594 6356992 1236 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 1552 1236 52 110 0 1439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6208

[startup+0.701887 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 24164
/proc/meminfo: memFree=1570016/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=6208 CPUtime=0.69
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 1554 0 0 0 69 0 0 0 22 0 1 0 283687594 6356992 1340 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 1552 1340 52 110 0 1439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6208

[startup+1.50196 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1564504/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=9252 CPUtime=1.49
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 1774 0 0 0 149 0 0 0 25 0 1 0 283687594 9474048 1560 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 2313 1560 52 110 0 2200 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9252

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1563288/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=9252 CPUtime=3.08
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 2061 0 0 0 308 0 0 0 25 0 1 0 283687594 9474048 1847 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 2313 1847 52 110 0 2200 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9252

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1561496/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=15336 CPUtime=6.29
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 2429 0 0 0 628 1 0 0 25 0 1 0 283687594 15704064 2215 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 3834 2215 52 110 0 3721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15336

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1558872/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=15596 CPUtime=12.69
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 3048 0 0 0 1267 2 0 0 25 0 1 0 283687594 15970304 2834 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519849 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 3899 2834 52 110 0 3786 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15596

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1555160/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=15728 CPUtime=25.49
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 3933 0 0 0 2546 3 0 0 25 0 1 0 283687594 16105472 3719 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 3932 3719 52 110 0 3819 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15728

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1549400/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=28716 CPUtime=51.08
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 5431 0 0 0 5103 5 0 0 25 0 1 0 283687594 29405184 5152 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 7179 5152 52 110 0 7066 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28716

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1541080/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=29896 CPUtime=102.27
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 7469 0 0 0 10220 7 0 0 25 0 1 0 283687594 30613504 7190 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 7474 7190 52 110 0 7361 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29896

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1533720/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=55328 CPUtime=162.25
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 9451 0 0 0 16216 9 0 0 25 0 1 0 283687594 56655872 9043 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 13832 9043 52 110 0 13719 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55328

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1527192/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=56576 CPUtime=222.23
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 11070 0 0 0 22213 10 0 0 25 0 1 0 283687594 57933824 10629 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 14144 10629 52 110 0 14031 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 56576

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1522072/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=57260 CPUtime=282.22
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 12386 0 0 0 28210 12 0 0 25 0 1 0 283687594 58634240 11912 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 14315 11912 52 110 0 14202 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 57260

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24165
/proc/meminfo: memFree=1517912/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=57388 CPUtime=342.2
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 13443 0 0 0 34207 13 0 0 25 0 1 0 283687594 58765312 12936 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 14347 12936 52 110 0 14234 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 57388

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1514136/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=57908 CPUtime=402.18
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 14462 0 0 0 40203 15 0 0 25 0 1 0 283687594 59297792 13889 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 14477 13889 52 110 0 14364 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 57908

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1510488/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=462.16
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15369 0 0 0 46200 16 0 0 25 0 1 0 283687594 109432832 14796 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 14796 52 110 0 26604 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 106868

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

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1509784/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=473.36
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15537 0 0 0 47320 16 0 0 25 0 1 0 283687594 109432832 14964 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 14964 52 110 0 26604 0
Current children cumulated CPU time (s) 473.36
Current children cumulated vsize (KiB) 106868

[startup+479.902 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1509400/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=479.76
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15631 0 0 0 47960 16 0 0 25 0 1 0 283687594 109432832 15058 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 15058 52 110 0 26604 0
Current children cumulated CPU time (s) 479.76
Current children cumulated vsize (KiB) 106868

[startup+481.502 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1509336/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=481.36
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15652 0 0 0 48120 16 0 0 25 0 1 0 283687594 109432832 15079 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 15079 52 110 0 26604 0
Current children cumulated CPU time (s) 481.36
Current children cumulated vsize (KiB) 106868

[startup+483.102 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1509272/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=482.96
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15669 0 0 0 48280 16 0 0 25 0 1 0 283687594 109432832 15096 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 15096 52 110 0 26604 0
Current children cumulated CPU time (s) 482.96
Current children cumulated vsize (KiB) 106868

[startup+483.901 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1509208/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=483.76
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15678 0 0 0 48360 16 0 0 25 0 1 0 283687594 109432832 15105 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 15105 52 110 0 26604 0
Current children cumulated CPU time (s) 483.76
Current children cumulated vsize (KiB) 106868

[startup+484.101 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1509208/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=483.95
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15680 0 0 0 48379 16 0 0 25 0 1 0 283687594 109432832 15107 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 15107 52 110 0 26604 0
Current children cumulated CPU time (s) 483.95
Current children cumulated vsize (KiB) 106868

[startup+484.201 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 24167
/proc/meminfo: memFree=1509208/2055920 swapFree=4183264/4192956
[pid=24164] ppid=24162 vsize=106868 CPUtime=484.05
/proc/24164/stat : 24164 (tinisat) R 24162 24164 23744 0 -1 4194304 15681 0 0 0 48389 16 0 0 25 0 1 0 283687594 109432832 15108 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/24164/statm: 26717 15108 52 110 0 26604 0
Current children cumulated CPU time (s) 484.05
Current children cumulated vsize (KiB) 106868

Child status: 20
Real time (s): 484.221
CPU time (s): 484.085
CPU user time (s): 483.907
CPU system time (s): 0.177972
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 106868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 483.907
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15688
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= 8
involuntary context switches= 805

runsolver used 0.318951 second user time and 1.01684 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Wed Feb 28 04:35:07 UTC 2007

IDJOB= 314456
IDBENCH= 20392
IDSOLVER= 100
FILE ID= node61/314456-1172637307

PBS_JOBID= 3981156

Free space on /tmp= 66522 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= /tmp/evaluation/314456-1172637307/tinisat /tmp/evaluation/314456-1172637307/instance-314456-1172637307.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-314456-1172637307 -o ROOT/results/node61/solver-314456-1172637307 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314456-1172637307/tinisat /tmp/evaluation/314456-1172637307/instance-314456-1172637307.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 511654123

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1570488 kB
Buffers:         29408 kB
Cached:         404924 kB
SwapCached:       3996 kB
Active:          39960 kB
Inactive:       404372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570488 kB
SwapTotal:     4192956 kB
SwapFree:      4183264 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:            27328 kB
Committed_AS:   789408 kB
PageTables:       1388 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= 66522 MiB

End job on node61 on Wed Feb 28 04:43:11 UTC 2007