Trace number 428609

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-04-26 (fixed)? (TO) 1200.12 1200.41

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 1.1, 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.88/46.97	|  Parsing time:         46.02        s                                       |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-428609-1177733052 -o ROOT/results/node29/solver-428609-1177733052 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428609-1177733052/minimarch_fixed /tmp/evaluation/428609-1177733052/instance-428609-1177733052.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.15 1.03 1.01 3/77 18685
/proc/meminfo: memFree=1238224/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=1868 CPUtime=0
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 384 0 0 0 0 0 0 0 18 0 1 0 221222189 1912832 369 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 467 370 51 132 0 332 0

[startup+0.105862 s]
/proc/loadavg: 1.15 1.03 1.01 3/77 18685
/proc/meminfo: memFree=1238224/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=8820 CPUtime=0.09
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 1993 0 0 0 9 0 0 0 18 0 1 0 221222189 9031680 1978 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 2205 1978 51 132 0 2070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8820

[startup+0.201868 s]
/proc/loadavg: 1.15 1.03 1.01 3/77 18685
/proc/meminfo: memFree=1238224/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=14284 CPUtime=0.19
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 3384 0 0 0 18 1 0 0 18 0 1 0 221222189 14626816 3369 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 3571 3370 51 132 0 3436 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14284

[startup+0.301875 s]
/proc/loadavg: 1.15 1.03 1.01 3/77 18685
/proc/meminfo: memFree=1238224/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=20624 CPUtime=0.29
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 4846 0 0 0 27 2 0 0 19 0 1 0 221222189 21118976 4831 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 5156 4832 51 132 0 5021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20624

[startup+0.7019 s]
/proc/loadavg: 1.15 1.03 1.01 3/77 18685
/proc/meminfo: memFree=1238224/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=44028 CPUtime=0.69
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 10423 0 0 0 65 4 0 0 22 0 1 0 221222189 45084672 10408 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533300 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 11007 10408 51 132 0 10872 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44028

[startup+1.50204 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 18686
/proc/meminfo: memFree=1173256/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=88392 CPUtime=1.49
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 20972 0 0 0 137 12 0 0 25 0 1 0 221222189 90513408 20957 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134704957 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 22098 20957 51 132 0 21963 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88392

[startup+3.10105 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 18686
/proc/meminfo: memFree=1118088/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=178664 CPUtime=3.09
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 41243 0 0 0 284 25 0 0 25 0 1 0 221222189 182951936 41228 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533300 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 44666 41228 51 132 0 44531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178664

[startup+6.30126 s]
/proc/loadavg: 1.21 1.05 1.01 2/78 18686
/proc/meminfo: memFree=952392/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=335796 CPUtime=6.29
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 81712 0 0 0 580 49 0 0 25 0 1 0 221222189 343855104 81697 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 83949 81699 51 132 0 83814 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 335796

[startup+12.7017 s]
/proc/loadavg: 1.20 1.05 1.01 2/78 18686
/proc/meminfo: memFree=624136/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656504 CPUtime=12.68
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 154133 0 0 0 1175 93 0 0 25 0 1 0 221222189 672260096 154118 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523029 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164126 154118 51 132 0 163991 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 656504

[startup+25.5015 s]
/proc/loadavg: 1.15 1.04 1.01 2/78 18686
/proc/meminfo: memFree=621768/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656504 CPUtime=25.48
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 154133 0 0 0 2455 93 0 0 25 0 1 0 221222189 672260096 154118 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164126 154118 51 132 0 163991 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 656504

[startup+51.1011 s]
/proc/loadavg: 1.10 1.04 1.01 2/78 18686
/proc/meminfo: memFree=617608/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656500 CPUtime=51.08
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 154219 0 0 0 5014 94 0 0 25 0 1 0 221222189 672256000 154204 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134529017 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164125 154204 63 132 0 163990 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 656500

[startup+102.301 s]
/proc/loadavg: 1.04 1.03 1.01 2/78 18686
/proc/meminfo: memFree=620616/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656556 CPUtime=102.27
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 156111 0 0 0 10132 95 0 0 25 0 1 0 221222189 672313344 154444 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164139 154444 63 132 0 164004 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 656556

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 18686
/proc/meminfo: memFree=620552/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656556 CPUtime=162.25
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 159442 0 0 0 16128 97 0 0 25 0 1 0 221222189 672313344 154450 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164139 154450 63 132 0 164004 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 656556

[startup+222.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 18686
/proc/meminfo: memFree=620552/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656732 CPUtime=222.24
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 162750 0 0 0 22125 99 0 0 25 0 1 0 221222189 672493568 154481 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164183 154481 63 132 0 164048 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 656732

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 18686
/proc/meminfo: memFree=620616/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656596 CPUtime=282.23
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 166055 0 0 0 28121 102 0 0 25 0 1 0 221222189 672354304 154461 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164149 154461 63 132 0 164014 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 656596

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 18686
/proc/meminfo: memFree=620616/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656636 CPUtime=342.2
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 169363 0 0 0 34116 104 0 0 25 0 1 0 221222189 672395264 154467 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523055 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/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 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620552/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656676 CPUtime=402.2
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 172672 0 0 0 40113 107 0 0 25 0 1 0 221222189 672436224 154474 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523042 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164169 154474 63 132 0 164034 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 656676

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620552/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656676 CPUtime=462.18
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 175977 0 0 0 46110 108 0 0 25 0 1 0 221222189 672436224 154479 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164169 154479 63 132 0 164034 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 656676

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620488/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656716 CPUtime=522.16
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 179287 0 0 0 52106 110 0 0 25 0 1 0 221222189 672477184 154487 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164179 154487 63 132 0 164044 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 656716

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620488/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656756 CPUtime=582.15
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 182596 0 0 0 58102 113 0 0 25 0 1 0 221222189 672518144 154494 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164189 154494 63 132 0 164054 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 656756

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620488/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656756 CPUtime=642.14
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 185927 0 0 0 64099 115 0 0 25 0 1 0 221222189 672518144 154500 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164189 154500 63 132 0 164054 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 656756

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620424/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656796 CPUtime=702.12
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 189235 0 0 0 70094 118 0 0 25 0 1 0 221222189 672559104 154506 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164199 154506 63 132 0 164064 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 656796

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620360/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656836 CPUtime=762.11
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 192544 0 0 0 76091 120 0 0 25 0 1 0 221222189 672600064 154513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164209 154513 63 132 0 164074 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 656836

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620360/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656836 CPUtime=822.09
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 195873 0 0 0 82087 122 0 0 25 0 1 0 221222189 672600064 154517 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164209 154517 63 132 0 164074 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 656836

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620296/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656876 CPUtime=882.08
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 199181 0 0 0 88084 124 0 0 25 0 1 0 221222189 672641024 154523 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164219 154523 63 132 0 164084 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 656876

[startup+942.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 18686
/proc/meminfo: memFree=620296/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656876 CPUtime=942.06
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 202537 0 0 0 94080 126 0 0 25 0 1 0 221222189 672641024 154529 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523081 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164219 154529 63 132 0 164084 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 656876

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 18686
/proc/meminfo: memFree=620296/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656916 CPUtime=1002.04
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 205870 0 0 0 100075 129 0 0 25 0 1 0 221222189 672681984 154535 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523449 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164229 154535 63 132 0 164094 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 656916

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620360/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656916 CPUtime=1062.03
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 209226 0 0 0 106072 131 0 0 25 0 1 0 221222189 672681984 154541 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164229 154541 63 132 0 164094 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 656916

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620296/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=657092 CPUtime=1122.02
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 212583 0 0 0 112068 134 0 0 25 0 1 0 221222189 672862208 154571 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164273 154571 63 132 0 164138 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 657092

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620296/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656956 CPUtime=1182
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 215938 0 0 0 118065 135 0 0 25 0 1 0 221222189 672722944 154551 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164239 154551 63 132 0 164104 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 656956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620296/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=656996 CPUtime=1200
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4194304 216917 0 0 0 119864 136 0 0 25 0 1 0 221222189 672763904 154553 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523080 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 164249 154553 63 132 0 164114 0
Current children cumulated CPU time (s) 1200
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.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18686
/proc/meminfo: memFree=620296/2055920 swapFree=4146652/4192956
[pid=18685] ppid=18683 vsize=0 CPUtime=1200.1
/proc/18685/stat : 18685 (minimarch_fixed) R 18683 18685 17148 0 -1 4195332 216917 0 0 0 119864 146 0 0 25 0 1 0 221222189 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.12
CPU user time (s): 1198.65
CPU system time (s): 1.46978
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 657132

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

runsolver used 0.902862 second user time and 2.6146 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Apr 28 04:04:24 UTC 2007

IDJOB= 428609
IDBENCH= 20574
IDSOLVER= 198
FILE ID= node29/428609-1177733052

PBS_JOBID= 4715422

Free space on /tmp= 66329 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.cnf
COMMAND LINE= /tmp/evaluation/428609-1177733052/minimarch_fixed /tmp/evaluation/428609-1177733052/instance-428609-1177733052.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-428609-1177733052 -o ROOT/results/node29/solver-428609-1177733052 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428609-1177733052/minimarch_fixed /tmp/evaluation/428609-1177733052/instance-428609-1177733052.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 958850467

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1238632 kB
Buffers:         49848 kB
Cached:         669500 kB
SwapCached:      12060 kB
Active:         507376 kB
Inactive:       236096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1238632 kB
SwapTotal:     4192956 kB
SwapFree:      4146652 kB
Dirty:          208004 kB
Writeback:           0 kB
Mapped:          30352 kB
Slab:            59228 kB
Committed_AS:  2767640 kB
PageTables:       1872 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= 66329 MiB

End job on node29 on Sat Apr 28 04:24:27 UTC 2007