Trace number 339600

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 v1? (TO) 1200.06 1200.52

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark457.795
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv1...

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/node9/watcher-339600-1178917054 -o ROOT/results/node9/solver-339600-1178917054 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339600-1178917054/MiraXTv1_dyn /tmp/evaluation/339600-1178917054/instance-339600-1178917054.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.85 1.46 3/77 32151
/proc/meminfo: memFree=1444016/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=3788 CPUtime=0
/proc/32151/stat : 32151 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194304 321 0 0 0 0 0 0 0 18 0 1 0 367742946 3878912 296 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 9102285 0 0 4096 0 0 0 0 17 1 0 0
/proc/32151/statm: 947 300 205 20 0 305 0

[startup+0.019872 s]
/proc/loadavg: 1.99 1.85 1.46 3/77 32151
/proc/meminfo: memFree=1444016/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=4444 CPUtime=0.01
/proc/32151/stat : 32151 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194304 490 0 0 0 1 0 0 0 18 0 1 0 367742946 4550656 465 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134580837 0 0 4096 0 0 0 0 17 1 0 0
/proc/32151/statm: 1111 465 207 20 0 469 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4444

[startup+0.102882 s]
/proc/loadavg: 1.99 1.85 1.46 3/77 32151
/proc/meminfo: memFree=1444016/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=5424 CPUtime=0.09
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 622 0 0 0 9 0 0 0 18 0 2 0 367742946 5554176 596 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 1356 596 218 20 0 714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5424

[startup+0.302904 s]
/proc/loadavg: 1.99 1.85 1.46 3/77 32151
/proc/meminfo: memFree=1444016/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=5820 CPUtime=0.29
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 736 0 0 0 29 0 0 0 18 0 2 0 367742946 5959680 710 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 1455 710 218 20 0 813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5820

[startup+0.70195 s]
/proc/loadavg: 1.99 1.85 1.46 3/77 32151
/proc/meminfo: memFree=1444016/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=7356 CPUtime=0.69
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 956 0 0 0 69 0 0 0 18 0 2 0 367742946 7532544 930 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 1839 930 218 20 0 1197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7356

[startup+1.50104 s]
/proc/loadavg: 1.91 1.84 1.45 2/79 32153
/proc/meminfo: memFree=1440480/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=8932 CPUtime=1.48
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 1364 0 0 0 148 0 0 0 18 0 2 0 367742946 9146368 1338 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 2233 1338 218 20 0 1591 0
[pid=32151/tid=32153] ppid=32149 vsize=8932 CPUtime=1.45
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 860 0 0 0 145 0 0 0 25 0 2 0 367742949 9146368 1338 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520120 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8932

[startup+3.10122 s]
/proc/loadavg: 1.91 1.84 1.45 2/79 32153
/proc/meminfo: memFree=1439072/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=10136 CPUtime=3.09
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 1701 0 0 0 308 1 0 0 18 0 2 0 367742946 10379264 1675 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 2534 1675 218 20 0 1892 0
[pid=32151/tid=32153] ppid=32149 vsize=10136 CPUtime=3.06
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 1197 0 0 0 305 1 0 0 25 0 2 0 367742949 10379264 1675 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520315 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10136

[startup+6.30158 s]
/proc/loadavg: 1.91 1.84 1.45 2/79 32153
/proc/meminfo: memFree=1434848/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=13900 CPUtime=6.28
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 2693 0 0 0 627 1 0 0 18 0 2 0 367742946 14233600 2667 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 3475 2667 218 20 0 2833 0
[pid=32151/tid=32153] ppid=32149 vsize=13900 CPUtime=6.25
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 2189 0 0 0 624 1 0 0 25 0 2 0 367742949 14233600 2667 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13900

[startup+12.7013 s]
/proc/loadavg: 1.85 1.83 1.45 2/79 32153
/proc/meminfo: memFree=1432288/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=15948 CPUtime=12.69
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 3282 0 0 0 1267 2 0 0 18 0 2 0 367742946 16330752 3179 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 3987 3179 218 20 0 3345 0
[pid=32151/tid=32153] ppid=32149 vsize=15948 CPUtime=12.65
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 2778 0 0 0 1264 1 0 0 25 0 2 0 367742949 16330752 3179 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15948

[startup+25.5027 s]
/proc/loadavg: 1.72 1.80 1.45 2/79 32153
/proc/meminfo: memFree=1426336/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=21224 CPUtime=25.48
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 4771 0 0 0 2545 3 0 0 18 0 2 0 367742946 21733376 4512 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 5306 4512 218 20 0 4664 0
[pid=32151/tid=32153] ppid=32149 vsize=21224 CPUtime=25.44
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 4267 0 0 0 2541 3 0 0 25 0 2 0 367742949 21733376 4512 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526717 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21224

[startup+51.1026 s]
/proc/loadavg: 1.43 1.72 1.43 2/79 32153
/proc/meminfo: memFree=1421984/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=25600 CPUtime=51.08
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 6091 0 0 0 5103 5 0 0 18 0 2 0 367742946 26214400 5578 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 6400 5578 218 20 0 5758 0
[pid=32151/tid=32153] ppid=32149 vsize=25600 CPUtime=51.04
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 5587 0 0 0 5100 4 0 0 25 0 2 0 367742949 26214400 5578 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25600

[startup+102.306 s]
/proc/loadavg: 1.19 1.61 1.41 2/79 32153
/proc/meminfo: memFree=1418656/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=28700 CPUtime=102.27
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 7505 0 0 0 10221 6 0 0 18 0 2 0 367742946 29388800 6426 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 7175 6426 218 20 0 6533 0
[pid=32151/tid=32153] ppid=32149 vsize=28700 CPUtime=102.23
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 7001 0 0 0 10217 6 0 0 25 0 2 0 367742949 29388800 6426 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28700

[startup+162.302 s]
/proc/loadavg: 1.07 1.50 1.38 2/79 32153
/proc/meminfo: memFree=1417568/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=29660 CPUtime=162.24
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 8368 0 0 0 16217 7 0 0 18 0 2 0 367742946 30371840 6694 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 7415 6694 218 20 0 6773 0
[pid=32151/tid=32153] ppid=32149 vsize=29660 CPUtime=162.21
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 7864 0 0 0 16214 7 0 0 25 0 2 0 367742949 30371840 6694 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 29660

[startup+222.303 s]
/proc/loadavg: 1.06 1.42 1.36 2/85 32235
/proc/meminfo: memFree=1416024/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=29964 CPUtime=222.19
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 9078 0 0 0 22210 9 0 0 18 0 2 0 367742946 30683136 6790 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 7491 6790 218 20 0 6849 0
[pid=32151/tid=32153] ppid=32149 vsize=29964 CPUtime=222.16
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 8574 0 0 0 22207 9 0 0 25 0 2 0 367742949 30683136 6790 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526364 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 29964

[startup+282.303 s]
/proc/loadavg: 1.02 1.34 1.33 2/79 32350
/proc/meminfo: memFree=1415840/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=31428 CPUtime=282.11
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 9982 0 0 0 28199 12 0 0 18 0 2 0 367742946 32182272 7064 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 7857 7064 218 20 0 7215 0
[pid=32151/tid=32153] ppid=32149 vsize=31428 CPUtime=282.06
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 9478 0 0 0 28195 11 0 0 25 0 2 0 367742949 32182272 7064 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 31428

[startup+342.303 s]
/proc/loadavg: 1.00 1.27 1.31 2/79 32350
/proc/meminfo: memFree=1415200/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=32124 CPUtime=342.08
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 10808 0 0 0 34196 12 0 0 18 0 2 0 367742946 32894976 7246 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8031 7246 218 20 0 7389 0
[pid=32151/tid=32153] ppid=32149 vsize=32124 CPUtime=342.05
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 10304 0 0 0 34193 12 0 0 25 0 2 0 367742949 32894976 7246 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 32124

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.29 2/79 32350
/proc/meminfo: memFree=1414112/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=33236 CPUtime=402.06
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 11637 0 0 0 40193 13 0 0 18 0 2 0 367742946 34033664 7499 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8309 7499 218 20 0 7667 0
[pid=32151/tid=32153] ppid=32149 vsize=33236 CPUtime=402.03
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 11133 0 0 0 40190 13 0 0 25 0 2 0 367742949 34033664 7499 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 33236

[startup+462.302 s]
/proc/loadavg: 1.00 1.18 1.27 3/79 32350
/proc/meminfo: memFree=1413792/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=33648 CPUtime=462.05
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 12326 0 0 0 46191 14 0 0 18 0 2 0 367742946 34455552 7604 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8412 7604 218 20 0 7770 0
[pid=32151/tid=32153] ppid=32149 vsize=33648 CPUtime=462.01
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 11822 0 0 0 46187 14 0 0 25 0 2 0 367742949 34455552 7604 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 33648

[startup+522.303 s]
/proc/loadavg: 1.00 1.14 1.25 2/79 32350
/proc/meminfo: memFree=1413344/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=34084 CPUtime=522.03
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 12969 0 0 0 52188 15 0 0 18 0 2 0 367742946 34902016 7739 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8521 7739 218 20 0 7879 0
[pid=32151/tid=32153] ppid=32149 vsize=34084 CPUtime=521.99
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 12465 0 0 0 52184 15 0 0 25 0 2 0 367742949 34902016 7739 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 34084

[startup+582.303 s]
/proc/loadavg: 1.00 1.11 1.23 2/79 32350
/proc/meminfo: memFree=1413088/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=34376 CPUtime=582.02
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 13634 0 0 0 58186 16 0 0 18 0 2 0 367742946 35201024 7803 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8594 7803 218 20 0 7952 0
[pid=32151/tid=32153] ppid=32149 vsize=34376 CPUtime=581.98
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 13130 0 0 0 58182 16 0 0 25 0 2 0 367742949 35201024 7803 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 34376

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.21 2/79 32350
/proc/meminfo: memFree=1412896/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=34376 CPUtime=642
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 14272 0 0 0 64183 17 0 0 18 0 2 0 367742946 35201024 7831 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8594 7831 218 20 0 7952 0
[pid=32151/tid=32153] ppid=32149 vsize=34376 CPUtime=641.97
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 13768 0 0 0 64180 17 0 0 25 0 2 0 367742949 35201024 7831 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 34376

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.20 2/79 32350
/proc/meminfo: memFree=1412768/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=34560 CPUtime=701.98
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 14911 0 0 0 70180 18 0 0 18 0 2 0 367742946 35389440 7853 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8640 7853 218 20 0 7998 0
[pid=32151/tid=32153] ppid=32149 vsize=34560 CPUtime=701.94
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 14407 0 0 0 70177 17 0 0 25 0 2 0 367742949 35389440 7853 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 34560

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.18 2/79 32350
/proc/meminfo: memFree=1412640/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=34704 CPUtime=761.96
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 15579 0 0 0 76178 18 0 0 18 0 2 0 367742946 35536896 7897 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8676 7897 218 20 0 8034 0
[pid=32151/tid=32153] ppid=32149 vsize=34704 CPUtime=761.93
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 15075 0 0 0 76175 18 0 0 25 0 2 0 367742949 35536896 7897 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 34704

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/79 32350
/proc/meminfo: memFree=1412320/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=35012 CPUtime=821.94
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 16217 0 0 0 82175 19 0 0 18 0 2 0 367742946 35852288 7995 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8753 7995 218 20 0 8111 0
[pid=32151/tid=32153] ppid=32149 vsize=35012 CPUtime=821.91
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 15713 0 0 0 82172 19 0 0 25 0 2 0 367742949 35852288 7995 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 35012

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.16 2/79 32350
/proc/meminfo: memFree=1411936/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=35276 CPUtime=881.93
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 16841 0 0 0 88173 20 0 0 18 0 2 0 367742946 36122624 8073 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 8819 8073 218 20 0 8177 0
[pid=32151/tid=32153] ppid=32149 vsize=35276 CPUtime=881.89
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 16337 0 0 0 88169 20 0 0 25 0 2 0 367742949 36122624 8073 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 35276

[startup+942.301 s]
/proc/loadavg: 1.03 1.04 1.15 2/79 32350
/proc/meminfo: memFree=1410912/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=36336 CPUtime=941.91
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 17649 0 0 0 94170 21 0 0 18 0 2 0 367742946 37208064 8332 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 9084 8332 218 20 0 8442 0
[pid=32151/tid=32153] ppid=32149 vsize=36336 CPUtime=941.87
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 17145 0 0 0 94166 21 0 0 25 0 2 0 367742949 37208064 8332 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 36336

[startup+1002.3 s]
/proc/loadavg: 1.01 1.03 1.14 2/79 32350
/proc/meminfo: memFree=1410784/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=36520 CPUtime=1001.89
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 18329 0 0 0 100167 22 0 0 18 0 2 0 367742946 37396480 8366 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 9130 8366 218 20 0 8488 0
[pid=32151/tid=32153] ppid=32149 vsize=36520 CPUtime=1001.86
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 17825 0 0 0 100164 22 0 0 25 0 2 0 367742949 37396480 8366 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 36520

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/79 32350
/proc/meminfo: memFree=1410656/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=36520 CPUtime=1061.88
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 18819 0 0 0 106165 23 0 0 18 0 2 0 367742946 37396480 8391 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 9130 8391 218 20 0 8488 0
[pid=32151/tid=32153] ppid=32149 vsize=36520 CPUtime=1061.84
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 18315 0 0 0 106161 23 0 0 25 0 2 0 367742949 37396480 8391 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 36520

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/79 32350
/proc/meminfo: memFree=1410592/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=36656 CPUtime=1121.86
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 19412 0 0 0 112162 24 0 0 18 0 2 0 367742946 37535744 8421 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 9164 8421 218 20 0 8522 0
[pid=32151/tid=32153] ppid=32149 vsize=36656 CPUtime=1121.82
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 18908 0 0 0 112158 24 0 0 25 0 2 0 367742949 37535744 8421 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 36656

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/79 32350
/proc/meminfo: memFree=1410464/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=36656 CPUtime=1181.84
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 20003 0 0 0 118159 25 0 0 18 0 2 0 367742946 37535744 8443 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 9164 8443 218 20 0 8522 0
[pid=32151/tid=32153] ppid=32149 vsize=36656 CPUtime=1181.81
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 19499 0 0 0 118156 25 0 0 25 0 2 0 367742949 37535744 8443 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526391 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 36656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.10 2/79 32350
/proc/meminfo: memFree=1410464/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=36656 CPUtime=1200.04
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 20098 0 0 0 119979 25 0 0 18 0 2 0 367742946 37535744 8443 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 9164 8443 218 20 0 8522 0
[pid=32151/tid=32153] ppid=32149 vsize=36656 CPUtime=1200
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 19594 0 0 0 119975 25 0 0 25 0 2 0 367742949 37535744 8443 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 36656

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.10 2/79 32350
/proc/meminfo: memFree=1410464/2055920 swapFree=4145492/4192956
[pid=32151] ppid=32149 vsize=36656 CPUtime=1200.04
/proc/32151/stat : 32151 (MiraXTv1_dyn) S 32149 32151 31528 0 -1 4194304 20098 0 0 0 119979 25 0 0 18 0 2 0 367742946 37535744 8443 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32151/statm: 9164 8443 218 20 0 8522 0
[pid=32151/tid=32153] ppid=32149 vsize=36656 CPUtime=1200
/proc/32151/task/32153/stat : 32153 (MiraXTv1_dyn) R 32149 32151 31528 0 -1 4194368 19594 0 0 0 119975 25 0 0 25 0 2 0 367742949 37535744 8443 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526451 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 36656

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.06
CPU user time (s): 1199.8
CPU system time (s): 0.26096
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 37032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.8
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20098
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= 1711

runsolver used 1.26781 second user time and 3.10653 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Fri May 11 20:57:34 UTC 2007

IDJOB= 339600
IDBENCH= 24750
IDSOLVER= 130
FILE ID= node9/339600-1178917054

PBS_JOBID= 5251110

Free space on /tmp= 66557 MiB

SOLVER NAME= MiraXT v1
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339600-1178917054/MiraXTv1_dyn /tmp/evaluation/339600-1178917054/instance-339600-1178917054.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-339600-1178917054 -o ROOT/results/node9/solver-339600-1178917054 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339600-1178917054/MiraXTv1_dyn /tmp/evaluation/339600-1178917054/instance-339600-1178917054.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 814384674

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1444296 kB
Buffers:         45032 kB
Cached:         483344 kB
SwapCached:      15556 kB
Active:         169080 kB
Inactive:       382264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444296 kB
SwapTotal:     4192956 kB
SwapFree:      4145492 kB
Dirty:            4136 kB
Writeback:           0 kB
Mapped:          29976 kB
Slab:            45804 kB
Committed_AS:  9033856 kB
PageTables:       1784 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= 66557 MiB

End job on node9 on Fri May 11 21:17:36 UTC 2007