Trace number 294485

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 318.308 159.705

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1755163742-08.SAT.shuffled.cnf
MD5SUMd3edeae19215a6960895e5b557b1cbc9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.206968
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...
318.29/159.70	s SATISFIABLE
318.29/159.70	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/node12/watcher-294485-1178817171 -o ROOT/results/node12/solver-294485-1178817171 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/294485-1178817171/MiraXTv3_dyn /tmp/evaluation/294485-1178817171/instance-294485-1178817171.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.82 1.44 3/77 1101
/proc/meminfo: memFree=1703544/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=3788 CPUtime=0
/proc/1101/stat : 1101 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194304 299 0 0 0 0 0 0 0 18 0 1 0 357754463 3878912 274 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10131067 0 0 4096 0 0 0 0 17 1 0 0
/proc/1101/statm: 947 275 206 20 0 305 0

[startup+0.097858 s]
/proc/loadavg: 1.83 1.82 1.44 3/77 1101
/proc/meminfo: memFree=1703544/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=6724 CPUtime=0.09
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 578 0 0 0 9 0 0 0 18 0 3 0 357754463 6885376 553 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 1681 553 218 20 0 1039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6724

[startup+0.101859 s]
/proc/loadavg: 1.83 1.82 1.44 3/77 1101
/proc/meminfo: memFree=1703544/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=6724 CPUtime=0.1
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 585 0 0 0 10 0 0 0 18 0 3 0 357754463 6885376 560 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 1681 560 218 20 0 1039 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6724

[startup+0.301881 s]
/proc/loadavg: 1.83 1.82 1.44 3/77 1101
/proc/meminfo: memFree=1703544/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=8304 CPUtime=0.5
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 1054 0 0 0 50 0 0 0 18 0 3 0 357754463 8503296 1029 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 2076 1029 218 20 0 1434 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 8304

[startup+0.701923 s]
/proc/loadavg: 1.83 1.82 1.44 3/77 1101
/proc/meminfo: memFree=1703544/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=11824 CPUtime=1.29
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 1768 0 0 0 129 0 0 0 18 0 3 0 357754463 12107776 1742 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 2956 1742 218 20 0 2314 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 11824

[startup+1.502 s]
/proc/loadavg: 1.83 1.82 1.44 3/80 1104
/proc/meminfo: memFree=1695712/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=15140 CPUtime=2.89
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 2405 0 0 0 289 0 0 0 18 0 3 0 357754463 15503360 2379 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 3785 2379 218 20 0 3143 0
[pid=1101/tid=1103] ppid=1099 vsize=15140 CPUtime=1.4
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 968 0 0 0 140 0 0 0 25 0 3 0 357754472 15503360 2379 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10137216 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=15140 CPUtime=1.39
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 1001 0 0 0 139 0 0 0 17 0 3 0 357754472 15503360 2379 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 15140

[startup+3.10116 s]
/proc/loadavg: 1.83 1.82 1.44 3/80 1104
/proc/meminfo: memFree=1693600/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=17636 CPUtime=6.08
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 3242 0 0 0 607 1 0 0 18 0 3 0 357754463 18059264 3144 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 4409 3144 218 20 0 3767 0
[pid=1101/tid=1103] ppid=1099 vsize=17636 CPUtime=3
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 1340 0 0 0 300 0 0 0 25 0 3 0 357754472 18059264 3144 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 10131067 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=17636 CPUtime=2.99
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 1466 0 0 0 298 1 0 0 25 0 3 0 357754472 18059264 3144 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 17636

[startup+6.30249 s]
/proc/loadavg: 1.85 1.82 1.44 3/80 1104
/proc/meminfo: memFree=1685984/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=24620 CPUtime=12.47
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 5213 0 0 0 1244 3 0 0 18 0 3 0 357754463 25210880 4994 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 6155 4994 218 20 0 5513 0
[pid=1101/tid=1103] ppid=1099 vsize=24620 CPUtime=6.19
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 2284 0 0 0 619 0 0 0 25 0 3 0 357754472 25210880 4994 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=24620 CPUtime=6.17
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 2493 0 0 0 615 2 0 0 25 0 3 0 357754472 25210880 4994 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24620

[startup+12.7011 s]
/proc/loadavg: 1.86 1.82 1.44 3/80 1104
/proc/meminfo: memFree=1679072/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=30128 CPUtime=25.22
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 6699 0 0 0 2518 4 0 0 18 0 3 0 357754463 30851072 6227 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 7532 6227 218 20 0 6890 0
[pid=1101/tid=1103] ppid=1099 vsize=30128 CPUtime=12.59
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 3039 0 0 0 1258 1 0 0 25 0 3 0 357754472 30851072 6227 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=30128 CPUtime=12.54
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 3224 0 0 0 1251 3 0 0 25 0 3 0 357754472 30851072 6227 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 30128

[startup+25.5014 s]
/proc/loadavg: 1.89 1.83 1.45 3/80 1104
/proc/meminfo: memFree=1671776/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=37748 CPUtime=50.75
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 8989 0 0 0 5068 7 0 0 18 0 3 0 357754463 38653952 8039 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 9437 8039 218 20 0 8795 0
[pid=1101/tid=1103] ppid=1099 vsize=37748 CPUtime=25.38
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 4143 0 0 0 2536 2 0 0 25 0 3 0 357754472 38653952 8039 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=37748 CPUtime=25.27
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 4410 0 0 0 2523 4 0 0 25 0 3 0 357754472 38653952 8039 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 37748

[startup+51.102 s]
/proc/loadavg: 1.93 1.84 1.47 3/80 1104
/proc/meminfo: memFree=1668576/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=40240 CPUtime=101.81
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 10734 0 0 0 10172 9 0 0 18 0 3 0 357754463 41205760 8808 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 10060 8808 218 20 0 9418 0
[pid=1101/tid=1103] ppid=1099 vsize=40240 CPUtime=50.97
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 4970 0 0 0 5094 3 0 0 25 0 3 0 357754472 41205760 8808 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=40240 CPUtime=50.74
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 5328 0 0 0 5069 5 0 0 25 0 3 0 357754472 41205760 8808 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526429 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 40240

[startup+102.305 s]
/proc/loadavg: 1.97 1.86 1.49 3/80 1104
/proc/meminfo: memFree=1665952/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=42724 CPUtime=203.92
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 13303 0 0 0 20382 10 0 0 18 0 3 0 357754463 43749376 9432 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 10681 9432 218 20 0 10039 0
[pid=1101/tid=1103] ppid=1099 vsize=42724 CPUtime=102.13
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 6226 0 0 0 10209 4 0 0 25 0 3 0 357754472 43749376 9432 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=42724 CPUtime=101.7
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 6641 0 0 0 10164 6 0 0 25 0 3 0 357754472 43749376 9432 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 42724

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

[startup+127.902 s]
/proc/loadavg: 1.98 1.87 1.50 3/80 1104
/proc/meminfo: memFree=1664480/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=44736 CPUtime=254.97
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 14626 0 0 0 25486 11 0 0 18 0 3 0 357754463 45809664 9803 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 11184 9803 218 20 0 10542 0
[pid=1101/tid=1103] ppid=1099 vsize=44736 CPUtime=127.69
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 6903 0 0 0 12765 4 0 0 25 0 3 0 357754472 45809664 9803 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=44736 CPUtime=127.18
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7287 0 0 0 12712 6 0 0 23 0 3 0 357754472 45809664 9803 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 254.97
Current children cumulated vsize (KiB) 44736

[startup+140.702 s]
/proc/loadavg: 1.98 1.88 1.51 3/80 1104
/proc/meminfo: memFree=1664416/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=44736 CPUtime=280.51
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 15048 0 0 0 28039 12 0 0 18 0 3 0 357754463 45809664 9817 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 11184 9817 218 20 0 10542 0
[pid=1101/tid=1103] ppid=1099 vsize=44736 CPUtime=140.5
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7110 0 0 0 14045 5 0 0 19 0 3 0 357754472 45809664 9817 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=44736 CPUtime=139.92
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7502 0 0 0 13985 7 0 0 25 0 3 0 357754472 45809664 9817 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.51
Current children cumulated vsize (KiB) 44736

[startup+153.501 s]
/proc/loadavg: 1.98 1.88 1.51 3/80 1104
/proc/meminfo: memFree=1664224/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=44736 CPUtime=306.04
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 15587 0 0 0 30592 12 0 0 18 0 3 0 357754463 45809664 9880 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 11184 9880 218 20 0 10542 0
[pid=1101/tid=1103] ppid=1099 vsize=44736 CPUtime=153.28
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7325 0 0 0 15323 5 0 0 25 0 3 0 357754472 45809664 9880 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=44736 CPUtime=152.66
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7826 0 0 0 15259 7 0 0 25 0 3 0 357754472 45809664 9880 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.04
Current children cumulated vsize (KiB) 44736

[startup+156.702 s]
/proc/loadavg: 1.98 1.88 1.52 3/80 1104
/proc/meminfo: memFree=1664224/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=44736 CPUtime=312.42
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 15680 0 0 0 31230 12 0 0 18 0 3 0 357754463 45809664 9905 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 11184 9905 218 20 0 10542 0
[pid=1101/tid=1103] ppid=1099 vsize=44736 CPUtime=156.48
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7342 0 0 0 15643 5 0 0 25 0 3 0 357754472 45809664 9905 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526397 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=44736 CPUtime=155.84
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7902 0 0 0 15577 7 0 0 25 0 3 0 357754472 45809664 9905 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.42
Current children cumulated vsize (KiB) 44736

[startup+158.302 s]
/proc/loadavg: 1.98 1.88 1.52 3/80 1104
/proc/meminfo: memFree=1664032/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=44736 CPUtime=315.62
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 15775 0 0 0 31550 12 0 0 18 0 3 0 357754463 45809664 9932 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 11184 9932 218 20 0 10542 0
[pid=1101/tid=1103] ppid=1099 vsize=44736 CPUtime=158.09
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7415 0 0 0 15804 5 0 0 25 0 3 0 357754472 45809664 9932 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=44736 CPUtime=157.44
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7924 0 0 0 15737 7 0 0 25 0 3 0 357754472 45809664 9932 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.62
Current children cumulated vsize (KiB) 44736

[startup+159.103 s]
/proc/loadavg: 1.98 1.88 1.52 3/80 1104
/proc/meminfo: memFree=1664032/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=44736 CPUtime=317.22
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 15788 0 0 0 31709 13 0 0 18 0 3 0 357754463 45809664 9945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 11184 9945 218 20 0 10542 0
[pid=1101/tid=1103] ppid=1099 vsize=44736 CPUtime=158.88
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7422 0 0 0 15883 5 0 0 25 0 3 0 357754472 45809664 9945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=44736 CPUtime=158.23
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7930 0 0 0 15816 7 0 0 25 0 3 0 357754472 45809664 9945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.22
Current children cumulated vsize (KiB) 44736

[startup+159.507 s]
/proc/loadavg: 1.98 1.88 1.52 3/80 1104
/proc/meminfo: memFree=1664032/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=44872 CPUtime=318.02
/proc/1101/stat : 1101 (MiraXTv3_dyn) S 1099 1101 971 0 -1 4194304 15806 0 0 0 31789 13 0 0 18 0 3 0 357754463 45948928 9963 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1101/statm: 11218 9963 218 20 0 10576 0
[pid=1101/tid=1103] ppid=1099 vsize=44872 CPUtime=159.29
/proc/1101/task/1103/stat : 1103 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7438 0 0 0 15924 5 0 0 25 0 3 0 357754472 45948928 9963 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1101/tid=1104] ppid=1099 vsize=44872 CPUtime=158.63
/proc/1101/task/1104/stat : 1104 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194368 7932 0 0 0 15856 7 0 0 25 0 3 0 357754472 45948928 9963 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.02
Current children cumulated vsize (KiB) 44872

[startup+159.703 s]
/proc/loadavg: 1.98 1.88 1.52 3/80 1104
/proc/meminfo: memFree=1664032/2055920 swapFree=4154864/4192956
[pid=1101] ppid=1099 vsize=8104 CPUtime=318.29
/proc/1101/stat : 1101 (MiraXTv3_dyn) R 1099 1101 971 0 -1 4194304 15814 0 0 0 31816 13 0 0 17 0 1 0 357754463 8298496 988 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1101/statm: 2026 988 225 20 0 1384 0
Current children cumulated CPU time (s) 318.29
Current children cumulated vsize (KiB) 8104

Child status: 10
Real time (s): 159.705
CPU time (s): 318.308
CPU user time (s): 318.168
CPU system time (s): 0.139978
CPU usage (%): 199.309
Max. virtual memory (cumulated for all children) (KiB): 44872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.168
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15817
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= 99
involuntary context switches= 5947

runsolver used 0.148977 second user time and 0.438933 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu May 10 17:12:51 UTC 2007

IDJOB= 294485
IDBENCH= 19889
IDSOLVER= 128
FILE ID= node12/294485-1178817171

PBS_JOBID= 5250973

Free space on /tmp= 66559 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S1755163742-08.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294485-1178817171/MiraXTv3_dyn /tmp/evaluation/294485-1178817171/instance-294485-1178817171.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-294485-1178817171 -o ROOT/results/node12/solver-294485-1178817171 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/294485-1178817171/MiraXTv3_dyn /tmp/evaluation/294485-1178817171/instance-294485-1178817171.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  d3edeae19215a6960895e5b557b1cbc9

RANDOM SEED= 156155735

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1703760 kB
Buffers:         48212 kB
Cached:         216472 kB
SwapCached:      17516 kB
Active:         116492 kB
Inactive:       172684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703760 kB
SwapTotal:     4192956 kB
SwapFree:      4154864 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          29948 kB
Slab:            48460 kB
Committed_AS: 10863080 kB
PageTables:       1792 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= 66559 MiB

End job on node12 on Thu May 10 17:15:31 UTC 2007