Trace number 339599

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.82

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 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/node12/watcher-339599-1178917005 -o ROOT/results/node12/solver-339599-1178917005 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339599-1178917005/MiraXTv2_dyn /tmp/evaluation/339599-1178917005/instance-339599-1178917005.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: 0.92 0.98 1.08 3/77 13832
/proc/meminfo: memFree=1581040/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=3920 CPUtime=0
/proc/13832/stat : 13832 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 367737866 4014080 321 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 10134477 0 0 4096 0 0 0 0 17 0 0 0
/proc/13832/statm: 980 326 206 20 0 338 0

[startup+0.025277 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 13832
/proc/meminfo: memFree=1581040/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=4584 CPUtime=0.02
/proc/13832/stat : 13832 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194304 494 0 0 0 2 0 0 0 18 0 1 0 367737866 4694016 469 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134583499 0 0 4096 0 0 0 0 17 0 0 0
/proc/13832/statm: 1146 469 207 20 0 504 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4584

[startup+0.101284 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 13832
/proc/meminfo: memFree=1581040/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=5424 CPUtime=0.09
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 623 0 0 0 9 0 0 0 18 0 2 0 367737866 5554176 597 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 1356 597 218 20 0 714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5424

[startup+0.301303 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 13832
/proc/meminfo: memFree=1581040/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=5952 CPUtime=0.29
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 760 0 0 0 29 0 0 0 18 0 2 0 367737866 6094848 734 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 1488 734 218 20 0 846 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5952

[startup+0.701344 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 13832
/proc/meminfo: memFree=1581040/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=7620 CPUtime=0.69
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 1023 0 0 0 69 0 0 0 18 0 2 0 367737866 7802880 997 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 1905 997 218 20 0 1263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7620

[startup+1.50242 s]
/proc/loadavg: 0.92 0.98 1.08 2/79 13834
/proc/meminfo: memFree=1577184/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=9196 CPUtime=1.49
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 1445 0 0 0 149 0 0 0 18 0 2 0 367737866 9416704 1419 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 2299 1419 218 20 0 1657 0
[pid=13832/tid=13834] ppid=13830 vsize=9196 CPUtime=1.46
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 941 0 0 0 146 0 0 0 25 0 2 0 367737869 9416704 1419 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134520486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9196

[startup+3.10158 s]
/proc/loadavg: 0.92 0.98 1.08 2/79 13834
/proc/meminfo: memFree=1575840/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=10584 CPUtime=3.09
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 1834 0 0 0 309 0 0 0 18 0 2 0 367737866 10838016 1808 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 2646 1808 218 20 0 2004 0
[pid=13832/tid=13834] ppid=13830 vsize=10584 CPUtime=3.06
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 1330 0 0 0 306 0 0 0 25 0 2 0 367737869 10838016 1808 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10584

[startup+6.30195 s]
/proc/loadavg: 0.93 0.98 1.08 2/79 13834
/proc/meminfo: memFree=1571744/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=14116 CPUtime=6.29
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 2721 0 0 0 628 1 0 0 18 0 2 0 367737866 14454784 2695 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 3529 2695 218 20 0 2887 0
[pid=13832/tid=13834] ppid=13830 vsize=14116 CPUtime=6.25
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 2217 0 0 0 625 0 0 0 25 0 2 0 367737869 14454784 2695 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14116

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 1.08 2/79 13834
/proc/meminfo: memFree=1569056/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=16184 CPUtime=12.68
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 3330 0 0 0 1267 1 0 0 18 0 2 0 367737866 16572416 3228 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 4046 3228 218 20 0 3404 0
[pid=13832/tid=13834] ppid=13830 vsize=16184 CPUtime=12.65
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 2826 0 0 0 1264 1 0 0 25 0 2 0 367737869 16572416 3228 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526706 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16184

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 1.08 2/79 13834
/proc/meminfo: memFree=1561952/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=22692 CPUtime=25.47
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 5070 0 0 0 2544 3 0 0 18 0 2 0 367737866 23236608 4869 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 5673 4869 218 20 0 5031 0
[pid=13832/tid=13834] ppid=13830 vsize=22692 CPUtime=25.44
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 4566 0 0 0 2541 3 0 0 25 0 2 0 367737869 23236608 4869 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134525908 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22692

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 1.08 2/79 13834
/proc/meminfo: memFree=1557024/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=27468 CPUtime=51.06
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 6530 0 0 0 5102 4 0 0 18 0 2 0 367737866 28127232 6088 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 6867 6088 218 20 0 6225 0
[pid=13832/tid=13834] ppid=13830 vsize=27468 CPUtime=51.03
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 6026 0 0 0 5099 4 0 0 25 0 2 0 367737869 28127232 6088 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) 27468

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 1.07 2/79 13834
/proc/meminfo: memFree=1555296/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=29344 CPUtime=102.24
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 7497 0 0 0 10219 5 0 0 18 0 2 0 367737866 30048256 6577 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 7336 6577 218 20 0 6694 0
[pid=13832/tid=13834] ppid=13830 vsize=29344 CPUtime=102.21
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 6993 0 0 0 10216 5 0 0 25 0 2 0 367737869 30048256 6577 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 29344

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/79 13834
/proc/meminfo: memFree=1553440/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=30968 CPUtime=162.2
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 8557 0 0 0 16214 6 0 0 18 0 2 0 367737866 31711232 6989 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 7742 6989 218 20 0 7100 0
[pid=13832/tid=13834] ppid=13830 vsize=30968 CPUtime=162.16
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 8053 0 0 0 16211 5 0 0 25 0 2 0 367737869 31711232 6989 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 30968

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/79 13834
/proc/meminfo: memFree=1552096/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=32096 CPUtime=222.16
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 9535 0 0 0 22209 7 0 0 18 0 2 0 367737866 32866304 7296 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 8024 7296 218 20 0 7382 0
[pid=13832/tid=13834] ppid=13830 vsize=32096 CPUtime=222.13
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 9031 0 0 0 22206 7 0 0 25 0 2 0 367737869 32866304 7296 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 32096

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/85 13968
/proc/meminfo: memFree=1550192/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=32824 CPUtime=282.11
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 10238 0 0 0 28197 14 0 0 18 0 2 0 367737866 33611776 7463 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 8206 7463 218 20 0 7564 0
[pid=13832/tid=13834] ppid=13830 vsize=32824 CPUtime=282.08
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 9734 0 0 0 28194 14 0 0 25 0 2 0 367737869 33611776 7463 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526354 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 32824

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/79 14032
/proc/meminfo: memFree=1549728/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=34480 CPUtime=342.08
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 11315 0 0 0 34187 21 0 0 18 0 2 0 367737866 35307520 7833 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 8620 7833 218 20 0 7978 0
[pid=13832/tid=13834] ppid=13830 vsize=34480 CPUtime=342.05
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 10811 0 0 0 34184 21 0 0 25 0 2 0 367737869 35307520 7833 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 34480

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/79 14032
/proc/meminfo: memFree=1549216/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=35036 CPUtime=402.04
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 12024 0 0 0 40182 22 0 0 18 0 2 0 367737866 35876864 7984 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 8759 7984 218 20 0 8117 0
[pid=13832/tid=13834] ppid=13830 vsize=35036 CPUtime=402.01
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 11520 0 0 0 40179 22 0 0 25 0 2 0 367737869 35876864 7984 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526275 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 35036

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/79 14032
/proc/meminfo: memFree=1549152/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=35200 CPUtime=462
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 12723 0 0 0 46178 22 0 0 18 0 2 0 367737866 36044800 8033 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 8800 8033 218 20 0 8158 0
[pid=13832/tid=13834] ppid=13830 vsize=35200 CPUtime=461.97
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 12219 0 0 0 46175 22 0 0 25 0 2 0 367737869 36044800 8033 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134565455 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 35200

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/79 14032
/proc/meminfo: memFree=1548640/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=35948 CPUtime=521.97
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 13436 0 0 0 52174 23 0 0 18 0 2 0 367737866 36810752 8168 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 8987 8168 218 20 0 8345 0
[pid=13832/tid=13834] ppid=13830 vsize=35948 CPUtime=521.93
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 12932 0 0 0 52171 22 0 0 25 0 2 0 367737869 36810752 8168 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526424 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 35948

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/79 14032
/proc/meminfo: memFree=1548448/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=36224 CPUtime=581.92
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 14163 0 0 0 58169 23 0 0 18 0 2 0 367737866 37093376 8226 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9056 8226 218 20 0 8414 0
[pid=13832/tid=13834] ppid=13830 vsize=36224 CPUtime=581.89
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 13659 0 0 0 58166 23 0 0 25 0 2 0 367737869 37093376 8226 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526261 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 36224

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/79 14032
/proc/meminfo: memFree=1547872/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=36752 CPUtime=641.89
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 14897 0 0 0 64165 24 0 0 18 0 2 0 367737866 37634048 8368 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9188 8368 218 20 0 8546 0
[pid=13832/tid=13834] ppid=13830 vsize=36752 CPUtime=641.85
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 14393 0 0 0 64162 23 0 0 25 0 2 0 367737869 37634048 8368 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526515 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.89
Current children cumulated vsize (KiB) 36752

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/79 14032
/proc/meminfo: memFree=1547424/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=36888 CPUtime=701.86
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 15559 0 0 0 70162 24 0 0 18 0 2 0 367737866 37773312 8433 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9222 8433 218 20 0 8580 0
[pid=13832/tid=13834] ppid=13830 vsize=36888 CPUtime=701.83
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 15055 0 0 0 70159 24 0 0 25 0 2 0 367737869 37773312 8433 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.86
Current children cumulated vsize (KiB) 36888

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 1.01 2/79 14032
/proc/meminfo: memFree=1547296/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37108 CPUtime=761.82
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 16196 0 0 0 76158 24 0 0 18 0 2 0 367737866 37998592 8468 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9277 8468 218 20 0 8635 0
[pid=13832/tid=13834] ppid=13830 vsize=37108 CPUtime=761.79
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 15692 0 0 0 76155 24 0 0 25 0 2 0 367737869 37998592 8468 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526586 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.82
Current children cumulated vsize (KiB) 37108

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1547232/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37240 CPUtime=821.78
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 16929 0 0 0 82153 25 0 0 18 0 2 0 367737866 38133760 8505 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9310 8505 218 20 0 8668 0
[pid=13832/tid=13834] ppid=13830 vsize=37240 CPUtime=821.74
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 16425 0 0 0 82150 24 0 0 25 0 2 0 367737869 38133760 8505 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526398 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 37240

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1547040/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37240 CPUtime=881.76
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 17564 0 0 0 88151 25 0 0 18 0 2 0 367737866 38133760 8526 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9310 8526 218 20 0 8668 0
[pid=13832/tid=13834] ppid=13830 vsize=37240 CPUtime=881.73
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 17060 0 0 0 88148 25 0 0 25 0 2 0 367737869 38133760 8526 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526461 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 37240

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1547040/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37240 CPUtime=941.73
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 18192 0 0 0 94148 25 0 0 18 0 2 0 367737866 38133760 8534 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9310 8534 218 20 0 8668 0
[pid=13832/tid=13834] ppid=13830 vsize=37240 CPUtime=941.7
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 17688 0 0 0 94145 25 0 0 25 0 2 0 367737869 38133760 8534 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 37240

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1546784/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37548 CPUtime=1001.68
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 18792 0 0 0 100143 25 0 0 18 0 2 0 367737866 38449152 8598 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9387 8598 218 20 0 8745 0
[pid=13832/tid=13834] ppid=13830 vsize=37548 CPUtime=1001.65
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 18288 0 0 0 100140 25 0 0 25 0 2 0 367737869 38449152 8598 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.68
Current children cumulated vsize (KiB) 37548

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1546656/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37716 CPUtime=1061.65
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 19381 0 0 0 106140 25 0 0 18 0 2 0 367737866 38621184 8647 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9429 8647 218 20 0 8787 0
[pid=13832/tid=13834] ppid=13830 vsize=37716 CPUtime=1061.62
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 18877 0 0 0 106137 25 0 0 25 0 2 0 367737869 38621184 8647 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.65
Current children cumulated vsize (KiB) 37716

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1546464/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37880 CPUtime=1121.63
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 20066 0 0 0 112137 26 0 0 18 0 2 0 367737866 38789120 8694 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9470 8694 218 20 0 8828 0
[pid=13832/tid=13834] ppid=13830 vsize=37880 CPUtime=1121.6
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 19562 0 0 0 112134 26 0 0 25 0 2 0 367737869 38789120 8694 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526290 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.63
Current children cumulated vsize (KiB) 37880

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1546400/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37880 CPUtime=1181.58
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 20651 0 0 0 118132 26 0 0 18 0 2 0 367737866 38789120 8726 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9470 8726 218 20 0 8828 0
[pid=13832/tid=13834] ppid=13830 vsize=37880 CPUtime=1181.55
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 20147 0 0 0 118129 26 0 0 25 0 2 0 367737869 38789120 8726 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526683 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 37880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.98 1.00 2/79 14032
/proc/meminfo: memFree=1546400/2055920 swapFree=4154876/4192956
[pid=13832] ppid=13830 vsize=37880 CPUtime=1200.07
/proc/13832/stat : 13832 (MiraXTv2_dyn) S 13830 13832 13212 0 -1 4194304 20840 0 0 0 119981 26 0 0 18 0 2 0 367737866 38789120 8729 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/13832/statm: 9470 8729 218 20 0 8828 0
[pid=13832/tid=13834] ppid=13830 vsize=37880 CPUtime=1200.04
/proc/13832/task/13834/stat : 13834 (MiraXTv2_dyn) R 13830 13832 13212 0 -1 4194368 20336 0 0 0 119978 26 0 0 25 0 2 0 367737869 38789120 8729 18446744073709551615 134512640 134597668 4294956656 18446744073709551615 134526261 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 37880

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.82
CPU time (s): 1200.1
CPU user time (s): 1199.82
CPU system time (s): 0.273958
CPU usage (%): 99.94
Max. virtual memory (cumulated for all children) (KiB): 38080

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

runsolver used 1.2768 second user time and 3.13952 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Fri May 11 20:56:45 UTC 2007

IDJOB= 339599
IDBENCH= 24750
IDSOLVER= 129
FILE ID= node12/339599-1178917005

PBS_JOBID= 5251116

Free space on /tmp= 66551 MiB

SOLVER NAME= MiraXT v2
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/339599-1178917005/MiraXTv2_dyn /tmp/evaluation/339599-1178917005/instance-339599-1178917005.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-339599-1178917005 -o ROOT/results/node12/solver-339599-1178917005 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339599-1178917005/MiraXTv2_dyn /tmp/evaluation/339599-1178917005/instance-339599-1178917005.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 7184745

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:       1581320 kB
Buffers:         51908 kB
Cached:         332876 kB
SwapCached:      17572 kB
Active:         170212 kB
Inactive:       239236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581320 kB
SwapTotal:     4192956 kB
SwapFree:      4154876 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:          30148 kB
Slab:            50712 kB
Committed_AS: 10983248 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= 66551 MiB

End job on node12 on Fri May 11 21:16:48 UTC 2007