Trace number 331426

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.22 1200.55

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug7.cnf
MD5SUM6dcc1a7a687db45349fbaf9870c73e4b
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.631
Satisfiable
(Un)Satisfiability was proved
Number of variables521147
Number of clauses13378010
Sum of the clauses size39203144
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714054
Number of clauses of size 34209318
Number of clauses of size 425258
Number of clauses of size 515651
Number of clauses of size over 5413728

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:  521147                                               |
0.00/0.00	|  Number of clauses:    13378010                                             |
59.17/59.27	|  Parsing time:         57.99        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/node1/watcher-331426-1173184168 -o ROOT/results/node1/solver-331426-1173184168 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331426-1173184168/minimarch /tmp/evaluation/331426-1173184168/instance-331426-1173184168.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.36 1.05 1.02 3/77 22354
/proc/meminfo: memFree=1570240/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=1876 CPUtime=0
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 386 0 0 0 0 0 0 0 18 0 1 0 338373841 1921024 370 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 469 370 51 132 0 334 0

[startup+0.0221209 s]
/proc/loadavg: 1.36 1.05 1.02 3/77 22354
/proc/meminfo: memFree=1570240/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=3116 CPUtime=0.01
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 683 0 0 0 1 0 0 0 18 0 1 0 338373841 3190784 667 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 779 668 51 132 0 644 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3116

[startup+0.101131 s]
/proc/loadavg: 1.36 1.05 1.02 3/77 22354
/proc/meminfo: memFree=1570240/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=8400 CPUtime=0.09
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 1925 0 0 0 8 1 0 0 18 0 1 0 338373841 8601600 1909 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 2100 1909 51 132 0 1965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8400

[startup+0.301277 s]
/proc/loadavg: 1.36 1.05 1.02 3/77 22354
/proc/meminfo: memFree=1570240/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=21020 CPUtime=0.29
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 4825 0 0 0 27 2 0 0 19 0 1 0 338373841 21524480 4809 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 5255 4809 51 132 0 5120 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21020

[startup+0.701201 s]
/proc/loadavg: 1.36 1.05 1.02 3/77 22354
/proc/meminfo: memFree=1570240/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=43328 CPUtime=0.69
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 10308 0 0 0 63 6 0 0 23 0 1 0 338373841 44367872 10292 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 10832 10292 51 132 0 10697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43328

[startup+1.50129 s]
/proc/loadavg: 1.41 1.07 1.02 2/78 22355
/proc/meminfo: memFree=1513336/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=91080 CPUtime=1.49
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 21205 0 0 0 138 11 0 0 25 0 1 0 338373841 93265920 21189 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 22770 21190 51 132 0 22635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91080

[startup+3.10148 s]
/proc/loadavg: 1.41 1.07 1.02 2/78 22355
/proc/meminfo: memFree=1455992/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=184368 CPUtime=3.08
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 42716 0 0 0 282 26 0 0 25 0 1 0 338373841 188792832 42700 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 46092 42700 51 132 0 45957 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 184368

[startup+6.30185 s]
/proc/loadavg: 1.41 1.07 1.02 2/78 22355
/proc/meminfo: memFree=1285816/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=337980 CPUtime=6.28
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 82621 0 0 0 579 49 0 0 25 0 1 0 338373841 346091520 82605 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 84495 82605 51 132 0 84360 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 337980

[startup+12.7016 s]
/proc/loadavg: 1.35 1.06 1.02 2/78 22355
/proc/meminfo: memFree=959552/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=687268 CPUtime=12.68
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 163038 0 0 0 1170 98 0 0 25 0 1 0 338373841 703762432 163022 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 171817 163022 51 132 0 171682 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 687268

[startup+25.5011 s]
/proc/loadavg: 1.29 1.06 1.02 2/78 22355
/proc/meminfo: memFree=748992/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=880368 CPUtime=25.47
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 205770 0 0 0 2422 125 0 0 25 0 1 0 338373841 901496832 205754 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 220092 205754 51 132 0 219957 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 880368

[startup+51.1011 s]
/proc/loadavg: 1.19 1.06 1.02 2/78 22355
/proc/meminfo: memFree=749248/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=880368 CPUtime=51.07
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 205770 0 0 0 4981 126 0 0 25 0 1 0 338373841 901496832 205754 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523002 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 220092 205754 51 132 0 219957 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 880368

[startup+102.305 s]
/proc/loadavg: 1.07 1.04 1.01 2/78 22355
/proc/meminfo: memFree=749120/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=880364 CPUtime=102.26
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 205816 0 0 0 10100 126 0 0 25 0 1 0 338373841 901492736 205800 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531688 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 220091 205800 63 132 0 219956 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 880364

[startup+162.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 22355
/proc/meminfo: memFree=743936/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=885380 CPUtime=162.24
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 208716 0 0 0 16096 128 0 0 25 0 1 0 338373841 906629120 207074 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523094 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 221345 207074 63 132 0 221210 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 885380

[startup+222.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 22355
/proc/meminfo: memFree=719552/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=909356 CPUtime=222.22
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 217897 0 0 0 22089 133 0 0 25 0 1 0 338373841 931180544 213129 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 227339 213129 63 132 0 227204 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 909356

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 22355
/proc/meminfo: memFree=714752/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=913848 CPUtime=282.2
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 222271 0 0 0 28085 135 0 0 25 0 1 0 338373841 935780352 214295 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 228462 214295 63 132 0 228327 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 913848

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 22355
/proc/meminfo: memFree=711424/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=916772 CPUtime=342.19
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 226161 0 0 0 34081 138 0 0 25 0 1 0 338373841 938774528 215078 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523051 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 229193 215078 63 132 0 229058 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 916772

[startup+402.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 22355
/proc/meminfo: memFree=709504/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=918912 CPUtime=402.18
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 229872 0 0 0 40077 141 0 0 25 0 1 0 338373841 940965888 215642 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523525 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 229728 215642 63 132 0 229593 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 918912

[startup+462.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 22355
/proc/meminfo: memFree=705472/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=922104 CPUtime=462.16
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 233838 0 0 0 46072 144 0 0 25 0 1 0 338373841 944234496 216533 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 230526 216533 63 132 0 230391 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 922104

[startup+522.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 22355
/proc/meminfo: memFree=700864/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=926260 CPUtime=522.14
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 237970 0 0 0 52068 146 0 0 25 0 1 0 338373841 948490240 217669 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522989 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 231565 217669 63 132 0 231430 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 926260

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 22355
/proc/meminfo: memFree=699264/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=927624 CPUtime=582.12
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 241680 0 0 0 58063 149 0 0 25 0 1 0 338373841 949886976 218043 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523033 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 231906 218043 63 132 0 231771 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 927624

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22355
/proc/meminfo: memFree=695744/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=930904 CPUtime=642.11
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 245694 0 0 0 64059 152 0 0 25 0 1 0 338373841 953245696 218914 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522232 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 232726 218914 63 132 0 232591 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 930904

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22355
/proc/meminfo: memFree=694720/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=931620 CPUtime=702.1
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 249247 0 0 0 70055 155 0 0 25 0 1 0 338373841 953978880 219117 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 232905 219117 63 132 0 232770 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 931620

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22355
/proc/meminfo: memFree=694528/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=931784 CPUtime=762.08
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 252793 0 0 0 76051 157 0 0 25 0 1 0 338373841 954146816 219148 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523042 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 232946 219148 63 132 0 232811 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 931784

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22355
/proc/meminfo: memFree=693824/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=932368 CPUtime=822.06
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 256039 0 0 0 82047 159 0 0 25 0 1 0 338373841 954744832 219304 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233092 219304 63 132 0 232957 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 932368

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22357
/proc/meminfo: memFree=692928/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=933056 CPUtime=882.04
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 259116 0 0 0 88042 162 0 0 25 0 1 0 338373841 955449344 219484 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523641 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233264 219484 63 132 0 233129 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 933056

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22357
/proc/meminfo: memFree=692736/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=933188 CPUtime=942.03
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 262284 0 0 0 94038 165 0 0 25 0 1 0 338373841 955584512 219521 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233297 219521 63 132 0 233162 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 933188

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22357
/proc/meminfo: memFree=692224/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=933672 CPUtime=1002.02
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 265129 0 0 0 100035 167 0 0 25 0 1 0 338373841 956080128 219649 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535644 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233418 219649 63 132 0 233283 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 933672

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22357
/proc/meminfo: memFree=691392/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=934508 CPUtime=1062
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 266813 0 0 0 106032 168 0 0 25 0 1 0 338373841 956936192 219870 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233627 219870 63 132 0 233492 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 934508

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22357
/proc/meminfo: memFree=690880/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=934688 CPUtime=1121.98
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 269463 0 0 0 112029 169 0 0 25 0 1 0 338373841 957120512 219927 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233672 219927 63 132 0 233537 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 934688

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22357
/proc/meminfo: memFree=689984/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=935604 CPUtime=1181.96
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 271793 0 0 0 118026 170 0 0 25 0 1 0 338373841 958058496 220169 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233901 220169 63 132 0 233766 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 935604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22357
/proc/meminfo: memFree=689664/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=935784 CPUtime=1200.07
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4194304 272199 0 0 0 119836 171 0 0 25 0 1 0 338373841 958242816 220219 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523071 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 233946 220219 63 132 0 233811 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 935784

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 22357
/proc/meminfo: memFree=689664/2055920 swapFree=4159116/4192956
[pid=22354] ppid=22352 vsize=0 CPUtime=1200.17
/proc/22354/stat : 22354 (minimarch) R 22352 22354 21225 0 -1 4195332 272199 0 0 0 119836 181 0 0 25 0 1 0 338373841 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/22354/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.22
CPU user time (s): 1198.36
CPU system time (s): 1.86072
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 936088

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

runsolver used 1.40379 second user time and 2.94355 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Mar  6 12:29:47 UTC 2007

IDJOB= 331426
IDBENCH= 20587
IDSOLVER= 110
FILE ID= node1/331426-1173184168

PBS_JOBID= 4015029

Free space on /tmp= 66099 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  6dcc1a7a687db45349fbaf9870c73e4b

RANDOM SEED= 411217371

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1570776 kB
Buffers:          1976 kB
Cached:         364020 kB
SwapCached:      13036 kB
Active:         378536 kB
Inactive:        47312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570776 kB
SwapTotal:     4192956 kB
SwapFree:      4159116 kB
Dirty:          226980 kB
Writeback:           0 kB
Mapped:          67040 kB
Slab:            44784 kB
Committed_AS:  1166652 kB
PageTables:       1828 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= 66099 MiB

End job on node1 on Tue Mar  6 12:49:50 UTC 2007