Trace number 329158

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.11 1200.44

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k60.cnf
MD5SUM913879a5f9dcd02ef984b774902fd16f
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 variables41077
Number of clauses155700
Sum of the clauses size420372
Maximum clause length37
Minimum clause length1
Number of clauses of size 1798
Number of clauses of size 276566
Number of clauses of size 372380
Number of clauses of size 4326
Number of clauses of size 5625
Number of clauses of size over 55005

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:  41077                                                |
0.00/0.00	|  Number of clauses:    155700                                               |
0.39/0.45	|  Parsing time:         0.43         s                                       |
1.79/1.85	============================[ Search Statistics ]==============================
1.79/1.85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.85	===============================================================================
1.79/1.85	|         0 |   17019   116919   422176 |    38973        0    nan |  0.000 % |
1.89/1.99	|       100 |   17019   116919   422176 |    42870      100     12 |  1.957 % |
2.19/2.21	|       251 |   17019   116919   422176 |    47157      251     51 |  1.957 % |
2.39/2.44	|       476 |   17019   116919   422176 |    51873      476     43 |  1.957 % |
2.49/2.54	|       814 |   17019   116919   422176 |    57060      814     32 |  1.957 % |
3.39/3.41	|      1320 |   17019   116919   422176 |    62766     1320     57 |  1.957 % |
3.99/4.07	|      2080 |   17019   116919   422176 |    69043     2080     73 |  1.957 % |
4.29/4.39	|      3219 |   17019   116919   422176 |    75947     3219     66 |  1.957 % |
4.69/4.78	|      4927 |   17019   116919   422176 |    83542     4927     62 |  1.957 % |
9.29/9.39	|      7489 |   17019   116919   422176 |    91896     7489     90 |  1.957 % |
12.59/12.60	|     11333 |   17019   116919   422176 |   101085    11333     97 |  1.957 % |
17.08/17.11	|     17100 |   17019   116919   422176 |   111194    17100     87 |  1.957 % |
27.88/27.91	|     25749 |   17019   116919   422176 |   122313    25749     94 |  1.957 % |
41.57/41.69	|     38724 |   17019   116919   422176 |   134545    38724     99 |  1.957 % |
64.66/64.71	|     58185 |   17019   116919   422176 |   147999    58185     90 |  1.957 % |
74.96/75.02	|     87377 |   17019   116919   422176 |   162799    87377     98 |  1.957 % |
162.84/162.93	|    131166 |   17019   116919   422176 |   179079   131166    108 |  1.957 % |
333.50/333.67	|    196851 |   17017   116903   422140 |   196987    24075    188 |  1.962 % |
614.52/614.74	|    295377 |   17017   116903   422140 |   216686   122601    158 |  1.962 % |

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/node59/watcher-329158-1173133510 -o ROOT/results/node59/solver-329158-1173133510 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329158-1173133510/minimarch /tmp/evaluation/329158-1173133510/instance-329158-1173133510.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: 0.86 0.94 0.97 3/64 28453
/proc/meminfo: memFree=1565464/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=1736 CPUtime=0
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 333307751 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518472 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 434 314 45 132 0 299 0

[startup+0.062958 s]
/proc/loadavg: 0.86 0.94 0.97 3/64 28453
/proc/meminfo: memFree=1565464/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=5724 CPUtime=0.05
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 1279 0 0 0 5 0 0 0 18 0 1 0 333307751 5861376 1263 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 1431 1266 51 132 0 1296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5724

[startup+0.101962 s]
/proc/loadavg: 0.86 0.94 0.97 3/64 28453
/proc/meminfo: memFree=1565464/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=8096 CPUtime=0.09
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 1856 0 0 0 8 1 0 0 18 0 1 0 333307751 8290304 1840 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 2024 1840 51 132 0 1889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8096

[startup+0.301984 s]
/proc/loadavg: 0.86 0.94 0.97 3/64 28453
/proc/meminfo: memFree=1565464/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=17000 CPUtime=0.29
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 3704 0 0 0 27 2 0 0 19 0 1 0 333307751 17408000 3688 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523641 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 4250 3688 51 132 0 4115 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17000

[startup+0.701028 s]
/proc/loadavg: 0.86 0.94 0.97 3/64 28453
/proc/meminfo: memFree=1565464/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=21484 CPUtime=0.69
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 4907 0 0 0 67 2 0 0 22 0 1 0 333307751 21999616 4891 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 5371 4891 63 132 0 5236 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21484

[startup+1.50112 s]
/proc/loadavg: 0.86 0.94 0.97 2/65 28454
/proc/meminfo: memFree=1542672/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=26200 CPUtime=1.49
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 5960 0 0 0 146 3 0 0 25 0 1 0 333307751 26828800 5944 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523077 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 6550 5944 63 132 0 6415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26200

[startup+3.10229 s]
/proc/loadavg: 0.86 0.94 0.97 2/65 28454
/proc/meminfo: memFree=1543888/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=23044 CPUtime=3.09
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 6224 0 0 0 306 3 0 0 25 0 1 0 333307751 23597056 5345 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 5761 5345 67 132 0 5626 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23044

[startup+6.30164 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 28454
/proc/meminfo: memFree=1543760/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=23044 CPUtime=6.29
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 6224 0 0 0 625 4 0 0 25 0 1 0 333307751 23597056 5345 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551202 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 5761 5345 67 132 0 5626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23044

[startup+12.7014 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 28454
/proc/meminfo: memFree=1541920/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=25552 CPUtime=12.69
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 6827 0 0 0 1264 5 0 0 25 0 1 0 333307751 26165248 5948 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551691 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 6388 5948 67 132 0 6253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25552

[startup+25.5018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 28454
/proc/meminfo: memFree=1537312/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=29924 CPUtime=25.48
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 7930 0 0 0 2542 6 0 0 25 0 1 0 333307751 30642176 7051 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 7481 7051 67 132 0 7346 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29924

[startup+51.1016 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 28454
/proc/meminfo: memFree=1527584/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=39812 CPUtime=51.07
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 10378 0 0 0 5098 9 0 0 25 0 1 0 333307751 40767488 9499 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 9953 9499 67 132 0 9818 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39812

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1502560/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=64684 CPUtime=102.26
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 16588 0 0 0 10210 16 0 0 25 0 1 0 333307751 66236416 15709 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 16171 15709 67 132 0 16036 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 64684

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1487840/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=79548 CPUtime=162.24
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 20299 0 0 0 16203 21 0 0 25 0 1 0 333307751 81457152 19420 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 19887 19420 67 132 0 19752 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 79548

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1471328/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=95992 CPUtime=222.23
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 24383 0 0 0 22196 27 0 0 25 0 1 0 333307751 98295808 23504 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 23998 23504 67 132 0 23863 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 95992

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1458208/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=109296 CPUtime=282.21
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 27707 0 0 0 28190 31 0 0 25 0 1 0 333307751 111919104 26828 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 27324 26828 67 132 0 27189 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 109296

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1447456/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=119724 CPUtime=342.19
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 30327 0 0 0 34186 33 0 0 25 0 1 0 333307751 122597376 29448 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 29931 29448 67 132 0 29796 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 119724

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1447456/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=119724 CPUtime=402.18
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 30327 0 0 0 40185 33 0 0 25 0 1 0 333307751 122597376 29448 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 29931 29448 67 132 0 29796 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 119724

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1447392/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=119724 CPUtime=462.16
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 30327 0 0 0 46183 33 0 0 25 0 1 0 333307751 122597376 29448 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 29931 29448 67 132 0 29796 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 119724

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1447456/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=119724 CPUtime=522.14
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 30327 0 0 0 52181 33 0 0 25 0 1 0 333307751 122597376 29448 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 29931 29448 67 132 0 29796 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 119724

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1447392/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=119724 CPUtime=582.13
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 30327 0 0 0 58180 33 0 0 25 0 1 0 333307751 122597376 29448 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 29931 29448 67 132 0 29796 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 119724

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1447456/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=119724 CPUtime=642.12
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 30327 0 0 0 64179 33 0 0 25 0 1 0 333307751 122597376 29448 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557711 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 29931 29448 67 132 0 29796 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 119724

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1445856/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=121312 CPUtime=702.1
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 30740 0 0 0 70176 34 0 0 25 0 1 0 333307751 124223488 29861 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 30328 29861 67 132 0 30193 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 121312

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1436256/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=130844 CPUtime=762.09
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 33110 0 0 0 76171 38 0 0 25 0 1 0 333307751 133984256 32231 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 32711 32231 67 132 0 32576 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 130844

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1426528/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=140756 CPUtime=822.07
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 35568 0 0 0 82167 40 0 0 25 0 1 0 333307751 144134144 34689 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 35189 34689 67 132 0 35054 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 140756

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1414816/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=152260 CPUtime=882.05
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 38466 0 0 0 88162 43 0 0 25 0 1 0 333307751 155914240 37587 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 38065 37587 67 132 0 37930 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 152260

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1404512/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=162624 CPUtime=942.03
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 41066 0 0 0 94158 45 0 0 25 0 1 0 333307751 166526976 40187 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 40656 40187 67 132 0 40521 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 162624

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1391456/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=176100 CPUtime=1002.02
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 44300 0 0 0 100154 48 0 0 25 0 1 0 333307751 180326400 43421 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 44025 43421 67 132 0 43890 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 176100

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28454
/proc/meminfo: memFree=1381216/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=186356 CPUtime=1062.01
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 46888 0 0 0 106149 52 0 0 25 0 1 0 333307751 190828544 46009 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 46589 46009 67 132 0 46454 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 186356

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28456
/proc/meminfo: memFree=1378976/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=188380 CPUtime=1121.99
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 47381 0 0 0 112147 52 0 0 25 0 1 0 333307751 192901120 46502 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 47095 46502 67 132 0 46960 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 188380

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28456
/proc/meminfo: memFree=1378976/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=188380 CPUtime=1181.97
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 47381 0 0 0 118145 52 0 0 25 0 1 0 333307751 192901120 46502 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550961 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 47095 46502 67 132 0 46960 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 188380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 28456
/proc/meminfo: memFree=1378976/2055920 swapFree=4183736/4192956
[pid=28453] ppid=28451 vsize=188380 CPUtime=1200.07
/proc/28453/stat : 28453 (minimarch) R 28451 28453 28388 0 -1 4194304 47381 0 0 0 119955 52 0 0 25 0 1 0 333307751 192901120 46502 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/28453/statm: 47095 46502 67 132 0 46960 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 188380

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.11
CPU user time (s): 1199.56
CPU system time (s): 0.555915
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 188380

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

runsolver used 0.888864 second user time and 2.41263 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Mon Mar  5 22:25:10 UTC 2007

IDJOB= 329158
IDBENCH= 20533
IDSOLVER= 110
FILE ID= node59/329158-1173133510

PBS_JOBID= 4015192

Free space on /tmp= 66524 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k60.cnf
COMMAND LINE= /tmp/evaluation/329158-1173133510/minimarch /tmp/evaluation/329158-1173133510/instance-329158-1173133510.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-329158-1173133510 -o ROOT/results/node59/solver-329158-1173133510 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329158-1173133510/minimarch /tmp/evaluation/329158-1173133510/instance-329158-1173133510.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  913879a5f9dcd02ef984b774902fd16f

RANDOM SEED= 646237508

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1565872 kB
Buffers:         28980 kB
Cached:         384856 kB
SwapCached:       3004 kB
Active:          64056 kB
Inactive:       359032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565872 kB
SwapTotal:     4192956 kB
SwapFree:      4183736 kB
Dirty:            6220 kB
Writeback:           0 kB
Mapped:          15288 kB
Slab:            53004 kB
Committed_AS:   660180 kB
PageTables:       1472 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= 66524 MiB

End job on node59 on Mon Mar  5 22:45:13 UTC 2007