Trace number 331300

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
minimarch 2007-02-08? (TO) 1200.18 1200.55

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug10.cnf
MD5SUMb96b75461795057ef2d559ebb6ae2ba1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.176
Satisfiable
(Un)Satisfiability was proved
Number of variables521182
Number of clauses13378625
Sum of the clauses size39204931
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714562
Number of clauses of size 34209401
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413723

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  521182                                               |
0.00/0.00	|  Number of clauses:    13378625                                             |
61.07/61.15	|  Parsing time:         59.83        s                                       |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-331300-1173183127 -o ROOT/results/node13/solver-331300-1173183127 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331300-1173183127/minimarch /tmp/evaluation/331300-1173183127/instance-331300-1173183127.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.94 0.99 0.99 2/77 32114
/proc/meminfo: memFree=1032392/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=1876 CPUtime=0
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 386 0 0 0 0 0 0 0 18 0 1 0 338269002 1921024 370 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533292 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 469 370 51 132 0 334 0

[startup+0.0546059 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 32114
/proc/meminfo: memFree=1032392/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=5356 CPUtime=0.05
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 1220 0 0 0 5 0 0 0 18 0 1 0 338269002 5484544 1204 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 1339 1205 51 132 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.101611 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 32114
/proc/meminfo: memFree=1032392/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=8408 CPUtime=0.09
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 1953 0 0 0 9 0 0 0 18 0 1 0 338269002 8609792 1937 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 2102 1937 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.301642 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 32114
/proc/meminfo: memFree=1032392/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=21036 CPUtime=0.29
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 4817 0 0 0 26 3 0 0 20 0 1 0 338269002 21540864 4801 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 5259 4802 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.701692 s]
/proc/loadavg: 0.94 0.99 0.99 2/77 32114
/proc/meminfo: memFree=1032392/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=43328 CPUtime=0.69
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 10306 0 0 0 63 6 0 0 24 0 1 0 338269002 44367872 10290 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 10832 10290 51 132 0 10697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43328

[startup+1.5018 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 32115
/proc/meminfo: memFree=974400/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=91024 CPUtime=1.49
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 21214 0 0 0 137 12 0 0 25 0 1 0 338269002 93208576 21198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 22756 21199 51 132 0 22621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91024

[startup+3.10201 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 32115
/proc/meminfo: memFree=918336/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=183388 CPUtime=3.09
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 42423 0 0 0 285 24 0 0 25 0 1 0 338269002 187789312 42407 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 45847 42407 51 132 0 45712 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183388

[startup+6.30244 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 32115
/proc/meminfo: memFree=748864/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=336312 CPUtime=6.29
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 82112 0 0 0 579 50 0 0 25 0 1 0 338269002 344383488 82096 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526550 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 84078 82096 51 132 0 83943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336312

[startup+12.7013 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 32115
/proc/meminfo: memFree=424576/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=684536 CPUtime=12.69
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 162237 0 0 0 1167 102 0 0 25 0 1 0 338269002 700964864 162221 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 171134 162221 51 132 0 170999 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 684536

[startup+25.502 s]
/proc/loadavg: 0.96 0.99 0.99 2/78 32115
/proc/meminfo: memFree=210368/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=880408 CPUtime=25.49
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 205777 0 0 0 2419 130 0 0 25 0 1 0 338269002 901537792 205761 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522968 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 220102 205761 51 132 0 219967 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 880408

[startup+51.1014 s]
/proc/loadavg: 0.97 0.99 0.99 2/78 32115
/proc/meminfo: memFree=210624/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=880408 CPUtime=51.08
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 205777 0 0 0 4978 130 0 0 25 0 1 0 338269002 901537792 205761 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522968 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 220102 205761 51 132 0 219967 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 880408

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 32115
/proc/meminfo: memFree=210624/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=880404 CPUtime=102.26
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 205823 0 0 0 10096 130 0 0 25 0 1 0 338269002 901533696 205807 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531688 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 220101 205807 63 132 0 219966 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 880404

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 32115
/proc/meminfo: memFree=205888/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=885200 CPUtime=162.24
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 208534 0 0 0 16092 132 0 0 25 0 1 0 338269002 906444800 207016 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 221300 207016 63 132 0 221165 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 885200

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 32115
/proc/meminfo: memFree=180992/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=909548 CPUtime=222.23
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 217616 0 0 0 22086 137 0 0 25 0 1 0 338269002 931377152 213170 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533552 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 227387 213170 63 132 0 227252 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 909548

[startup+282.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 32115
/proc/meminfo: memFree=176064/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=914124 CPUtime=282.2
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 221906 0 0 0 28081 139 0 0 25 0 1 0 338269002 936062976 214361 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 228531 214361 63 132 0 228396 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 914124

[startup+342.301 s]
/proc/loadavg: 1.10 1.03 1.01 2/78 32115
/proc/meminfo: memFree=172800/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=917140 CPUtime=342.18
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 225861 0 0 0 34077 141 0 0 25 0 1 0 338269002 939151360 215160 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522989 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 229285 215160 63 132 0 229150 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 917140

[startup+402.301 s]
/proc/loadavg: 1.08 1.04 1.01 2/78 32115
/proc/meminfo: memFree=170944/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=918904 CPUtime=402.17
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 229483 0 0 0 40073 144 0 0 25 0 1 0 338269002 940957696 215635 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 229726 215635 63 132 0 229591 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 918904

[startup+462.301 s]
/proc/loadavg: 1.13 1.06 1.01 2/78 32115
/proc/meminfo: memFree=167488/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=922056 CPUtime=462.14
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 233540 0 0 0 46068 146 0 0 25 0 1 0 338269002 944185344 216500 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 230514 216500 63 132 0 230379 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 922056

[startup+522.301 s]
/proc/loadavg: 1.04 1.04 1.00 2/78 32115
/proc/meminfo: memFree=163200/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=926160 CPUtime=522.12
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 237578 0 0 0 52064 148 0 0 25 0 1 0 338269002 948387840 217617 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 231540 217617 63 132 0 231405 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 926160

[startup+582.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 32115
/proc/meminfo: memFree=160960/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=928156 CPUtime=582.11
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 241311 0 0 0 58061 150 0 0 25 0 1 0 338269002 950431744 218158 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535893 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 232039 218158 63 132 0 231904 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 928156

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32115
/proc/meminfo: memFree=157632/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=931184 CPUtime=642.1
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 245421 0 0 0 64057 153 0 0 25 0 1 0 338269002 953532416 218988 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 232796 218988 63 132 0 232661 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 931184

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 32115
/proc/meminfo: memFree=156672/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=932168 CPUtime=702.08
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 248911 0 0 0 70053 155 0 0 25 0 1 0 338269002 954540032 219249 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233042 219249 63 132 0 232907 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 932168

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 32115
/proc/meminfo: memFree=156608/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=932196 CPUtime=762.06
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 252456 0 0 0 76048 158 0 0 25 0 1 0 338269002 954568704 219248 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233049 219248 63 132 0 232914 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 932196

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 32115
/proc/meminfo: memFree=156160/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=932628 CPUtime=822.04
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 255840 0 0 0 82044 160 0 0 25 0 1 0 338269002 955011072 219362 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233157 219362 63 132 0 233022 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 932628

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=155264/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=933452 CPUtime=882.02
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 258904 0 0 0 88040 162 0 0 25 0 1 0 338269002 955854848 219580 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233363 219580 63 132 0 233228 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 933452

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=155072/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=933584 CPUtime=942
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 262114 0 0 0 94036 164 0 0 25 0 1 0 338269002 955990016 219617 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522974 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233396 219617 63 132 0 233261 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 933584

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=154560/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=934072 CPUtime=1001.98
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 265049 0 0 0 100032 166 0 0 25 0 1 0 338269002 956489728 219743 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535908 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233518 219743 63 132 0 233383 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 934072

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=153600/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=934996 CPUtime=1061.96
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 266637 0 0 0 106029 167 0 0 25 0 1 0 338269002 957435904 219984 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523526 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233749 219984 63 132 0 233614 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 934996

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=153152/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=935420 CPUtime=1121.95
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 269107 0 0 0 112026 169 0 0 25 0 1 0 338269002 957870080 220100 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233855 220100 63 132 0 233720 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 935420

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=152576/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=935980 CPUtime=1181.92
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 271656 0 0 0 118022 170 0 0 25 0 1 0 338269002 958443520 220249 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 233995 220249 63 132 0 233860 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 935980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=152320/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=936224 CPUtime=1200.02
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4194304 272070 0 0 0 119831 171 0 0 25 0 1 0 338269002 958693376 220315 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 234056 220315 63 132 0 233921 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 936224

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32115
/proc/meminfo: memFree=152320/2055920 swapFree=4158920/4192956
[pid=32114] ppid=32112 vsize=0 CPUtime=1200.12
/proc/32114/stat : 32114 (minimarch) R 32112 32114 30954 0 -1 4195332 272070 0 0 0 119831 181 0 0 25 0 1 0 338269002 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/32114/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.18
CPU user time (s): 1198.32
CPU system time (s): 1.86172
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 936428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.32
system time used= 1.86172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272070
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= 6
involuntary context switches= 25282

runsolver used 1.40179 second user time and 2.81457 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Mar  6 12:12:25 UTC 2007

IDJOB= 331300
IDBENCH= 20584
IDSOLVER= 110
FILE ID= node13/331300-1173183127

PBS_JOBID= 4015019

Free space on /tmp= 66069 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug10.cnf
COMMAND LINE= /tmp/evaluation/331300-1173183127/minimarch /tmp/evaluation/331300-1173183127/instance-331300-1173183127.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-331300-1173183127 -o ROOT/results/node13/solver-331300-1173183127 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331300-1173183127/minimarch /tmp/evaluation/331300-1173183127/instance-331300-1173183127.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  b96b75461795057ef2d559ebb6ae2ba1

RANDOM SEED= 258212782

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1032864 kB
Buffers:         42336 kB
Cached:         889700 kB
SwapCached:       2556 kB
Active:         407432 kB
Inactive:       547748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1032864 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:          210548 kB
Writeback:           0 kB
Mapped:          30708 kB
Slab:            53436 kB
Committed_AS:  1561440 kB
PageTables:       1744 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= 66069 MiB

End job on node13 on Tue Mar  6 12:32:28 UTC 2007