Trace number 428635

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.23 1200.75

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 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:  521147                                               |
0.00/0.00	|  Number of clauses:    13378010                                             |
59.17/59.28	|  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.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node40/watcher-428635-1177739845 -o ROOT/results/node40/solver-428635-1177739845 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428635-1177739845/minimarch_fixed /tmp/evaluation/428635-1177739845/instance-428635-1177739845.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.02 1.01 1.00 3/77 19480
/proc/meminfo: memFree=1328128/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=1876 CPUtime=0
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 386 0 0 0 0 0 0 0 18 0 1 0 102865884 1921024 371 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 469 371 51 132 0 334 0

[startup+0.099473 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 19480
/proc/meminfo: memFree=1328128/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=8400 CPUtime=0.09
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 1918 0 0 0 8 1 0 0 18 0 1 0 102865884 8601600 1903 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 2100 1903 51 132 0 1965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8400

[startup+0.101473 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 19480
/proc/meminfo: memFree=1328128/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=8400 CPUtime=0.09
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 1946 0 0 0 8 1 0 0 18 0 1 0 102865884 8601600 1931 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 2100 1932 51 132 0 1965 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8400

[startup+0.301519 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 19480
/proc/meminfo: memFree=1328128/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=21020 CPUtime=0.29
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 4815 0 0 0 26 3 0 0 19 0 1 0 102865884 21524480 4800 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 5255 4801 51 132 0 5120 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21020

[startup+0.701598 s]
/proc/loadavg: 1.02 1.01 1.00 3/77 19480
/proc/meminfo: memFree=1328128/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=43196 CPUtime=0.69
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 10277 0 0 0 62 7 0 0 23 0 1 0 102865884 44232704 10262 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134704957 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 10799 10262 51 132 0 10664 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43196

[startup+1.50176 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 19481
/proc/meminfo: memFree=1270456/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=90816 CPUtime=1.49
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 21114 0 0 0 135 14 0 0 25 0 1 0 102865884 92995584 21099 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 22704 21101 51 132 0 22569 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90816

[startup+3.1011 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 19481
/proc/meminfo: memFree=1214520/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=182864 CPUtime=3.09
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 42256 0 0 0 283 26 0 0 25 0 1 0 102865884 187252736 42241 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 45716 42242 51 132 0 45581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182864

[startup+6.30177 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 19481
/proc/meminfo: memFree=1045944/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=334852 CPUtime=6.29
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 81730 0 0 0 579 50 0 0 25 0 1 0 102865884 342888448 81715 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134526272 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 83713 81715 51 132 0 83578 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 334852

[startup+12.7011 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 19481
/proc/meminfo: memFree=722616/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=682648 CPUtime=12.68
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 161640 0 0 0 1171 97 0 0 25 0 1 0 102865884 699031552 161625 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 170662 161625 51 132 0 170527 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 682648

[startup+25.5018 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 19481
/proc/meminfo: memFree=506168/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=880368 CPUtime=25.48
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 205769 0 0 0 2422 126 0 0 25 0 1 0 102865884 901496832 205754 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 220092 205754 51 132 0 219957 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 880368

[startup+51.1011 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 19481
/proc/meminfo: memFree=506296/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=880368 CPUtime=51.07
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 205769 0 0 0 4981 126 0 0 25 0 1 0 102865884 901496832 205754 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 220092 205754 51 132 0 219957 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 880368

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19481
/proc/meminfo: memFree=506360/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=880364 CPUtime=102.26
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 205815 0 0 0 10100 126 0 0 25 0 1 0 102865884 901492736 205800 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 220091 205800 63 132 0 219956 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 880364

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19481
/proc/meminfo: memFree=501240/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=885380 CPUtime=162.24
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 208715 0 0 0 16095 129 0 0 25 0 1 0 102865884 906629120 207074 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/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.00 1.00 1.00 2/84 19619
/proc/meminfo: memFree=475704/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=909356 CPUtime=222.16
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 217896 0 0 0 22082 134 0 0 25 0 1 0 102865884 931180544 213129 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 227339 213129 63 132 0 227204 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 909356

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=472120/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=913848 CPUtime=282.1
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 222270 0 0 0 28074 136 0 0 25 0 1 0 102865884 935780352 214295 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 228462 214295 63 132 0 228327 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 913848

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=468856/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=916772 CPUtime=342.09
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 226160 0 0 0 34070 139 0 0 25 0 1 0 102865884 938774528 215078 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 229193 215078 63 132 0 229058 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 916772

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=467000/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=918912 CPUtime=402.07
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 229871 0 0 0 40065 142 0 0 25 0 1 0 102865884 940965888 215642 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 229728 215642 63 132 0 229593 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 918912

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=463096/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=922104 CPUtime=462.04
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 233837 0 0 0 46060 144 0 0 25 0 1 0 102865884 944234496 216533 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 230526 216533 63 132 0 230391 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 922104

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=458552/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=926260 CPUtime=522.02
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 237969 0 0 0 52056 146 0 0 25 0 1 0 102865884 948490240 217669 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 231565 217669 63 132 0 231430 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 926260

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=457016/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=927624 CPUtime=582
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 241679 0 0 0 58051 149 0 0 25 0 1 0 102865884 949886976 218043 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 231906 218043 63 132 0 231771 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 927624

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=453560/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=930904 CPUtime=641.98
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 245693 0 0 0 64046 152 0 0 25 0 1 0 102865884 953245696 218914 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 232726 218914 63 132 0 232591 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 930904

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=452792/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=931620 CPUtime=701.95
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 249246 0 0 0 70041 154 0 0 25 0 1 0 102865884 953978880 219117 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 232905 219117 63 132 0 232770 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 931620

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=452728/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=931784 CPUtime=761.93
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 252792 0 0 0 76037 156 0 0 25 0 1 0 102865884 954146816 219148 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 232946 219148 63 132 0 232811 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 931784

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=452088/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=932368 CPUtime=821.91
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 256038 0 0 0 82031 160 0 0 25 0 1 0 102865884 954744832 219304 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 233092 219304 63 132 0 232957 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 932368

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=451320/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=933056 CPUtime=881.89
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 259115 0 0 0 88027 162 0 0 25 0 1 0 102865884 955449344 219484 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523062 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 233264 219484 63 132 0 233129 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 933056

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=451192/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=933188 CPUtime=941.87
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 262283 0 0 0 94023 164 0 0 25 0 1 0 102865884 955584512 219521 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523040 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 233297 219521 63 132 0 233162 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 933188

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=450680/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=933672 CPUtime=1001.85
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 265128 0 0 0 100019 166 0 0 25 0 1 0 102865884 956080128 219649 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 233418 219649 63 132 0 233283 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 933672

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=449912/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=934508 CPUtime=1061.83
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 266814 0 0 0 106016 167 0 0 25 0 1 0 102865884 956936192 219872 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134692064 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 233627 219872 63 132 0 233492 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 934508

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19679
/proc/meminfo: memFree=449528/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=934688 CPUtime=1121.8
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 269462 0 0 0 112011 169 0 0 25 0 1 0 102865884 957120512 219927 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522176 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 233672 219927 63 132 0 233537 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 934688

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19681
/proc/meminfo: memFree=448688/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=935604 CPUtime=1181.78
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 271792 0 0 0 118007 171 0 0 25 0 1 0 102865884 958058496 220169 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/statm: 233901 220169 63 132 0 233766 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 935604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19681
/proc/meminfo: memFree=448376/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=935784 CPUtime=1200.07
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4194304 272249 0 0 0 119836 171 0 0 25 0 1 0 102865884 958242816 220219 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/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.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19681
/proc/meminfo: memFree=448376/2055920 swapFree=4157428/4192956
[pid=19480] ppid=19478 vsize=0 CPUtime=1200.17
/proc/19480/stat : 19480 (minimarch_fixed) R 19478 19480 18936 0 -1 4195332 272249 0 0 0 119836 181 0 0 25 0 1 0 102865884 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19480/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.75
CPU time (s): 1200.23
CPU user time (s): 1198.37
CPU system time (s): 1.86572
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 936088

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

runsolver used 0.906862 second user time and 2.55861 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sat Apr 28 05:57:43 UTC 2007

IDJOB= 428635
IDBENCH= 20587
IDSOLVER= 198
FILE ID= node40/428635-1177739845

PBS_JOBID= 4715448

Free space on /tmp= 66224 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  6dcc1a7a687db45349fbaf9870c73e4b

RANDOM SEED= 149294178

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1328600 kB
Buffers:         42160 kB
Cached:         607388 kB
SwapCached:      16784 kB
Active:         496640 kB
Inactive:       177772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328600 kB
SwapTotal:     4192956 kB
SwapFree:      4157428 kB
Dirty:          211144 kB
Writeback:           0 kB
Mapped:          30244 kB
Slab:            38284 kB
Committed_AS:  1055144 kB
PageTables:       1932 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= 66224 MiB

End job on node40 on Sat Apr 28 06:17:46 UTC 2007