Trace number 426623

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 1706.42 855.666

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1390822082-06.SAT.shuffled.cnf
MD5SUM65db25de989ce832e05150660fae21db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.539917
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...
1706.34/855.66	s SATISFIABLE
1706.34/855.66	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/node74/watcher-426623-1179025375 -o ROOT/results/node74/solver-426623-1179025375 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426623-1179025375/MiraXTv3_dyn /tmp/evaluation/426623-1179025375/instance-426623-1179025375.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: 1.83 1.94 1.99 3/65 9352
/proc/meminfo: memFree=1427824/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=3788 CPUtime=0
/proc/9352/stat : 9352 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194304 296 0 0 0 0 0 0 0 18 0 1 0 350452229 3878912 271 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 10200285 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 947 272 206 20 0 305 0

[startup+0.03656 s]
/proc/loadavg: 1.83 1.94 1.99 3/65 9352
/proc/meminfo: memFree=1427824/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=4180 CPUtime=0.03
/proc/9352/stat : 9352 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194304 401 0 0 0 3 0 0 0 18 0 1 0 350452229 4280320 376 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134583912 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 1045 376 207 20 0 403 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4180

[startup+0.101568 s]
/proc/loadavg: 1.83 1.94 1.99 3/65 9352
/proc/meminfo: memFree=1427824/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=6724 CPUtime=0.09
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 585 0 0 0 9 0 0 0 18 0 3 0 350452229 6885376 560 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 1681 560 218 20 0 1039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6724

[startup+0.301593 s]
/proc/loadavg: 1.83 1.94 1.99 3/65 9352
/proc/meminfo: memFree=1427824/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=8304 CPUtime=0.49
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 1047 0 0 0 49 0 0 0 18 0 3 0 350452229 8503296 1022 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 2076 1022 218 20 0 1434 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 8304

[startup+0.701641 s]
/proc/loadavg: 1.83 1.94 1.99 3/65 9352
/proc/meminfo: memFree=1427824/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=10672 CPUtime=1.3
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 1733 0 0 0 129 1 0 0 18 0 3 0 350452229 10928128 1706 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 2668 1706 218 20 0 2026 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 10672

[startup+1.50273 s]
/proc/loadavg: 1.83 1.94 1.99 3/68 9355
/proc/meminfo: memFree=1420056/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=15196 CPUtime=2.89
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 2425 0 0 0 288 1 0 0 18 0 3 0 350452229 15560704 2398 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 3799 2398 218 20 0 3157 0
[pid=9352/tid=9354] ppid=9350 vsize=15196 CPUtime=1.4
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 991 0 0 0 140 0 0 0 18 0 3 0 350452238 15560704 2398 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526361 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=15196 CPUtime=1.39
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 998 0 0 0 139 0 0 0 17 0 3 0 350452238 15560704 2398 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 15196

[startup+3.10192 s]
/proc/loadavg: 1.83 1.94 1.99 3/68 9355
/proc/meminfo: memFree=1418008/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=17576 CPUtime=6.08
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 3169 0 0 0 607 1 0 0 18 0 3 0 350452229 17997824 3070 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 4394 3070 218 20 0 3752 0
[pid=9352/tid=9354] ppid=9350 vsize=17576 CPUtime=2.99
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 1348 0 0 0 299 0 0 0 25 0 3 0 350452238 17997824 3070 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526593 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=17576 CPUtime=2.98
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 1385 0 0 0 298 0 0 0 25 0 3 0 350452238 17997824 3070 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 17576

[startup+6.30129 s]
/proc/loadavg: 1.93 1.95 1.99 3/68 9355
/proc/meminfo: memFree=1410528/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=24480 CPUtime=12.47
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 5074 0 0 0 1244 3 0 0 18 0 3 0 350452229 25067520 4899 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 6120 4899 218 20 0 5478 0
[pid=9352/tid=9354] ppid=9350 vsize=24480 CPUtime=6.19
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 2279 0 0 0 618 1 0 0 25 0 3 0 350452238 25067520 4899 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=24480 CPUtime=6.17
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 2359 0 0 0 616 1 0 0 25 0 3 0 350452238 25067520 4899 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24480

[startup+12.701 s]
/proc/loadavg: 1.93 1.96 1.99 3/68 9355
/proc/meminfo: memFree=1402784/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=30588 CPUtime=25.23
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 6773 0 0 0 2518 5 0 0 18 0 3 0 350452229 31322112 6354 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 7647 6354 218 20 0 7005 0
[pid=9352/tid=9354] ppid=9350 vsize=30588 CPUtime=12.59
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 3128 0 0 0 1257 2 0 0 25 0 3 0 350452238 31322112 6354 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=30588 CPUtime=12.53
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 3209 0 0 0 1251 2 0 0 25 0 3 0 350452238 31322112 6354 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 30588

[startup+25.5015 s]
/proc/loadavg: 1.95 1.96 1.99 3/68 9355
/proc/meminfo: memFree=1396128/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=37960 CPUtime=50.74
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 8944 0 0 0 5068 6 0 0 18 0 3 0 350452229 38871040 8052 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 9490 8052 218 20 0 8848 0
[pid=9352/tid=9354] ppid=9350 vsize=37960 CPUtime=25.38
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 4101 0 0 0 2536 2 0 0 24 0 3 0 350452238 38871040 8052 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526312 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=37960 CPUtime=25.26
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 4407 0 0 0 2523 3 0 0 25 0 3 0 350452238 38871040 8052 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 37960

[startup+51.1015 s]
/proc/loadavg: 1.96 1.96 1.99 3/68 9355
/proc/meminfo: memFree=1393952/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=39220 CPUtime=101.82
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 10405 0 0 0 10174 8 0 0 18 0 3 0 350452229 40161280 8540 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 9805 8540 218 20 0 9163 0
[pid=9352/tid=9354] ppid=9350 vsize=39220 CPUtime=50.97
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 4817 0 0 0 5094 3 0 0 25 0 3 0 350452238 40161280 8540 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=39220 CPUtime=50.75
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 5152 0 0 0 5071 4 0 0 25 0 3 0 350452238 40161280 8540 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 39220

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.99 3/68 9355
/proc/meminfo: memFree=1391328/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=42328 CPUtime=203.93
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 12981 0 0 0 20383 10 0 0 18 0 3 0 350452229 43343872 9174 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 10582 9174 218 20 0 9940 0
[pid=9352/tid=9354] ppid=9350 vsize=42328 CPUtime=102.13
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 6146 0 0 0 10209 4 0 0 18 0 3 0 350452238 43343872 9174 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=42328 CPUtime=101.7
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 6399 0 0 0 10165 5 0 0 25 0 3 0 350452238 43343872 9174 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 10198656 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 42328

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1388832/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=44460 CPUtime=323.58
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 15788 0 0 0 32346 12 0 0 18 0 3 0 350452229 45527040 9805 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 11115 9805 218 20 0 10473 0
[pid=9352/tid=9354] ppid=9350 vsize=44460 CPUtime=162.08
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 7485 0 0 0 16203 5 0 0 25 0 3 0 350452238 45527040 9805 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=44460 CPUtime=161.39
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 7867 0 0 0 16133 6 0 0 25 0 3 0 350452238 45527040 9805 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.58
Current children cumulated vsize (KiB) 44460

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1383840/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=49344 CPUtime=443.25
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 19407 0 0 0 44309 16 0 0 18 0 3 0 350452229 50528256 11088 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 12336 11088 218 20 0 11694 0
[pid=9352/tid=9354] ppid=9350 vsize=49344 CPUtime=222.02
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 9048 0 0 0 22196 6 0 0 25 0 3 0 350452238 50528256 11088 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=49344 CPUtime=221.12
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 9923 0 0 0 22103 9 0 0 25 0 3 0 350452238 50528256 11088 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.25
Current children cumulated vsize (KiB) 49344

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1381728/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=51656 CPUtime=562.92
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 22113 0 0 0 56275 17 0 0 18 0 3 0 350452229 52895744 11585 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 12914 11585 218 20 0 12272 0
[pid=9352/tid=9354] ppid=9350 vsize=51656 CPUtime=281.98
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 10442 0 0 0 28191 7 0 0 25 0 3 0 350452238 52895744 11585 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=51656 CPUtime=280.83
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 11235 0 0 0 28074 9 0 0 25 0 3 0 350452238 52895744 11585 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.92
Current children cumulated vsize (KiB) 51656

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1380256/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=53040 CPUtime=682.57
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 24728 0 0 0 68237 20 0 0 18 0 3 0 350452229 54312960 11963 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 13260 11963 218 20 0 12618 0
[pid=9352/tid=9354] ppid=9350 vsize=53040 CPUtime=341.94
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 11646 0 0 0 34186 8 0 0 25 0 3 0 350452238 54312960 11963 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=53040 CPUtime=340.53
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 12646 0 0 0 34042 11 0 0 25 0 3 0 350452238 54312960 11963 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.57
Current children cumulated vsize (KiB) 53040

[startup+402.303 s]

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

/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 16785 0 0 0 51954 14 0 0 25 0 3 0 350452238 61607936 13428 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.58
Current children cumulated vsize (KiB) 60164

[startup+582.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1372704/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=61392 CPUtime=1161.25
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 35582 0 0 0 116096 29 0 0 18 0 3 0 350452229 62865408 13844 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15348 13844 218 20 0 14706 0
[pid=9352/tid=9354] ppid=9350 vsize=61392 CPUtime=581.71
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 16868 0 0 0 58158 13 0 0 25 0 3 0 350452238 62865408 13844 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=9352/tid=9355] ppid=9350 vsize=61392 CPUtime=579.44
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 18278 0 0 0 57929 15 0 0 25 0 3 0 350452238 62865408 13844 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.25
Current children cumulated vsize (KiB) 61392

[startup+642.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1372256/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=61524 CPUtime=1280.94
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 37776 0 0 0 128063 31 0 0 18 0 3 0 350452229 63000576 13954 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15381 13954 218 20 0 14739 0
[pid=9352/tid=9354] ppid=9350 vsize=61524 CPUtime=641.43
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 17996 0 0 0 64129 14 0 0 25 0 3 0 350452238 63000576 13954 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=9352/tid=9355] ppid=9350 vsize=61524 CPUtime=639.41
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 19344 0 0 0 63925 16 0 0 25 0 3 0 350452238 63000576 13954 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1280.94
Current children cumulated vsize (KiB) 61524

[startup+702.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1371744/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=62756 CPUtime=1400.59
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 40069 0 0 0 140027 32 0 0 18 0 3 0 350452229 64262144 14087 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15689 14087 218 20 0 15047 0
[pid=9352/tid=9354] ppid=9350 vsize=62756 CPUtime=701.12
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 19130 0 0 0 70098 14 0 0 25 0 3 0 350452238 64262144 14087 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=9352/tid=9355] ppid=9350 vsize=62756 CPUtime=699.36
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 20503 0 0 0 69919 17 0 0 25 0 3 0 350452238 64262144 14087 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1400.59
Current children cumulated vsize (KiB) 62756

[startup+762.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1371040/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63152 CPUtime=1520.28
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 42258 0 0 0 151994 34 0 0 18 0 3 0 350452229 64667648 14259 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15788 14259 218 20 0 15146 0
[pid=9352/tid=9354] ppid=9350 vsize=63152 CPUtime=761.01
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 20204 0 0 0 76086 15 0 0 25 0 3 0 350452238 64667648 14259 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63152 CPUtime=759.16
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21618 0 0 0 75898 18 0 0 25 0 3 0 350452238 64667648 14259 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1520.28
Current children cumulated vsize (KiB) 63152

[startup+822.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1370336/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63416 CPUtime=1639.94
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 44610 0 0 0 163958 36 0 0 18 0 3 0 350452229 64937984 14427 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15854 14427 218 20 0 15212 0
[pid=9352/tid=9354] ppid=9350 vsize=63416 CPUtime=820.96
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21362 0 0 0 82080 16 0 0 18 0 3 0 350452238 64937984 14427 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63416 CPUtime=818.88
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 22812 0 0 0 81869 19 0 0 25 0 3 0 350452238 64937984 14427 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1639.94
Current children cumulated vsize (KiB) 63416

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

[startup+831.903 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1370336/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63416 CPUtime=1659.09
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 44902 0 0 0 165873 36 0 0 18 0 3 0 350452229 64937984 14427 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15854 14427 218 20 0 15212 0
[pid=9352/tid=9354] ppid=9350 vsize=63416 CPUtime=830.56
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21508 0 0 0 83040 16 0 0 25 0 3 0 350452238 64937984 14427 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63416 CPUtime=828.43
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 22958 0 0 0 82824 19 0 0 25 0 3 0 350452238 64937984 14427 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.09
Current children cumulated vsize (KiB) 63416

[startup+844.701 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1369632/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63548 CPUtime=1684.61
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 45598 0 0 0 168424 37 0 0 18 0 3 0 350452229 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15887 14612 218 20 0 15245 0
[pid=9352/tid=9354] ppid=9350 vsize=63548 CPUtime=843.35
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21729 0 0 0 84319 16 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526414 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63548 CPUtime=841.16
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 23433 0 0 0 84096 20 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1684.61
Current children cumulated vsize (KiB) 63548

[startup+851.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1369632/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63548 CPUtime=1697.38
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 45744 0 0 0 169701 37 0 0 18 0 3 0 350452229 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15887 14612 218 20 0 15245 0
[pid=9352/tid=9354] ppid=9350 vsize=63548 CPUtime=849.74
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21802 0 0 0 84958 16 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63548 CPUtime=847.53
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 23506 0 0 0 84733 20 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1697.38
Current children cumulated vsize (KiB) 63548

[startup+852.701 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1369632/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63548 CPUtime=1700.57
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 45890 0 0 0 170020 37 0 0 18 0 3 0 350452229 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15887 14612 218 20 0 15245 0
[pid=9352/tid=9354] ppid=9350 vsize=63548 CPUtime=851.34
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21875 0 0 0 85118 16 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63548 CPUtime=849.12
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 23579 0 0 0 84892 20 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1700.57
Current children cumulated vsize (KiB) 63548

[startup+854.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1369632/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63548 CPUtime=1703.76
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 45890 0 0 0 170339 37 0 0 18 0 3 0 350452229 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15887 14612 218 20 0 15245 0
[pid=9352/tid=9354] ppid=9350 vsize=63548 CPUtime=852.94
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21875 0 0 0 85278 16 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526397 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63548 CPUtime=850.72
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 23579 0 0 0 85052 20 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526410 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703.76
Current children cumulated vsize (KiB) 63548

[startup+855.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1369632/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63548 CPUtime=1705.36
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 45890 0 0 0 170499 37 0 0 18 0 3 0 350452229 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15887 14612 218 20 0 15245 0
[pid=9352/tid=9354] ppid=9350 vsize=63548 CPUtime=853.74
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21875 0 0 0 85358 16 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63548 CPUtime=851.52
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 23579 0 0 0 85132 20 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.36
Current children cumulated vsize (KiB) 63548

[startup+855.501 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1369632/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=63548 CPUtime=1706.16
/proc/9352/stat : 9352 (MiraXTv3_dyn) S 9350 9352 5587 0 -1 4194304 45963 0 0 0 170579 37 0 0 18 0 3 0 350452229 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/9352/statm: 15887 14612 218 20 0 15245 0
[pid=9352/tid=9354] ppid=9350 vsize=63548 CPUtime=854.14
/proc/9352/task/9354/stat : 9354 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 21948 0 0 0 85398 16 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 1 0 0
[pid=9352/tid=9355] ppid=9350 vsize=63548 CPUtime=851.92
/proc/9352/task/9355/stat : 9355 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194368 23579 0 0 0 85172 20 0 0 25 0 3 0 350452238 65073152 14612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.16
Current children cumulated vsize (KiB) 63548

[startup+855.601 s]
/proc/loadavg: 1.99 1.97 1.99 3/68 9355
/proc/meminfo: memFree=1369632/2055920 swapFree=4183240/4192956
[pid=9352] ppid=9350 vsize=55660 CPUtime=1706.34
/proc/9352/stat : 9352 (MiraXTv3_dyn) R 9350 9352 5587 0 -1 4194304 45970 0 0 0 170597 37 0 0 16 0 1 0 350452229 56995840 12612 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 10188290 0 0 4096 0 0 0 0 17 1 0 0
/proc/9352/statm: 13915 12612 225 20 0 13273 0
Current children cumulated CPU time (s) 1706.34
Current children cumulated vsize (KiB) 55660

Child status: 10
Real time (s): 855.666
CPU time (s): 1706.42
CPU user time (s): 1706.03
CPU system time (s): 0.386941
CPU usage (%): 199.425
Max. virtual memory (cumulated for all children) (KiB): 63576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1706.03
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45973
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= 512
involuntary context switches= 12837

runsolver used 0.78388 second user time and 2.33365 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Sun May 13 03:02:55 UTC 2007

IDJOB= 426623
IDBENCH= 19887
IDSOLVER= 196
FILE ID= node74/426623-1179025375

PBS_JOBID= 5253217

Free space on /tmp= 103226 MiB

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

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  65db25de989ce832e05150660fae21db

RANDOM SEED= 481353339

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node74.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.213
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.213
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:       1428104 kB
Buffers:         42584 kB
Cached:         450380 kB
SwapCached:       3232 kB
Active:         109728 kB
Inactive:       407848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1428104 kB
SwapTotal:     4192956 kB
SwapFree:      4183240 kB
Dirty:            4012 kB
Writeback:           0 kB
Mapped:          30388 kB
Slab:            95996 kB
Committed_AS:  6959916 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103226 MiB

End job on node74 on Sun May 13 03:17:11 UTC 2007