Trace number 330880

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.19 1200.51

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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:  482093                                               |
0.00/0.00	|  Number of clauses:    9676386                                              |
46.77/46.87	|  Parsing time:         45.90        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-330880-1173175811 -o ROOT/results/node1/solver-330880-1173175811 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330880-1173175811/minimarch /tmp/evaluation/330880-1173175811/instance-330880-1173175811.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.05 0.98 0.98 3/77 21572
/proc/meminfo: memFree=1718208/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=1868 CPUtime=0
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 390 0 0 0 0 0 0 0 18 0 1 0 337537457 1912832 374 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134554355 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 467 374 51 132 0 332 0

[startup+0.074777 s]
/proc/loadavg: 1.05 0.98 0.98 3/77 21572
/proc/meminfo: memFree=1718208/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=6620 CPUtime=0.06
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 1502 0 0 0 6 0 0 0 18 0 1 0 337537457 6778880 1486 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 1655 1486 51 132 0 1520 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6620

[startup+0.101779 s]
/proc/loadavg: 1.05 0.98 0.98 3/77 21572
/proc/meminfo: memFree=1718208/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=8328 CPUtime=0.09
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 1928 0 0 0 9 0 0 0 18 0 1 0 337537457 8527872 1912 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 2082 1912 51 132 0 1947 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8328

[startup+0.301802 s]
/proc/loadavg: 1.05 0.98 0.98 3/77 21572
/proc/meminfo: memFree=1718208/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=20492 CPUtime=0.29
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 4835 0 0 0 27 2 0 0 19 0 1 0 337537457 20983808 4819 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 5123 4819 51 132 0 4988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20492

[startup+0.70185 s]
/proc/loadavg: 1.05 0.98 0.98 3/77 21572
/proc/meminfo: memFree=1718208/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=43896 CPUtime=0.69
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 10358 0 0 0 64 5 0 0 22 0 1 0 337537457 44949504 10342 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 10974 10342 51 132 0 10839 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43896

[startup+1.50194 s]
/proc/loadavg: 1.05 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1660664/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=88656 CPUtime=1.49
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 21037 0 0 0 137 12 0 0 25 0 1 0 337537457 90783744 21021 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 22164 21021 51 132 0 22029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88656

[startup+3.10114 s]
/proc/loadavg: 1.05 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1602040/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=179192 CPUtime=3.09
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 41434 0 0 0 283 26 0 0 25 0 1 0 337537457 183492608 41418 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 44798 41420 51 132 0 44663 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179192

[startup+6.3015 s]
/proc/loadavg: 1.04 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1434936/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=337664 CPUtime=6.29
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 82450 0 0 0 579 50 0 0 25 0 1 0 337537457 345767936 82434 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 84416 82434 51 132 0 84281 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 337664

[startup+12.7013 s]
/proc/loadavg: 1.04 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1101560/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656504 CPUtime=12.69
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 154134 0 0 0 1174 95 0 0 25 0 1 0 337537457 672260096 154118 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164126 154118 51 132 0 163991 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 656504

[startup+25.5017 s]
/proc/loadavg: 1.03 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1101752/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656504 CPUtime=25.48
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 154134 0 0 0 2453 95 0 0 25 0 1 0 337537457 672260096 154118 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523087 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164126 154118 51 132 0 163991 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 656504

[startup+51.1017 s]
/proc/loadavg: 1.02 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1097848/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656500 CPUtime=51.07
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 154222 0 0 0 5012 95 0 0 25 0 1 0 337537457 672256000 154206 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164125 154206 63 132 0 163990 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 656500

[startup+102.306 s]
/proc/loadavg: 1.01 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1100536/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656556 CPUtime=102.27
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 156112 0 0 0 10130 97 0 0 25 0 1 0 337537457 672313344 154444 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164139 154444 63 132 0 164004 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 656556

[startup+162.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1100472/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656556 CPUtime=162.25
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 159443 0 0 0 16126 99 0 0 25 0 1 0 337537457 672313344 154450 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164139 154450 63 132 0 164004 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 656556

[startup+222.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1100344/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656596 CPUtime=222.23
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 162726 0 0 0 22122 101 0 0 25 0 1 0 337537457 672354304 154456 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523042 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164149 154456 63 132 0 164014 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 656596

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1100280/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656596 CPUtime=282.21
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 166056 0 0 0 28119 102 0 0 25 0 1 0 337537457 672354304 154461 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164149 154461 63 132 0 164014 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 656596

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1100152/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656636 CPUtime=342.2
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 169339 0 0 0 34116 104 0 0 25 0 1 0 337537457 672395264 154467 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164159 154467 63 132 0 164024 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 656636

[startup+402.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1100088/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656676 CPUtime=402.19
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 172623 0 0 0 40113 106 0 0 25 0 1 0 337537457 672436224 154474 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535893 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164169 154474 63 132 0 164034 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 656676

[startup+462.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099960/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656676 CPUtime=462.17
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 175953 0 0 0 46108 109 0 0 25 0 1 0 337537457 672436224 154479 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164169 154479 63 132 0 164034 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 656676

[startup+522.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099832/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656716 CPUtime=522.15
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 179263 0 0 0 52104 111 0 0 25 0 1 0 337537457 672477184 154487 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523094 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164179 154487 63 132 0 164044 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 656716

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099768/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656756 CPUtime=582.13
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 182547 0 0 0 58100 113 0 0 25 0 1 0 337537457 672518144 154494 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164189 154494 63 132 0 164054 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 656756

[startup+642.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099640/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656756 CPUtime=642.13
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 185853 0 0 0 64098 115 0 0 25 0 1 0 337537457 672518144 154500 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164189 154500 63 132 0 164054 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 656756

[startup+702.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099512/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656796 CPUtime=702.1
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 189136 0 0 0 70094 116 0 0 25 0 1 0 337537457 672559104 154506 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535906 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164199 154506 63 132 0 164064 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 656796

[startup+762.306 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099384/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656836 CPUtime=762.09
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 192445 0 0 0 76091 118 0 0 25 0 1 0 337537457 672600064 154513 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523081 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164209 154513 63 132 0 164074 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 656836

[startup+822.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099320/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656836 CPUtime=822.07
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 195774 0 0 0 82087 120 0 0 25 0 1 0 337537457 672600064 154517 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164209 154517 63 132 0 164074 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 656836

[startup+882.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099192/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656876 CPUtime=882.05
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 199082 0 0 0 88083 122 0 0 25 0 1 0 337537457 672641024 154523 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164219 154523 63 132 0 164084 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 656876

[startup+942.302 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099064/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656876 CPUtime=942.04
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 202438 0 0 0 94080 124 0 0 25 0 1 0 337537457 672641024 154529 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164219 154529 63 132 0 164084 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 656876

[startup+1002.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1099000/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656916 CPUtime=1002.02
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 205771 0 0 0 100076 126 0 0 25 0 1 0 337537457 672681984 154535 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523347 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164229 154535 63 132 0 164094 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 656916

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 0.98 2/78 21573
/proc/meminfo: memFree=1098872/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656916 CPUtime=1062
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 209127 0 0 0 106072 128 0 0 25 0 1 0 337537457 672681984 154541 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164229 154541 63 132 0 164094 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 656916

[startup+1122.3 s]
/proc/loadavg: 1.04 0.99 0.99 2/78 21573
/proc/meminfo: memFree=1098808/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=657092 CPUtime=1121.99
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 212459 0 0 0 112068 131 0 0 25 0 1 0 337537457 672862208 154571 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164273 154571 63 132 0 164138 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 657092

[startup+1182.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 21573
/proc/meminfo: memFree=1098680/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656956 CPUtime=1181.97
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 215814 0 0 0 118064 133 0 0 25 0 1 0 337537457 672722944 154551 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164239 154551 63 132 0 164104 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 656956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 21573
/proc/meminfo: memFree=1098680/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=656996 CPUtime=1200.08
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4194304 216793 0 0 0 119874 134 0 0 25 0 1 0 337537457 672763904 154553 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 164249 154553 63 132 0 164114 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 656996

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.01 0.99 0.99 2/78 21573
/proc/meminfo: memFree=1098680/2055920 swapFree=4159096/4192956
[pid=21572] ppid=21570 vsize=0 CPUtime=1200.18
/proc/21572/stat : 21572 (minimarch) R 21570 21572 21225 0 -1 4195332 216793 0 0 0 119874 144 0 0 25 0 1 0 337537457 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/21572/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.19
CPU user time (s): 1198.74
CPU system time (s): 1.44578
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 657132

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

runsolver used 1.49477 second user time and 2.85257 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Mar  6 10:10:24 UTC 2007

IDJOB= 330880
IDBENCH= 20574
IDSOLVER= 110
FILE ID= node1/330880-1173175811

PBS_JOBID= 4015029

Free space on /tmp= 66274 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 213188122

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:       1719192 kB
Buffers:          1068 kB
Cached:         259700 kB
SwapCached:      12184 kB
Active:         250816 kB
Inactive:        31112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719192 kB
SwapTotal:     4192956 kB
SwapFree:      4159096 kB
Dirty:          207740 kB
Writeback:           0 kB
Mapped:          29172 kB
Slab:            40416 kB
Committed_AS:  1123864 kB
PageTables:       1740 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= 66274 MiB

End job on node1 on Tue Mar  6 10:30:26 UTC 2007