Trace number 333282

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
KCNFS SMPUNSAT 924.566 579.117

General information on the benchmark

Namecrafted/Medium/contest05/others/
pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
MD5SUMab810788a5ff5edde690e75706c8dd18
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark212.424
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of clauses562
Sum of the clauses size1684
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 3560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/333282-1173507921/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/333282-1173507921/instance-333282-1173507921.cnf'
0.00/0.00	c [#vars: 169, #clauses: 562 , (2-3)-CNF]
0.00/0.00	c unit clauses propagate before processing (#clause: 562)
0.00/0.00	c estimated distribution: 8 tasks
0.00/0.05	c <17440> [PID]: 17441 17443 17444 17445 17446 17447 17448
0.34/0.40	c <17440> [PID]: 17449
0.34/0.40	c real distribution: 8 tasks
110.08/55.27	c <17440> [17449: UNSAT][17448: UNSAT][17447: UNSAT][17445: UNSAT][17446: UNSAT]
662.21/331.98	c <17440> [17443: UNSAT][17444: UNSAT][17441: UNSAT]
924.53/579.11	s UNSATISFIABLE
924.53/579.11	c CPU time            : 924.650 seconds
924.53/579.11	c Elapsed Time        : 579.114 seconds
924.53/579.11	c Size of search tree : 18378662 nodes
924.53/579.11	c average speed       : 19876.345 nodes/sec.
924.53/579.11	

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/node18/watcher-333282-1173507921 -o ROOT/results/node18/solver-333282-1173507921 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333282-1173507921/kcnfs-smp /tmp/evaluation/333282-1173507921/instance-333282-1173507921.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: 0.92 1.08 2.00 3/77 17440
/proc/meminfo: memFree=1561720/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) R 17438 17440 16967 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 370746676 186556416 140 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 1 0 0
/proc/17440/statm: 45546 140 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=0
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 25 0 0 0 0 0 0 0 18 0 1 0 370746676 186556416 142 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567243 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 142 66 160 0 45384 0

[startup+0.0835499 s]
/proc/loadavg: 0.92 1.08 2.00 3/77 17440
/proc/meminfo: memFree=1561720/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) R 17438 17440 16967 0 -1 4194304 277 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=0.07
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 7 0 0 0 19 0 1 0 370746676 186556416 143 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567604 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 143 67 160 0 45384 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 364368

[startup+0.10155 s]
/proc/loadavg: 0.92 1.08 2.00 3/77 17440
/proc/meminfo: memFree=1561720/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) R 17438 17440 16967 0 -1 4194304 277 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=0.09
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 9 0 0 0 19 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 144 67 160 0 45384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 364368

[startup+0.301569 s]
/proc/loadavg: 0.92 1.08 2.00 3/77 17440
/proc/meminfo: memFree=1561720/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) R 17438 17440 16967 0 -1 4194304 277 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=0.29
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 29 0 0 0 21 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572606 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 144 67 160 0 45384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 364368

[startup+0.701608 s]
/proc/loadavg: 0.92 1.08 2.00 3/77 17440
/proc/meminfo: memFree=1561720/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 299 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=0.39
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 39 0 0 0 22 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683408 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 144 67 160 0 45384 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 364368

[startup+1.50169 s]
/proc/loadavg: 0.92 1.08 2.00 9/86 17449
/proc/meminfo: memFree=1559576/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 299 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=0.59
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 59 0 0 0 24 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589825 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 144 67 160 0 45384 0
[pid=17443] ppid=17440 vsize=182184 CPUtime=0.42
/proc/17443/stat : 17443 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 42 0 0 0 24 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639290 0 0 4096 0 0 0 0 17 1 0 0
/proc/17443/statm: 45546 144 67 160 0 45384 0
[pid=17444] ppid=17440 vsize=182184 CPUtime=0.41
/proc/17444/stat : 17444 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 41 0 0 0 25 0 1 0 370746679 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580317 0 0 4096 2 0 0 0 17 0 0 0
/proc/17444/statm: 45546 144 67 160 0 45384 0
[pid=17445] ppid=17440 vsize=182184 CPUtime=0.3
/proc/17445/stat : 17445 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 30 0 0 0 25 0 1 0 370746680 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572299 0 0 4096 0 0 0 0 17 1 0 0
/proc/17445/statm: 45546 144 67 160 0 45384 0
[pid=17446] ppid=17440 vsize=182184 CPUtime=0.3
/proc/17446/stat : 17446 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 30 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589760 0 0 4096 2 0 0 0 17 1 0 0
/proc/17446/statm: 45546 144 67 160 0 45384 0
[pid=17447] ppid=17440 vsize=182184 CPUtime=0.4
/proc/17447/stat : 17447 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 40 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639302 0 0 4096 0 0 0 0 17 0 0 0
/proc/17447/statm: 45546 144 67 160 0 45384 0
[pid=17448] ppid=17440 vsize=182184 CPUtime=0.28
/proc/17448/stat : 17448 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 28 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572970 0 0 4096 2 0 0 0 17 0 0 0
/proc/17448/statm: 45546 144 67 160 0 45384 0
[pid=17449] ppid=17440 vsize=182184 CPUtime=0.24
/proc/17449/stat : 17449 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 24 0 0 0 25 0 1 0 370746711 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683214 0 0 4096 0 0 0 0 17 0 0 0
/proc/17449/statm: 45546 144 67 160 0 45384 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 1639656

[startup+3.10284 s]
/proc/loadavg: 0.92 1.08 2.00 9/86 17449
/proc/meminfo: memFree=1559384/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 299 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=0.99
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 99 0 0 0 25 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577103 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 144 67 160 0 45384 0
[pid=17443] ppid=17440 vsize=182184 CPUtime=0.82
/proc/17443/stat : 17443 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 82 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683590 0 0 4096 0 0 0 0 17 1 0 0
/proc/17443/statm: 45546 145 67 160 0 45384 0
[pid=17444] ppid=17440 vsize=182184 CPUtime=0.81
/proc/17444/stat : 17444 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 81 0 0 0 25 0 1 0 370746679 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567283 0 0 4096 2 0 0 0 17 0 0 0
/proc/17444/statm: 45546 144 67 160 0 45384 0
[pid=17445] ppid=17440 vsize=182184 CPUtime=0.7
/proc/17445/stat : 17445 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 70 0 0 0 25 0 1 0 370746680 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577503 0 0 4096 0 0 0 0 17 1 0 0
/proc/17445/statm: 45546 144 67 160 0 45384 0
[pid=17446] ppid=17440 vsize=182184 CPUtime=0.7
/proc/17446/stat : 17446 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 70 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134634847 0 0 4096 2 0 0 0 17 1 0 0
/proc/17446/statm: 45546 144 67 160 0 45384 0
[pid=17447] ppid=17440 vsize=182184 CPUtime=0.8
/proc/17447/stat : 17447 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 80 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 0 0 0 0 17 0 0 0
/proc/17447/statm: 45546 144 67 160 0 45384 0
[pid=17448] ppid=17440 vsize=182184 CPUtime=0.68
/proc/17448/stat : 17448 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 68 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572713 0 0 4096 2 0 0 0 17 0 0 0
/proc/17448/statm: 45546 144 67 160 0 45384 0
[pid=17449] ppid=17440 vsize=182184 CPUtime=0.64
/proc/17449/stat : 17449 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 64 0 0 0 25 0 1 0 370746711 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572082 0 0 4096 0 0 0 0 17 0 0 0
/proc/17449/statm: 45546 144 67 160 0 45384 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1639656

[startup+6.30215 s]
/proc/loadavg: 1.49 1.20 2.03 9/86 17449
/proc/meminfo: memFree=1559128/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 299 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=1.79
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 179 0 0 0 25 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567307 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 144 67 160 0 45384 0
[pid=17443] ppid=17440 vsize=182184 CPUtime=1.62
/proc/17443/stat : 17443 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 162 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 0 0 0 0 17 1 0 0
/proc/17443/statm: 45546 145 67 160 0 45384 0
[pid=17444] ppid=17440 vsize=182184 CPUtime=1.61
/proc/17444/stat : 17444 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 161 0 0 0 25 0 1 0 370746679 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 2 0 0 0 17 0 0 0
/proc/17444/statm: 45546 144 67 160 0 45384 0
[pid=17445] ppid=17440 vsize=182184 CPUtime=1.5
/proc/17445/stat : 17445 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 150 0 0 0 25 0 1 0 370746680 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577451 0 0 4096 0 0 0 0 17 1 0 0
/proc/17445/statm: 45546 144 67 160 0 45384 0
[pid=17446] ppid=17440 vsize=182184 CPUtime=1.5
/proc/17446/stat : 17446 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 150 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 1 0 0
/proc/17446/statm: 45546 144 67 160 0 45384 0
[pid=17447] ppid=17440 vsize=182184 CPUtime=1.6
/proc/17447/stat : 17447 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 160 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567534 0 0 4096 0 0 0 0 17 0 0 0
/proc/17447/statm: 45546 144 67 160 0 45384 0
[pid=17448] ppid=17440 vsize=182184 CPUtime=1.47
/proc/17448/stat : 17448 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 147 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134687280 0 0 4096 2 0 0 0 17 0 0 0
/proc/17448/statm: 45546 144 67 160 0 45384 0
[pid=17449] ppid=17440 vsize=182184 CPUtime=1.44
/proc/17449/stat : 17449 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 144 0 0 0 25 0 1 0 370746711 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 0 0 0
/proc/17449/statm: 45546 144 67 160 0 45384 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 1639656

[startup+12.7028 s]
/proc/loadavg: 2.01 1.31 2.07 9/86 17449
/proc/meminfo: memFree=1559064/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=0
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 299 0 0 0 0 0 0 0 24 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=3.39
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 339 0 0 0 25 0 1 0 370746676 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633714 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 144 67 160 0 45384 0
[pid=17443] ppid=17440 vsize=182184 CPUtime=3.22
/proc/17443/stat : 17443 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 322 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 1 0 0
/proc/17443/statm: 45546 145 67 160 0 45384 0
[pid=17444] ppid=17440 vsize=182184 CPUtime=3.21
/proc/17444/stat : 17444 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 321 0 0 0 25 0 1 0 370746679 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572288 0 0 4096 2 0 0 0 17 0 0 0
/proc/17444/statm: 45546 144 67 160 0 45384 0
[pid=17445] ppid=17440 vsize=182184 CPUtime=3.1
/proc/17445/stat : 17445 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 310 0 0 0 25 0 1 0 370746680 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572082 0 0 4096 0 0 0 0 17 1 0 0
/proc/17445/statm: 45546 144 67 160 0 45384 0
[pid=17446] ppid=17440 vsize=182184 CPUtime=3.1
/proc/17446/stat : 17446 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 310 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572092 0 0 4096 2 0 0 0 17 1 0 0
/proc/17446/statm: 45546 144 67 160 0 45384 0
[pid=17447] ppid=17440 vsize=182184 CPUtime=3.2
/proc/17447/stat : 17447 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 27 0 0 0 320 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572306 0 0 4096 0 0 0 0 17 0 0 0
/proc/17447/statm: 45546 144 67 160 0 45384 0
[pid=17448] ppid=17440 vsize=182184 CPUtime=3.03
/proc/17448/stat : 17448 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 303 0 0 0 25 0 1 0 370746681 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589683 0 0 4096 2 0 0 0 17 0 0 0
/proc/17448/statm: 45546 144 67 160 0 45384 0
[pid=17449] ppid=17440 vsize=182184 CPUtime=3.04
/proc/17449/stat : 17449 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 26 0 0 0 304 0 0 0 25 0 1 0 370746711 186556416 144 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572890 0 0 4096 0 0 0 0 17 0 0 0
/proc/17449/statm: 45546 144 67 160 0 45384 0

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


[startup+282.302 s]
/proc/loadavg: 4.36 3.72 2.95 5/82 17449
/proc/meminfo: memFree=1559624/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=144.59
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 133 0 0 0 0 14459 0 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=98.85
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 9885 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572655 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
[pid=17443] ppid=17440 vsize=182184 CPUtime=98.7
/proc/17443/stat : 17443 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 9870 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 0 0 0 0 17 1 0 0
/proc/17443/statm: 45546 145 67 160 0 45384 0
[pid=17444] ppid=17440 vsize=182184 CPUtime=113.39
/proc/17444/stat : 17444 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 11339 0 0 0 25 0 1 0 370746679 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134639302 0 0 4096 2 0 0 0 17 0 0 0
/proc/17444/statm: 45546 145 67 160 0 45384 0
[pid=17446] ppid=17440 vsize=182184 CPUtime=107.69
/proc/17446/stat : 17446 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 10769 0 0 0 25 0 1 0 370746681 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567500 0 0 4096 2 0 0 0 17 0 0 0
/proc/17446/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 563.22
Current children cumulated vsize (KiB) 910920

[startup+342.302 s]
/proc/loadavg: 3.69 3.67 2.98 3/80 17449
/proc/meminfo: memFree=1559968/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=394.5
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 201 0 0 0 0 39449 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=134.04
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 13404 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567426 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
[pid=17444] ppid=17440 vsize=182184 CPUtime=154.44
/proc/17444/stat : 17444 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 15444 0 0 0 25 0 1 0 370746679 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572998 0 0 4096 2 0 0 0 17 0 0 0
/proc/17444/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 682.98
Current children cumulated vsize (KiB) 546552

[startup+402.301 s]
/proc/loadavg: 2.02 3.19 2.86 2/79 17449
/proc/meminfo: memFree=1560232/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=194.02
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 19402 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577090 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 747.77
Current children cumulated vsize (KiB) 364368

[startup+462.301 s]
/proc/loadavg: 1.37 2.79 2.74 2/79 17449
/proc/meminfo: memFree=1560232/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=254
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 25400 0 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567221 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 807.75
Current children cumulated vsize (KiB) 364368

[startup+522.302 s]
/proc/loadavg: 1.13 2.46 2.63 3/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=314
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 31399 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 867.75
Current children cumulated vsize (KiB) 364368

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

[startup+537.502 s]
/proc/loadavg: 1.10 2.39 2.60 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=329.19
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 32918 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567555 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 882.94
Current children cumulated vsize (KiB) 364368

[startup+563.103 s]
/proc/loadavg: 1.07 2.28 2.56 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=354.79
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 35478 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 908.54
Current children cumulated vsize (KiB) 364368

[startup+569.501 s]
/proc/loadavg: 1.06 2.24 2.54 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=361.18
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 36117 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640248 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 914.93
Current children cumulated vsize (KiB) 364368

[startup+575.901 s]
/proc/loadavg: 1.05 2.21 2.53 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=367.58
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 36757 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569518 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 921.33
Current children cumulated vsize (KiB) 364368

[startup+577.505 s]
/proc/loadavg: 1.05 2.21 2.53 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=369.18
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 36917 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572315 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 922.93
Current children cumulated vsize (KiB) 364368

[startup+578.301 s]
/proc/loadavg: 1.05 2.21 2.53 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=369.98
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 36997 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572117 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 923.73
Current children cumulated vsize (KiB) 364368

[startup+578.701 s]
/proc/loadavg: 1.05 2.19 2.52 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=370.38
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 37037 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134578495 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 924.13
Current children cumulated vsize (KiB) 364368

[startup+579.101 s]
/proc/loadavg: 1.05 2.19 2.52 2/79 17449
/proc/meminfo: memFree=1560296/2055920 swapFree=4153284/4192956
[pid=17440] ppid=17438 vsize=182184 CPUtime=553.75
/proc/17440/stat : 17440 (kcnfs-smp) S 17438 17440 16967 0 -1 4194304 300 235 0 0 0 0 55374 1 16 0 1 0 370746676 186556416 141 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17440/statm: 45546 141 66 160 0 45384 0
[pid=17441] ppid=17440 vsize=182184 CPUtime=370.78
/proc/17441/stat : 17441 (kcnfs-smp) R 17440 17440 16967 0 -1 4194368 28 0 0 0 37077 1 0 0 25 0 1 0 370746676 186556416 145 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 2 0 0 0 17 1 0 0
/proc/17441/statm: 45546 145 67 160 0 45384 0
Current children cumulated CPU time (s) 924.53
Current children cumulated vsize (KiB) 364368

Child status: 20
Real time (s): 579.117
CPU time (s): 924.566
CPU user time (s): 924.537
CPU system time (s): 0.028995
CPU usage (%): 159.651
Max. virtual memory (cumulated for all children) (KiB): 1639656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 924.537
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 587
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= 55
involuntary context switches= 19682

runsolver used 0.52292 second user time and 1.59276 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Mar 10 06:25:21 UTC 2007

IDJOB= 333282
IDBENCH= 24600
IDSOLVER= 112
FILE ID= node18/333282-1173507921

PBS_JOBID= 4101118

Free space on /tmp= 66512 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/pmg-11-UNSAT.sat05-3939.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333282-1173507921/kcnfs-smp /tmp/evaluation/333282-1173507921/instance-333282-1173507921.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-333282-1173507921 -o ROOT/results/node18/solver-333282-1173507921 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333282-1173507921/kcnfs-smp /tmp/evaluation/333282-1173507921/instance-333282-1173507921.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  ab810788a5ff5edde690e75706c8dd18

RANDOM SEED= 457073401

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1562064 kB
Buffers:         42456 kB
Cached:         375132 kB
SwapCached:       2856 kB
Active:         153508 kB
Inactive:       287336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562064 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:            3176 kB
Writeback:           0 kB
Mapped:          30284 kB
Slab:            38620 kB
Committed_AS:  1231672 kB
PageTables:       1668 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= 66512 MiB

End job on node18 on Sat Mar 10 06:35:01 UTC 2007