Trace number 331342

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.25 1200.56

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug9.cnf
MD5SUM838f83d2fc04e408a3e66700f0dc0173
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1635
Satisfiable
(Un)Satisfiability was proved
Number of variables521187
Number of clauses13378624
Sum of the clauses size39204898
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714594
Number of clauses of size 34209357
Number of clauses of size 425258
Number of clauses of size 515686
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:  521187                                               |
0.00/0.00	|  Number of clauses:    13378624                                             |
59.87/59.94	|  Parsing time:         58.67        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/node67/watcher-331342-1173183425 -o ROOT/results/node67/solver-331342-1173183425 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331342-1173183425/minimarch /tmp/evaluation/331342-1173183425/instance-331342-1173183425.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.22 1.08 1.05 3/64 23632
/proc/meminfo: memFree=1184488/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=1876 CPUtime=0
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 386 0 0 0 0 0 0 0 18 0 1 0 338301970 1921024 370 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 469 370 51 132 0 334 0

[startup+0.00742597 s]
/proc/loadavg: 1.22 1.08 1.05 3/64 23632
/proc/meminfo: memFree=1184488/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=2008 CPUtime=0
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 427 0 0 0 0 0 0 0 18 0 1 0 338301970 2056192 411 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134562614 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 502 411 51 132 0 367 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2008

[startup+0.101437 s]
/proc/loadavg: 1.22 1.08 1.05 3/64 23632
/proc/meminfo: memFree=1184488/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=8408 CPUtime=0.09
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 1928 0 0 0 8 1 0 0 18 0 1 0 338301970 8609792 1912 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 2102 1912 51 132 0 1967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8408

[startup+0.301458 s]
/proc/loadavg: 1.22 1.08 1.05 3/64 23632
/proc/meminfo: memFree=1184488/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=21036 CPUtime=0.29
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 4822 0 0 0 26 3 0 0 19 0 1 0 338301970 21540864 4806 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 5259 4806 51 132 0 5124 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21036

[startup+0.7015 s]
/proc/loadavg: 1.22 1.08 1.05 3/64 23632
/proc/meminfo: memFree=1184488/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=43328 CPUtime=0.69
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 10307 0 0 0 63 6 0 0 22 0 1 0 338301970 44367872 10291 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 10832 10291 51 132 0 10697 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43328

[startup+1.50158 s]
/proc/loadavg: 1.22 1.08 1.05 2/65 23633
/proc/meminfo: memFree=1129440/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=91148 CPUtime=1.49
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 21225 0 0 0 137 12 0 0 25 0 1 0 338301970 93335552 21209 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 22787 21209 51 132 0 22652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91148

[startup+3.10175 s]
/proc/loadavg: 1.22 1.08 1.05 2/65 23633
/proc/meminfo: memFree=1070688/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=183528 CPUtime=3.09
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 42462 0 0 0 284 25 0 0 25 0 1 0 338301970 187932672 42446 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 45882 42446 51 132 0 45747 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 183528

[startup+6.30108 s]
/proc/loadavg: 1.20 1.08 1.05 2/65 23633
/proc/meminfo: memFree=901280/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=336320 CPUtime=6.29
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 82103 0 0 0 580 49 0 0 25 0 1 0 338301970 344391680 82087 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134532968 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 84080 82087 51 132 0 83945 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336320

[startup+12.7017 s]
/proc/loadavg: 1.19 1.08 1.05 2/65 23633
/proc/meminfo: memFree=574624/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=686648 CPUtime=12.69
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 162861 0 0 0 1170 99 0 0 25 0 1 0 338301970 703127552 162845 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 171662 162845 51 132 0 171527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 686648

[startup+25.5011 s]
/proc/loadavg: 1.14 1.07 1.04 2/65 23633
/proc/meminfo: memFree=362848/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=880412 CPUtime=25.48
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 205799 0 0 0 2423 125 0 0 25 0 1 0 338301970 901541888 205783 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 220103 205783 51 132 0 219968 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 880412

[startup+51.1018 s]
/proc/loadavg: 1.09 1.07 1.04 2/65 23633
/proc/meminfo: memFree=363104/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=880412 CPUtime=51.07
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 205799 0 0 0 4982 125 0 0 25 0 1 0 338301970 901541888 205783 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522997 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 220103 205783 51 132 0 219968 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 880412

[startup+102.305 s]
/proc/loadavg: 1.04 1.05 1.04 2/65 23633
/proc/meminfo: memFree=363104/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=880408 CPUtime=102.27
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 205846 0 0 0 10101 126 0 0 25 0 1 0 338301970 901537792 205830 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531702 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 220102 205830 63 132 0 219967 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 880408

[startup+162.301 s]
/proc/loadavg: 1.01 1.04 1.03 2/65 23633
/proc/meminfo: memFree=357984/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=885312 CPUtime=162.25
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 208638 0 0 0 16097 128 0 0 25 0 1 0 338301970 906559488 207076 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523331 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 221328 207076 63 132 0 221193 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 885312

[startup+222.302 s]
/proc/loadavg: 1.00 1.03 1.02 2/65 23633
/proc/meminfo: memFree=332128/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=910756 CPUtime=222.24
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 218014 0 0 0 22092 132 0 0 25 0 1 0 338301970 932614144 213506 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 227689 213506 63 132 0 227554 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 910756

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.02 2/65 23633
/proc/meminfo: memFree=327200/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=915444 CPUtime=282.22
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 222443 0 0 0 28088 134 0 0 25 0 1 0 338301970 937414656 214723 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523057 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 228861 214723 63 132 0 228726 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 915444

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 23633
/proc/meminfo: memFree=325280/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=917184 CPUtime=342.2
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 226144 0 0 0 34084 136 0 0 25 0 1 0 338301970 939196416 215193 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 229296 215193 63 132 0 229161 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 917184

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/65 23633
/proc/meminfo: memFree=322912/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=919728 CPUtime=402.19
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 229944 0 0 0 40081 138 0 0 25 0 1 0 338301970 941801472 215855 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 229932 215855 63 132 0 229797 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 919728

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23633
/proc/meminfo: memFree=319456/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=922564 CPUtime=462.17
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 233917 0 0 0 46077 140 0 0 25 0 1 0 338301970 944705536 216663 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 230641 216663 63 132 0 230506 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 922564

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=314848/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=926724 CPUtime=522.16
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 237927 0 0 0 52074 142 0 0 25 0 1 0 338301970 948965376 217796 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 231681 217796 63 132 0 231546 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 926724

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=311264/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=930004 CPUtime=582.14
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 241889 0 0 0 58070 144 0 0 25 0 1 0 338301970 952324096 218685 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 232501 218685 63 132 0 232366 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 930004

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=309472/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=931604 CPUtime=642.13
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 245626 0 0 0 64066 147 0 0 25 0 1 0 338301970 953962496 219124 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 232901 219124 63 132 0 232766 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 931604

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=308832/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=932236 CPUtime=702.11
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 249216 0 0 0 70063 148 0 0 25 0 1 0 338301970 954609664 219282 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233059 219282 63 132 0 232924 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 932236

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=308832/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=932236 CPUtime=762.1
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 252764 0 0 0 76059 151 0 0 25 0 1 0 338301970 954609664 219284 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233059 219284 63 132 0 232924 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 932236

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=308192/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=932928 CPUtime=822.08
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 255929 0 0 0 82056 152 0 0 25 0 1 0 338301970 955318272 219468 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522974 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233232 219468 63 132 0 233097 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 932928

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=307552/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=933404 CPUtime=882.06
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 259153 0 0 0 88053 153 0 0 25 0 1 0 338301970 955805696 219589 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535908 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233351 219589 63 132 0 233216 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 933404

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=307040/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=933892 CPUtime=942.05
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 262219 0 0 0 94050 155 0 0 25 0 1 0 338301970 956305408 219712 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233473 219712 63 132 0 233338 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 933892

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=306784/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=934252 CPUtime=1002.04
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 264906 0 0 0 100047 157 0 0 25 0 1 0 338301970 956674048 219793 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134535908 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233563 219793 63 132 0 233428 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 934252

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=305632/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=935128 CPUtime=1062.02
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 266559 0 0 0 106044 158 0 0 25 0 1 0 338301970 957571072 220052 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233782 220052 63 132 0 233647 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 935128

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=305248/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=935480 CPUtime=1122
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 269552 0 0 0 112040 160 0 0 25 0 1 0 338301970 957931520 220148 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 233870 220148 63 132 0 233735 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 935480

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=304352/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=936272 CPUtime=1181.99
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 271291 0 0 0 118038 161 0 0 25 0 1 0 338301970 958742528 220359 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522210 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 234068 220359 63 132 0 233933 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 936272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23633
/proc/meminfo: memFree=304352/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=936476 CPUtime=1200.09
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4194304 271781 0 0 0 119848 161 0 0 25 0 1 0 338301970 958951424 220402 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522147 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 234119 220402 63 132 0 233984 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 936476

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/65 23633
/proc/meminfo: memFree=304352/2055920 swapFree=4183972/4192956
[pid=23632] ppid=23630 vsize=0 CPUtime=1200.19
/proc/23632/stat : 23632 (minimarch) R 23630 23632 22243 0 -1 4195332 271781 0 0 0 119848 171 0 0 25 0 1 0 338301970 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23632/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.25
CPU user time (s): 1198.48
CPU system time (s): 1.76573
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 936576

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

runsolver used 0.839872 second user time and 2.46162 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Tue Mar  6 12:17:23 UTC 2007

IDJOB= 331342
IDBENCH= 20585
IDSOLVER= 110
FILE ID= node67/331342-1173183425

PBS_JOBID= 4015265

Free space on /tmp= 66216 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  838f83d2fc04e408a3e66700f0dc0173

RANDOM SEED= 123586993

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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:       1184896 kB
Buffers:         18348 kB
Cached:         721688 kB
SwapCached:       3000 kB
Active:         415408 kB
Inactive:       371944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184896 kB
SwapTotal:     4192956 kB
SwapFree:      4183972 kB
Dirty:          222892 kB
Writeback:           0 kB
Mapped:          53236 kB
Slab:            69492 kB
Committed_AS:   938268 kB
PageTables:       1600 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= 66216 MiB

End job on node67 on Tue Mar  6 12:37:26 UTC 2007