Trace number 306786

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 v2? (TO) 1200.1 1200.84

General information on the benchmark

Namerandom/LargeSize/3SAT/v13000/
unif-k3-r4.2-v13000-c54600-S1054448974-13.cnf
MD5SUMf290f56a074b6fc7cc916d5199a37a77
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables13000
Number of clauses54600
Sum of the clauses size163800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 354600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv2...

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-306786-1178860385 -o ROOT/results/node7/solver-306786-1178860385 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/306786-1178860385/MiraXTv2_dyn /tmp/evaluation/306786-1178860385/instance-306786-1178860385.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.99 1.97 1.81 3/77 19414
/proc/meminfo: memFree=1824368/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=3788 CPUtime=0
/proc/19414/stat : 19414 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194304 418 0 0 0 0 0 0 0 18 0 1 0 362076099 3878912 393 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19414/statm: 947 402 202 20 0 305 0

[startup+0.040597 s]
/proc/loadavg: 1.99 1.97 1.81 3/77 19414
/proc/meminfo: memFree=1824368/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=6844 CPUtime=0.03
/proc/19414/stat : 19414 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194304 1207 0 0 0 3 0 0 0 18 0 1 0 362076099 7008256 1182 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134527045 0 0 4096 0 0 0 0 17 0 0 0
/proc/19414/statm: 1711 1182 206 20 0 1069 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6844

[startup+0.101602 s]
/proc/loadavg: 1.99 1.97 1.81 3/77 19414
/proc/meminfo: memFree=1824368/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=8652 CPUtime=0.09
/proc/19414/stat : 19414 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194304 1686 0 0 0 9 0 0 0 18 0 1 0 362076099 8859648 1661 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 10851963 0 0 4096 0 0 0 0 17 0 0 0
/proc/19414/statm: 2163 1662 206 20 0 1521 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8652

[startup+0.301623 s]
/proc/loadavg: 1.99 1.97 1.81 3/77 19414
/proc/meminfo: memFree=1824368/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=21028 CPUtime=0.29
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 3400 0 0 0 27 2 0 0 19 0 2 0 362076099 21532672 3227 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 5257 3227 218 20 0 4615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21028

[startup+0.701665 s]
/proc/loadavg: 1.99 1.97 1.81 3/77 19414
/proc/meminfo: memFree=1824368/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=20720 CPUtime=0.69
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 3420 0 0 0 67 2 0 0 19 0 2 0 362076099 21217280 3170 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 5180 3170 218 20 0 4538 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20720

[startup+1.50175 s]
/proc/loadavg: 1.91 1.95 1.81 2/79 19416
/proc/meminfo: memFree=1812128/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=22040 CPUtime=1.49
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 3781 0 0 0 147 2 0 0 19 0 2 0 362076099 22568960 3531 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 5510 3531 218 20 0 4868 0
[pid=19414/tid=19416] ppid=19412 vsize=22040 CPUtime=1.25
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 1697 0 0 0 124 1 0 0 25 0 2 0 362076123 22568960 3531 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22040

[startup+3.10192 s]
/proc/loadavg: 1.91 1.95 1.81 2/79 19416
/proc/meminfo: memFree=1809312/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=26132 CPUtime=3.09
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 4811 0 0 0 306 3 0 0 19 0 2 0 362076099 26759168 4561 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 6533 4561 218 20 0 5891 0
[pid=19414/tid=19416] ppid=19412 vsize=26132 CPUtime=2.85
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 2727 0 0 0 283 2 0 0 25 0 2 0 362076123 26759168 4561 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526686 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26132

[startup+6.30225 s]
/proc/loadavg: 1.91 1.95 1.81 2/79 19416
/proc/meminfo: memFree=1801376/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=33260 CPUtime=6.29
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 6643 0 0 0 624 5 0 0 19 0 2 0 362076099 34058240 6393 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 8315 6393 218 20 0 7673 0
[pid=19414/tid=19416] ppid=19412 vsize=33260 CPUtime=6.05
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 4559 0 0 0 601 4 0 0 25 0 2 0 362076123 34058240 6393 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 10851963 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33260

[startup+12.7019 s]
/proc/loadavg: 1.77 1.92 1.80 2/79 19416
/proc/meminfo: memFree=1793504/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=39992 CPUtime=12.68
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 8420 0 0 0 1262 6 0 0 19 0 2 0 362076099 40951808 8170 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 9998 8170 218 20 0 9356 0
[pid=19414/tid=19416] ppid=19412 vsize=39992 CPUtime=12.45
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 6336 0 0 0 1240 5 0 0 25 0 2 0 362076123 40951808 8170 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39992

[startup+25.5013 s]
/proc/loadavg: 1.65 1.89 1.79 2/79 19416
/proc/meminfo: memFree=1764576/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=67056 CPUtime=25.48
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 15330 0 0 0 2538 10 0 0 19 0 2 0 362076099 68665344 15044 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 16764 15044 218 20 0 16122 0
[pid=19414/tid=19416] ppid=19412 vsize=67056 CPUtime=25.24
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 13246 0 0 0 2515 9 0 0 25 0 2 0 362076123 68665344 15044 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526354 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 67056

[startup+51.102 s]
/proc/loadavg: 1.43 1.82 1.77 2/79 19416
/proc/meminfo: memFree=1728608/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=104460 CPUtime=51.06
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 24715 0 0 0 5090 16 0 0 19 0 2 0 362076099 106967040 24346 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 26115 24346 218 20 0 25473 0
[pid=19414/tid=19416] ppid=19412 vsize=104460 CPUtime=50.82
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 22631 0 0 0 5067 15 0 0 25 0 2 0 362076123 106967040 24346 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526515 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 104460

[startup+102.305 s]
/proc/loadavg: 1.17 1.68 1.72 2/79 19416
/proc/meminfo: memFree=1686496/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=145068 CPUtime=102.23
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 35080 0 0 0 10199 24 0 0 19 0 2 0 362076099 148549632 34491 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 36267 34491 218 20 0 35625 0
[pid=19414/tid=19416] ppid=19412 vsize=145068 CPUtime=102
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 32996 0 0 0 10177 23 0 0 25 0 2 0 362076123 148549632 34491 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526275 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 145068

[startup+162.302 s]
/proc/loadavg: 1.06 1.55 1.67 2/79 19416
/proc/meminfo: memFree=1682784/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=148504 CPUtime=162.19
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 36322 0 0 0 16194 25 0 0 19 0 2 0 362076099 152068096 35418 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 37126 35418 218 20 0 36484 0
[pid=19414/tid=19416] ppid=19412 vsize=148504 CPUtime=161.95
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 34238 0 0 0 16171 24 0 0 25 0 2 0 362076123 152068096 35418 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 148504

[startup+222.302 s]
/proc/loadavg: 1.02 1.45 1.63 2/79 19416
/proc/meminfo: memFree=1672160/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=159068 CPUtime=222.16
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 39238 0 0 0 22188 28 0 0 19 0 2 0 362076099 162885632 38072 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 39767 38072 218 20 0 39125 0
[pid=19414/tid=19416] ppid=19412 vsize=159068 CPUtime=221.92
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 37154 0 0 0 22165 27 0 0 25 0 2 0 362076123 162885632 38072 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 159068

[startup+282.301 s]
/proc/loadavg: 1.01 1.36 1.59 2/79 19416
/proc/meminfo: memFree=1661920/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=169244 CPUtime=282.12
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 42125 0 0 0 28182 30 0 0 19 0 2 0 362076099 173305856 40629 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 42311 40629 218 20 0 41669 0
[pid=19414/tid=19416] ppid=19412 vsize=169244 CPUtime=281.89
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 40041 0 0 0 28160 29 0 0 25 0 2 0 362076123 173305856 40629 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 169244

[startup+342.302 s]
/proc/loadavg: 1.00 1.30 1.54 2/79 19416
/proc/meminfo: memFree=1661920/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=169244 CPUtime=342.08
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 42398 0 0 0 34178 30 0 0 19 0 2 0 362076099 173305856 40634 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 42311 40634 218 20 0 41669 0
[pid=19414/tid=19416] ppid=19412 vsize=169244 CPUtime=341.84
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 40314 0 0 0 34155 29 0 0 25 0 2 0 362076123 173305856 40634 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 169244

[startup+402.302 s]
/proc/loadavg: 1.00 1.24 1.51 2/79 19416
/proc/meminfo: memFree=1657824/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=173472 CPUtime=402.04
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 43496 0 0 0 40173 31 0 0 19 0 2 0 362076099 177635328 41665 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 43368 41665 218 20 0 42726 0
[pid=19414/tid=19416] ppid=19412 vsize=173472 CPUtime=401.8
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 41412 0 0 0 40150 30 0 0 25 0 2 0 362076123 177635328 41665 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 173472

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.47 2/79 19416
/proc/meminfo: memFree=1645024/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=186156 CPUtime=462
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 46964 0 0 0 46167 33 0 0 19 0 2 0 362076099 190623744 44865 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 46539 44865 218 20 0 45897 0
[pid=19414/tid=19416] ppid=19412 vsize=186156 CPUtime=461.76
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 44880 0 0 0 46144 32 0 0 25 0 2 0 362076123 190623744 44865 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 186156

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.44 2/79 19416
/proc/meminfo: memFree=1641056/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=189992 CPUtime=521.95
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 48113 0 0 0 52160 35 0 0 19 0 2 0 362076099 194551808 45813 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 47498 45813 218 20 0 46856 0
[pid=19414/tid=19416] ppid=19412 vsize=189992 CPUtime=521.71
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 46029 0 0 0 52138 33 0 0 25 0 2 0 362076123 194551808 45813 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526461 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 189992

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.41 2/79 19416
/proc/meminfo: memFree=1641056/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=189992 CPUtime=581.91
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 48315 0 0 0 58156 35 0 0 19 0 2 0 362076099 194551808 45814 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 47498 45814 218 20 0 46856 0
[pid=19414/tid=19416] ppid=19412 vsize=189992 CPUtime=581.66
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 46231 0 0 0 58133 33 0 0 25 0 2 0 362076123 194551808 45814 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134525908 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 189992

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.38 2/79 19416
/proc/meminfo: memFree=1641056/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=189992 CPUtime=641.86
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 48655 0 0 0 64151 35 0 0 19 0 2 0 362076099 194551808 45816 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 47498 45816 218 20 0 46856 0
[pid=19414/tid=19416] ppid=19412 vsize=189992 CPUtime=641.63
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 46571 0 0 0 64129 34 0 0 25 0 2 0 362076123 194551808 45816 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 10851996 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.86
Current children cumulated vsize (KiB) 189992

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.36 2/79 19416
/proc/meminfo: memFree=1641056/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=189992 CPUtime=701.82
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 48863 0 0 0 70147 35 0 0 19 0 2 0 362076099 194551808 45820 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 47498 45820 218 20 0 46856 0
[pid=19414/tid=19416] ppid=19412 vsize=189992 CPUtime=701.59
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 46779 0 0 0 70125 34 0 0 25 0 2 0 362076123 194551808 45820 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134525974 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.82
Current children cumulated vsize (KiB) 189992

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.33 2/79 19416
/proc/meminfo: memFree=1641120/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=189992 CPUtime=761.79
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 48863 0 0 0 76143 36 0 0 19 0 2 0 362076099 194551808 45820 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 47498 45820 218 20 0 46856 0
[pid=19414/tid=19416] ppid=19412 vsize=189992 CPUtime=761.55
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 46779 0 0 0 76120 35 0 0 25 0 2 0 362076123 194551808 45820 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.79
Current children cumulated vsize (KiB) 189992

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.31 2/79 19416
/proc/meminfo: memFree=1641120/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=189992 CPUtime=821.75
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 48863 0 0 0 82139 36 0 0 19 0 2 0 362076099 194551808 45820 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 47498 45820 218 20 0 46856 0
[pid=19414/tid=19416] ppid=19412 vsize=189992 CPUtime=821.52
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 46779 0 0 0 82117 35 0 0 25 0 2 0 362076123 194551808 45820 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.75
Current children cumulated vsize (KiB) 189992

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.29 2/79 19416
/proc/meminfo: memFree=1638432/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=192764 CPUtime=881.73
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 49673 0 0 0 88136 37 0 0 19 0 2 0 362076099 197390336 46494 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 48191 46494 218 20 0 47549 0
[pid=19414/tid=19416] ppid=19412 vsize=192764 CPUtime=881.49
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 47589 0 0 0 88113 36 0 0 25 0 2 0 362076123 197390336 46494 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526701 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.73
Current children cumulated vsize (KiB) 192764

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.26 2/79 19416
/proc/meminfo: memFree=1638432/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=192760 CPUtime=941.68
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 49878 0 0 0 94131 37 0 0 19 0 2 0 362076099 197386240 46495 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 48190 46495 218 20 0 47548 0
[pid=19414/tid=19416] ppid=19412 vsize=192760 CPUtime=941.45
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 47794 0 0 0 94109 36 0 0 25 0 2 0 362076123 197386240 46495 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526461 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.68
Current children cumulated vsize (KiB) 192760

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/79 19416
/proc/meminfo: memFree=1638432/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=192728 CPUtime=1001.66
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 50014 0 0 0 100128 38 0 0 19 0 2 0 362076099 197353472 46495 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 48182 46495 218 20 0 47540 0
[pid=19414/tid=19416] ppid=19412 vsize=192728 CPUtime=1001.41
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 47930 0 0 0 100105 36 0 0 25 0 2 0 362076123 197353472 46495 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.66
Current children cumulated vsize (KiB) 192728

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/79 19416
/proc/meminfo: memFree=1638496/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=192728 CPUtime=1061.63
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 50289 0 0 0 106125 38 0 0 19 0 2 0 362076099 197353472 46497 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 48182 46497 218 20 0 47540 0
[pid=19414/tid=19416] ppid=19412 vsize=192728 CPUtime=1061.39
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 48205 0 0 0 106102 37 0 0 25 0 2 0 362076123 197353472 46497 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 192728

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/79 19416
/proc/meminfo: memFree=1638496/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=192728 CPUtime=1121.58
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 50497 0 0 0 112120 38 0 0 19 0 2 0 362076099 197353472 46498 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 48182 46498 218 20 0 47540 0
[pid=19414/tid=19416] ppid=19412 vsize=192728 CPUtime=1121.35
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 48413 0 0 0 112098 37 0 0 25 0 2 0 362076123 197353472 46498 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.58
Current children cumulated vsize (KiB) 192728

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/79 19416
/proc/meminfo: memFree=1633888/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=197232 CPUtime=1181.55
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 51778 0 0 0 118116 39 0 0 19 0 2 0 362076099 201965568 47641 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 49308 47641 218 20 0 48666 0
[pid=19414/tid=19416] ppid=19412 vsize=197232 CPUtime=1181.31
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 49694 0 0 0 118093 38 0 0 25 0 2 0 362076123 201965568 47641 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.55
Current children cumulated vsize (KiB) 197232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.19 2/79 19416
/proc/meminfo: memFree=1633824/2055920 swapFree=4156568/4192956
[pid=19414] ppid=19412 vsize=197372 CPUtime=1200.05
/proc/19414/stat : 19414 (MiraXTv2_dyn) S 19412 19414 18859 0 -1 4194304 51855 0 0 0 119966 39 0 0 19 0 2 0 362076099 202108928 47649 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/19414/statm: 49343 47649 218 20 0 48701 0
[pid=19414/tid=19416] ppid=19412 vsize=197372 CPUtime=1199.81
/proc/19414/task/19416/stat : 19416 (MiraXTv2_dyn) R 19412 19414 18859 0 -1 4194368 49771 0 0 0 119943 38 0 0 25 0 2 0 362076123 202108928 47649 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526691 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 197372

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.84
CPU time (s): 1200.1
CPU user time (s): 1199.67
CPU system time (s): 0.428934
CPU usage (%): 99.9379
Max. virtual memory (cumulated for all children) (KiB): 197372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.67
system time used= 0.428934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51855
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= 13
involuntary context switches= 29114

runsolver used 1.2928 second user time and 3.08053 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Fri May 11 05:13:05 UTC 2007

IDJOB= 306786
IDBENCH= 20189
IDSOLVER= 129
FILE ID= node7/306786-1178860385

PBS_JOBID= 5251024

Free space on /tmp= 66548 MiB

SOLVER NAME= MiraXT v2
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v13000/unif-k3-r4.2-v13000-c54600-S1054448974-13.cnf
COMMAND LINE= /tmp/evaluation/306786-1178860385/MiraXTv2_dyn /tmp/evaluation/306786-1178860385/instance-306786-1178860385.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-306786-1178860385 -o ROOT/results/node7/solver-306786-1178860385 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/306786-1178860385/MiraXTv2_dyn /tmp/evaluation/306786-1178860385/instance-306786-1178860385.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  f290f56a074b6fc7cc916d5199a37a77

RANDOM SEED= 358837250

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.231
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.231
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:       1824584 kB
Buffers:         40852 kB
Cached:         125276 kB
SwapCached:      16996 kB
Active:         127616 kB
Inactive:        62652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824584 kB
SwapTotal:     4192956 kB
SwapFree:      4156568 kB
Dirty:            4984 kB
Writeback:           0 kB
Mapped:          30012 kB
Slab:            26524 kB
Committed_AS: 14757152 kB
PageTables:       1860 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= 66548 MiB

End job on node7 on Fri May 11 05:33:08 UTC 2007