Trace number 426659

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
MiraXT v3SAT 2004.96 1005.32

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1718130589-01.SAT.shuffled.cnf
MD5SUM92a81fb7daa035c842fe0ed87fafd083
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.117981
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...
2004.94/1005.31	s SATISFIABLE
2004.94/1005.31	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 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node68/watcher-426659-1179025459 -o ROOT/results/node68/solver-426659-1179025459 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426659-1179025459/MiraXTv3_dyn /tmp/evaluation/426659-1179025459/instance-426659-1179025459.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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: 2.00 2.01 2.02 3/64 8724
/proc/meminfo: memFree=1145848/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=3788 CPUtime=0
/proc/8724/stat : 8724 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 378535405 3878912 271 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 10950267 0 0 4096 0 0 0 0 17 1 0 0
/proc/8724/statm: 947 272 206 20 0 305 0

[startup+0.088905 s]
/proc/loadavg: 2.00 2.01 2.02 3/64 8724
/proc/meminfo: memFree=1145848/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=4180 CPUtime=0.08
/proc/8724/stat : 8724 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194304 405 0 0 0 8 0 0 0 18 0 1 0 378535405 4280320 380 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134583960 0 0 4096 0 0 0 0 17 1 0 0
/proc/8724/statm: 1045 380 207 20 0 403 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4180

[startup+0.101906 s]
/proc/loadavg: 2.00 2.01 2.02 3/64 8724
/proc/meminfo: memFree=1145848/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=6724 CPUtime=0.1
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 589 0 0 0 10 0 0 0 18 0 3 0 378535405 6885376 564 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 1681 564 218 20 0 1039 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6724

[startup+0.301926 s]
/proc/loadavg: 2.00 2.01 2.02 3/64 8724
/proc/meminfo: memFree=1145848/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=8348 CPUtime=0.5
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 1055 0 0 0 50 0 0 0 18 0 3 0 378535405 8548352 1030 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 2087 1030 218 20 0 1445 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8348

[startup+0.701965 s]
/proc/loadavg: 2.00 2.01 2.02 3/64 8724
/proc/meminfo: memFree=1145848/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=11692 CPUtime=1.29
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 1755 0 0 0 129 0 0 0 18 0 3 0 378535405 11972608 1730 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 2923 1730 218 20 0 2281 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 11692

[startup+1.50104 s]
/proc/loadavg: 2.00 2.01 2.02 3/67 8727
/proc/meminfo: memFree=1138016/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=14160 CPUtime=2.89
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 2426 0 0 0 288 1 0 0 18 0 3 0 378535405 14499840 2401 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 3540 2401 218 20 0 2898 0
[pid=8724/tid=8726] ppid=8722 vsize=14160 CPUtime=1.4
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 965 0 0 0 140 0 0 0 17 0 3 0 378535414 14499840 2401 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526696 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=14160 CPUtime=1.38
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 1025 0 0 0 138 0 0 0 19 0 3 0 378535414 14499840 2401 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526463 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 14160

[startup+3.10234 s]
/proc/loadavg: 2.00 2.01 2.02 3/67 8727
/proc/meminfo: memFree=1135968/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=16672 CPUtime=6.08
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 3277 0 0 0 607 1 0 0 18 0 3 0 378535405 17072128 3180 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 4168 3180 218 20 0 3526 0
[pid=8724/tid=8726] ppid=8722 vsize=16672 CPUtime=3
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 1342 0 0 0 300 0 0 0 25 0 3 0 378535414 17072128 3180 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520108 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=16672 CPUtime=2.98
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 1499 0 0 0 297 1 0 0 25 0 3 0 378535414 17072128 3180 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 16672

[startup+6.30148 s]
/proc/loadavg: 2.00 2.01 2.02 3/67 8727
/proc/meminfo: memFree=1127968/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=23556 CPUtime=12.46
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 5169 0 0 0 1243 3 0 0 18 0 3 0 378535405 24121344 4996 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 5889 4996 218 20 0 5247 0
[pid=8724/tid=8726] ppid=8722 vsize=23556 CPUtime=6.19
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 2284 0 0 0 619 0 0 0 18 0 3 0 378535414 24121344 4996 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=23556 CPUtime=6.17
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 2449 0 0 0 615 2 0 0 25 0 3 0 378535414 24121344 4996 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 23556

[startup+12.7011 s]
/proc/loadavg: 2.00 2.01 2.02 3/67 8727
/proc/meminfo: memFree=1120992/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=30124 CPUtime=25.23
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 6769 0 0 0 2518 5 0 0 18 0 3 0 378535405 30846976 6298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 7531 6298 218 20 0 6889 0
[pid=8724/tid=8726] ppid=8722 vsize=30124 CPUtime=12.59
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 3088 0 0 0 1258 1 0 0 25 0 3 0 378535414 30846976 6298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=30124 CPUtime=12.54
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 3245 0 0 0 1251 3 0 0 24 0 3 0 378535414 30846976 6298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 30124

[startup+25.5012 s]
/proc/loadavg: 2.00 2.01 2.01 3/67 8727
/proc/meminfo: memFree=1113888/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=37692 CPUtime=50.76
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 9031 0 0 0 5068 8 0 0 18 0 3 0 378535405 38596608 8081 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 9423 8081 218 20 0 8781 0
[pid=8724/tid=8726] ppid=8722 vsize=37692 CPUtime=25.38
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 4151 0 0 0 2535 3 0 0 25 0 3 0 378535414 38596608 8081 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=37692 CPUtime=25.27
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 4444 0 0 0 2523 4 0 0 25 0 3 0 378535414 38596608 8081 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 37692

[startup+51.1015 s]
/proc/loadavg: 2.00 2.01 2.01 3/67 8727
/proc/meminfo: memFree=1110944/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=39524 CPUtime=101.81
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 10789 0 0 0 10172 9 0 0 18 0 3 0 378535405 40472576 8796 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 9881 8796 218 20 0 9239 0
[pid=8724/tid=8726] ppid=8722 vsize=39524 CPUtime=50.96
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 4755 0 0 0 5093 3 0 0 25 0 3 0 378535414 40472576 8796 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=39524 CPUtime=50.76
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 5598 0 0 0 5070 6 0 0 25 0 3 0 378535414 40472576 8796 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 39524

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 2.01 3/67 8727
/proc/meminfo: memFree=1108576/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=42208 CPUtime=203.93
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 13186 0 0 0 20381 12 0 0 18 0 3 0 378535405 43220992 9381 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 10552 9381 218 20 0 9910 0
[pid=8724/tid=8726] ppid=8722 vsize=42208 CPUtime=102.13
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 6094 0 0 0 10208 5 0 0 25 0 3 0 378535414 43220992 9381 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=42208 CPUtime=101.71
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 6656 0 0 0 10164 7 0 0 25 0 3 0 378535414 43220992 9381 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 42208

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1105888/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=45104 CPUtime=323.59
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 16311 0 0 0 32344 15 0 0 18 0 3 0 378535405 46186496 10058 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 11276 10058 218 20 0 10634 0
[pid=8724/tid=8726] ppid=8722 vsize=45104 CPUtime=162.07
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 7714 0 0 0 16201 6 0 0 17 0 3 0 378535414 46186496 10058 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=45104 CPUtime=161.42
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 8161 0 0 0 16134 8 0 0 17 0 3 0 378535414 46186496 10058 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.59
Current children cumulated vsize (KiB) 45104

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/67 8727
/proc/meminfo: memFree=1103840/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=47048 CPUtime=443.25
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 19067 0 0 0 44308 17 0 0 18 0 3 0 378535405 48177152 10540 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 11762 10540 218 20 0 11120 0
[pid=8724/tid=8726] ppid=8722 vsize=47048 CPUtime=222.02
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 9059 0 0 0 22195 7 0 0 25 0 3 0 378535414 48177152 10540 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=47048 CPUtime=221.13
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 9572 0 0 0 22104 9 0 0 25 0 3 0 378535414 48177152 10540 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.25
Current children cumulated vsize (KiB) 47048

[startup+282.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/67 8727
/proc/meminfo: memFree=1098336/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=52744 CPUtime=562.92
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 22692 0 0 0 56272 20 0 0 18 0 3 0 378535405 54009856 11884 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 13186 11884 218 20 0 12544 0
[pid=8724/tid=8726] ppid=8722 vsize=52744 CPUtime=281.98
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 11255 0 0 0 28189 9 0 0 22 0 3 0 378535414 54009856 11884 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=52744 CPUtime=280.84
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 11001 0 0 0 28074 10 0 0 25 0 3 0 378535414 54009856 11884 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.92
Current children cumulated vsize (KiB) 52744

[startup+342.302 s]
/proc/loadavg: 2.08 2.04 2.00 3/67 8727
/proc/meminfo: memFree=1095520/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=55220 CPUtime=682.58
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 25712 0 0 0 68236 22 0 0 18 0 3 0 378535405 56545280 12664 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 13805 12664 218 20 0 13163 0
[pid=8724/tid=8726] ppid=8722 vsize=55220 CPUtime=341.93
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 12943 0 0 0 34183 10 0 0 25 0 3 0 378535414 56545280 12664 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526414 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=55220 CPUtime=340.55
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 12333 0 0 0 34044 11 0 0 25 0 3 0 378535414 56545280 12664 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.58
Current children cumulated vsize (KiB) 55220

[startup+402.301 s]

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

/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 14687 0 0 0 45985 13 0 0 25 0 3 0 378535414 60469248 13378 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.94
Current children cumulated vsize (KiB) 59052

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/67 8727
/proc/meminfo: memFree=1091552/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=59612 CPUtime=1041.61
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 32825 0 0 0 104133 28 0 0 18 0 3 0 378535405 61042688 13627 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 14903 13627 218 20 0 14261 0
[pid=8724/tid=8726] ppid=8722 vsize=59612 CPUtime=521.81
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 16465 0 0 0 52168 13 0 0 25 0 3 0 378535414 61042688 13627 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=59612 CPUtime=519.7
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 15924 0 0 0 51956 14 0 0 25 0 3 0 378535414 61042688 13627 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526277 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.61
Current children cumulated vsize (KiB) 59612

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/67 8727
/proc/meminfo: memFree=1090720/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=61072 CPUtime=1161.29
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 35238 0 0 0 116099 30 0 0 18 0 3 0 378535405 62537728 13839 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 15268 13839 218 20 0 14626 0
[pid=8724/tid=8726] ppid=8722 vsize=61072 CPUtime=581.76
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 17611 0 0 0 58162 14 0 0 25 0 3 0 378535414 62537728 13839 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=61072 CPUtime=579.42
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 17191 0 0 0 57927 15 0 0 25 0 3 0 378535414 62537728 13839 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.29
Current children cumulated vsize (KiB) 61072

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/67 8727
/proc/meminfo: memFree=1087200/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=64144 CPUtime=1280.98
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 38029 0 0 0 128065 33 0 0 18 0 3 0 378535405 65683456 14702 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16036 14702 218 20 0 15394 0
[pid=8724/tid=8726] ppid=8722 vsize=64144 CPUtime=641.73
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 18681 0 0 0 64158 15 0 0 25 0 3 0 378535414 65683456 14702 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=64144 CPUtime=639.15
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 18912 0 0 0 63898 17 0 0 25 0 3 0 378535414 65683456 14702 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1280.98
Current children cumulated vsize (KiB) 64144

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/67 8727
/proc/meminfo: memFree=1086880/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=64408 CPUtime=1400.64
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 40268 0 0 0 140030 34 0 0 18 0 3 0 378535405 65953792 14781 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16102 14781 218 20 0 15460 0
[pid=8724/tid=8726] ppid=8722 vsize=64408 CPUtime=701.69
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 19780 0 0 0 70153 16 0 0 25 0 3 0 378535414 65953792 14781 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=8724/tid=8727] ppid=8722 vsize=64408 CPUtime=698.85
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 20052 0 0 0 69867 18 0 0 25 0 3 0 378535414 65953792 14781 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520086 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1400.64
Current children cumulated vsize (KiB) 64408

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1086432/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=64940 CPUtime=1520.32
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 42758 0 0 0 151996 36 0 0 18 0 3 0 378535405 66498560 14895 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16235 14895 218 20 0 15593 0
[pid=8724/tid=8726] ppid=8722 vsize=64940 CPUtime=761.63
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 21036 0 0 0 76147 16 0 0 25 0 3 0 378535414 66498560 14895 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134565726 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=64940 CPUtime=758.58
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 21286 0 0 0 75839 19 0 0 25 0 3 0 378535414 66498560 14895 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1520.32
Current children cumulated vsize (KiB) 64940

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1085152/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=66096 CPUtime=1639.99
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 45322 0 0 0 163961 38 0 0 18 0 3 0 378535405 67682304 15223 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16524 15223 218 20 0 15882 0
[pid=8724/tid=8726] ppid=8722 vsize=66096 CPUtime=821.34
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 22435 0 0 0 82117 17 0 0 25 0 3 0 378535414 67682304 15223 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526373 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=66096 CPUtime=818.54
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 22451 0 0 0 81834 20 0 0 25 0 3 0 378535414 67682304 15223 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526358 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1639.99
Current children cumulated vsize (KiB) 66096

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1084704/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=67384 CPUtime=1759.66
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 47623 0 0 0 175927 39 0 0 18 0 3 0 378535405 69001216 15336 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16846 15336 218 20 0 16204 0
[pid=8724/tid=8726] ppid=8722 vsize=67384 CPUtime=881.05
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 23564 0 0 0 88088 17 0 0 25 0 3 0 378535414 69001216 15336 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=67384 CPUtime=878.5
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 23623 0 0 0 87829 21 0 0 25 0 3 0 378535414 69001216 15336 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134542703 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1759.66
Current children cumulated vsize (KiB) 67384

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1084512/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=67516 CPUtime=1879.34
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 49921 0 0 0 187894 40 0 0 18 0 3 0 378535405 69136384 15371 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16879 15371 218 20 0 16237 0
[pid=8724/tid=8726] ppid=8722 vsize=67516 CPUtime=940.78
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 24737 0 0 0 94060 18 0 0 25 0 3 0 378535414 69136384 15371 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=67516 CPUtime=938.45
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 24748 0 0 0 93824 21 0 0 25 0 3 0 378535414 69136384 15371 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1879.34
Current children cumulated vsize (KiB) 67516

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1084192/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=67912 CPUtime=1999.01
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 52127 0 0 0 199859 42 0 0 18 0 3 0 378535405 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16978 15457 218 20 0 16336 0
[pid=8724/tid=8726] ppid=8722 vsize=67912 CPUtime=1000.5
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25833 0 0 0 100031 19 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=67912 CPUtime=998.41
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25858 0 0 0 99819 22 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1999.01
Current children cumulated vsize (KiB) 67912

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

[startup+1003.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1084192/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=67912 CPUtime=2000.61
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 52127 0 0 0 200019 42 0 0 18 0 3 0 378535405 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16978 15457 218 20 0 16336 0
[pid=8724/tid=8726] ppid=8722 vsize=67912 CPUtime=1001.3
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25833 0 0 0 100111 19 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=67912 CPUtime=999.21
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25858 0 0 0 99899 22 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2000.61
Current children cumulated vsize (KiB) 67912

[startup+1004.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1084192/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=67912 CPUtime=2003.8
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 52201 0 0 0 200338 42 0 0 18 0 3 0 378535405 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16978 15457 218 20 0 16336 0
[pid=8724/tid=8726] ppid=8722 vsize=67912 CPUtime=1002.89
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25907 0 0 0 100270 19 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=67912 CPUtime=1000.81
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25858 0 0 0 100059 22 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2003.8
Current children cumulated vsize (KiB) 67912

[startup+1005.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/67 8727
/proc/meminfo: memFree=1084192/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=67912 CPUtime=2004.6
/proc/8724/stat : 8724 (MiraXTv3_dyn) S 8722 8724 5390 0 -1 4194304 52275 0 0 0 200418 42 0 0 18 0 3 0 378535405 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8724/statm: 16978 15457 218 20 0 16336 0
[pid=8724/tid=8726] ppid=8722 vsize=67912 CPUtime=1003.29
/proc/8724/task/8726/stat : 8726 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25907 0 0 0 100310 19 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
[pid=8724/tid=8727] ppid=8722 vsize=67912 CPUtime=1001.21
/proc/8724/task/8727/stat : 8727 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194368 25932 0 0 0 100099 22 0 0 25 0 3 0 378535414 69541888 15457 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2004.6
Current children cumulated vsize (KiB) 67912

[startup+1005.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/65 8727
/proc/meminfo: memFree=1109344/2055920 swapFree=4184008/4192956
[pid=8724] ppid=8722 vsize=42588 CPUtime=2004.94
/proc/8724/stat : 8724 (MiraXTv3_dyn) R 8722 8724 5390 0 -1 4194304 52282 0 0 0 200452 42 0 0 17 0 1 0 378535405 43610112 9179 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 10948169 0 0 4096 0 0 0 0 17 1 0 0
/proc/8724/statm: 10647 9179 225 20 0 10005 0
Current children cumulated CPU time (s) 2004.94
Current children cumulated vsize (KiB) 42588

Child status: 10
Real time (s): 1005.32
CPU time (s): 2004.96
CPU user time (s): 2004.53
CPU system time (s): 0.431934
CPU usage (%): 199.435
Max. virtual memory (cumulated for all children) (KiB): 68208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2004.53
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52285
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= 464
involuntary context switches= 15127

runsolver used 1.04384 second user time and 2.6176 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Sun May 13 03:04:19 UTC 2007

IDJOB= 426659
IDBENCH= 19896
IDSOLVER= 196
FILE ID= node68/426659-1179025459

PBS_JOBID= 5253240

Free space on /tmp= 66523 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S1718130589-01.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/426659-1179025459/MiraXTv3_dyn /tmp/evaluation/426659-1179025459/instance-426659-1179025459.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-426659-1179025459 -o ROOT/results/node68/solver-426659-1179025459 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/426659-1179025459/MiraXTv3_dyn /tmp/evaluation/426659-1179025459/instance-426659-1179025459.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  92a81fb7daa035c842fe0ed87fafd083

RANDOM SEED= 68588457

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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:       1146128 kB
Buffers:         54276 kB
Cached:         716036 kB
SwapCached:       3120 kB
Active:         475420 kB
Inactive:       305480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146128 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:            4008 kB
Writeback:           0 kB
Mapped:          15996 kB
Slab:           114960 kB
Committed_AS:  3939188 kB
PageTables:       1380 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= 66523 MiB

End job on node68 on Sun May 13 03:21:04 UTC 2007